summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-05Cleanly remove an extension again that cannot be activated while installing itStephan Bergmann
...otherwise, it will needlessly be carried forward marked "broken." Change-Id: I12fbd4430e1ecc11f1969ae5f49aed43668f2c27
2013-02-05Avoid a SAL_WARN caused by IllegalArgumentEx now being a RuntimeExStephan Bergmann
Change-Id: I6fad4e840cf47b4d41592ff179f66943a4469760
2013-02-05write double/float via union with unsigned type for strict-aliasingCaolán McNamara
Change-Id: Ie4dd1d41e5cde27ec5b144ca4b7c97276ff62479 Reviewed-on: https://gerrit.libreoffice.org/1990 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-05fix for fdo#60065Noel Power
squash errors trying to gain object for rhs ( where no object yet exists ( Change-Id: I81548d1c6a32f0445dc18e31c84c3df85163ed45
2013-02-05Resolves: fdo#60144 only delete *unposted* SfxRequests accumulated during lockCaolán McNamara
When the dispatched is locked, SfxRequests accumulate in aReqArr for later dispatch when unlocked via Post The pointers are typically deleted in Post, so only if we never get around to posting them do we delete the unposted requests. regression from 528aba3a9cf91da5ce70c6d631d7b82e203f8086 Change-Id: I4c214791d356ce0e5401a87b968b53e4866f6174
2013-02-05scp2: copy the install script to the tarball on LinuxMiklos Vajna
Change-Id: I657b2ec94e6029cc14bd29611c7b0c3ce359103b
2013-02-05svtools: ASCII_STR is no longer necessaryMiklos Vajna
Change-Id: I08a6485d32699100b09235b2168512974347c0fa
2013-02-05sw: kill RTL_CONSTASCII_USTRINGPARAM in defines of SwXFilterOptionsMiklos Vajna
Change-Id: I4d210ecfa846c5c78970d11057c029efe0c78a3b
2013-02-05Updated coreAndras Timar
Project: translations 6ae868517d1dccf88fbcdb8cd815fe1c8eeba0f8
2013-02-05Updated coreAndras Timar
Project: help de27f54d6680ddd2e94899271cb44b4780644da2
2013-02-05n#753462: Drawing text with font size 0 causes artifacts.Muthu Subramanian
2013-02-05Updated coreDávid Vastag
Project: help 683680a26c9b1327204960c0a5a56229c8232bd8 help-to-wiki.py now uses .po files as source of translations. Change-Id: I1f24f6a76781d651228bd5571f8f32fe05c0ecb9 Reviewed-on: https://gerrit.libreoffice.org/1989 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-02-05Use the new excel format detector for all binary excel types.Kohei Yoshida
But I have yet to implement the detection of Excel 4.0... Separating detection services like this will make the overall type detection process a little more reliable. It's actually not a good idea to use a single type detection service for a multitude of file format types... Change-Id: I2914c179ac939a031b84e8d37de891a5043851e6
2013-02-05Skeleton for new excel biff format detector service.Kohei Yoshida
Not used yet. Change-Id: I1d3c28c46ec3b1830b8d0c656717e95677df9508
2013-02-05Simplify_component_getFactory using the helper code from cppu.Kohei Yoshida
Change-Id: I9d26b3523d4c6c22e0b26442ab3dfc479534f5bc
2013-02-04More clean-ups with ScFilterDetect.Kohei Yoshida
Change-Id: I754958ebb889fc661108e26038491b23fd391c34
2013-02-04String to OUString.Kohei Yoshida
Change-Id: I3a0eff8ca0c8b654a38ee2df1022ca162bcb67aa
2013-02-05SfxCommonTemplateDialog_Impl::SelectStyle:Michael Stahl
Deselect everything before selecting a style. Fixes the problem that travelling around with the cursor leads to accumulating multiple selection of every style the cursor runs across. (regression from 439ac45925039aa7a537feedab3e731e8a60a8e5) Change-Id: I5d51122a719a160c6428e196b32264a90f984579
2013-02-05fdo#60250: InsertNewPage: copy margins for mirrored pagesMichael Stahl
When there is no explicit first page, set the proper left or right margins, which are different for mirrored page styles. (regression from a964cf666abb0c4df4e29ea8709532b7d45c104f) Change-Id: I56ccc6f7987accefc27d627d2427ee37d83bd758
2013-02-05Use the "Developer ID Application" identity for codesigning by defaultTor Lillqvist
Change-Id: I460f18f257323745a068b1685b295b0379615e1b
2013-02-05We want to be able to printTor Lillqvist
Change-Id: Ib6b984ac7697e91056ca97e95ce0628b965d6186
2013-02-05Ignore IPC socket setup errors on OS X as they occur always when sandboxedTor Lillqvist
In a sandboxed LibreOffice, on 10.8.2 at least, creating the Unix domain socket fails. Ignore that as hopefully people running a sandboxed LO won't attempt starting it from the command-line or in other tricky ways, so the normal OS X mechanism that prevents multiple instances of an app from being started should work fine. I hope. Change-Id: I4e0aa0c823328d00c8ff1c039859e78ba8ae92c5
2013-02-05Tweaked iconsAlexander Wilms
2013-02-04Remove unnecessary defines etc...Kohei Yoshida
Change-Id: Ia2e2db103eac0f8f5354200c91be565abaef130e
2013-02-05WaE: comparison of integers of different signs: 'long' and 'unsigned long'Tor Lillqvist
Change-Id: I0669a75fcb91a2b713212983d6e04a5e17e297c4
2013-02-04fdo#59426: Don't try to repair package during flat detection phase.Kohei Yoshida
Change-Id: I35968241a79db0aabe06e25c0efac2aa3d1c5b84
2013-02-04moved the export row check to qahelper, made it useful for import/exportNoel Power
Moved old row test from export to qahelper in order that it can be shared with the import only tests, also added some new test documents and test data for some additional row height checking Change-Id: I023844b8dba8935d4bcdaac7fd16496e99251d78
2013-02-04eliminate duplicated implementations (load, loadDoc etc. ) in unit testsNoel Power
additionally rtl::OUString(Buffer) => OUString(Buffer) changes Change-Id: Ibf93e8a3ed435fda42836c214b7faac6b3dda71e
2013-02-04clean up EnableAdjustHeight calls, disable at start of import reset at endNoel Power
Change-Id: I61ffa13d857134c4a39b1370f0bcd5b926b8e8a7
2013-02-04use OUString(Buffer) in class EditChr. Rossmanith
replaced Len() with isEmpty() where appropriate Change-Id: I5a5847d6055f376fd5f86079aa1736541d790fff Reviewed-on: https://gerrit.libreoffice.org/1892 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-04Add some debug bits for type detection code.Kohei Yoshida
The code is used only during debugging and needs to be explicitly enabled by setting DEBUG_TYPE_DETECTION to 1 and inserting the function that prints debug outputs. Change-Id: I72f31eb86f7fcc99030e3bb6c2a869d076b066fd
2013-02-04Use SAL_STRINGIFYStephan Bergmann
Change-Id: Ibdb7d143e02301fdd8d04cf1c59421dcd98dac2f
2013-02-04warning C4805: '!=' unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann
Change-Id: Iaf8de7c729b3cefed8620dec7fe4dd1427305e50
2013-02-04Start center background color uses application background color, fdo51535Robert Roth
Change-Id: I781ea544e052e775f5cc1d709c5c3a319025ab12 Reviewed-on: https://gerrit.libreoffice.org/1958 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-02-04Use application background consistently in Draw, fdo#59042Robert Roth
Change-Id: I990a88b2726a7fafe8b15179962f004008090c7a Reviewed-on: https://gerrit.libreoffice.org/1957 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-02-04remove sal_Bool from boolean() docs tooLuboš Luňák
2013-02-04OK for boolean() to take true bool argumentStephan Bergmann
...instead of sal_Bool; this would cause C4800 performance warnings with MSVC, but we disable them anyway. Also, added unit tests that are actually executed. Change-Id: Ib405132565918be72d93b3fc24180edcb6e565c7
2013-02-04Strings: boolean() as a replacement for valueOf(sal_Bool)David Ostrovsky
valueOf(?) has been superseded by number(?). O(U)String::valueOf(sal_Bool) has been deprecated without providing an alternative method. Use boolean() method as a replacement for it. Change-Id: I7eb74574fa8f1a3cf007cb0cbc32e681007ffb92 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-02-04add OUString::toUInt64()David Ostrovsky
Change-Id: I2051e161219d424d2c2b69faf6f939cfe21fa5f7 Reviewed-on: https://gerrit.libreoffice.org/1980 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-02-04... and ssl3 tooDavid Tardon
Change-Id: I16263e87855cc63a964d4f6780715739b6027bda
2013-02-04...and add new lo.xcent to .gitignoreStephan Bergmann
Change-Id: Ic4d098694b1dc6149aa690fa2bb106a8162ca6ab
2013-02-04must link with plc4 tooDavid Tardon
Change-Id: I29deb025e3869dc495a84d6559708f5308a83ff1
2013-02-04WaE unused variableNorbert Thiebaud
Change-Id: I36a51ad53e1992a32c59defa8847555caccd035f
2013-02-04String cleanup in ooxJosé Guilherme Vanz
Change-Id: Ica69f655f3777fe37a51e313218ae12aa7d012a2 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1977 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-04Handle new lo.xcent in distcleanStephan Bergmann
Change-Id: Ie5906be1efe637e833288345299a0308236a99b5
2013-02-04Adapt distclean to moved config_host/*.h.inStephan Bergmann
Change-Id: I214274d4d843cefc8dbabb83e28fb4e1766b9111
2013-02-04String cleanup in ooxJosé Guilherme Vanz
Change-Id: Ib06b6defdb82c5d62be9cbd59f02827c07a320d8 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1969 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-04fdo#60115 build of ldapbe2 breaks if nss is in nonstd. locationDavid Tardon
Change-Id: I32a0495edffbe13734457c230a3a1735aa254198
2013-02-04rhbz#903615 avoid null ptr dereferenceDavid Tardon
Change-Id: I336e3fffaaa42605b5fab2821c85c473635fbf27
2013-02-04fdo#60213- fix the right-click misbehaviorFaisal M. Al-Otaibi
Change-Id: Iea44c9e70efeb84482aefc70b311f1781241b030 Reviewed-on: https://gerrit.libreoffice.org/1971 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>