summaryrefslogtreecommitdiff
path: root/sfx2/source/appl
AgeCommit message (Expand)AuthorFilesLines
2015-10-21lok: Avoid adding to recent documents completely.Jan Holesovsky1-5/+5
2015-10-21tdf#95095: Implement "AvoidRecentDocs" property for loadComponentFromURL().Jan Holesovsky1-5/+3
2015-10-18RemoteFilesDialogSzymon Kłos2-1/+11
2015-08-06Related: tdf#92392 clear workwins that point to pWindowCaolán McNamara1-6/+11
2015-08-06tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky2-15/+22
2015-08-06rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-2/+2
2015-08-06Make 'Show License' button work on OS XAndras Timar1-0/+5
2015-08-06crash on use of 'echo hello' as dde command in insert sectionCaolán McNamara1-1/+1
2015-08-06Resolves: tdf#88911 Crash when dragging unsupported url to navigator paneCaolán McNamara1-3/+7
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-3/+3
2015-08-06Resolves: tdf#91864 unset a dying childwindow as the active windowCaolán McNamara1-1/+6
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-1/+1
2015-05-29convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin2-3/+3
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-2/+2
2015-05-20Remove include stdio (part4)Julien Nabet3-3/+0
2015-05-19basic: used typed LINKsNoel Grandin1-4/+4
2015-05-16tdf#91259 - fix help browser focus issue post dispose.Michael Meeks1-5/+4
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin1-1/+1
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-9/+9
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-5/+5
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-5/+5
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-2/+2
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-11/+7
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-10Fix 3ae4264a0db7f725abc33779ec9b11a45e17e279's removal of pThis->Stephan Bergmann1-3/+3
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann5-38/+36
2015-05-07tdf#91127 - get SfxTabPage creation function ref-counting right.Michael Meeks1-0/+2
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-2/+2
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2-5/+3
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann3-18/+10
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-4/+3
2015-04-30No need for LINK vs LINK_TYPED distinctionStephan Bergmann1-1/+1
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann9-34/+34
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann4-7/+7
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks14-199/+320
2015-04-28bFound var wants to be of type boolStephan Bergmann1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann2-4/+4
2015-04-23loplugin:staticcallStephan Bergmann1-2/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2-4/+4
2015-04-23loplugin:staticmethodsNoel Grandin12-25/+24
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+3
2015-04-17sfx2: convert new to ::Create.Noel Grandin3-11/+11
2015-04-15fix crash on re-export of fdo50057-2.odt to odtCaolán McNamara2-8/+16
2015-04-13More lifecycle correction.Michael Meeks1-3/+2
2015-04-11disposeAndClear in place of DELETEZ.Michael Meeks1-4/+4