summaryrefslogtreecommitdiff
path: root/bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow.c
AgeCommit message (Collapse)Author
2012-06-12re-base on ALv2 code.Michael Meeks
2012-05-07fdo#49580: Fix bean after gbuild'ificationStephan Bergmann
4478b739ddade09425d496cbddee1542fdfd5e9b "convert bean to gbuild and add to tail_build" broke the following: * The name of the officebean dynamic library must not be changed (by adding the "lo" extension), as code in officebean.jar uses it in NativeLibraryLoader. * With gbuild's per-default hidden visibility, JNIEXPORT functions must instead use SAL_DLLPUBLIC_EXPORT. (Windows-only code in bean/native/win32/ should be safe to continue using JNIEXPORT.) Change-Id: I I3c312dd05c90421ba0c726496b7149a26d155604
2011-05-21Drop OS2Tor Lillqvist
2011-01-25WaE: gcc 4.6.0 various warningsCaolán McNamara
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-10-01CWS-TOOLING: integrate CWS jsc311Vladimir Glazounov
2008-04-10INTEGRATION: CWS changefileheader (1.6.8); FILE MERGEDRüdiger Timm
2008/03/28 16:08:23 rt 1.6.8.1: #i87441# Change license header to LPGL v3.
2007-10-04INTEGRATION: CWS pmladek06 (1.5.28); FILE MERGEDRüdiger Timm
2007/09/11 12:00:07 pmladek 1.5.28.1: #i81385# fixes build with IBM Java 1.5.0 on PPC; syntax error in jni.h
2006-06-19INTEGRATION: CWS warnings01 (1.4.6); FILE MERGEDJens-Heiner Rechtien
2006/02/28 15:54:56 sb 1.4.6.2: #i53898# Made code waring-free. 2005/11/10 08:44:43 pl 1.4.6.1: #i53898# removed warnings
2005-09-07INTEGRATION: CWS ooo19126 (1.3.4); FILE MERGEDRüdiger Timm
2005/09/05 14:47:18 rt 1.3.4.1: #i54170# Change license header: remove SISSL
2005-07-07INTEGRATION: CWS jl22 (1.2.16); FILE MERGEDOliver Bolte
2005/06/20 14:32:24 jl 1.2.16.1: #i48392# replace assert macro by function ThrowException
2005-03-15INTEGRATION: CWS gcj3 (1.1.10); FILE MERGEDOliver Bolte
2005/03/08 12:13:16 cmc 1.1.10.1: #i44359# bean now compilable with gcj
2004-09-14namespace now com.sun.star.comp.beansMichael Hönnig