summaryrefslogtreecommitdiff
path: root/include/basegfx
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann9-17/+17
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-6/+6
2015-10-27loplugin:unusedmethodsNoel Grandin17-549/+0
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud1-0/+1
2015-10-22coverity#1326120 try and silence Constant expression resultCaolán McNamara1-0/+6
2015-10-20com::sun::star->css in include/basegfxNoel Grandin8-90/+81
2015-10-16Let operator<< be found via ADLStephan Bergmann1-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-34/+34
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-8/+8
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-07-24loplugin:unusedmethodsNoel Grandin3-63/+0
2015-07-08s/Coordiante/CoordinateTor Lillqvist2-2/+2
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-06loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin10-282/+0
2015-07-03Revert "loplugin:unusedmethods sax,shell,stoc,basegfx"Michael Stahl10-0/+289
2015-07-03loplugin:unusedmethods sax,shell,stoc,basegfxNoel Grandin10-289/+0
2015-07-03Fix typosAndrea Gelmini2-2/+2
2015-06-15Fix typosAndrea Gelmini2-2/+2
2015-06-05Removed B{2,3}DTuple's custom treshold equal() and equalZero() methodsZsolt Bölöny2-31/+0
2015-06-04Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal()Zsolt Bölöny1-3/+0
2015-06-04convert B2DLineJoin to scoped enumNoel Grandin2-7/+7
2015-06-04convert B2VectorContinuity to scoped enumNoel Grandin1-3/+3
2015-06-04convert B2VectorOrientation to scoped enumNoel Grandin1-4/+4
2015-06-04convert basegfx::FillRule to scoped enumNoel Grandin1-10/+2
2015-06-02Replaced boost::tuple with std::tupleZsolt Bölöny1-2/+2
2015-06-01Remove B1IRange, it's not used anywhereZsolt Bölöny2-166/+0
2015-06-01Remove B1IBox, it's not used anywhereZsolt Bölöny2-168/+0
2015-05-27Remove B3IPoint, it's not used anywhereZsolt Bölöny1-128/+0
2015-05-27B3IVector is not used anywhereZsolt Bölöny1-248/+0
2015-05-27Remove B3IRange, it's not used anywhereZsolt Bölöny2-231/+0
2015-05-26Remove B3I64Tuple, it's not used by anythingZsolt Bölöny2-356/+0
2015-05-24comments: fix mis-use of eventual in EnglishThorsten Behrens4-6/+6
2015-05-21Revert "fTools::getSmallValue() is not used anymore"Caolán McNamara1-1/+4
2015-05-21fTools::getSmallValue() is not used anymoreZsolt Bölöny1-4/+1
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist22-61/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-8/+8
2015-03-27convert CUTFLAG_ constants to enum classNoel Grandin1-13/+19
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara1-1/+1
2015-02-16cut down some more unnecessary boost inclusionCaolán McNamara2-11/+10
2015-02-07loplugin:deletedspecialStephan Bergmann2-6/+4
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-3/+3
2015-01-15Silence bogus GCC 4.9 -Werror=strict-overflowStephan Bergmann1-0/+9
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-3/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+6
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin9-15/+15
2014-09-22loplugin: cstylecastNoel Grandin4-4/+4
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara1-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-3/+3