summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-27Remove remaining checks for HTMLMODE_SOME_ABS_POSHarri Pitkänen
This HTML mode is never disabled for any HTML export options. Thus it is not necessary to check for it. Completes the cleanup started in commit feeb57e0a63cdcd81898050d059e7933f62c5292 Change-Id: I3ea27ea52cdc355f19d0d2fb33ac92262df5d13f Reviewed-on: https://gerrit.libreoffice.org/488 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2012-08-27include can be first statement nowDavid Tardon
Change-Id: I16edd2d6f0c7fbf2a7686e5adc43b1848902b957
2012-08-27make the makefile dep more robustDavid Tardon
Change-Id: Iabf62eb089530dff97c0a920b2be9c239b02d5b8
2012-08-26fix conditional inclusion of jdbc patch in hsqldbDavid Tardon
Change-Id: I75e4566509d1851e7405d1738ffeaf58261233ea
2012-08-26Update desc of mergelib configure optionTomas Chvatal
Also do not be fatal on clash with binfilter and just warn the user that mergelib was disabled in favor of binfilter if he has both enabled. Change-Id: I3b683a948e00b1134c10881c5ec442e6380f2822
2012-08-26String -> OUStringIvan Timofeev
Change-Id: I5bdcad692678b9debb77db4ec08223d38e5c01c5
2012-08-26SwPagePreView: initialize sPageStrIvan Timofeev
this adds "Page " to the page number info in the statusbar and to the scrollbar's tooltip in the page preview mode. Change-Id: Ia1dda0e98777465ef87364f12437449ca7787510
2012-08-26remove VBA_OOBUILD_HACK and friendsNoel Power
Change-Id: I5c21a407bcae1b668976b94a757d564120973b1a
2012-08-26mark methods as stub where appropriateNoel Power
Hopefully this will allow us to track methods we don't or can't implement ( although we let them actually exectute ) Change-Id: I53c74054ffea6cfa8e45aa4583f51c03f33991ee
2012-08-26clean up unnecessary non working implementationsNoel Power
Change-Id: I4cbc0fbf17aa80db4b19df630d6f18f97b9f6982
2012-08-25--enable-mergelibs: does not work with binfilter; warning for other platformsMatúš Kukan
Change-Id: I2992c89f70aebfcae5795c9f21d3cca48cbea4ae
2012-08-25use dynamic_cast, prevent crash when opening Options-Writer-AutoCaptionIvan Timofeev
SwCaptionOptPage can be added either to SwCaptionOptDlg or OfaTreeOptionsDialog Change-Id: I0cedfc27f8d1f1bbf5e19dce2f438fc782cd5832
2012-08-25Revert "cast to wrong type, can cause crash when opening Options-Writer-AutoCaIvan Timofeev
Wrong fix: GetParent can return pointer to SwCaptionOptDlg which is derived from SfxSingleTabDialog. This reverts commit a5546942ec70fca551401ae61eee00b66a92f81d.
2012-08-25cast to wrong type, can cause crash when opening Options-Writer-AutoCaptionIvan Timofeev
it turns out that GetParent() returns pointer to OfaTreeOptionsDialog, not SfxSingleTabDialog. Disabling OK button in the options dialog does not make any sense, so the patch removes that code. Change-Id: I76618d89f904a6eac80fc08072dcde007b2d9c34
2012-08-25localize spreadsheet style template names runtimeAndras Timar
Change-Id: I16d45284cfb4ab8d239ea5e9a326160a742c4bf1
2012-08-25ah, android is specialMatúš Kukan
Change-Id: I7f5e15f4d5e285a85e01fdeaede747e88d08510d
2012-08-25vigra: convert to gbuildMatúš Kukan
Change-Id: Ie5f050bf5f672a35d9629dcfb039d9fff7470cab
2012-08-25merge more, mostly small libraries for androidMatúš Kukan
Change-Id: Ic40dec7083b2dd83952bee50290b803b981965b0
2012-08-25prefix more componentsMatúš Kukan
Change-Id: I9bf304a791b62f6b96711eb058f302cadfdb276a
2012-08-25libmerged: add more librariesMatúš Kukan
Change-Id: Ia35e93b9632cb2bbfce0d40f8491044d56f2bb05
2012-08-25The label size is computed from the length of the string it containsJean-Baptiste FAURE
Change-Id: I586a31a5d563ea8a11282836ca1d54b0c8be1bf4 Signed-off-by: Arnaud Versini <arnaud.versini@gmail.com>
2012-08-25Replace usage of rtl/memory.h in comphelper with equivalent from string.hArnaud Versini
Change-Id: I41d452aa4892606d127e9565cf83c21f78a67392
2012-08-25gtk: wrong menu border size, need to add thicknessIvan Timofeev
Change-Id: Ibcd63b7a74f6a6afb0ac1195218125fea26a0482
2012-08-25gtk: fix scrollbar drawing with ClearlooksIvan Timofeev
Change-Id: Ia1afbfd027bf473f23b83239562f542d0157d549
2012-08-25Perhaps this will fix the windows build?Kohei Yoshida
Change-Id: Ia57ab6bfa9e7fa663b699627cec07d19a378b293
2012-08-25fdo#39625 Make existing cppunittests workRadu Ioan
Make rtl uuid cppunit work - removed call to simpleheader.hxx - added call in Module_sal.mk for rtl_uuid - created mk for cppunittest for sal_rtl_uuid Second patch: - removed makefile.mk as Stephan suggested - modified CppunitTest_sal_rtl_uuid.mk header Change-Id: If090843203e38d3eced14941b58e6122d27bdb09 Reviewed-on: https://gerrit.libreoffice.org/422 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-08-25removed commented out code in sc/source/ui/undoPhilipp Riemer
This is a follow-up patch of 06f611210cf487dcd32aa7ccfaae5ed80124e439. Since the rebasing process is not finished yet, I submit it to Gerrit, so that the changes are available for later when they can be applied again to the related files. Change-Id: I047ade3f9a6b3927ddab8b94a53113b17483c06f Reviewed-on: https://gerrit.libreoffice.org/486 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-08-25remove ascii-art and blank lines in sc/source/ui/undoPhilipp Riemer
This is a follow-up patch to 06f611210cf487dcd32aa7ccfaae5ed80124e439. However, since the rebasing process is not done yet, I submit it to Gerrit, so that the changes are available as soon as they can be applied again to the related files. Change-Id: I61292e9d893839bd2f8b18a521a30e670f80f05b Reviewed-on: https://gerrit.libreoffice.org/484 Reviewed-by: Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-08-25fdo#39468: Translated German comments in sc/source/ui/undoPhilipp Riemer
Eike and I reviewed the patch at the same time. However, he was was faster ;-) Consequently, with this commit I include the fixes for my remarks previously done in Gerrit as well as for Eike's comments. This is a follow-up patch of 06f611210cf487dcd32aa7ccfaae5ed80124e439. Change-Id: I6ee721f15852e1023c8b3e4f0b580435ee52c0c6
2012-08-25gdb: SwPaMPrinter: print rings as wellMichael Stahl
Change-Id: I31b7b6b0cd4ac67c059729e68b50c92b865930b0
2012-08-25fdo#49901: SwView::ExecSearch: fix Replace All cursor:Michael Stahl
Because the "fix" for i#8288 only set the point of the cursor and not the mark, it can happen that after a Replace All weird things are selected; fix that (and i#8288 properly) by using the SwCrsrShell stack, and don't do it when searching in the selection. This cannot be done in SwCrsrShell itself because ExecSearch sets the cursor to the beginning/end of the document already. (regression from cda75d6f358d438f7ed36ed7fa296ac23e3c4a04) Change-Id: Ie9f8d7da2fa26000a0237c24f8742e47ffa29213
2012-08-25SwpHintsArray::Check(): reindent thatMichael Stahl
Change-Id: I9fede393b5a0fb6bd2fe0425f6a4b60b754aeb0b
2012-08-25SwpHintsArray: refactor assertions:Michael Stahl
Since 4623c603bde7678004fe6019f9d9e4b816a3d6c6 the assertions in lcl_IsLessStart/lcl_IsLessEnd trigger spuriously, because the comparison is invoked always now even on identical pointers, while the SvArray only invoked it if the 2 hints didn't have the same address; move the assertion to SwpHintsArray::Check(). Change-Id: Ida6c8e268452343ed3e90410636703c6baffbabd
2012-08-24better dependency working also for libmergedMatúš Kukan
Change-Id: I3c5cf65bee50ec0511031b50e1b9f5589491e6bd
2012-08-24kill more unneeded stuff; rename uiconfig PackagesMatúš Kukan
Change-Id: Ib2f73d679ac4a6164142a370ce6d55c6de41117c
2012-08-24sax: avoid pointless linking expwrap against saxMatúš Kukan
..only to share one class with fastsax in sax, where it's not used. The link dependency is ugly, mostly for libmerged. Use static library. Another option would be to link fastsax against expwrap. Change-Id: Ia85b01150959e2472d1ac04013b8b9a27232a070
2012-08-24Translation of comments from german in sc/source/ui/undoAlbert Thuswaldner
Change-Id: Ic7f2233ae55f8c5505c5b325aef973b0d0c65730 Reviewed-on: https://gerrit.libreoffice.org/479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2012-08-24translate fax/letter/agenda/report templates runtimeIstvan Turi
Instead of distributing bazillions of localized templates, that contain only a few translatable strings, we try to localize them runtime. This is the initial patch that does the heavy-lifting. It has some rough edges, but the feature will be polished by freezing of LibreOffice 3.7. Change-Id: I535b3bff1f5706afebd21d017c01e2b4745b7cfb
2012-08-24Highlight X errorbars data range when a chart is selected.Rafael Dominguez
Change-Id: I90b4f71fb74da59c6c578ccd0e9b62f14620d4e6
2012-08-24TypoStephan Bergmann
Change-Id: Iac9a2715b8a0a517f502c56ef0652e316bd76f52
2012-08-24Unused membersStephan Bergmann
Change-Id: I4f3e6f2c07d1ef55464646a5ab313c305f4a22e8
2012-08-24Clean up java-target-version indentation etc.Stephan Bergmann
Change-Id: Ia3440508b929b37dd4aa5d045445ca7b73bb85d9
2012-08-24download clucene tarball only when it's going to be usedMatúš Kukan
Change-Id: I568be2e912d5700ef5d24443e48cf7d0a384292a
2012-08-24Improve matrix import performance.Daniel Bankston
Our latest changes that recalculate volatile formulas at the end of import resulted in several seconds performance loss on a large matrix test file with complex formulas. When the matrix cells are put in the document, ScFormulaCell::SetDirty() gets called. Although the cells are set clean during import after this, SetDirty() also uses ScDocument::TrackFormulas() which puts the cells in the formula tree. So when we call ScDocument::DoRecalc() at the end of import, the interpreter goes through all matrix cells because they are in the formula tree. This commit prevent that from happening, which gives us back our performance. Change-Id: I961f69b0117d4261f8afefb6d94173105f0925b2
2012-08-24fdo#53968 etc.: Fix more "doesn't start after upgrade" problemsStephan Bergmann
* fdo#53968 revealed that multiple soffice.bin instances can run removeTree in parallel. Therefore, demoted failures from exceptions to SAL_WARNs. (And keeping fingers crossed.) * a8cdce148c76c93c5d41820610d6e6ac175e03a7 "fdo#53655: Ignore failure to remove directories (as happens on Windows XP)" was due to a forgotten osl::Directory::close before calling osl::Directory::remove after all. * UserInstallations have been seen in the wild where no extensions were installed per-user (any longer), but user/uno_packages/cache/registry/ com.sun.star.comp.deployment.component.PackageRegistryBackend/*.rdb files contained data nevertheless. To reliably clean out any old junk, refreshBundledExtensionsDir has been extended to cleanExtensionsCache which in tandem with an extended Desktop::SynchronizeExtensionRepositories now cleanly re-installs all bundled, shared, and per-user extensions after a LO upgrade. Change-Id: Ic6b5b6c1945d76eb3a65b6cd4512a657b7a835a0
2012-08-24Fix removeRdbFiles (caused extension update to fail)Stephan Bergmann
removeRdbFiles suffered from a confusion that ImplementationInfo.uri denotes the corresponding component (.so, .jar, etc.), but not the .rdb file. So removing an .rdb file silently failed to remove the corresponding implementations, so re- installing a similar enough .rdb (as typically happens during extension update) would fail due to duplicate implementation names. Change-Id: I25d4ff72656c99a3af509eef09e89c18cfd0aabe
2012-08-24restore the 'initialization of warn'Norbert Thiebaud
Change-Id: I72ed0955bf6d47e04be7c182994ba12e53e40a9a
2012-08-24be quiet if there is no 'warn' fileNorbert Thiebaud
Change-Id: I44ce29c41c914c57e5c0e4036e327447efb5b26b
2012-08-24Remove debugging outputTor Lillqvist
Change-Id: Ibd80b49eba4b259027d57845b8ebba3e35908e82
2012-08-24Use correct intro bitmap, as passed to configureThorsten Behrens
Fix typo that had intro bitmap always be default in 3.6 series. Change-Id: I7822ab75c718040128231f5d50913c3b128d49fd