summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-08fdo#47447 parse rgb(%,%,%) correctlyChr. Rossmanith
Change-Id: I I I6df249fa1be37c7136baac03adcfb19fcf73e472
2012-05-08Removed dead importSvg and ShapeRenderingVisistorChr. Rossmanith
Change-Id: If00fb050a5634e76d3add87c1838fa99ff4715be
2012-05-08fdo#39833 add "Support assistive technology tools" option to Windows installerAndras Timar
Change-Id: I52d2e0426d7f2822a05a74a82ca079fb80a87007
2012-05-08n759212: Text over images.Muthu Subramanian
Default text may not make sense to be copied from the master slide to the slides when there is an image.
2012-05-08ImproveTor Lillqvist
Change-Id: I4a822a8f132f91c1b21ead4e1811b04323485356
2012-05-08Bin a line of apparently meaningless and wrong Mac OS X codeTor Lillqvist
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
2012-05-08Add Emacs and vim mode linesTor Lillqvist
Change-Id: I8ccb7be448faf42904eb6246a4f5a06ff8028ffc
2012-05-07Added a fixme.Jan Holesovsky
Change-Id: I303a750058039a4df5a237c823178c8a065f04a4
2012-05-07Add some useful links to the Windows theming.Jan Holesovsky
Change-Id: I2ced06de50b145ab9a876679f1ec49dd8915fbf9
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
2012-05-07LocalOfficeConnection description must end in ServiceManagerStephan Bergmann
...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
2012-05-07fix condition for SetupCompleteSuccessAndras Timar
Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
2012-05-07gtk: scrollbar: fix visual response to a mouse clickIvan Timofeev
Change-Id: I5f3b7f1bba1d751004399e4ea995acc813df3636
2012-05-07fdo#49421: do not divide by zero when scrollbar cannot be movedIvan Timofeev
Change-Id: I63338f6c2cfa3d206260b536a44de3d51fcd5710
2012-05-07unusedcode: BiffGroupObjectMatúš Kukan
Change-Id: I13d969511dfb8cb87a88be47c72de4d882247f46
2012-05-07removed unused definesTakeshi Abe
Change-Id: Ieaba4fe704cc588bd515b427a7f14008afea8c03
2012-05-07don't refer to a deleted controlAndras Timar
Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5
2012-05-07Improved error reportingStephan Bergmann
Change-Id: Ifbb44b8d711b82f5d3ca0cd678579e9dcbb44bf2
2012-05-07Add possibility of generating foot/endnotes with text labelsLaurent Alonso
2012-05-07Check for frame borders and frame backgroundLaurent Alonso
2012-05-07remove unused checkboxes from Windows installerAndras Timar
Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d
2012-05-07fdo#48391: Remove TEST_ENSHUREGábor Stefanik
Change-Id: Id9fc99aab1515a710374b3364f6136587f95f582
2012-05-07Translate two German comments in swtable.cxxGábor Stefanik
Change-Id: I968fb58b6ceb406a62a2b403c270aef2281945c3
2012-05-07Don't bother with the static lib and the exes for non-desktop OSesTor Lillqvist
Change-Id: Ia559990745d10c2f128624b6ffe76ece8a9151b9
2012-05-07Use gb_STDLIBSTor Lillqvist
Change-Id: I6fcbe4db269472543e8b3310c966a68f5846a510
2012-05-07fdo#38786 implement RTF_CHPGNMiklos Vajna
Change-Id: I0ae693193b4fc8ed155e2d71b06daa80d46da47c
2012-05-07introduce msfilter::util::BGRToRGB to avoid copy&pasteMiklos Vajna
Change-Id: Ic3fa8865bf3862407867b5e4a438e3d9bc723e86
2012-05-07implement RTF_DPFILLBGCR/G/BMiklos Vajna
Change-Id: I Ie4df6921201b2be4e7d9aa3febd1dcdc1e3eef40
2012-05-07implement RTF_DPLINECOR/G/BMiklos Vajna
Change-Id: I179472754f63559668ff918fd2a01331cd3c35bb
2012-05-07rtftok: implement RTF_DPRECTMiklos Vajna
Change-Id: Iffc00526bd780e19daccea226735b4c4e28bf9c6
2012-05-07gdb: enable pretty-printer for uno::ReferenceMiklos Vajna
Change-Id: Ia4ac141d8e054d8558d77251c6f069a51a7e6fab
2012-05-07tidy ResId String/rtl::OUString cast fooCaolán McNamara
Change-Id: I1e8fca182a27efb403e903b424ca4c1c0d3acc49
2012-05-07silence more valgrind spew on scanline-extended deadspaceCaolán McNamara
Change-Id: I8607d9d405a3996699ef85564938628624987385
2012-05-07add gb_STDLIBSDavid Tardon
Change-Id: I53d4f6ddd9c79b9cd025339ef9a5e92ce1a881bc
2012-05-07gbuild conversion: store moduleDavid Ostrovsky
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
2012-05-07string result of formula is also valid, fdo#49052Markus Mohrhard
Change-Id: I I0beb439381a0d01b27d219b148c47839055b6f62
2012-05-07use correct content for returned ScDBData, fdo#49531Markus Mohrhard
Change-Id: I Ied7fff3162c98ffdb4b7e57d3c45516b403f9a68
2012-05-07libs were renamed, but dylib_file hint for older XCode was missed.Christian Lohmaier
2012-05-06WaE: avoid build break on Mac PPC/XCode 2.5Christian Lohmaier
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
2012-05-06fdo#49421: the "Available language modules" list is too small and unusableIvan Timofeev
Change-Id: Ie1b68176765dec49307fb8928738073052188ccf
2012-05-06WaE: NULL used in arithmeticDavid Tardon
Change-Id: I89352cd2ae1d5517dff38294ff2bb53d39aadb8d
2012-05-06WaE: ordered comparison of pointer with integer zeroDavid Tardon
Change-Id: I832ecd73e5456d90c3247851ed4803f2edb51ae5
2012-05-06WaE: unknown pragmaDavid Tardon
Change-Id: Id1c36d09bb2d701474e5161e12be4bf599d8efd5
2012-05-06fix subtle flex problems on MacOSDavid Ostrovsky
Change-Id: Id3d8313eabcef926b3ab3c121597f7b8cb5e0124
2012-05-06Allow usage of system rhino wrt fdo#42977Tomas Chvatal
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
2012-05-06fdo#44628 run unopkg.exe after InstallFinalizeAndras Timar
Change-Id: I828d6a03b2c3a7b9e9e5dcdcbe142ac6567f0046
2012-05-06register reg and store the same way as jvmfwkMatúš Kukan
Change-Id: I054d9ac210051d42b47188489d2d67fbbd3ed0e9
2012-05-06remove unused filesMatúš Kukan
Change-Id: I65ec941f72b9884d147f51939d592da313418329
2012-05-06valgrind: silence annoying conditional jump warnings from dead scanline spaceCaolán McNamara
Change-Id: I46f3d61ff85886c44849c22bfda4a3628041d6dd
2012-05-06catch by const refCaolán McNamara
Change-Id: I20da7ac6dddcc1905b3419df37dd19f162cd8998