summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-16Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vectorNoel Grandin
Also - remove dead class definition SfxIFConfig_Impl, which was using SfxObjectUIArr_Impl - simplify declaration sites, we don't need to dynamically allocate these arrays Change-Id: I0f7110a324cc37f2eb2567cc066099ea4d86276c Reviewed-on: https://gerrit.libreoffice.org/3359 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-04-16Convert SfxPtrArray to std::vector in SfxTabDialogItemNoel Grandin
Also simplify the use-site, we don't need to new it. Change-Id: I310f2027fb777380b8bddb73b169021f5448a6f6 Reviewed-on: https://gerrit.libreoffice.org/3358 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-04-16add missing includeBjoern Michaelsen
2013-04-16Convert usage of SfxPtrArray to std::vectorNoel Grandin
Change-Id: I38664f59e4cfa7354196437901175c9ef9aa9006 Reviewed-on: https://gerrit.libreoffice.org/3356 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-04-16fix path for shlinfo.rc for WinResTargetDavid Tardon
Change-Id: If70bdfc3eed5f9873c95404d0d1f5723b0e51140
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist
Change-Id: Ic00146442a679c39d0af4a287cbcf759826f35cd
2013-04-16move headers from solenv/inc/ to include/Matúš Kukan
Change-Id: Ieb6cba645b3535f7d683d2aefa5599d04d9994f3 Reviewed-on: https://gerrit.libreoffice.org/3403 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-16Bug 58505 - Tweak F5 for slide display, and add Shift-F5Jakub Golebiewski
Added menu entry to start the presentation from current slide. Changed "Start Presentation" menu entry behavior so it starts from the first slide. Change-Id: Iebba85d2d1dcacad7da6b050e2152be5c0d47261
2013-04-16separate inc and dtd packages in xmlscript for global header moveBjoern Michaelsen
Change-Id: I3e00e33d4e684b18d4e30e115db69fbface76982
2013-04-16Bin pointless comments describing allegedly why each #include is neededTor Lillqvist
Change-Id: I3f4405a598cb11fb1c529517eb96260beed9cb86
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist
Change-Id: I4d9a28b50f773857f8f6af7df4a0968f8bb1de4a
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist
Change-Id: Iad969bf9b32cbfe045248fb17dc4c0d7c66c2c94
2013-04-16WaE: variable 'hMod' set but not usedTor Lillqvist
Change-Id: Iae64943671a576159be0fa311bc503aa96b2b5df
2013-04-16Missing includeStephan Bergmann
Change-Id: I1be082b7db5592ad5090cf3ffaafe708bb1d9be4
2013-04-16Revert "add spec. handling for xcu files to gb_Dictionary"David Tardon
Michael was faster :-) This reverts commit 28709dc607dc8738f5048429940b3f3232d52e12.
2013-04-16Converted Tools -> Goal Seek widget.Abdulelah Alarifi
Change-Id: I4eee6a02ea545b93a93d18d9c5e200ed8b831c29 Reviewed-on: https://gerrit.libreoffice.org/3405 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-16gbuild: add gb_Dictionary_add_localized_xcu_fileMichael Stahl
... which fixed en-US only builds of dictionaries. Change-Id: Icc6e02bee80c10c5388dcac193fbcf1d36f6c50a
2013-04-16Updated coreMichael Stahl
Project: dictionaries faf63ac08a9f3f1463a7f119083964f76b71141c
2013-04-16add spec. handling for xcu files to gb_DictionaryDavid Tardon
The xcu files can either come directly from $(SRCDIR) or be generated, depending on whether the build is with or without langs. This distinction did not matter while Dictionary was using ExtensionTarget for its impl., becuase there the file was just copied to the ExtensionTarget's root dir. Now that Dictionary uses Package internally, it is necessary to know where the file comes from to put it into the right package, either the one for $(SRCDIR) or the one for $(WORKDIR). (Yes, it would be possible to use just one Package with base dir /, but I consider this ugly.) Change-Id: I4549923287abc968f1c042b809db06d688b4c573
2013-04-16Further clean-up related to removed library unloading featureStephan Bergmann
Change-Id: I1ec2aa4d0ed0940e7c0a26a18c78f2df4693d278
2013-04-16API CHANGE: remove some of useless rtl/unload.h functionalityMatúš Kukan
Change-Id: If32923e35ef97f42d5203975362e5c76948ff327 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan
Change-Id: I59014906c8409fc7ac0f155c9562613c309b8b06 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-04-16Unused includeStephan Bergmann
Change-Id: If1b2a289212efb0080b1a0945219163f1fcc7d14
2013-04-16stoc: do not use rtl/unload.h functionalityMatúš Kukan
Change-Id: I7bddfbabc6e7e3a672681962f82e64ff4082e8b5 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-04-16Further codemaker, unodevtools clean-upStephan Bergmann
...getting rid of now dangling references to module registry. Change-Id: Iccad7ff5dc0e79bf91b7b7dae03b73f16adeb121
2013-04-16fdo#39468 Translate German comments V2 - vcl/source/edit/{textdata, textdoc}Christian M. Heller
made the changes suggested by Thomas and Petr Change-Id: I0f9e8dcda27a714628edaa5e1e8fd875c8f67593 Reviewed-on: https://gerrit.libreoffice.org/3162 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-16gbuild: make sure filelists don't contain duplicatesDavid Tardon
Change-Id: Ie8e65b945d0d89b7ff95f2aedcded1463939c5d6
2013-04-16Revert "do not merge public ure libraries"Matúš Kukan
Does not work because cppuhelper depends on private libraries. So, either by setting URELIBS we break API or can't merge that much or need to think about it more and implement something clever. This reverts commit 75ece7acdc81d17ce26bab966e57fbca7406bf52.
2013-04-16fdo#40102 show full footnote text in index tooltipLászló Németh
Change-Id: I35acdaf4f62df7a1d375aed663c270e78ea70779
2013-04-16Fix build breakage on Linux and OS XTor Lillqvist
Change-Id: I206914f8f0e07097dfeed87a11b41c30ff82efe2
2013-04-16Related rhbz#867808: More apparently bogus "throw new ..." in C++ codeStephan Bergmann
Change-Id: I5d723b389f1ed20f7962807b782f44f6f3c61882
2013-04-16Related: rhbz#867808 if one person threw by pointer...Caolán McNamara
then its guaranteed that someone else did too, review newed Exceptions Change-Id: Ie1ad78895e443a20a8663666cd6c8d3e5deb0727
2013-04-16Fix compilation error in a _DEBUG build with MSVC2010 and 2012Tor Lillqvist
See https://svn.boost.org/trac/boost/ticket/4874 , http://stackoverflow.com/questions/4870172/boostmulti-array-resize-doesnt-work , http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/3c9eac4f-86e4-490b-bbde-dbd70176b0f8 . Patch from https://svn.boost.org/trac/boost/changeset/78496 Change-Id: I933499ad1295925aa41c9c40b96ac4c4312398c2
2013-04-16WaE: unused function 'checkNoTypeArguments'Tor Lillqvist
Change-Id: I112e6ac263bb673b5ad553742d3fa77af50bdf03
2013-04-16More orientation experimentation and hackingTor Lillqvist
Now it re-orients and re-sizes the LO "frame" correctly upon rotation, but it still starts wrongly if starting in landscape orientation. Change-Id: I4c12a7e00d687391435a47400b6e8b4c7e49bdda
2013-04-16UniString->OUStringCaolán McNamara
Change-Id: I217944d40ed7cd3a2fca4ad0d61729ff5d94ed96
2013-04-16Resolves: fdo#47209 and rhbz#927223 syntax highlighter crashCaolán McNamara
when trying to parse empty lines looking for the matching bracket Change-Id: I3961a3d0e804d136de286e21934c6ba5ab0496cf
2013-04-16rhbz#867808 Do not throw RuntimeException by pointerStephan Bergmann
Change-Id: I22b7d3d642e7ee0488d6b726a331d328065bbee7
2013-04-16WIP: Experimental new binary type.rdb formatStephan Bergmann
Make uno-skeletonmaker work on top of unoidl/ instead of registry/. These changes have only been tested so far rather lightly. Basic uno-skeletonmaker still works, but more thorough testing of the various input flags is needed. Change-Id: Id7f3aee863a10f8c649325db2d6f34a4057f70ff
2013-04-16bnc#793414: Fixed the left margin of bulletFelix Zhang
Change-Id: I4726ab00a6e2700407ffcf5258d3736ed0161514
2013-04-16install dicts using filelistsDavid Tardon
Change-Id: Ib803d36ce2dfc0821004c4841566880a929a4246
2013-04-16gbuild: use Package for odk examplesDavid Tardon
Change-Id: I978573b792cf159b7c818ec20a14195bfd6605e5
2013-04-16add missing dep on helpimg.ilstDavid Tardon
Change-Id: I051bbc0c3689d0111c9abecf2c74ab2c1afec7cc
2013-04-16drop use of undefined functionDavid Tardon
Change-Id: I07988bbbc5cf2d407a30b2d16d54078b8d421af4
2013-04-16Probably a good idea to use -D_GLIBCXX_FULLY_DYNAMIC_STRING here, tooTor Lillqvist
While at it, do the CXXFLAGS dance on separate lines as appends to a variable for clarity, instead of in-line on the configure command line. Change-Id: I61843ae82efdf341c7e33d3f08d5715a14fa2f40
2013-04-16Updated coreCaolán McNamara
Project: help e1ab4a2eb199583079e4c87e945534488c64228e
2013-04-16convert email options to .ui formatCaolán McNamara
Change-Id: Ie42117b21c4b6a37831462f34f3af52c7933d438
2013-04-16do not merge public ure librariesMatúš Kukan
No more need for URELIBS, depend only on MERGELIBS. Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
2013-04-16fix installing for --enable-mergelibsMatúš Kukan
Use gid_File_Lib_Oox instead of auto_File_Lib_vcl which is not defined in that case. No idea what the code is about though. Change-Id: I675268a3490dd1421ecf1a82ede0db527d176744
2013-04-16Fix dbgutil build of lcms2 with MSVC2012 (and 2010?)Tor Lillqvist
The produced .lib is called lcms2.lib (no "d") in that case. Change-Id: If581bd722e52062343f8b2407c05d551be706047