summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-15String to OUString in calc header & footer editOlivier Hallot
Conflicts: sc/inc/scabstdlg.hxx sc/source/ui/attrdlg/scdlgfact.cxx sc/source/ui/attrdlg/scdlgfact.hxx sc/source/ui/inc/hfedtdlg.hxx sc/source/ui/pagedlg/hfedtdlg.cxx Change-Id: I6aa0f055f89c05c3d799b5ed1b21188f7f3a8268 Reviewed-on: https://gerrit.libreoffice.org/3911 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-05-15Resolves: #i119551# Avoid grouping shapes on import from PPT...Andre Fischer
under certain conditions. Reported by: Li Feng Wang Patch and review by: Ma Bingbing and Armin Le Grand (cherry picked from commit f425d556504e055216d9402241ff598a97204509) Conflicts: sd/source/filter/eppt/epptso.cxx Change-Id: I7e610b754ff7215201bc1ac47d618869e4e8fe2b
2013-05-15These functions can throw RuntimeExceptionStephan Bergmann
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
2013-05-15Do not dispose component context too early (DeInitVCL might still need it)Stephan Bergmann
Change-Id: Ibae79a962ef9d2ea6cf72b70df62c6fa170e05e9
2013-05-15String.AppendAscii DropRicardo Montania
Signed-off-by: Luboš Luňák <l.lunak@suse.cz> https://gerrit.libreoffice.org/#/c/3892/ Change-Id: I12175a81f0a74546b5e00633176f204b9a3fb35c
2013-05-15install graphicfilter.xcd againDavid Tardon
Change-Id: I1091b4ff6b700513c7ef5ac41d94972dbb33dcb2
2013-05-15put auto-installed libs into the right moduleDavid Tardon
The definition of Auto_File_Libs_ALL was not known in module_hidden_ooo.scp, so it was left unexpanded and the unattached files were assigned to the gid_Module_Root. Change-Id: Ie7064da6e02394261a47e88526c073941625dc8c
2013-05-15configure: remove un-used vba-package-format option.Michael Meeks
Change-Id: I4dcb563dc2368b7979df3da5e0691cd3633cb5a9
2013-05-15sd unittests: Do not dump the font name, depends on installed fonts.Jan Holesovsky
Change-Id: Id401feed7d629cbc0c24428b0c1273afdb31be89
2013-05-15gallery: unused ulf fileAndras Timar
Change-Id: I9037aa31cbb93d38a656ce463e0a73f8b39245ff
2013-05-15Related: #i122208# avoid default assignment of recursive STL containersHerbert Dürr
support for recursive STL containers is not required by the standard. Boost TR1 containers allow them explicitly though but for some compiler/stl combinations there are constness issues that prevent the default assignment operator to work. Adding a small helper function solves this problem in a clean way. (cherry picked from commit 58d204292c12eb5237106d223251d8855aca3ca2) Conflicts: configmgr/source/partial.hxx Change-Id: I301765e47db12f3b158d4525e896e090f4b81bbb
2013-05-15Revert changes that are now unnecessary and pointlessTor Lillqvist
This reverts commit a94dc2203539a1593b99778be16b2c664fd46daa. This reverts commit 3baa1c8c9baf6bb35f9d2ff5e002a5403d2d4af4. This reverts commit 4e312f0c90247ccaa138520aa9e080453ec90b64. This reverts commit 050a51b69e89e230e157be52d8b23862f3c06ba8. This reverts commit 9c2a1cb4351c8f80a27b7ba413ad382368387425.
2013-05-15Don't export a variable called PATH_SEPARATORTor Lillqvist
It used to be mis-spelled PATH_SEPERATOR. Now, after correcting the spelling, it breaks the build of 3rd-party libraries using autoconfigury on Windows. The value of PATH_SEPARATOR is ";" on Windows, and the configure scripts of those libs run in Cygwin and assume that a PATH_SEPARATOR environment variable should be correct for Cygwin. Which ";" isn't. Rename the variable to LIBO_PATH_SEPARATOR. Change-Id: Iff0eb93bf11d9f844a28be7ea4456e4c0ae10844
2013-05-15scp2: only package the sdk if it is enabled.Michael Meeks
Change-Id: Id5798c97d3dcfd997ce56f7a7ea72660c9b86c63
2013-05-15Resolves: #i119803# RTF export for User FieldsOliver-Rainer Wittmann
implementation for method <RtfAttributeOutput::WriteExpand(..)> Found by: ej197us at gmail dot com Patch by: yuanlin <yuanlin.ibm at gmail dot com> Review by: Oliver <orw at apache dot org> (cherry picked from commit 4536f0b98bc01850bf016dc1f60f0156cb7eb99e) Conflicts: sw/source/filter/ww8/rtfattributeoutput.cxx Change-Id: I1cde654dadd26e214a1c097fe2e0aeaa376195c2
2013-05-15trying to fix gallery localizationAndras Timar
Change-Id: I9a4fc068e522dd7129b66652c193626075b460bf
2013-05-15WW8AttributeOutput::TableSpacing: accidently commented out codeMiklos Vajna
Change-Id: Ib4a18dafe4a0b5679e0a015f8208207ae482e720
2013-05-15gengal: don't depend on vclplug_svp on Windows.Michael Meeks
Change-Id: I5d179ab3d8591bb01799dcb2b8eb6b5c2bd90110
2013-05-15fdo#36876 WW8 filter: fix export of table marginsMiklos Vajna
Actually no testcase, as the export bug does not affect our import filter. The problem was that we wrote SPRM's, which are properties of floating tables, so once the user edited the resulting document in Word and imported it back to Writer, frames around tables got created. Fix this by only writing floating table SPRM's for tables which are already in a fly frame. Regression from cbba191cf0fff148935f24d111cb124bd5a5328b. Change-Id: Ifeae93100ca80dcde34fc79f69a91064d44ea8f4
2013-05-15fix macosx buildCaolan McNamara
Change-Id: Ie644af5866eadbee2a3d2840db37676d5c0bdc30
2013-05-15Fix build.Thorsten Behrens
Change-Id: I5b2de61407924cdde5d74a7ea639365a876de74e
2013-05-15sd unittests: Update XShapeDumper to dump also (some) font properties.Jan Holesovsky
+ update the expected dumps together with that. This allows testing of the other part (wrong text color and size, commit 55c63ccfd460895af22e91979967cec15d80b72d) of n#758621 too. Change-Id: Ie93feb9d9d05eb4e11106bf9aa1f237947351b4e
2013-05-15Fix fdo#64512 Handle xml:id correctly on multi-image draw:framesThorsten Behrens
Fixes a regression from the pick-best-image from draw:frame in ODF, where before sometimes the XShape got deleted that the UnoInterfaceToUniqueIdentifierMapper::registerReference stored. For that, added a UnoInterfaceToUniqueIdentifierMapper::registerReferenceAlways function, which overwrites potentially existing earlier entries with the same identifier string. This fix was originally much more messy, but then dtardon committed 30b248dfe5bfb8a0649e36f22c943b3feb2f1385 which also fixes this here bug. Now only sneaking in slightly less involved interface map handling and a safeguard in ximpshap.cxx. Change-Id: I87501e43518a5fc2fee166c45a4e2f01718f5228
2013-05-15Remove redundant doxygen doc strings.Thorsten Behrens
This is already (identically) documented in the header file. Change-Id: I4a10cb0c1d1b1eee80fd828ab95829fb8128433f
2013-05-15Use upper camel case for class names in xmloff.Thorsten Behrens
Align multiimagehelper with module standard. Change-Id: I70a4dbc66a0d127b9bf04d1e8db694d3526b21d7
2013-05-15Also AWK needed hereTor Lillqvist
Change-Id: Ifc47c1422f035cb23a9a148510230c8dd2cf42cd
2013-05-15I almost sense a pattern, except that AR is not needed here for some reasonTor Lillqvist
Change-Id: I260304559eec7b92add33a758623bc039c2e2d3a
2013-05-15Resolves: #i119941# Avoid crash when chart is removed in Writer...Armin Le Grand
by keeping it's storage and graphic stream. Patch by: Clarence Guo, zhaoshzh Review by: alg Found by: Shan Zhu (cherry picked from commit 0b71c735dc10202b26972cf91779954b6a96af9a) Conflicts: comphelper/inc/comphelper/embeddedobjectcontainer.hxx comphelper/source/container/embeddedobjectcontainer.cxx Change-Id: I6ec172644806309d0f06f8522eb8a2adb45899ed
2013-05-15gallery: chmod -x of .png filesAndras Timar
Change-Id: Ib7dffdb36d09d458e3c6089d1d0a16cd5ee63afd
2013-05-15drop now unused DEFAULT_TO_ENGLISH_FOR_PACKINGDavid Tardon
See http://lists.freedesktop.org/archives/libreoffice/2013-May/051706.html for explanation. Change-Id: Ieb7480f9f7a64a026abc985edde3ed932c1e8f56 Reviewed-on: https://gerrit.libreoffice.org/3908 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-15Say hello to automake 1.13 here, tooTor Lillqvist
Change-Id: I1d0fd352cb0b500c64f86197b2510450b0f7d4ce
2013-05-15Fix MSVC buildTor Lillqvist
Have to pass AR=lib.exe and SED=sed.exe on the configure command line, otherwise for some reason it doesn't know what archiver to use, and thinks it can't find a sed that does not truncate output. Change-Id: I1ce211119e62b6ecf6a2fc8fc89cdde2c7bb985a
2013-05-15fire change event after copy ( with dest paramater set )Noel Power
Change-Id: I86caf96be62120e4bcebadb0083cd4dae1f5d8d1
2013-05-15make some vba Name object attributes read/write and add test documentNoel Power
Change-Id: Ibd12835cc5368080a302b3b8d7c6f52ccc434e3c
2013-05-15Fix MSVC buildTor Lillqvist
Change-Id: Ie0dae388769f9119f0d836abd87205eff17a03f1
2013-05-15gallery: help on how to build new ones ...Michael Meeks
Change-Id: Ia9f0e7196ce858e664e9a735ab55c34c5937bd1a
2013-05-15gallery: fix a number of naming thinkos.Michael Meeks
Change-Id: If5fe5af925bb2f8b7a5a11eb9d310668a3fd7085
2013-05-15migrate galleries to new, cleaner build infrastructure.Michael Meeks
Change-Id: I95402d81aef426de14ca928ea811aac6f1cd289d
2013-05-15linkoo - link instset into installMichael Meeks
Change-Id: I9f1c340562030bccbe0627ba9e91a56e1611b64e
2013-05-15gallery: cleanup scaling code.Michael Meeks
Change-Id: I783b0fe54c6273ce3d78996a02da02dc51944606
2013-05-15remove pre-compiled textshapes and transportation galleries.Michael Meeks
Further gnumake fixups, package the files in the Gallery rules. Change-Id: Icda2de9cfcd2ff573db2e9ab27e2670dcfa5f0a8
2013-05-15migrate transportation gallery.Michael Meeks
Change-Id: Idec88df28724bcf4b3145bb169fa0fe08a8e282a
2013-05-15gallery: get windows gengal command-name right.Michael Meeks
Change-Id: I488c57cfa58510e50b9b6819d55b23283aaddf49
2013-05-15gallery: convert text-shapes to new build logic.Michael Meeks
Change-Id: Ia45a2eed7104b376b92290e1a40219e8988d927b
2013-05-15gallery: use icerun for building, and tweak for windows use.Michael Meeks
Change-Id: Ic9e30661f05506b3616eaf417f8e3deed7290830
2013-05-15gallery: don't build galleries unless in the desktop profile.Michael Meeks
Change-Id: I03fbfb173958c4d9e1e917f0d098ea8930d6041d
2013-05-15gallery: cleanup makefiles for new gallery naming and translation.Michael Meeks
Change-Id: I9ec5192c007df6d0ce15f5e61cb53cf6ea04db08
2013-05-15gallery: allow comments in .str files.Michael Meeks
Change-Id: I150dee5d9c3b8f2dc656c292d7e9ef56f05cff84
2013-05-15gallery: add auxiliary .desktop style translation files.Michael Meeks
Change-Id: I2f2f0d5d30fbcab83343f94fd16d9371baa380e5
2013-05-15gallery: remove obsolete GalleryImportThemeEntryMichael Meeks
Change-Id: I024bfa537360339befdc67a2fa2b51b15d9c3611