summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-31fix build with system poppler-0.21.0Petr Mladek
UTF8.h is split and renamed to UTF.h Change-Id: I3c0c271324f79189aa2d10b9f159d2cb5743eb64
2012-10-31Fix broken sw unit introduced by commit a522818Cédric Bosdonnat
Change-Id: I78a191e39dee00d31ddd773e7b49af73be3136cc
2012-10-31sw unis tests: added basic/util/sb where neededCédric Bosdonnat
Change-Id: I3a16f891b099f80bc3a606ed821d7301fc446653
2012-10-31Show URL of failing document in unit testsCédric Bosdonnat
Change-Id: I5434b6615338dfc6780c6ff877c6eebfd20b763b
2012-10-31Add PATH to have curl configure find ns{s,pr}-config in solverCédric Bosdonnat
Change-Id: I15dc96c13189d0dc76c616f3ab49d2ea099bc884
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat
Although the implementation is here, the dialogs to show when clicking on the menu items aren't there yet. Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
2012-10-31CMIS UCP: fixed crash when URL to server is wrong, or server downCédric Bosdonnat
Change-Id: Ibe11358794a3ff714d2e1fafd900cc3262ca266d
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat
Change-Id: I5f003556065cff34cec38148bc3bb4da20692e54
2012-10-31CMIS: don't show up checkout info bar if the document is not versionableCédric Bosdonnat
Change-Id: I7761e0b06e151822a63a7273a4e61d5cdc648311
2012-10-31CMIS: display errors when clicking checkout buttonCédric Bosdonnat
Change-Id: I38d5cb95e1c45e1c57b11ec81523d4cca7568d34
2012-10-31Load CMIS properties after saving filesCédric Bosdonnat
Change-Id: I0962f466cd46bcabbdb70100bcebb4ef940923b3
2012-10-31Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat
Change-Id: Id067932355607d3d60994862201b531f9844506d
2012-10-31CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat
Change-Id: I9ae0704f1e5203778e97de5843efe777ba717271
2012-10-31Fixed position of extension colors in Appearance options pageCédric Bosdonnat
Change-Id: I026e26fda195ddf4b14e250040358ddf31fda21f
2012-10-31InfoBars: Hight Contrast paintingCédric Bosdonnat
Change-Id: I3ba70be099bc4364d8f6d2d0700add83353f2900
2012-10-31InfoBars: implemented ResizeCédric Bosdonnat
Change-Id: Iad2c4b57b28cf06260b7890dfc9309df60fb5184
2012-10-31fix the strange ww8export tinderbox failureNoel Power
Change-Id: Ie1804a3790aee23a8fdf86e27085de81f5e50c11
2012-10-31Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann
...which effectively is just a glorious wrapper around comphelper::getProcessServiceFactory. In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the rSMgr parameter to InitVCL. All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work fine. Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
2012-10-31::rtl::OUString -> OUString in basegfxRicardo Montania
Change-Id: I2e0189135d5f30b20e625b849cedbef2eb639ed9 Reviewed-on: https://gerrit.libreoffice.org/929 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-31::rtl::OUString -> OUString in basebmpRicardo Montania
Change-Id: Id9cde5559165c61da825938153e92df999233a59 Reviewed-on: https://gerrit.libreoffice.org/928 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-30fdo#56325: Don't forget to build_tree() in fillTable().Kohei Yoshida
Else you'll get the wrong answer in isRowActive(), which always search flag via tree. Change-Id: Ic764b08c3fa3e2e24ea656bb03cc9d393e06fb13
2012-10-30Somehow that comment makes no sense.Kohei Yoshida
Change-Id: Ic6d11b8660048dfc074c6e0bfe6b367aca6baef2
2012-10-30dump() method for ScDPCacheTable (for debugging only).Kohei Yoshida
Change-Id: I3d4a4dd5efa64d1506562f976d88599c084b25ab
2012-10-30Somehow the indentation was messed up in this method.Kohei Yoshida
It was using a 3-space indentation as opposed to 4. Change-Id: Idfb0e455c5d0afcad0a8b943dee9fd2679e6209d
2012-10-30Fix the build with DEBUG_PIVOT_TABLE=1.Kohei Yoshida
Change-Id: Ibbf3ac3174d609feabc4cac590cf86b07ebbbab8
2012-10-30cppCheck: unusedStructMemberjailletc36
Kill unused class member and struct definition in desktop/source/splash/splash.cxx Change-Id: I06a901a5442cacf0f7fa2b0c775fc89709968601 Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/943 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-30cppCheck: avoid obvious 'redundantAssignment'jailletc36
Change-Id: Ib819c1664dc1643b0d8bf9f516fc0b328f201bff Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/944 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-30writerfilter: remove PropertyMap::InsertPropsNoOverwrite again:Michael Stahl
Turns out nobody calls that, so the boolean parameter to insert method was not just ugly but entirely pointless. Change-Id: Icb928747d51487d6884a16dcc1f4e22b00c7c22b
2012-10-30writerfilter: clean up PropertyMap::insert mess:Michael Stahl
Rumor has it that MSVC 2010 has problems choosing the right overload in PropertyMap::insert call, which is no surprise as that is a ridiculous piece of garbage. Special bonus points for having another class TablePropsRef that must have a call compatible method because it's used as parameter to the same templates, and for the call with a pointer converted to boolean implicitly in StyleSheetTable.cxx:163. Also remove the silly boolean parameter while at it, just have 2 methods instead. Change-Id: I022d5dd7008f3e6c510d94e19fbacbf04bcf1986
2012-10-30postgresql: forgot to change include path for openldapMatúš Kukan
Change-Id: I3ce3906662ff6ce5855e4c20c3d2f927288bec9f
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan
Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-30Apparently CheckIntegrity() was only declared but never defined.Kohei Yoshida
Let's remove it. Change-Id: Idbc6c58fb6ce71c80534396111c4d5b17a9764c7
2012-10-30Avoiding deleting the removed entry.Kohei Yoshida
The tree list entries are now stored in ptr_vector. We no longer have to manually call delete on it whenever it gets removed from the list. Change-Id: Id183aadbdc3b1565d1c702dc0fc099df9dcb6e2c
2012-10-30Updated coreCaolán McNamara
Project: help d8b9fe2b21d1a3e0fdd7ca0ce41b7c136d7fcf76 typo sw->swriter
2012-10-30Intentionally add a formula cell in column 1.Kohei Yoshida
Column 1 only consisted of static values prior to this. Inserting a formula cell will break the range-based formula sharing and dependency tracking but it should still continue to work. Change-Id: I5187ccf15ec1dffe4b6b10086f815b18c21e17c1
2012-10-30Another test case for column formula arrays.Kohei Yoshida
We will later handle this use case using shared formulas. Change-Id: I6403ae4adddc865d0418290e1549a91ef4eeb318
2012-10-30New unit test for formula dependency tracking.Kohei Yoshida
Change-Id: I5dad87cd67f8644509087394faa7c4880deb8ee6
2012-10-30desktop: tweak xmlCleanupParser hack: disable on return from mainMichael Stahl
Lubos has apparently a case of xmlCleanupParser run as an atexit handler, from KDE's Strigi library; hopefully this should help to avoid the abort then. Change-Id: I50d2e92e5078016943f71a62070743ab8d6628bb
2012-10-30sw: work around random crashes in ww8exportMiklos Vajna
Change-Id: If11bff5804770976f069a49a1c508744d6e1987b
2012-10-30cppCheck: Remove some 'redundantAssignment'jailletc36
These iterators are already assigned with the same value a few lines above. Change-Id: I4051db7599824cf407af9ec91ef8f6633467ea36 Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/938 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2012-10-30fdo#56512 testcaseMiklos Vajna
Change-Id: Ib075209a2b61041ed40685093bc277243a0bef04
2012-10-30fdo#56512 fix RTF import of non-unicode Hebrew textMiklos Vajna
The trick here is that we can't just fall back to Hebrew encoding for the whole document, as that would mirror shapes as well. Instead, check where \rtlch is used, and there fall back to the default encoding. Change-Id: Iaf155912fab6a559ed165870b8524c23cabcb86d
2012-10-30SvTreeList::GetEntry: detect an out-of-bound and return NULL in that caseMiklos Vajna
That's how this worked prior to stlification. Change-Id: I4b1a9735c92efc181a2d1f47cafb04d2855fdfe2
2012-10-30In "unopkg gui" dispose component context from DeInitVCLStephan Bergmann
...the same way it is done in soffice.bin. framework's Desktop::dispose() requires the solar mutex to be still alive, which is destroyed in DeInitVCL, so if the component context/service manager is only disposed afterwards, the solar mutex is already gone. This required moving disposeBridges() around, but it allowed to get rid of DisposeGuard. Change-Id: Ibec3d19040fdae23f492cd1e29084e673403e00b
2012-10-30Updated coreCaolán McNamara
Project: help c532aed5026dbdef6992b3aa1e2714de02781b4a update endnote and footnote help ids for .ui format
2012-10-30make that mingw suffix patch mingw onlyCaolán McNamara
Change-Id: I5a8dc6ddc620bf4a4bdccfb17ffbf1155fa53987
2012-10-30convert end/footnote dialog to .uiCaolán McNamara
Change-Id: I22c7e030a77f125f70b1b532b3c07c5a405b18b0
2012-10-30more_fonts: convert to ExternalPackage for incremental buildsMichael Stahl
Change-Id: Id24975e0bc9a28f6c66599c4b58c01471dd2d8ef
2012-10-30extras: extra_fonts needs to be a ExternalPackageMichael Stahl
... so everything is re-delivered on an incremental build when unpack happens. Change-Id: I0d6dae6bdbafc94898546146140069d4c67f5c8e
2012-10-30fix character positions translation (partial fix for n#757387)Radek Doulik
Change-Id: I042d6de9533f0f33e1fb64c3b92dc1bafaa6149f