summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Expand)AuthorFilesLines
2015-07-16loplugin:simplifyboolStephan Bergmann2-4/+4
2015-07-16fix windows buildNoel Grandin1-1/+1
2015-07-16SaveAsRemote: corresponding dialog typeSzymon Kłos2-3/+17
2015-07-16Working toolbar entry: Save As > Remote fileSzymon Kłos2-11/+24
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-1/+0
2015-07-16loplugin:unusedmethods sfx2Noel Grandin1-12/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-6/+0
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-0/+2
2015-07-04Fix typosAndrea Gelmini5-8/+8
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-4/+4
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-4/+4
2015-06-28coverity#1308505 Uncaught exceptionCaolán McNamara1-1/+2
2015-06-23Revert "Typo: iff->if"Julien Nabet3-6/+6
2015-06-23Typo: iff->ifJulien Nabet3-6/+6
2015-06-21Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-5/+2
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+1
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-5/+5
2015-06-10SfxObjectShell::CopyStoragesOfUnknownMediaType: still try to copy Base streamsMiklos Vajna1-2/+1
2015-06-09sfx2: silence warning in SfxObjectShell::CopyStoragesOfUnknownMediaType()Miklos Vajna1-0/+1
2015-06-09not necessary to open read/write to extract document metadataAndras Timar1-0/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-5/+5
2015-06-07Resolves: tdf#79780 use SelectHdl instead of ClickHdlCaolán McNamara1-3/+3
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara4-12/+12
2015-05-29loplugin:loopvartoosmallNoel Grandin2-2/+2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-15/+15
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-2/+2
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+2
2015-05-21convert CVT constants to scoped enumNoel Grandin3-9/+10
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-4/+4
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-3/+3
2015-05-14refactor PreviewWindow to use RenderContextTomaž Vajngerl1-73/+66
2015-05-14refactor WaitWindow_Impl to use RenderContextTomaž Vajngerl1-39/+31
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+3
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-2/+2
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann3-0/+3
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-2/+2
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-12/+4
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-6/+5
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara2-3/+3