summaryrefslogtreecommitdiffstats
path: root/include/sfx2
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-06-151-1/+1
* Pin_Impl doesn't have an implementationCaolán McNamara2015-06-051-1/+0
* Use variable-length array idiom for SfxType::aAttribStephan Bergmann2015-06-031-1/+1
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* SvxSearchItem: add m_nStartPoint{X,Y}Miklos Vajna2015-05-281-1/+1
* convert SHOW constants to scoped enumNoel Grandin2015-05-251-1/+1
* loplugin:constantfunctionNoel Grandin2015-05-221-2/+0
* convert SWIB constants to scoped enumNoel Grandin2015-05-211-1/+2
* cleanup sidebarTomaž Vajngerl2015-05-203-54/+40
* basic: used typed LINKsNoel Grandin2015-05-191-1/+1
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-182-8/+6
* refactor Template and ThumbnailView to use RenderContextTomaž Vajngerl2015-05-142-5/+11
* loplugin:staticmethodsStephan Bergmann2015-05-131-3/+0
* refactor RecentDocsView to use RenderContextTomaž Vajngerl2015-05-131-6/+6
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-101-1/+1
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-2/+2
* Missing from previous commitStephan Bergmann2015-05-081-2/+2
* there's another ExecuteInfo in swCaolán McNamara2015-05-081-9/+0
* callcatcher: update unused codeCaolán McNamara2015-05-081-19/+5
* Use typed Menu::Set[De]actuivateHdl LinksStephan Bergmann2015-05-081-1/+1
* Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2015-05-071-1/+3
* Remove unused CreatePopupWindowCascading virtual methods.Michael Meeks2015-05-071-2/+1
* tdf#90258 Sidebar: toggle Thousand/EngineeringLaurent Balland-Poirier2015-05-061-0/+1
* Use typed ToolBox::SetDeactivateHdl LinkStephan Bergmann2015-05-061-1/+1
* Use typed ToolBox::SetActivateHdl LinkStephan Bergmann2015-05-061-1/+1
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-063-11/+11
* these are not used in this .hxxCaolán McNamara2015-05-051-3/+0
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-054-6/+6
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-1/+2
* Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann2015-05-041-1/+1
* missing includeCaolán McNamara2015-05-011-0/+1
* Use typed MaybeFile LinkStephan Bergmann2015-04-301-1/+1
* Gradually typed LinkStephan Bergmann2015-04-3016-34/+34
* convert STR_EVENT constants to scoped enumNoel Grandin2015-04-291-1/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-297-7/+7
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-2841-230/+267
|\
| * Windows compilation fixes.Michael Meeks2015-04-171-0/+1
| * Fix SfxTabPage creation to use VclPtr.Michael Meeks2015-04-176-9/+10
| * sfx2: convert new to ::Create.Noel Grandin2015-04-175-11/+11
| * svx: convert new to ::Create.Noel Grandin2015-04-171-2/+2
| * sw: convert new to ::Create.Noel Grandin2015-04-171-1/+1
| * make CreateItemWindow return a VclPtr<>.Michael Meeks2015-04-161-2/+2
| * make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks2015-04-161-2/+2
| * Unregister sidebar ControllerItems at the right time.Michael Meeks2015-04-152-0/+4
| * Sidebar lifecycle - dispose panel if we fail to construct it properly.Michael Meeks2015-04-141-2/+3
| * More re-basing compile-time fixes; now we compile.Michael Meeks2015-04-111-2/+0
| * VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks2015-04-101-1/+1
| * Lots more small re-basing issues fixed.Michael Meeks2015-04-102-2/+2
| * vclwidget: some small fixesNoel Grandin2015-04-102-1/+2
| * re-insert erroneously converted delete calls.Michael Meeks2015-04-101-1/+1