summaryrefslogtreecommitdiff
path: root/sw/source/uibase/misc
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-11sw: prefix members of SwRedlineAcceptDlgMiklos Vajna1-186/+186
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-31/+31
2015-11-09formatting improvements in sw/Noel Grandin1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-1/+1
2015-10-28tdf#91270 fix crash on exit (Windows)Andras Timar1-8/+8
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-06loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-10/+14
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-20/+20
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-2/+0
2015-09-17boost->stdCaolán McNamara3-7/+7
2015-09-08convert Link<> to typedNoel Grandin1-11/+5
2015-09-08convert Link<> to typedNoel Grandin1-3/+1
2015-09-08convert Link<> to typedNoel Grandin1-5/+2
2015-08-31convert Link<> to typedNoel Grandin1-3/+1
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-2/+2
2015-08-21loplugin: defaultparamsNoel Grandin2-3/+3
2015-08-03sw: inline use-once typedefsNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-3/+3
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-2/+1
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-19/+19
2015-05-17loplugin:staticmethodsStephan Bergmann1-20/+31
2015-05-15refactor swruler to use RenderContextTomaž Vajngerl1-23/+23
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-2/+2
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-1/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-9/+10
2015-05-02redline dialog handle post-dispose event bits.Michael Meeks1-3/+2
2015-04-29Protect against event emission during dispose.Michael Meeks1-0/+3
2015-04-29convert SVXRULER_SUPPORT constants to scoped enumNoel Grandin1-1/+1
2015-04-29replace Paint calls to Invalidate + fix compilationTomaž Vajngerl1-2/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-29/+55
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-27De-uglify switch-case statementKatarina Behrens1-4/+14
2015-04-17sw: convert new to ::Create.Noel Grandin3-3/+3
2015-04-14Fix redline dialog lifecycle foo.Michael Meeks1-1/+2
2015-04-10wrap more stuff in VclPtrNoel Grandin1-19/+19
2015-04-10vclwidget: only call dispose() onceNoel Grandin3-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-1/+8
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in swNoel Grandin2-7/+25