summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2013-01-18add a way to select the current SfxTabPage by nameCaolán McNamara2-0/+20
2013-01-17Const correct-ness in one place...Kohei Yoshida1-1/+1
2013-01-17Add close findbar button also on other LO componentsJoren De Cuyper2-0/+2
2013-01-16Remove GetAllMarkedModel() since all it does is call GetMarkedObjModel().Kohei Yoshida4-5/+5
2013-01-16Resolves: fdo#55974 segfault while closing an Impress fileCaolán McNamara1-0/+7
2013-01-15fdo#46808, Use service constructor for presentation::SlideShowNoel Grandin1-6/+4
2013-01-11Fix formatMatteo Casalin1-65/+62
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist2-4/+4
2013-01-10include PCH headers for headers changesLuboš Luňák1-3/+4
2013-01-10fix Search->indexOf conversionIvan Timofeev1-3/+3
2013-01-10valueOf sal_uInt16 -> valueOf sal_Int32Ivan Timofeev1-1/+1
2013-01-09lame_OUString_valueOf_sal_Int32_casts += 2;Michael Meeks2-2/+3
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac10-51/+45
2013-01-08DynamicErrorInfo objects must be allocated on the heapStephan Bergmann1-2/+2
2013-01-08WaE: struct 'Size' was previously declared as a classTor Lillqvist1-1/+1
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin12-11/+9
2013-01-07Revert "Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is prot...Stephan Bergmann1-0/+1
2013-01-07UNO objects must be allocated on the heapStephan Bergmann3-4/+8
2013-01-07Clang doesn't like that ToolPanelFactory::~ToolPanelFactory() is protectedTor Lillqvist1-1/+0
2013-01-07fix some memory leaks in sdMarkus Mohrhard4-6/+6
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky12-14/+14
2013-01-03Avoid unnecessary operations on an OUStringMatteo Casalin1-3/+3
2013-01-03Remove unneeded 'else' and fix 'else if' styleMatteo Casalin1-14/+12
2013-01-01remove use of #pragma optimizeLuboš Luňák5-44/+0
2013-01-01WaE: private field 'mPreviouslyDiscoverable' is not usedTor Lillqvist1-2/+2
2012-12-28Remove useless lineJulien Nabet1-1/+0
2012-12-27Fix 'PropEntry::operator=' should return 'PropEntry &'Julien Nabet2-2/+2
2012-12-27remove no longer needed hackLuboš Luňák1-8/+0
2012-12-26ignore #include inside #ifLubos Lunak1-2/+2
2012-12-25Get rid of (most uses of) GUITor Lillqvist3-3/+3
2012-12-25WaE: unreferenced local variableTor Lillqvist1-1/+1
2012-12-24Some cppcheck cleaning in sdJulien Nabet6-12/+6
2012-12-21ugly workaround for msvc+ccache problem with gbuild MSC defineLuboš Luňák1-1/+8
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin5-31/+13
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat6-30/+0
2012-12-19regenerate pchPeter Foley1-111/+111
2012-12-19fdo#58129 fix ppt export of paragraphsDavid Tardon2-3/+3
2012-12-18fdo#49277 use correct default tab sizeDavid Tardon1-1/+10
2012-12-18DiscoveryService: include errno.hMichael Stahl1-1/+3
2012-12-18DiscoveryService: -Werror=unused-but-set-variableMichael Stahl1-0/+12
2012-12-18Store some (sadly ignored) return values in variables to make debugging easie...Tor Lillqvist1-2/+4
2012-12-15Revert "define must be overridden on cmdline"Peter Foley2-2/+1
2012-12-14Correct the function names in two SAL_INFOsTor Lillqvist1-2/+2
2012-12-13Some cppcheck cleaningJulien Nabet1-9/+3
2012-12-13PCH for Library_sdLuboš Luňák8-6/+900
2012-12-13fdo#46808, remove awt::DisplayAccess service.Noel Grandin3-57/+8
2012-12-10Replacing '__LOADONCALLAPI' with 'SAL_CALL' definitionChristos Strubulis5-9/+9
2012-12-10- correct variable-namesRob Snelders2-8/+8
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2-10/+0
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin1-67/+59