summaryrefslogtreecommitdiff
path: root/include/filter
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-44/+44
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-11/+11
2015-10-06loplugin:unusedmethodsNoel Grandin1-9/+0
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-1/+0
2015-09-01check for error more frequentlyCaolán McNamara1-1/+1
2015-08-27extend seek, loop ending tests to ppt specific codeCaolán McNamara1-0/+1
2015-08-26fix crash on loading certain pptsCaolán McNamara1-5/+7
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl1-8/+4
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud3-7/+11
2015-08-14remove default value from DffPropSet::GetPropertyValueNoel Grandin1-1/+1
2015-08-11tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2-3/+2
2015-08-04include: inline some use-once typedefsNoel Grandin3-16/+7
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-17formatting of public/private/protected section qualifiersNoel Grandin2-4/+4
2015-07-17loplugin:unusedmethods filterNoel Grandin6-48/+0
2015-06-29coverity#1308592 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-20filter: bestFitOpenSymbolToMSFont() parameter bDisableUnicodeSupportMichael Stahl1-3/+1
2015-06-10Prop_pSegmentInfo is totally misunderstood apparentlyCaolán McNamara1-0/+12
2015-05-21Use delegating constructorStephan Bergmann1-3/+6
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-4/+4
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-1/+1
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann4-6/+7
2015-05-07Unwind SotStorageRef typedefStephan Bergmann3-6/+6
2015-05-05loplugin:staticmethodsNoel Grandin4-28/+24
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24SkipImages option for document importLászló Németh1-1/+4
2015-03-21Char highlight: convert LO character background to MSO highlightingZolnai Tamás1-0/+9
2015-03-19loplugin:constantfunction: filterNoel Grandin1-11/+0
2015-02-18boost->stdCaolán McNamara1-1/+0
2015-02-17boost->stdCaolán McNamara3-21/+18
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-4/+3
2015-02-07loplugin:deletedspecialStephan Bergmann4-11/+11
2015-01-28remove unused typedefsNoel Grandin2-3/+0
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin3-13/+13
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin3-511/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-15fdo#84938 replace PPT_PLACEHOLDER_ constants->enumTobias Madl1-28/+32
2014-12-12fdo#84938 replace PPT_LAYOUT_ constants with enumTobias Madl1-20/+24
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-5/+13
2014-11-27unused function Calc_nBLIPPosAndras Timar1-2/+0