summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
2012-08-27fdo#46808, Use BreakIterator ::create methodNoel Grandin
Change-Id: Iff603ebe772cfcd34ed3669ce46bc9112ba902ae
2012-08-27fdo#46808, Adapt document::DocumentProperties UNO service to new styleNoel Grandin
Change-Id: I19015d3e3e9aa6e4b3b4bb011183c73ab00365ca
2012-08-27fdo#46808, Use factory methods for frame::DispatchHelper instancesNoel Grandin
Change-Id: I7bdf16fc6d042e5ecd404c604a8b7c31c1ac7bc1
2012-08-27fdo#46808, Shiny UNO, More use factory to create XSimpleFileAccess instancesNoel Grandin
Change-Id: I62fdd31fe89ae280e4ad2843dbc821f1fecb59a1
2012-08-27n#775899 docx import of w:usePrinterMetrics compat optionMiklos Vajna
This was set unconditionally, but it turns out it's not the default for docx, it's triggered by a compat flag there as well. Change-Id: I84dccfe7ffd49fbc6878b19ff4276f8a36b827a3
2012-08-27fdo#53894: Fix ICU version checkJung-uk Kim
Change-Id: I980401f886a6f95d35744b059706aca932af28a7
2012-08-27fdo#53893: Undefine U_TIMEZONE for BSDs (except for NetBSD)Jung-uk Kim
FreeBSD and other BSDs (except for NetBSD) must not define U_TIMEZONE. This patch is obtained from upstream: http://bugs.icu-project.org/trac/changeset?reponame=&new=31780 Change-Id: Id1b85b9958036230045c3e13eb4b6617e6bdc924
2012-08-27fdo#53857: Assume --strip-components is always available for bsdtarJung-uk Kim
Change-Id: Ic05c0cb9ac2c20788870069939d6708214ea0cda
2012-08-27fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for icuJung-uk Kim
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * pass -DU_HAVE_GCC_ATOMICS=1 in when applicable on MINGW, too Change-Id: I2073c61fb92d698a3c1ba38266dbd0373b0a693c
2012-08-27fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for cluceneJung-uk Kim
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * added clucene-config-MINGW-atomic.h, to not lose _CL_HAVE_GCC_ATOMIC_FUNCTIONS when applicable there * renamed clucene-config-GCC.h to clucene-config-GCC-atomic.h for consistency with above Change-Id: I3dd15721b568fa9358b79ec28bad39249200c773
2012-08-27Move -DHAVE_GCC_BUILTIN_ATOMIC to solenv/gbuildStephan Bergmann
Change-Id: I82f62c998837783ac69317123268b0c87f74425f
2012-08-27fdo#53855: Use the newly added HAVE_GCC_BUILTIN_ATOMIC for salJung-uk Kim
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * nCount is needed in else branches after all * tabs -> spaces Change-Id: Iaa39ba9e1ed645819905f0e484fa4f1812271700
2012-08-27fdo#53855: Detect GCC built-in atomic functionsJung-uk Kim
Change-Id: I57a977d799df6bce6c854b38b441a0575218922b
2012-08-27Modified the wording of the Save-on-Exit-DialogSamuel Mehrbrodt
Change-Id: Ie3a02efc4541754ba553909ad03a115258890351 Reviewed-on: https://gerrit.libreoffice.org/491 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2012-08-27n#775899 docx import: set PrinterIndependentLayout like ww8 doesMiklos Vajna
Change-Id: I32869aa3d7b6b25c7eb9756d79ea7126130afc4b
2012-08-27sw, FIRSTSHARE flag wasn't set in defaults and copied in SetUseOnCédric Bosdonnat
Change-Id: Ib0fd2097af4f45ec838b96e8214dfe913a3b47df
2012-08-27sw: fixed STL conversion from 1015cd4ff73ee25e55b4da8c8bc55a41e652da87Cédric Bosdonnat
Bad integer cast made reserve throw an std::length_error exception Change-Id: Iafdf859dd13e8b44ad61ee7e02eb11370f8260fb
2012-08-27WaE: unused variable nHtmlModeTor Lillqvist
Change-Id: I3c949e9f536b81bf405cf03992e2a9bbe0a2b0d4
2012-08-27fdo#47157 adding Keywords to .desktop filesMarco Biscaro
Adding Keywords to .desktop files, following the suggestions in https://bugs.freedesktop.org/show_bug.cgi?id=47157#c0 Change-Id: Ic2a1428aaa12bc31b0af8488d166f78d5a970a1d Reviewed-on: https://gerrit.libreoffice.org/490 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2012-08-27fix for fdo#54046Noel Power
fix case where the value is neither uno object or unostruct Change-Id: I2862ab23a875a691edb202bb9d334b000871f718
2012-08-27Fix dbgutil iOS buildTor Lillqvist
Change-Id: Ie05a958411683cc4ea5adcac0f1ab6ea0c4736de
2012-08-27Undefined variable mnTrailingSpaceWidthTor Lillqvist
Change-Id: Id3bf0bbeecbf4b36eb629bc5a80db7443fff4395
2012-08-27Bypass the solver component for iOS for nowTor Lillqvist
Change-Id: I09551ef015d31d2337ba3ab40e720210c095670f
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>