summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-01translations is a source-only moduleAndras Timar
Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
2012-10-01Prefixify textfdTor Lillqvist
Change-Id: I42c9166dcf6d256d071a3edb20ab64184fef1f89
2012-10-01Add back compatible Hungarian date format acceptanceLászló Németh
Change-Id: I6b6d62cda241250db89cdcabaa04952d36e1acfd Reviewed-on: https://gerrit.libreoffice.org/720 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2012-10-01Deduplication of aEmptyStr for disable-dynlinkingTor Lillqvist
Change-Id: I9525be3b0f238abb106b1c57549436272e1eb165
2012-10-01Deduplication of ImplGetSupportedMacroItems for disable-dynlinkingTor Lillqvist
Change-Id: If6fb0a2152041f65d2e4b38dfbf87491b323f28f
2012-10-01Deduplication of NavigationOrderAccess for disable-dynlinkingTor Lillqvist
Change-Id: I70238711222a12cb6bd843ebbc742a21a325810d
2012-10-01Deduplication of lcl_HasOnlyControls for disable-dynlinkingTor Lillqvist
Change-Id: I56a9da0493fdbee7bff4d342d5e29a83ce289530
2012-10-01Prefixify t602filterTor Lillqvist
Change-Id: I652ffdf009f6078c723a0f0932256adb183e7513
2012-10-01Prefixify svgfilterTor Lillqvist
Change-Id: Ifd34a186cd25bafbfd49dad8a1d5bd30756d83d3
2012-10-01Prefixify lotuswordproTor Lillqvist
Change-Id: I9b30477d94995adef51a76bdf298d1815f511e9e
2012-10-01Deduplication of TemplatePopup_Impl for disable-dynlinkingTor Lillqvist
Change-Id: I3e49ab8bd3411be8fcfa7ab43b50cbb2d82b6de0
2012-10-01configure.in: edit message checking for new GStreamer 1.0Korrawit Pruegsanusak
to not duplicate the message checking for old one and be consistent with the help message in AS_HELP_STRING Change-Id: I91e0a5ed0e2278de013d7872eadc6f93b970c231 Reviewed-on: https://gerrit.libreoffice.org/722 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-01use "LibreOffice" as the default value of ProductKey for crashrepTakeshi Abe
Change-Id: I12bab12ad32f4965b55d94dfd2d6fe8894129763 Reviewed-on: https://gerrit.libreoffice.org/721 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-01Fail early if getPackageLocation fails; plus clean-upStephan Bergmann
Change-Id: Ifa7d589e7854fed9cd9ca2a3f3c987179b60199f
2012-10-01Revert "take out @PLATFORM@ from extension ID"Andras Timar
This reverts commit 21a82f4f91eb9940e5dd01c75e2f68721a431f09.
2012-10-01fdo#52475 fix import of RTF_CHCBPAT with value 0Miklos Vajna
0 means auto, and for fdo#50539, this value was ignored. However a next sample shows that we should send something to the dmapper: COL_AUTO. Change-Id: I8d7d35125c9027dfb45288bbfbfa81ba4799e78d
2012-10-01menus are way too wide, wrong checkbox/radiobutton widthCaolán McNamara
Change-Id: Ib8f1a21f19812092e2561621909f74fd98af2857
2012-10-01add saxon to tail_buildDavid Tardon
Change-Id: I01e2b99a2618c3b4e5e80dc9e38652e75ef5217d
2012-10-01fix InternalUnoApi IDL depsDavid Tardon
Change-Id: I02bd49c6f6b252c6797292b8e4a9bc319fe0947e
2012-10-01add missing deps on headers to static libsDavid Tardon
Change-Id: I7a28dfa13bf0f98a654eca98eb1cdfd99177f37a
2012-10-01do not rely on target-spec. var. inheritanceDavid Tardon
The whole idea of having two paths to look for schemas (one local, for module, and one global, in $(OUTDIR)) is bad anyway, because there is no way to do it in XSLT without warning if the checked schema does not exist in the first path. I see two ways out of that: 1. rewrite schema_val.xsl in a decent language 2. split the node reference check in schema_val.xsl into two phases: the first phase returns a list of subpaths to check, a helper script processes that, finds the real paths and feeds it to the second phase XSL, which does the internal check. Change-Id: Icfe3f9ec0960cfd3423c1223ad8f495d7634b25a
2012-10-01drop unused includeDavid Tardon
Change-Id: I21360e2d65b64bc27f02d677eda05f9d9d765367
2012-10-01add missing dep for tools/errcode.hxxDavid Tardon
Change-Id: I6e63a545332a1b865a26b355db49869c214f97c7
2012-10-01add missing deps for tools/color.hxxDavid Tardon
Change-Id: I164afe17c3bff2f7d7f2b9daec0d5a5ca8fdf97a
2012-10-01gbuildification of saxonDavid Ostrovsky
Change-Id: Ic54337f4279daf78b099aab368eade5a6143f586
2012-10-01create guids that excel acceptsMarkus Mohrhard
Change-Id: I69868ad65b6eb6405d5723cb4d65d5e30c72e3ae
2012-10-01Make Reference::iset_throw work with multiple-inheritance interfacesStephan Bergmann
Change-Id: Ia8a644c613de17279abdab533a6314ba6c0e0aec
2012-10-01installer::profiles: Test and rewrite sorting_profileTim Retout
Change-Id: Ie3c9bddcb4760d2fe2195c1ca0de7520e57d705f
2012-10-01installer: Create new read_ziplist function.Tim Retout
Change-Id: Ie91376bf9c52238febdc15720bb7f4cd62ee2e08
2012-10-01add sal and xml2cmp back to build.pl depsDavid Tardon
Change-Id: Ia5607c977958317f3aca9061553cbfedb35944fa
2012-10-01Update in Brazilian autocorrectionOlivier Hallot
Change-Id: Ifcd7410f659a76ac34f18bb561b2eaffa6ecbd3d Reviewed-on: https://gerrit.libreoffice.org/724 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2012-10-01writerfilter: unused includes in DomainMapperMiklos Vajna
Change-Id: Ia84271c5fe7064bfa2d71b84da9fa4d9df945d51
2012-10-01sw: finish cleanup of rtfimport testMiklos Vajna
Change-Id: I10433c3c40a0c648bd651ed786ecd5523bf58f61
2012-10-01sw: clean up one more testMiklos Vajna
Change-Id: Icfcdbedaf6b123fc726e2298ac47698940b36091
2012-10-01sw: more testcase cleanupMiklos Vajna
Change-Id: I39681fbf57c828e5d6e80ae7c3155f2f60410a1a
2012-10-01sw: cleanup in rtfimport testMiklos Vajna
Change-Id: Idef3ee3fa246b314c4b6b8a59b2b366dadfb679a
2012-10-01soltools: remove unused filesMatúš Kukan
Change-Id: I534aab7da0b05dadc3415856e57362ead57380c0
2012-10-01soltools: build again ldump4 for WindowsMatúš Kukan
Change-Id: I8f1f5756ac777cefed52ae72af65931bfa14d580
2012-10-01gettext depends on sal...David Tardon
Change-Id: Iec26cfb2f6715b12bed290d72e3a013d6a980544
2012-10-01fdo#31405 CommandType is a LONG, so use a sal_Int32 to retrieve itLionel Elie Mamane
Else, operator>>= flat out refuses to extract it, even though the particular value in this particular call would fit. Also OSL_VERIFY the result of >>= (instead of ignoring it) to facilitate future detection of similar problem Change-Id: I859c38c3589dc9e9ef5bdd882663aa3386a43237
2012-10-01remove superfluous linkoo outputDavid Ostrovsky
Change-Id: I09a14fd50cf69cec8693b7058d105ee5f2998e02
2012-10-01introduce some new top level targetsDavid Ostrovsky
Change-Id: I3ac81132e21710a2c1d974944a5bcd612d796ec6
2012-10-01fdo #50343: Fixed crash on xlsx import of file with array formulaKatarina Behrens
Follow-up of 7fff98724bc7e3. Buffer only cell formula values via setCellFormulaValue. Otherwise we get crash in FormulaBuffer::applyCellFormulaValues() as array/shared/datatable formulas are treated differently Change-Id: Ie344b273ec662e8af1bf9fa54e79614393634974
2012-10-01Revert "gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON"Matúš Kukan
This reverts commit 34061bf6d4fe8b80f46a97b8fbeddc18247e8bf7. gb_PYTHON was moved again in dec68c6684298cbcb793651f1221f842efd794e3.
2012-10-01vertical space savingsMatúš Kukan
Change-Id: I8f73a804e2005108f4a47d9fe4f9cd4425787cb1
2012-10-01move gb_Executable_EXT_for_build to platform/Matúš Kukan
Change-Id: Ica30efee4fcd030dcc063321ba678a00bec726cd
2012-10-01gbuild: gb_Library_TARGETS should really not be needed nowMatúš Kukan
Change-Id: I1a5f2fda44da782b43076eee67e292affe1bad1a
2012-10-01soltools: fix windows buildMatúš Kukan
Change-Id: Iac8321655a18826f9adcf8aed8075cce1aa24652
2012-10-01gb_PYTHON_PRECOMMAND is only defined after gb_PYTHONStephan Bergmann
...now that fa140733eeaf59030caa3115be4de11fb210b5b7 "fix dep on internal ucpp" moved things around, so use "=" instead of ":=" here. (And I'm not sure the other places need ":=" either.) Change-Id: Id71570c4a55ab08ca339801dec78ef06cfd80ef0
2012-10-01Use comphelper::getComponentContextStephan Bergmann
...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9