summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-29libwps: need to depend on unpacked private headers:Michael Stahl
The generated cxx files that are built in the StaticLibrary depend on the header from the UnpackedTarball. When the tarball gets unpacked again in an incremental build, the headers may have changed and the cxx files that include them must be rebuilt. This works for those headers that are added to a Package, because they are make targets, but not for those that are not delivered and just sit in the unpacked directory. These need to be manually enumerated in order to turn them into make targets, which is not entirely satisfying. A little grepping in the .d file for the StaticLibrary can help: grep "UnpackedTarball.*\.h" workdir/*/Dep/LinkTarget/StaticLibrary/libwpslib.a.d | sed 's,:* \+[^ ]*$,,' | sed 's,^.*UnpackedTarball/[a-zA-Z0-9]*/,,' | sort | uniq Change-Id: I9fd4ee0cd6646c834118cf172e39a24d2833c439
2012-10-29libwps: ensure that generated cxx files get built after unpackMichael Stahl
Change-Id: I75c754a9b1cb59936f1ea6acac92ad47ac417f27
2012-10-29add more missing use_unpackedMatúš Kukan
Change-Id: I92395d5883ce862f1dca7b88aa4291a9608c1a52
2012-10-29Missing #includeStephan Bergmann
Change-Id: I63e68bd37b46f339d09d97a6bf6edfeaa6a7df1d
2012-10-29tweak curl gbuildificationMatúš Kukan
Change-Id: I17eae5612b88c3f57842a8ae50b1d062acf94765
2012-10-29sw/qa: fix build in ooxmlexportMiklos Vajna
Change-Id: I22d94cf0584be892da6ba17aadabf45f47809252
2012-10-29docx export: unit test table/cell borders exportPierre-Eric Pelloux-Prayer
Change-Id: Ibd651c0d027dcf8b63b9208ffdcbcfaee3165b38 Reviewed-on: https://gerrit.libreoffice.org/910 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-10-29docx export: explicitely use 'none' type for disabled cell bordersPierre-Eric Pelloux-Prayer
Otherwise, the table default borders will be used. Change-Id: Iebab1204dc40f79e10164e4815bbdbbe054ef144 Reviewed-on: https://gerrit.libreoffice.org/909 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-10-29docx import: handle start/end attribute in tcBordersPierre-Eric Pelloux-Prayer
Change-Id: I148345485534ae50b616857d971ef1c8b1594f28 Reviewed-on: https://gerrit.libreoffice.org/908 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2012-10-29Updated coreStephan Bergmann
Project: binfilter 9e1d8c9cfa1197c4fa5685240549fed3134e4f7c fdo#46808: Adapted to core CalendarWrapper changes
2012-10-29fdo#46808, Adapt i18n::LocaleCalendar UNO service to new styleNoel Grandin
Did not need to create a new interface, because XCalendar3 already covers the whole service interface. Change-Id: Iaf094014c16e872d2003ca6e8e7588abd081d882
2012-10-29fdo#46808: Fix previous commitStephan Bergmann
Removing the xJobExecutor.is() check from SfxGlobalEvents_Impl::implts_notifyJobExecution was wrong, as m_xJobExecutorListener was a WeakReference. However, it appears there is no good reason for the latter, so the situation can be corrected by turning it into a plain Reference. Change-Id: I5690d226b3e8fdd97f75a37502e600b460ec674c
2012-10-29fdo#46808, use service constructor for task::JobExecutorNoel Grandin
Also remove some unnecessary fields.
2012-10-29Improve previous commit slightlyStephan Bergmann
Change-Id: I01e007a9e1dee12a8081e8b165fa7e090d594612
2012-10-29fdo#46808, Create new-style frame::AutoRecovery serviceNoel Grandin
The service already existed, it just did not have an IDL file.
2012-10-29Improve previous commit slightlyStephan Bergmann
Change-Id: I198f25f556efd4ec3f6582cf8bfb40675c6e3570
2012-10-29fdo#46808, use service constructor for frame::DispatchRecorderSupplierNoel Grandin
2012-10-29Improve previous commit slightlyStephan Bergmann
Change-Id: I25595ea67eb521e118f4b00337ef2a55dc52256a
2012-10-29inline #define that is only used in one placeNoel Grandin
2012-10-29remove unused #defineNoel Grandin
2012-10-29Improve previous commit slightlyStephan Bergmann
Change-Id: If39ae761165bc4debd3c7d994be0446149f2c4ac
2012-10-29inline #define that is only used in one placeNoel Grandin
2012-10-29remove unused #defineNoel Grandin
2012-10-29Setting CLASSPATH/XCLASSPATH appears to be a leftoverStephan Bergmann
...from the old dmake and/or Hamburg-specific set up. Change-Id: I441ce66dd91d353196cd9d1a9853720195a6fcdc
2012-10-29convert curl to gbuildPeter Foley
Change-Id: I8c038a0c59660f4fb672d71c08e6ee0b56c302ee
2012-10-29String -> OUStringIvan Timofeev
Change-Id: I9d86ea5b27e8b8db75bf7a2ea9965621c857adb7
2012-10-29Revert "n#778140 fix import of w:fldSimple character properties"Miklos Vajna
This reverts commit 393262b325338b568c86b9183f37fc950cfbf127. It turns out that this hack is not really needed for n#778140, but it causes problems, for example in case of n#775899. Change-Id: I00b9f7112f951935450c683c5942b0d6c2b7fee2
2012-10-29libwps: fix gcc warning too [-Wsign-promo]Michael Stahl
Change-Id: I23e32cfc100441530691e0dcdc71eac37b3fbf0d
2012-10-29libwps: fix sundry MSVC warningsMichael Stahl
Change-Id: I4d8ee9e339139716e549000dd22d02ab8b963d9d
2012-10-29DOCX: w:doNotUseHTMLParagraphAutoSpacing should affect AddParaTableSpacingMiklos Vajna
commit 5d4bd2f97128adecc5b11699e98c934be3c3a462 unconditionally enabled AddParaTableSpacing doc setting, which broke the layout of some documents, e.g. n#778836. Fix this by doing what the WW8 importer does: enable the setting only in case the w:doNotUseHTMLParagraphAutoSpacing tag is present. Change-Id: I104259a1f37f28e3c4362eb638a134b593fcb851
2012-10-29gbuild: gb_Library_PLAINLIBS_NONE zombie cleanup for androidMichael Stahl
Change-Id: I4599c252ba1d37e5377e405ac1a0e7bf4e22086a
2012-10-29l10ntools: add missing dependency on sal headersMichael Stahl
Change-Id: Iced89d43299767a30d31d1c5e3abf3e8c91f76cc
2012-10-29Need -lm for Android for the exectuables that fontconfig buildsTor Lillqvist
Said executables will not be used for anything, of course. We can't use gb_STDLIBS, which also contains -lm after my previous commit, as fontconfig is C, not C++, and gb_STDLIBS contains -lgnustl_static, and only our $(CXX), not $(CC), contains the -L that points to where -lgnustl_static is to be found. Change-Id: I40c459580f357d913ddc55eae00e16f90f81d510
2012-10-29Use also -lm to be on the safe sideTor Lillqvist
Change-Id: I2bee6cc4f985ee47dbe4d2e35acf688042970519
2012-10-29Need gb_STDLIBS for mythes, tooTor Lillqvist
Change-Id: I8ee685fa36f922a391802ac0de69f5cab2d69b6c
2012-10-29gb_STDLIBS already has the -l optionsTor Lillqvist
Change-Id: Ic498efe935194e95c593c5378d882664b7ad14ef
2012-10-29gb_STDLIBS should contain -l options for the linking command lineTor Lillqvist
Change-Id: Iab93d5dc4b3c19d3661846b16956573078fa4cfd
2012-10-29Pass gb_STDLIBS in LIBS to the hunspell configureTor Lillqvist
Otherwise the executables (that we won't need of course) won't link for Android. Change-Id: I993f404caa77e8ceadd669230eba43469cffc5a1
2012-10-29Updated coreNiklas Johansson
Project: help 23d7515757534fca7d50e1201745586adde4b8f6 fdo#42135 Add help for the button export in Macro Organizer
2012-10-29import RTF_DPROUNDRMiklos Vajna
See the fdo#42407 bugdoc for a reproducer. Change-Id: Ia683a87215c71a238db322cb60ce5e31309eb7e9
2012-10-29move setup of HUNSPELL_CFLAGS etc. to configureMichael Stahl
Change-Id: Id50ca2e0804d9e56334c9f7149dc4080a7fee729
2012-10-29fdo#56366: INetURLObject::decode: do not clip utf-32 to 16-bitIvan Timofeev
Change-Id: Iaedc9f5b9f25f43b8b8deaf28129423abbb91672
2012-10-29Revert "Use relative submodule URLs"Stephan Bergmann
This reverts commit 5e48667f6bdd2f5e05b3f41d080fda06bd3d7c16 for now until <https://gerrit-review.googlesource.com/#/c/36190/> "Expanded submodule subscription support" is fixed, as it inadvertently caused gerrit to no longer automatically create corresponding core commits whenever receiving submodule commits (whether or not that is actually a good feature).
2012-10-29./g doesn't support -s option or log command any more, use git directlyLior Kaplan
Change-Id: Icb8fa341fe76abb03ba59cbc57e8b54dbb9acbec Reviewed-on: https://gerrit.libreoffice.org/935 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
Change-Id: I9938d7c4ab5594baeb10f405f0aa0964ef84d6c5
2012-10-28fdo#55290: use the right native library nameDavid Ostrovsky
It turns out that the native library cannot be renamed after creation. The right name must be used from the beginning, otherwise publishing is failing with the follow error (gacutil -i): "Failure adding assembly to the cache: Invalid file or assembly name. The name of the file must be the name of the assembly plus .dll or .exe." To rectify that create the native lib as cli_cppuhelper.dll, rename the signed assembly to assembly/cli_cppuhelper.dll and teach scp2 to pick up the right one: assembly/cli_cppuhelper.dll (and not cli_cppuhelper.dll). Change-Id: I2073b617cd440865ae4ab838bb801329f2b07194
2012-10-28fix mythes buildMatúš Kukan
Change-Id: I505a4a780e8fedbb41cd031d71d6a5e53c36624e
2012-10-28add mythes stuff to RepositoryExternal.mk for system-mythesRene Engelhard
Change-Id: I004825342646f839f72d8c180efdba6a7f835da7
2012-10-28fix hunspell and mythes library namesMatúš Kukan
Change-Id: Ie660f8b3f885e3f26f188314433b9fbff27bf50a
2012-10-28Update reference link for Hebrew Numbering SystemLior Kaplan
Change-Id: I5b761341b1bfbd3462ab5ffa21608182584f757a