summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objcont.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-05-22Update also revision and editing time when setting 'modified' properties.Matúš Kukan1-3/+1
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-4/+4
2014-03-24Using a local type as a template argument is a C++11-ismTakeshi Abe1-6/+6
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-2/+2
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-33/+33
2014-02-26Remove visual noise from sfx2Alexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-23Use the "sfx" log area consistently in sfx2Tor Lillqvist1-1/+1
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-2/+2
2013-08-29convert sfx2/source/doc/* from String to OUStringNoel Grandin1-3/+3
2013-08-29remove unnecessary header sfx2/source/inc/fltfnc.hxxNoel Grandin1-1/+1
2013-08-29convert include/sfx2/doctempl.hxx from String to OUStringNoel Grandin1-6/+6
2013-08-29convert include/sfx2/objsh.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl1-13/+21
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl1-21/+13
2013-07-27remove some more SfxObjectShell methods that only call each otherMichael Stahl1-113/+0
2013-07-27turns out nobody calls those SfxObjectShell methods, remove themMichael Stahl1-184/+0
2013-07-27rename SfxObjectShell::Insert / Remove ...Michael Stahl1-2/+2
2013-07-24fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-2/+1
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-2/+2
2013-07-08rename sfx2 log area to sfxMichael Stahl1-1/+1
2013-04-21fdo#62699 Remove a few more pass-through headersMichael Dunphy1-1/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-4/+4
2013-04-10Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand1-2/+0
2013-04-09String cleanup inside SfxFilter.Kohei Yoshida1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-03-04remove unused and commented out codeThomas Arnhold1-32/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-3/+3
2013-01-16SfxObjectShell::UpdateFromTemplate_Impl: template URL...Michael Stahl1-4/+8
2012-12-29callcatcher: update unused code listCaolán McNamara1-134/+0
2012-12-07loplugin: various unused variablesCaolán McNamara1-1/+1
2012-11-30Allow to hide styles in the "Styles & Formating" dialogCédric Bosdonnat1-1/+1
2012-11-23loplugin: if else alignmentCaolán McNamara1-4/+4
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-20/+12
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-26tidy some resource stringsCaolán McNamara1-3/+3
2012-04-23Add some more timelogging, for graphic export here.Thorsten Behrens1-1/+5
2012-01-10Fix for fdo43460 Part XXXIII getLength() to isEmpty()Olivier Hallot1-3/+3
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-22catch by const refCaolán McNamara1-2/+2
2011-12-08childs -> childrenMichael T. Whiteley1-1/+1
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-3/+3