summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard4-3/+43
2015-07-26extract some code for reuse by chart2 sidebarMarkus Mohrhard1-0/+8
2015-07-26move header file to public include dirMarkus Mohrhard2-0/+214
2015-07-26remove unused propertyMarkus Mohrhard1-1/+0
2015-07-24Fix alternating rows in SvTreeListBoxMihály Palenik1-0/+1
2015-07-24remove unused define TF_NEWDESKTOPNoel Grandin1-4/+0
2015-07-24in SfxFrameDescriptor, use normal boolNoel Grandin1-15/+9
2015-07-24remove unused URL_PREFIX_PRIV constantsNoel Grandin1-18/+0
2015-07-24no need to redeclare these constants with slightly different namesNoel Grandin1-24/+0
2015-07-24remove unused #defines METAFILE_END and METAFILE_LABEL_NOTFOUNDNoel Grandin1-8/+0
2015-07-24loplugin:unusedmethodsNoel Grandin7-89/+5
2015-07-24RemoteFilesDialog integration with AsyncPickerActionSzymon Kłos1-0/+2
2015-07-24FolderTree: expanded folder iconSzymon Kłos2-0/+2
2015-07-24default label for serviceSzymon Kłos2-1/+8
2015-07-24question if delete the serviceSzymon Kłos1-0/+1
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann3-6/+0
2015-07-24LRU map (cache) implementation to o3tl + testsTomaž Vajngerl1-0/+141
2015-07-24tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl1-0/+42
2015-07-24filter: MSVC wants to generate unnecessary copy assignment againMichael Stahl1-0/+3
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-5/+3
2015-07-24filter: convert boost::ptr_vector to std::vectorMichael Stahl1-13/+3
2015-07-24filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-9/+13
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-13/+17
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-07-24filter: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-07-24svx: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+5
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