Age | Commit message (Collapse) | Author |
|
Change-Id: I I I6df249fa1be37c7136baac03adcfb19fcf73e472
|
|
Change-Id: If00fb050a5634e76d3add87c1838fa99ff4715be
|
|
Change-Id: I52d2e0426d7f2822a05a74a82ca079fb80a87007
|
|
Default text may not make sense to be copied from the
master slide to the slides when there is an image.
|
|
Change-Id: I4a822a8f132f91c1b21ead4e1811b04323485356
|
|
When LibreOffice is compiled against the 10.6 SDK and run under gdb,
the apple_remote code caused "cannot init a class object" exception
messages to be printed.
Upon closer inspection this was caused by the call to [super init] in
the sendDistributedNotification class method of the RemoteControl
class.
As far as I understand, calling [super init] and assigning its return
value to self, even, is pointless and wrong in a class method.
This code apparently has not been causing any harm when built against
the 10.4 SDK. This is probably just accidental thanks to a more
lenient Objective-C runtime getting used?
When built against the 10.6 SDK, though, the resulting Objective-C
exception seemed to make input event handling non-functional. After
this fix LibreOffice built this way works better.
Change-Id: I I I383611753f3f83a9efa4694b1900c8b66ed1a8e3
|
|
Change-Id: I8ccb7be448faf42904eb6246a4f5a06ff8028ffc
|
|
Change-Id: I303a750058039a4df5a237c823178c8a065f04a4
|
|
Change-Id: I2ced06de50b145ab9a876679f1ec49dd8915fbf9
|
|
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
|
|
...instead of NamingService. Even though current
<http://wiki.services.openoffice.org/w/index.php?title=Documentation/DevGuide/JavaBean/Customized_Configuration&oldid=127145>
documents using the latter, it leads to NullPointerException, as connect()
expects aInitialObject to be an XPropertySet.
Change-Id: Ia8445bed5307bf440d078a8b96200e3b7fa38706
|
|
Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
|
|
Change-Id: I5f3b7f1bba1d751004399e4ea995acc813df3636
|
|
Change-Id: I63338f6c2cfa3d206260b536a44de3d51fcd5710
|
|
Change-Id: I13d969511dfb8cb87a88be47c72de4d882247f46
|
|
Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03
|
|
Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5
|
|
Change-Id: Ifbb44b8d711b82f5d3ca0cd678579e9dcbb44bf2
|
|
|
|
|
|
Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d
|
|
Change-Id: Id9fc99aab1515a710374b3364f6136587f95f582
|
|
Change-Id: I968fb58b6ceb406a62a2b403c270aef2281945c3
|
|
Change-Id: Ia559990745d10c2f128624b6ffe76ece8a9151b9
|
|
Change-Id: I6fcbe4db269472543e8b3310c966a68f5846a510
|
|
Change-Id: I0ae693193b4fc8ed155e2d71b06daa80d46da47c
|
|
Change-Id: Ic3fa8865bf3862407867b5e4a438e3d9bc723e86
|
|
Change-Id: I Ie4df6921201b2be4e7d9aa3febd1dcdc1e3eef40
|
|
Change-Id: I179472754f63559668ff918fd2a01331cd3c35bb
|
|
Change-Id: Iffc00526bd780e19daccea226735b4c4e28bf9c6
|
|
Change-Id: Ia4ac141d8e054d8558d77251c6f069a51a7e6fab
|
|
Change-Id: I1e8fca182a27efb403e903b424ca4c1c0d3acc49
|
|
Change-Id: I8607d9d405a3996699ef85564938628624987385
|
|
Change-Id: I53d4f6ddd9c79b9cd025339ef9a5e92ce1a881bc
|
|
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
|
|
Change-Id: I I0beb439381a0d01b27d219b148c47839055b6f62
|
|
Change-Id: I Ied7fff3162c98ffdb4b7e57d3c45516b403f9a68
|
|
|
|
otherwise breaks with
/usr/share/bison.simple: In function ´int yyparse()´:
/usr/share/bison.simple:614: warning: comparison between signed and unsigned integer expressions
/usr/share/bison.simple:626: warning: comparison between signed and unsigned integer expressions
|
|
Change-Id: Ie1b68176765dec49307fb8928738073052188ccf
|
|
Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d
|
|
Change-Id: I832ecd73e5456d90c3247851ed4803f2edb51ae5
|
|
Change-Id: Id1c36d09bb2d701474e5161e12be4bf599d8efd5
|
|
Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124
|
|
It is done the same way the beanshell is handled.
Currently it can't be enabled by default as internal version has
patched-in debug interface.
We can choose two paths, rewrite the code to the new rhino debug
interface or just strip the current one out.
Change-Id: I48af18c635816db8269f13a649b62e9c454ee1e6
|
|
Change-Id: I828d6a03b2c3a7b9e9e5dcdcbe142ac6567f0046
|
|
Change-Id: I054d9ac210051d42b47188489d2d67fbbd3ed0e9
|
|
Change-Id: I65ec941f72b9884d147f51939d592da313418329
|
|
Change-Id: I46f3d61ff85886c44849c22bfda4a3628041d6dd
|
|
Change-Id: I20da7ac6dddcc1905b3419df37dd19f162cd8998
|