summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2013-02-03More typosStephan Bergmann
Change-Id: I7b1bd08d9e5157c4eacb8ee5005c76e93eb32e63
2013-02-03Copy also lo.xcent.in to CONF-FOR-BUILDTor Lillqvist
Change-Id: I77b3e7afdcb034f48acbedfdc7b7372ee81f958a
2013-02-03upps, I shouldn't have committed itXisco Fauli
Change-Id: Id5b17c0fbad9e16277a892b1b89e109ea420c41c
2013-02-03pyagenda: use local variablesXisco Fauli
Change-Id: Ie308e7c01103def987272f1df6c691d25ce4a6a8
2013-02-03pyagenda: synchronize gui/preview when adding/removing topicsXisco Fauli
Change-Id: Ib25efb5c80b54b961d3df1b4443bf0ddb1ae92c9
2013-02-03fix failing testcaseMiklos Vajna
Change-Id: I191f7bb6286998222877db863e45b24e0e7618b8
2013-02-03fdo#59419 fix RTF import of hex form of \r and \nMiklos Vajna
Change-Id: Ic700cdc67f756cafc454c326b73f680a8a47a6e8
2013-02-03sw: sw_swdoc_test -> sw_uwriterMiklos Vajna
To be consistent to sc_ucalc and sd_uimpress. Change-Id: Id6b09bacdf19fb7c524f11352ba81cd630535a74
2013-02-03sw: unused includes in frmtoolMiklos Vajna
Change-Id: Iddd1c24211597822f6dd480c76f841607bc13364
2013-02-03Updated coreStanislav Horacek
Project: help 5df11836790b705261ba5cc72f3e52a4569472a4
2013-02-03Undo temporary change accidentally committedTor Lillqvist
Change-Id: Iec24cb165009d4769ee3068739c6edc222799017
2013-02-03reg2bin: Shrink output by reusing common stringsStephan Bergmann
...all the "Offset of Idx-Name" in the data format can likely be further shrunk by getting rid of the newly added level of indirection again. Change-Id: I322f4869a4d6f2e63802406f998e22beea30db41
2013-02-03Experiment with sandboxingTor Lillqvist
Change-Id: If491917069ef7c474c27190c4759dd75f025f032
2013-02-03TypoStephan Bergmann
Change-Id: I8e4f7c5a44bc300913efb68f901b794d8fb385fe