summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-01one more config/ -> config_host/ fix after the renameLuboš Luňák
Change-Id: I347790e1ca2ee6a27303d3644aa1459ff76ba4b0
2013-02-01consolidate the ugly code for getting SwDoc* to a functionLuboš Luňák
I'm not quite sure why the code has to do it this complicated way, but at least it's just in one (ok, two) places. Additionally, it seems all those checks are needless paranoia, so just assert. Change-Id: I9f0d4ecc5aec6995eb66ae553a4bd92cc5450b86
2013-02-01correct flag for file openingLuboš Luňák
Although it seems reading works even when opened just for write ... Change-Id: I57039e7b72dd466e1b087c81377b2b2dcd26fb5c
2013-02-01pass the storage to the XML import filterLuboš Luňák
So that SvXMLImport::GetSourceStorage() returns something useful. Change-Id: Iecb2044336d45eefcb2b0ca5cfda5bc173d4e71e
2013-02-01move class definition to a header fileLuboš Luňák
Change-Id: Id41200667089d4f42f7999060fd97545bb069788
2013-02-01make sure newly created SwDocShell has font info up to dateLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-September/038163.html Change-Id: I41a195180411800f72b8e251b5c19553a51cde44
2013-02-01always propagate font changesLuboš Luňák
Otherwise e.g. informing about new fonts when loading a document with embedded fonts doesn't work. I'm not quite sure why this should be limited to only printers or pdf, so this may be temporary until a problem shows up. There'a also a warning about refcount in ImplFontCache::Invalidate(), which seems to be bogus, because invalidating caches shouldn't have effect on anything except for speed, but with the way font handling in vcl is designed I wouldn't be surprised if ImplFontCache wasn't actually a cache. http://lists.freedesktop.org/archives/libreoffice/2012-September/038163.html Change-Id: Ib68c0c10a0f5340a532c5c59396ef2cfbc588b5f
2013-02-01fix incorrect if indentationLuboš Luňák
Change-Id: If3607886050c4e2e649e5678cc39f290b122f537
2013-02-01fix documentation for config_xxx.h filesLuboš Luňák
Not that I know why the directory had to be renamed in the first place. Change-Id: I3e4d07591876636ae4930240ac1acc68522fb94f
2013-02-01Add option to set bundle identifier and use it when signingTor Lillqvist
Sign also all the dylibs and frameworks in the bundle. Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa
2013-02-01Configury of OS X code signing and sandboxingTor Lillqvist
Change-Id: I7d63af2ddb67104daaddcb5f111e26269b9b5030
2013-02-01Actually remove itTor Lillqvist
Change-Id: I519e4cfb7821644f243e0c4770f74f6ee6657168
2013-02-01Don't print an annoying newline every time even if otherwise silentTor Lillqvist
Change-Id: If819c60a4d1fb3af2f4f87e0e4acfd00ecad95d3
2013-02-01gbuild: copy stdlibs into solver again when they are bundled in the installerPetr Mladek
Otherwise the build --without-system-stdlibs fails; This option is used for the universal Linux build Change-Id: I0f7d87bb161d50748fee05f9c3f6a4b87b788aa4 Reviewed-on: https://gerrit.libreoffice.org/1938 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-02-01export darken/darkeless/lighten/lightenless commandsRadek Doulik
Change-Id: I4531ab82a52e3da41f12409185f7c0730381aa23
2013-02-01sw: clean up TOOLBOX_NAME defineMiklos Vajna
Change-Id: Ida6b3820989acaa2f1bac43aa40276eaa12c8aae
2013-02-01fdo#48440 fix import of RTF_PAGE between text framesMiklos Vajna
Normally such a page break is surrounded by text, and text() already calls checkNeedPap(), but in case the whole paragraph contains a page break only, we need it here as well. Change-Id: I3961272d77c743e0e6da2d5052e57cec5f5937e7
2013-02-01linuxpatchscript.sh is surely something we don't useTor Lillqvist
2013-02-01Remove mention of osx_install_patch.applescript from here, tooTor Lillqvist
2013-02-01Remove unused osx_install_patch.applescriptTor Lillqvist
2013-02-01Warn about 10.4 compatibility only as required for TDF buildsTor Lillqvist
After all, if somebody else wants to distribute builds that require something newer, they are allowed to.
2013-01-31gdb: UnoReferencePrinter: prevent ambiguity problemsMichael Stahl
gdb 7.5.1 complains about ambiguous base class "XInterface" with cast() so try dynamic_cast() instead. Change-Id: I99a21eea7251e663deee395f6a13ca0ed041e8c9
2013-01-31ScExportTest: enable testPasswordExport on WNTMichael Stahl
With the previous commit it appears to work now. Change-Id: Ifa2c69c6e8617461ec2098ecc959e99a4812565e
2013-01-31fdo#59022: revert "SfxMedium::GetOutputStream(): re-use existing XStream"Michael Stahl
Revert commit 0c2206081de38a41597aadfb2255540d6308be63, since this apparently causes failure to open ODF files via SMB on Linux. Instead of changing SfxMedium, adjust the ScExportTest: when saving XLSX files interactively, the SfxFilter::lFormat is always 0, which causes SfxObjectShell::SaveTo_Impl not to call SfxMedium::GetOutputStorage() at all, working around the locking issue on WNT. Change-Id: I0ab8b4262475e4c8425eebb1413997457e5e9417
2013-01-31Some cppcheck cleaningJulien Nabet
Change-Id: I57baea223b0f0a78346d9872665ab85c00c8fc51
2013-01-31Some cppcheck cleaningJulien Nabet
Change-Id: I39e1dd985af6029e1fd688ff47350734c85928a6
2013-01-31Sign the app bundle created by dev-install if an identity is availableTor Lillqvist
Change-Id: If7c61b203b3ca307831187778b951e8310381ca8
2013-01-31Enforce DISABLE_LINKOO on OS XTor Lillqvist
solenv/bin/linkoo doesn't do anything on OS X anyway, and even if it would do and it would work, it would interfere with signing the app bundle. Change-Id: If7a6cecea57cddf8a637a60872d0372eb5093f41
2013-01-31When debugging ooinstall, assume you want to debug make_installer.pl, tooTor Lillqvist
Change-Id: I80492249471c15778bfafe36e65fa183ccff58f8
2013-01-31Keep old GCC happyStephan Bergmann
Change-Id: If9f9dfd450cd010528dd625f50049f4e963b01a6
2013-01-31Use separate config_*.h files for BUILD and HOST when cross-compilingTor Lillqvist
We have only been lucky so far that there hasn't been any compilation errors caused by using the HOST platform config_*.h files also for the BUILD platform. But as more and more information found out during configury is stored in config_*.h files, sooner or later it will be a problem. Move config/* to config_host/*. When not cross-compiling, the config_*.h files in config_host expanded from config_*.h.in are all there is. When cross-compiling, the generated config_*.h files for the BUILD platform are put into a config_build folder. Then use config_build when building the cross_toolset and config_host otherwise. Change-Id: I3c28cc83866bffd696b45d00dfb68e00bc2ae538
2013-01-31Add vcl.atsui and vcl.coretextTor Lillqvist
Change-Id: I9c9db51f04db5a0d073bd7493c198e8413299633
2013-01-31warning C4701: potentially uninitialized local variableStephan Bergmann
Change-Id: I68f43b16f09e606b9e7ae384c76554a6763afa8d
2013-01-31TypoStephan Bergmann
Change-Id: I12421776ac75bd92fc39eb2d3e79df47107ea1d9
2013-01-31warning C4701: potentially uninitialized local variableStephan Bergmann
Change-Id: I6c24bf51acc0d014ede2f36e17e52cef21753d41
2013-01-31Some fixes for previous commit (Clang)Stephan Bergmann
Change-Id: If41321bc1c79cb475aae1c4588f8663beccd2209
2013-01-31WIP: Experimental new binary type.rdb formatStephan Bergmann
cppuhelper/source/typedescriptionprovider.cxx would read it if it finds .rdb files in that format. Throwaway new reg2bin tool for now can translate existing .rdb files into the new format. Change-Id: Iacf219c30cfc358c3d31fb0d73966cf2296a4fe5
2013-01-31fdo#56976 fixes up Arrow import bugLennard
Importing an LibreOffice upArrow from an pptx document caused it and several custom shapes go down the drain. That was perhaps a memory violation because the procedure to generate it in working memory was missing. This patch gets you that procedure. Note it cannot be manipulated yet. Signed-off-by: Lennard <Wasserthal@nefkom.net> Conflicts: oox/source/drawingml/customshapepresets4.cxx Change-Id: I8b9ce3ae1aef7894ab04b9857e90831d715ec1d5 Reviewed-on: https://gerrit.libreoffice.org/1492 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-01-31Template Manager: show some icons if there is no thumbnailCédric Bosdonnat
2013-01-31bnc#437516: Hide minimum password info in the password dialog.Kohei Yoshida
When launching it from the Security tab of the PDF Options dialog during PDF export. Change-Id: Ife2d3a7b508ba2e077018d11478ad680d18d3f0d
2013-01-31fdo#46706 Windows 2000 is not supported any moreAndras Timar
It may be install and run on Windows 2000, but nodody really tests it on this old platform, and developers are reluctant to fix bugs specific to this old platform. Change-Id: Ibeb45c0c2e7aef67d2e68bb5d104c5c3c2752dc4
2013-01-31fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan
- replaced OSL_TRACE with SAL_INFO Change-Id: I4d63df493e85bc095b8a11e3842b0d69c5217c96 Reviewed-on: https://gerrit.libreoffice.org/1804 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-31rewriters no longer create .new files, they modify sources directlyLuboš Luňák
Change-Id: I24bce9dcf46367b5658071ed692d346bb01a83a3
2013-01-31tell the options dialog to relayout if a pane queue-resizesCaolán McNamara
Change-Id: I44686ea724873181018bf00253a08afa58c9a10b
2013-01-31callcatcher: update unused code listCaolán McNamara
Change-Id: I6a935ced687b1076dfdd6c6ae0cf3bce1fc6adbd
2013-01-31hide un-installed module color appearance settingsCaolán McNamara
Change-Id: I7bf3d536805e60dd544551ef0753527fabe59476
2013-01-31move color options .ui to right place and adapt codeCaolán McNamara
Change-Id: I645775bcec9993a2d8fd4b5ea67197ad3b2a9e03
2013-01-31l10ntools: kill RTL_CONSTASCII_STRINGPARAM in definesMiklos Vajna
Change-Id: I7fdd9b6870fbe2c08c05c5dc44f2ff1d7140efd7
2013-01-31redland depends on both raptor and rasqalStephan Bergmann
Change-Id: I5b7a2780527c24cba668266ff228f1e6af1d523e
2013-01-31Call macosx-change-install-names on "external" libs, tooStephan Bergmann
...at least on those that link against other "external" libs, as otherwise they will have broken dependencies on those /@.__________________________________________________OOO/lib/... files that did not get rewritten by macosx-change-install-names. In the old build system, solenv/inc/tg_ext.mk took care of this. Change-Id: I5ffeed7d2a19170371db9093d29f3df9a1eb54c8