--- assumeFilename: canvas/source/cairo/cairo_canvas.cxx excludelist: canvas/inc/parametricpolypolygon.hxx: # base class has to be a complete type - com/sun/star/lang/XServiceInfo.hpp - com/sun/star/rendering/XParametricPolyPolygon2D.hpp canvas/inc/base/cachedprimitivebase.hxx: # base class has to be a complete type - com/sun/star/rendering/XCachedPrimitive.hpp - com/sun/star/lang/XServiceInfo.hpp canvas/source/cairo/cairo_cachedbitmap.cxx: # Actually in use - com/sun/star/rendering/XCanvas.hpp canvas/source/cairo/cairo_spritecanvas.cxx: # Needed for nested name specifier - com/sun/star/awt/XTopWindow.hpp # Complete type needed for return type - basegfx/range/b2irange.hxx canvas/source/cairo/cairo_spritecanvashelper.cxx: # Needed for boost/polymorphic_cast.hpp - boost/cast.hpp canvas/source/opengl/ogl_canvastools.cxx: # Actually in use - com/sun/star/rendering/ARGBColor.hpp canvas/source/opengl/ogl_spritedevicehelper.cxx: # Needed for nested name specifier - com/sun/star/awt/XTopWindow.hpp canvas/source/opengl/ogl_texturecache.cxx: # Actually in use - com/sun/star/geometry/IntegerSize2D.hpp canvas/source/tools/surface.cxx: # Actually in use - comphelper/scopeguard.hxx canvas/source/vcl/cachedbitmap.cxx: # Actually in use - com/sun/star/rendering/XCanvas.hpp canvas/source/vcl/spritecanvas.cxx: # Actually in use - com/sun/star/awt/XTopWindow.hpp canvas/source/vcl/spritecanvashelper.cxx: # Needed for boost/polymorphic_cast.hpp - boost/cast.hpp ice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/binaryurp
AgeCommit message (Expand)Author
2017-11-23Replace list by vector in incomingrequest (binaryurp)Julien Nabet
2017-11-23Revert partly 9d1f61a61893435b26f7239136ad92b7354545a8Julien Nabet
2017-11-18Replace some lists by vectors in binaryurpJulien Nabet
2017-10-26loplugin:constmethods in unotoolsNoel Grandin
2017-10-11binaryurp: consistently use "" and <> for include directivesMike Kaganski
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin
2017-08-25Replace use of oslInterlockedCount with std::atomicStephan Bergmann
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: binaryurpStephan Bergmann