Home
last modified time | relevance | path

Searched refs:getOutline (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/drawinglayer/source/attribute/
H A Dfontattribute.cxx88 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 Dsdrformtextattribute.cxx250 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 DTexture.idl81 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 DXParametricPolyPolygon2D.idl66 XPolyPolygon2D getOutline( [in] double t )
/aoo4110/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfontattribute.hxx85 bool getOutline() const;
/aoo4110/main/svx/inc/svx/sdr/attribute/
H A Dsdrformtextattribute.hxx76 const SdrFormTextOutlineAttribute& getOutline() const;
/aoo4110/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx796 && !rFormTextAttribute.getOutline().isDefault()) in impDecomposePathTextPrimitive()
801 rFormTextAttribute.getOutline())); in impDecomposePathTextPrimitive()
/aoo4110/main/svl/inc/svl/
H A Dsfontitm.hxx110 sal_Bool getOutline() const { return m_bOutline; } in getOutline() function in SfxFontItem
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dtextprimitive2d.cxx206 if(getFontAttribute().getOutline()) in create2DDecomposition()
H A Dtextdecoratedprimitive2d.cxx225 const bool bHasOutline(!bHasTextRelief && getFontAttribute().getOutline()); in create2DDecomposition()
H A Dtextlayoutdevice.cxx404 aRetval.SetOutline(rFontAttribute.getOutline()); in getVclFontFromFontAttribute()
/aoo4110/main/canvas/source/tools/
H A Dparametricpolypolygon.cxx178 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL ParametricPolyPolygon::getOutline( double /*t… in getOutline() function in canvas::ParametricPolyPolygon
/aoo4110/main/canvas/inc/canvas/
H A Dparametricpolypolygon.hxx108 …uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL getOutline( double t ) thro…

Completed in 96 milliseconds