summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl1-2/+3
2015-05-10Fix 3ae4264a0db7f725abc33779ec9b11a45e17e279's removal of pThis->Stephan Bergmann1-3/+3
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-2/+1
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann3-3/+3
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann3-3/+3
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann6-8/+8
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann8-47/+44
2015-05-09Related: tdf#72007 align to right if undockedCaolán McNamara1-2/+2
2015-05-09coverity#1297233 Dereference after null checkCaolán McNamara1-2/+2
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-3/+4
2015-05-08loplugin:staticmethodsStephan Bergmann3-4/+7
2015-05-08Remove dead codeStephan Bergmann1-16/+0
2015-05-08loplugin:unreffunStephan Bergmann1-45/+0
2015-05-08tdf#91128 - Dockwin post-dispose crash fix.Michael Meeks1-7/+7
2015-05-08there's another ExecuteInfo in swCaolán McNamara1-3/+12
2015-05-08callcatcher: update unused codeCaolán McNamara4-97/+3
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann7-14/+14
2015-05-08Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann3-11/+11
2015-05-08Use typed Menu::SetHighlightHdl LinkStephan Bergmann2-3/+3
2015-05-07tdf#91127 - get SfxTabPage creation function ref-counting right.Michael Meeks2-1/+11
2015-05-07tdf#90994 The accessible name should not contain the accessible roleNiklas Johansson4-11/+3
2015-05-07tdf#90994 Sidebar tab bar buttons should should have accessible namesNiklas Johansson1-0/+2
2015-05-07Resolves: tdf#72007: on switching decks keep our left indent, don't assume 0Caolán McNamara1-53/+37
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-2/+2
2015-05-07Fix a crash in SfxInfoBarWindowPhilippe Jung1-2/+6
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-07Unwind SotStorageRef typedefStephan Bergmann1-2/+2
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-05-07tdf#91073 - keep the popup pointer around while we operate on it.Michael Meeks1-1/+1
2015-05-07Remove unused CreatePopupWindowCascading virtual methods.Michael Meeks1-9/+0
2015-05-06tdf#91100 - don't Notify focus changes after dispose.Michael Meeks1-39/+42
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin2-3/+3
2015-05-06Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann1-5/+3
2015-05-06Use typed ToolBox::SetActivateHdl LinkStephan Bergmann1-5/+3
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann12-61/+33
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl9-18/+18
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann12-49/+28
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann6-26/+23
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara5-6/+6
2015-05-04Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann1-4/+4
2015-05-04Delete unused strings in doc.src and doc.hrcJoren De Cuyper2-227/+1
2015-05-04Delete unused strings in filedlghelper.src and filedlghelper.hrcJoren De Cuyper2-84/+0
2015-04-30Use typed Link for MenuButton::SetSelectHdlStephan Bergmann2-4/+2
2015-04-30No need for LINK vs LINK_TYPED distinctionStephan Bergmann1-1/+1
2015-04-30Use typed MaybeFile LinkStephan Bergmann2-4/+4
2015-04-30Gradually typed LinkStephan Bergmann33-84/+84
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann7-31/+10
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann9-13/+13