summaryrefslogtreecommitdiffstats
path: root/include/filter
Commit message (Expand)AuthorAgeFilesLines
* com::sun::star->css in include/filterNoel Grandin2015-10-228-119/+112
* inline typedefNoel Grandin2015-10-131-3/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-44/+44
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-11/+11
* loplugin:unusedmethodsNoel Grandin2015-10-061-9/+0
* remove old standalone Sun bug numbersNoel Grandin2015-10-011-1/+0
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-1/+0
* check for error more frequentlyCaolán McNamara2015-09-011-1/+1
* extend seek, loop ending tests to ppt specific codeCaolán McNamara2015-08-271-0/+1
* fix crash on loading certain pptsCaolán McNamara2015-08-261-5/+7
* comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl2015-08-191-8/+4
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-173-7/+11
* remove default value from DffPropSet::GetPropertyValueNoel Grandin2015-08-141-1/+1
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-112-3/+2
* include: inline some use-once typedefsNoel Grandin2015-08-043-16/+7
* filter: MSVC wants to generate unnecessary copy assignment againMichael Stahl2015-07-241-0/+3
* filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-07-241-5/+3
* filter: convert boost::ptr_vector to std::vectorMichael Stahl2015-07-241-13/+3
* filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-07-241-9/+13
* filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-07-241-13/+17
* filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-07-241-1/+1
* filter: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl2015-07-241-1/+1
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-172-4/+4
* loplugin:unusedmethods filterNoel Grandin2015-07-176-48/+0
* coverity#1308592 Uncaught exceptionCaolán McNamara2015-06-291-1/+1
* filter: bestFitOpenSymbolToMSFont() parameter bDisableUnicodeSupportMichael Stahl2015-06-201-3/+1
* Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara2015-06-101-0/+12
* Use delegating constructorStephan Bergmann2015-05-211-3/+6
* bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2015-05-201-4/+4
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-1/+1
* Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2015-05-074-6/+7
* Unwind SotStorageRef typedefStephan Bergmann2015-05-073-6/+6
* loplugin:staticmethodsNoel Grandin2015-05-054-28/+24
* loplugin:simplifyboolStephan Bergmann2015-04-241-1/+1
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* SkipImages option for document importLászló Németh2015-03-241-1/+4
* Char highlight: convert LO character background to MSO highlightingZolnai Tamás2015-03-211-0/+9
* loplugin:constantfunction: filterNoel Grandin2015-03-191-11/+0
* boost->stdCaolán McNamara2015-02-181-1/+0
* boost->stdCaolán McNamara2015-02-173-21/+18
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-4/+3
* loplugin:deletedspecialStephan Bergmann2015-02-074-11/+11
* remove unused typedefsNoel Grandin2015-01-282-3/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-263-13/+13
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-083-511/+0
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-2/+2
* fdo#84938 replace PPT_PLACEHOLDER_ constants->enumTobias Madl2014-12-151-28/+32
* fdo#84938 replace PPT_LAYOUT_ constants with enumTobias Madl2014-12-121-20/+24