summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-10add explicit template instantiations to appease Apple llvm-g++ 4.2.1Michael Stahl
Without these linking fails with unresolved auto_ptr< formula::FormulaTokenArray> symbols which is clearly a compiler bug. Change-Id: I14faf8e318522f913370ac186b5114ae5db997ad
2013-04-10connectivty: postgres: fix a bunch of empty for body warningsMichael Stahl
Change-Id: Idd91616e43842142450c94ac8a61f4f29f4eb1b7
2013-04-10slideshow: that define causes -Wunused-macros with 10.6 SDK tooMichael Stahl
So since that is the new baseline let's get rid of it. Change-Id: I20e921afca5e66f22d5403f383fb9fd5f0591142
2013-04-10sal: that TimeValue define causes -Wunused-macros with 10.6 SDK tooMichael Stahl
So since that is the new baseline let's get rid of it. Change-Id: I7b645fe2f6e641012919a87b63d5e14acce9e52b
2013-04-10RepositoryFixes: clean up WNT import librariesMichael Stahl
The internal ones are all obsolete crutches for dmake. Change-Id: I207db3e9106532e0c3fce873d0e2f9f40b22416f
2013-04-10remove un-used code modules.Michael Meeks
Change-Id: Icd30d1d88d7ee89b5937ba39470b20ddf6e4290e
2013-04-10svidl: more helpful error message for missing slot / types.Michael Meeks
Change-Id: I89537f526e465137f5e8c17b4d7fd134ba59af4a
2013-04-10Bin the Android "qa" appsTor Lillqvist
Unmaintained and presumably unbuildable for some time. Change-Id: Ide0abea91013397dd8d214ee6a9da8e67ec6bb9c
2013-04-10tweak delete contents dialog to be wider than it is tallCaolán McNamara
dialog is visually overly narrow now so reorient it to the normal button orientation and, keeping "delete all" prominent, put the rest of the options into two columns Change-Id: I6a8692df612d9f97d45621a0bcc9d9a6e75a4312
2013-04-10fdo#51615 replace button in Find&Replace Dialog not search for the next itemJoren De Cuyper
Change-Id: Ia1735ae39618fb8b0e4749e1970adfe83192f755 Reviewed-on: https://gerrit.libreoffice.org/3197 Reviewed-by: Jan Holesovsky <kendy@suse.cz> Tested-by: Jan Holesovsky <kendy@suse.cz>
2013-04-10fix Delete Contents titleCaolán McNamara
Change-Id: I193f1cad5938550c576909802c945448ee41d17e
2013-04-10we can remove RID_SCDLG_DELCONTCaolán McNamara
Change-Id: I8edc9210bc172cd285fe4dce54d30606ecc7c716
2013-04-10Convert scalc delete contents dialog to .uiAlbert Thuswaldner
Change-Id: I1c84fe3c57fdd72880b16a2d69aa44cda0fc4f4f
2013-04-10Updated coreCaolán McNamara
Project: help 68d0b1b6fc3fe84b2750018fe1c966486499f85c
2013-04-10gdb: make uno::Reference output shorterMiklos Vajna
The original idea to dereference the implementation and show all details sounded nice, but now printing any UNO object that is a bit more complex results in a multi-page output, which makes getting backtraces really hard. Better to just show the dynamic type and the pointer. Change-Id: I340a31b27b059c3d03d9e537de519e286af2e50f
2013-04-10Revert "If you can't load a shared library it should be a warning"Stephan Bergmann
This reverts commit 8b561c0012546aabbaff33b32a79833997aa8902. There are legitimate cases for osl_loadModule to fail (like when UNO only resorts to indirect bridging via binary UNO once it has not found a direct bridge implementation), so this adds too much noise. (Rather add SAL_WARNs to those places up the call stack where it is known to be an error, and/or enable +INFO.sal.osl.)
2013-04-10drop undefined file IDsDavid Tardon
Change-Id: I5650327429118ad52e82050039dd237c2ff32286 Reviewed-on: https://gerrit.libreoffice.org/3236 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10drop unused directory recordsDavid Tardon
Change-Id: I9d1a812e1d1771d8d3fc022869984dcb623f2055 Reviewed-on: https://gerrit.libreoffice.org/3235 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10just use explicit list of filesDavid Tardon
IMHO it does not make much sense to dynamically generate a list that is practically unchanging. Change-Id: If5898956d11b9f410cf36d1ebe5535194365a954
2013-04-10drop unused scriptDavid Tardon
Change-Id: I892d2856c28536a7828c292c8fb3cd8b30fe8ecb
2013-04-10high contrast icons for start centerAndras Timar
Change-Id: I539237573bc71a6f124610dd4bdd8cec3f1f1a76
2013-04-10re-use images in start centerAndras Timar
Change-Id: Ib6a6f65ce11e7c9f26b51624519ca45ad9e43be5
2013-04-10rename expander to more for helpCaolán McNamara
Change-Id: I9b55140e619a16a22dd10ff67abfe27fbd58bc05
2013-04-10Updated coreCaolán McNamara
Project: help a4e6169aed45fa4b0cb1ba2c5ec784ea63a3a874
2013-04-10adapt code to manage names dialog .ui conversionCaolán McNamara
Change-Id: I67d587c0241a1d8377aee199a30bfcc919e3faad
2013-04-10RTF import of new-style frames: fix txflTextFlow shape propertyMiklos Vajna
Change-Id: If6febeaea00b384ea36d470264c04dfb4c7afd24
2013-04-10RTF import of new-style frames: fix nameMiklos Vajna
Change-Id: Ifa8e79fb9c4b9ad5a0bf64466cefad91b6bbeb0c
2013-04-10restore disabled rtfimport testsMiklos Vajna
There were two problems here: - Writer textframes don't have an AnchorPosition property, use compareRegionStarts() instead - turns out DOC/DOCX import doesn't create Write textframes when the shape has no text, doing so in the RTF import fixes the other two testcase as well. Change-Id: Ib2b4a0b7f8317d300fd532daea22568e33eceb53
2013-04-10sal_Bool to boolEike Rathke
Change-Id: I2d9baed5032e267ac5053267d367723999526c8f
2013-04-10use language tagsEike Rathke
Change-Id: Ifa5ded07e3af153e747fdbd82a75560dfb7e2b75
2013-04-10Clean up documentationStephan Bergmann
Change-Id: Icc53c25400acb46070fead08f7602295599fc6c8
2013-04-10Converted Insert -> Names -> manage widget.Abdulelah Alarifi
Change-Id: I8f07e1a37f32222aa25721704e513ef1aa3092e3 Reviewed-on: https://gerrit.libreoffice.org/3281 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-10Translate German comments and general clean-upPhilipp Weissenbacher
Removed some whitespace, programmer handles in comments and commented out code. Change-Id: I68a1285355b14e122f218b2f483ebc74a2b2dbaf Reviewed-on: https://gerrit.libreoffice.org/3294 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10Introduce characters utilities in rtl/character.hxxArnaud Versini
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, with slight modifications to sal/inc/rtl/character.hxx: * Replaced "#pragma once" with explicit include guard for now. * Missing includes. * Cosmetic clean-up. Change-Id: I94d01cd4e766f92c70f941839a67101fa2c97654
2013-04-10Kill the ToolBar class, move the needed bits directly to ToolBox.Jan Holesovsky
Change-Id: I6aaa396931ce613be64026b53372dc24c6189724
2013-04-10Kill copy'n'paste.Jan Holesovsky
Change-Id: I5e5b80f8d8efe91df806bb7ae9750fd84009c6be
2013-04-10Nobody needs pointer to ToolBarManager.Jan Holesovsky
Change-Id: I74624b1b28d948e2299014499a1eef309488ad13
2013-04-10Allow selecting the tls backend to use in oox from configureMiguel Gomez
Change-Id: Ie82afb1f22caa0b02ddac256e2a0c2a49f19bb15 Reviewed-on: https://gerrit.libreoffice.org/3173 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-04-10fdo#39066: using UNO_QUERY instead of UNO_QUERY_THROW displays hyperlinksChr. Rossmanith
Change-Id: Iafa9e273c009fe0772a9401b47b51738dc235a13 Reviewed-on: https://gerrit.libreoffice.org/3296 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-10Use codesign --timestamp=none for now for the executablesTor Lillqvist
Avoids annoying intermittent "The timestamp service is not available" errors that break an otherwise nicely progressing build. Hopefully those errors are caused just by some temporary overload of some Apple server. Anyway, we will still sign the app bundle in the normal way, with a timestamp. Change-Id: I838b39956b87d36138ccbc4e90c2d11e380d690a
2013-04-10fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey
Change-Id: I1d095cf5640595789f4ae99f1b0679be88b0baa9
2013-04-10CppunitTest_sw_rtfimport: disable 3 checks for nowMiklos Vajna
I'm not sure yet if the tests should be updated or they signal real problems, I'll came back to this later. Change-Id: Ie2570f01e07e557281d2577471a49a730a894393
2013-04-10RTF equivalent of 229f6e187bd85d0af47da9feffef2d9ac7f83120Miklos Vajna
Change-Id: I18165df2a2a59d460b06b0cfd3fcdae977bc65ee
2013-04-10RTF: also import rectangles as Writer text framesMiklos Vajna
Change-Id: I5aae8cbc050187b1adf7757b112470a8e9e6160e
2013-04-10RTF import of d{x,y}WrapDist* shape propertiesMiklos Vajna
Change-Id: Id59c8dd91de2733cf0f3620d7b27e8a34f3034fc
2013-04-10fix RTF import of default fFitShapeToTextMiklos Vajna
Change-Id: I7813ea4b3a2cb97c334bca04e6ff556690725b5f
2013-04-10RTF import of d{x,y}Text* shape propertiesMiklos Vajna
Change-Id: I6ce85cc4fd7bb317be002f5aa7295a03f0d0e7dd
2013-04-10RTF import of new-style frames: fix defaultsMiklos Vajna
Change-Id: I0b674f770f467a32dc2fa5bb7227f038addae4a8
2013-04-10RTF import of new-style frames: avoid fake empty paragraph at the endMiklos Vajna
Change-Id: I0abd941fbebfc032a3f3827929cfa721a187852e
2013-04-10RTF filter: import text box shapes as a Writer textframeMiklos Vajna
Text box shapes, just like any other shape types, used to be imported as drawinglayer shapes. To keep the DOC/DOCX/RTF filters in sync, import text box shapes as Writer textframes instead. Change-Id: Iacead5352d0a297cff54afb134d895e40d446147