/aoo4110/main/drawinglayer/source/attribute/ |
H A D | fontattribute.cxx | 88 bool getOutline() const { return mbOutline; } in getOutline() function in drawinglayer::attribute::ImpFontAttribute 101 && getOutline() == rCompare.getOutline() in operator ==() 236 bool FontAttribute::getOutline() const in getOutline() function in drawinglayer::attribute::FontAttribute 238 return mpFontAttribute->getOutline(); in getOutline()
|
/aoo4110/main/svx/source/sdr/attribute/ |
H A D | sdrformtextattribute.cxx | 250 const SdrFormTextOutlineAttribute& getOutline() const { return maOutline; } in getOutline() function in drawinglayer::attribute::ImpSdrFormTextAttribute 267 && getOutline() == rCandidate.getOutline() in operator ==() 403 const SdrFormTextOutlineAttribute& SdrFormTextAttribute::getOutline() const in getOutline() function in drawinglayer::attribute::SdrFormTextAttribute 405 return mpSdrFormTextAttribute->getOutline(); in getOutline()
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | Texture.idl | 81 the XParametricPolyPolygon::getOutline() method is divided up 84 getOutline method. For example, if numberOfHatchPolygons is 2, 85 then getOutline is called twice, once with 0.0 and once with
|
H A D | XParametricPolyPolygon2D.idl | 66 XPolyPolygon2D getOutline( [in] double t )
|
/aoo4110/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | fontattribute.hxx | 85 bool getOutline() const;
|
/aoo4110/main/svx/inc/svx/sdr/attribute/ |
H A D | sdrformtextattribute.hxx | 76 const SdrFormTextOutlineAttribute& getOutline() const;
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdotextpathdecomposition.cxx | 796 && !rFormTextAttribute.getOutline().isDefault()) in impDecomposePathTextPrimitive() 801 rFormTextAttribute.getOutline())); in impDecomposePathTextPrimitive()
|
/aoo4110/main/svl/inc/svl/ |
H A D | sfontitm.hxx | 110 sal_Bool getOutline() const { return m_bOutline; } in getOutline() function in SfxFontItem
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | textprimitive2d.cxx | 206 if(getFontAttribute().getOutline()) in create2DDecomposition()
|
H A D | textdecoratedprimitive2d.cxx | 225 const bool bHasOutline(!bHasTextRelief && getFontAttribute().getOutline()); in create2DDecomposition()
|
H A D | textlayoutdevice.cxx | 404 aRetval.SetOutline(rFontAttribute.getOutline()); in getVclFontFromFontAttribute()
|
/aoo4110/main/canvas/source/tools/ |
H A D | parametricpolypolygon.cxx | 178 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL ParametricPolyPolygon::getOutline( double /*t… in getOutline() function in canvas::ParametricPolyPolygon
|
/aoo4110/main/canvas/inc/canvas/ |
H A D | parametricpolypolygon.hxx | 108 …uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL getOutline( double t ) thro…
|