summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-07-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl1-2/+2
2015-07-24svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+6
2015-07-24convert ImageAlign to enum classNoel Grandin1-4/+4
2015-07-24convert WindowAlign to scoped enumNoel Grandin3-3/+5
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin1-36/+15
2015-07-23inline a handful of use-once #definesNoel Grandin1-3/+3
2015-07-22tdf#92600 fix missing font preview in character set widgetLászló Németh1-0/+1
2015-07-22Apply special treatment of OUStringLiteral1 to MSVC 2015David Ostrovsky1-3/+3
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno2-1/+6
2015-07-22tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens1-2/+0
2015-07-22gtktiledviewer: method for resetting all tilesMihai Varga1-0/+3
2015-07-21tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens1-1/+5
2015-07-21loplugin:unusedmethods sdNoel Grandin2-2/+0
2015-07-21loplugin:unusedmethods vbahelperNoel Grandin2-2/+0
2015-07-21loplugin:unusedmethods ooxNoel Grandin22-147/+1
2015-07-21loplugin:unusedmethods formulaNoel Grandin7-22/+0
2015-07-20svtools: this one has a copy constructor but not a copy assingment?Michael Stahl1-0/+2
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-6/+7
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-2/+2
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+4
2015-07-20editeng: need to prevent MSVC from generating SvxRTFParser copy tooMichael Stahl1-0/+3
2015-07-20editeng: try to prevent MSVC from generating copy assignmentMichael Stahl1-0/+3
2015-07-20editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl1-5/+4
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl1-9/+3
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl1-4/+6
2015-07-20loplugin:unusedmethods sfx2Noel Grandin6-13/+2
2015-07-20convert to typed Link<> in sfx2Noel Grandin9-26/+23
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe22-64/+61
2015-07-20loplugin:unusedmethods svlNoel Grandin11-36/+0
2015-07-19Fix typosAndrea Gelmini4-7/+7
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin3-8/+8
2015-07-19Prefer member initializers to (cascaded) assignmentsMatteo Casalin1-5/+13
2015-07-19Use sal_uInt32 consistently for WindowStateData::SetMask and relatedMatteo Casalin1-19/+19
2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl1-2/+2
2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl1-2/+4
2015-07-18Convert SdTbxControl to the generic controllerMaxim Monastirsky1-16/+3
2015-07-17basic: try to prevent MSVC from generating copy assignmentMichael Stahl1-0/+3
2015-07-17editeng: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-2/+2
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl1-3/+3
2015-07-17svl: try to prevent MSVC from generating copy assignmentMichael Stahl1-0/+5
2015-07-17svl: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+5
2015-07-17remove deprecated methods in unotools::CharClassNoel Grandin1-21/+0
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin3-15/+14
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin17-24/+24
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe9-37/+36
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-18/+18
2015-07-17loplugin:unusedmethods filterNoel Grandin6-48/+0
2015-07-17StyleManager: move style search to its own methodTomaž Vajngerl2-7/+1
2015-07-17create the stlye preview renderer with style as parameterTomaž Vajngerl2-0/+8
2015-07-16Convert Alignment button to the generic controllerMaxim Monastirsky1-47/+0