summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-02Fix typo in commentMatteo Casalin
Change-Id: I78b3e37d261d5c82795c40c9eb3de2731b8edd83
2013-10-02Do print empty lines or beyond end of textMatteo Casalin
Change-Id: I706faba95ca6b3034b2293f3dcc15b9f124014be
2013-10-02String to OUStringMatteo Casalin
Change-Id: I03949be73025d8b58ee35648d95e76b3ac1df2b8
2013-10-02sal_Bool to boolTakeshi Abe
Change-Id: I16ddbcf100e21d6c05fccbe24faca2932a605902
2013-10-01fdo#54812 Remove option 'Size optimization for ODF format'Samuel Mehrbrodt
Change-Id: I1aee738a0ecd761efaecf4b1b1c53918d8f9cf01 Reviewed-on: https://gerrit.libreoffice.org/6044 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-10-01Add sanity check to avoid crashTor Lillqvist
I got a crash when saving doc from fdo#45349 as .fodt. Change-Id: I704d86e846e78848d914de7b48da6c9fa4075150
2013-10-01WaE: 'rPath' : unreferenced formal parameterTor Lillqvist
Change-Id: I35aee7a1f8c2d79ac275262ba0cd002e4d034c95
2013-10-01-Werror,-WuninitializedStephan Bergmann
Change-Id: Ibb71a19867546d212b1f6fcbea3a274556b4f18e
2013-10-01extensions: kill StarOffice/StarSuite branding in browser pluginMichael Stahl
Change-Id: Ia4c291936ad0b31e67d8edb046424d29462171b5
2013-10-01desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSIONMichael Stahl
... and %PRODUCTXMLFILEFORMATNAME at runtime and hard-code OpenOffice.org 1.0 for these too. Change-Id: Id96390506d2a0f367f932e85d3115362ad483bc3
2013-10-01remove SwCompatibilityOptPage::ReplaceFormatNameMichael Stahl
... which probably didn't do anything anyway since the dialog actually used %WRITERCOMPATIBILITYVERSIONOOO11 and not the variables replaced here. Change-Id: I27a59382476979b3bbcdb7fc06eda2243d1487e1
2013-10-01remove run-time replacement of %WRITERCOMPATIBILITYVERSIONOOO11Michael Stahl
Instead hard-code OpenOffice.org 1.1 as the value, since StarOffice and StarSuite are irrelevant. Change-Id: I9ab3d1cf38cf64cd4e440b3ae43158f748ead7d2
2013-10-01filter config: stop replacing %productname% / %formatversion%Michael Stahl
... at runtime. Hard-code these to OpenOffice.org 1.0, since nobody will ever build a "StarOffice" or "StarSuite" any more. Change-Id: I1785dea8dfd15a9384f9fecd92935a6043d995bc
2013-10-01filter config: another case of accidental OpenOffice.org XML rebrandingMichael Stahl
... but apparently only used as a fall-back. Change-Id: Iebaf3d01a2eeb8aceef0168b2e1817cdd4cde5ab
2013-10-01install-tb target should hopefully be obsoleted by instdir tooMichael Stahl
Change-Id: I14a74b660d965d19027cefab2c84d1c0ea38ce79
2013-10-01callcatcher doesn't need ooinstall to run tests any moreMichael Stahl
Change-Id: I370345bc9b2ec1158a873a3c691b6a6f929e04b1
2013-10-01test-install: get rid of opt/Michael Stahl
Change-Id: Ie390749c0b28e47848c361d874bb447f39cfeb12
2013-10-01put result of make test-install into top-level test-install dirMichael Stahl
... and rename all DEVINSTALL variables to TESTINSTALL. Change-Id: I2f745ff6324c078d5fd7d272911a9268fc5efd27
2013-10-01make dev-install is obsoleteMichael Stahl
There is no need for developers to run it as part of the daily workflow because instdir is much easier to use, so just let it print an error message. Also remove the "install" symlink. Provide the previous dev-install functionality as "test-install" target so that it is possible to quickly create some kind of actual installation against which the subsequentchecks can run by setting OOO_TEST_SOFFICE, to e.g. check that scp2 isn't missing files. Change-Id: I8c0b05a87f55b1db8c1d1e76f64ab64b9cc695eb
2013-10-01gbuild: fix dependencies in gb_SrsPartTarget__command_depMichael Stahl
Use -MP to output dummy rules for included files so build doesn't break when an included file is removed. Change-Id: Ib230cfa5d5da71c7f5c15af5bdaa5004e6b7a122
2013-10-01bnc#779620 DOCX import: try harder to convert floating tables to text framesMiklos Vajna
Since 78d1f1c2835b9fae0f91ed771fc1d594c7817502, we convert floating tables to text frames only in case it's possible that there will be wrapping, to give better results for multi-page tables, which are multi-page, and technically floating ones, but that has no effect on the layout. The problem was that we try to do this decision too early, effectively the page width and margins were counted from the default letter size, instead of the actual values, which did not arrive at the time of the decision. Fix this by moving this logic at the section end. Change-Id: Ic1fbceb54c8ec223ed01836fafe6220bb3b2410a
2013-10-01Resolves: rhbz#1010995 div by 0 on some bizarre corner caseCaolán McNamara
Change-Id: Ief192ac36df7f62c9e157dce9050b37297ccf0a4
2013-10-01Resolves: rhbz#1013480 crash in EditLineList::operator[]Caolán McNamara
avoid crashing anyway, though unknown how to end up in this scenario Change-Id: Ib602c73478e5c4772cfef73f70c67ad22877a39f
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara
Change-Id: I263ef2594080ff7d47d5499c2b62e60e1689d2d6
2013-10-01fix OUString conversion in lotuswordproCaolán McNamara
second arg is number of input bytes, not number of resulting codepoints Change-Id: I76ab899fa3875f37075214363188cf897e018f22
2013-10-01rhbz#1014010: Missing dependencies in isBootstrapType listStephan Bergmann
...the list has been fixed now by copying its elements into an ENTRIES file and running "unoidl-write udkapi/ @ENTITIES TEMP && unoidl-read TEMP >/dev/null" and adding any reported unknown entities until it succeeds. However, the updated list lead to deadlock when css.reflection.ParamInfo UnoType resolves css.reflection.XIdlClass UnoType resolves css.reflection.XIdlMethod UnoType resolves css.reflection.ParamInfo UnoType, so broke the circle by no longer resolving the interface methods' return and parameter types in InterfaceType::dumpMethodsCppuDecl (which is why those type infos are only generated on demand anyway; looks like this had been a careless thinko in the generation of comprehensive type info that had remained unnoticed all the time). Change-Id: I50ef2fde16242298e055c6fa5971e70fad1a2b68
2013-10-01sysui: remove cruft from freedesktop-menus.specMichael Stahl
Change-Id: I0e4dc2145fe4ddcb7b3e4d4d0233987a8b70dd34
2013-10-01fdo#69210: sysui: add AppData to system-integration RPM/DEBMichael Stahl
Change-Id: Ifabf7965c922d7f719201cea39827acbccb57937
2013-10-01fdo#69210: sysui: add some AppStream AppData filesRichard Hughes
Change-Id: I5c4af1c36290f0e1b3815058bd68b952f6005f4a
2013-10-01fix conversion to OUString in filedlghelper.cxxNoel Grandin
in commit c82d932510c88a12b260b1684522efbc69f07b26 "convert remnants of String to OUString in SFX2 module" when I created the SetToken method, I forgot to make the first parameter a reference. Change-Id: Id587e69ff0cdf46f645d8f9d1dc0e110ae80daa5
2013-10-01don't show macro passwords when entering themCaolán McNamara
Change-Id: I0bd594a10efbd0469423d7463896f7e02f958ff1
2013-10-01Updated coreCaolán McNamara
Project: help d12565b654b04222b6f60d182dd9e494311d7d59
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-01Convert edit field dialog to widget UIManal Alhassoun
Conflicts: sd/AllLangResTarget_sd.mk Change-Id: I7f60b1ac8a59e5e4a460fd26754dd83a7835ed45 Reviewed-on: https://gerrit.libreoffice.org/6073 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-01Fix error: assigning to 'rtl::OUString *' from incompatible type 'const int'Tor Lillqvist
Change-Id: I8374a78268a48377c6c00c710a4fa28aa26c2fe6
2013-10-01Updated coreCaolán McNamara
Project: help 0b28df071531446de5cf300cf20d680f2a155863
2013-10-01cui: fix up WNT-only codeMichael Stahl
Change-Id: I70f1592ac26428611c2d8f6fc0090f97b9cd0025
2013-10-01extensions: fix swapped "insert" parametersMichael Stahl
Change-Id: If9667cad9fcc0ff3b1cc8d36c0619d80d7f3e2b9
2013-10-01Convert change password dialog to widget UIManal Alhassoun
Change-Id: I0ff0eda77b849927fe6cffe5cf203c46ba9ef340 Reviewed-on: https://gerrit.libreoffice.org/6089 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-01nss: apparently libcrmf.a is unusedMichael Stahl
Change-Id: I098f6824b39b72652d650171fa3021d777628af9
2013-10-01postgresql: remove ExternalPackageMichael Stahl
Change-Id: I8dadaf1f21bc16f6889a00a002c48cb3d93fbe01
2013-10-01libxmlsec: stop delivering static and import librariesMichael Stahl
... and also check COM instead of CROSS_COMPILING. Change-Id: I049c9211d4b6eabe4012f66d39d86c7b025dc18c
2013-10-01lcl_checkFrameBtlr: use SwTxtNode::GetTxtAttrAtMichael Stahl
... which also finds the hint if it's not the first one in the array. Change-Id: I5ff61305bcc896de0269c5bf47b237dce00142c4
2013-10-01sal: require sun4u or newer hardware / SPARCv8plus / SPARCv9 CPUMichael Stahl
Drop implementation of osl_incrementInterlockedCount / osl_decrementInterlockedCount for antique 32-bit SPARC without cas instruction (sun4, sun4c, sun4d, sun4m). Apparently only NetBSD and OpenBSD even support such ancient hardware at all, the Debian SPARC port already requires sun4u hardware. Change-Id: Ic254622ae80ad65c9f545013b68d82665474402c
2013-10-01fontconfig: don't use gb_ExternalProject_use_packages directlyMichael Stahl
Change-Id: I4ebe1a8caded065043db997e34d5d2b205fcca20
2013-10-01remove commented-out code in sw/source/core/doc/Philipp Riemer
Change-Id: I9b2c39a905b566dc94d5187e0ca2d177390c0b64 Reviewed-on: https://gerrit.libreoffice.org/6075 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-10-01Unit test case added to verify chart rendering in Writer for docxTushar Bende
Unit Test case to verify Width & Height of Chart rendered Change-Id: I2899b9bdaf251f82400ebee273b23d09add4b468 Reviewed-on: https://gerrit.libreoffice.org/6056 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-10-01Fix iterator managementJulien Nabet
Change-Id: I32ac35d3a4d0cc2376c5890086d1ff011442683d Reviewed-on: https://gerrit.libreoffice.org/5998 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-10-01convert remains of String to vbahelper module to OUStringNoel Grandin
Change-Id: Ibbecdd1c28ba078e1031ec6185beaff05b6d8b6e
2013-10-01convert more of dbaccess from String to OUStringNoel Grandin
seemed to have missed this the first time around Change-Id: I8b7b78c95c576b178e3e181c7589da81e5189ee3