Searched refs:getOutline (Results 1 – 13 of 13) sorted by relevance
88 bool getOutline() const { return mbOutline; } in getOutline() function in drawinglayer::attribute::ImpFontAttribute101 && getOutline() == rCompare.getOutline() in operator ==()236 bool FontAttribute::getOutline() const in getOutline() function in drawinglayer::attribute::FontAttribute238 return mpFontAttribute->getOutline(); in getOutline()
250 const SdrFormTextOutlineAttribute& getOutline() const { return maOutline; } in getOutline() function in drawinglayer::attribute::ImpSdrFormTextAttribute267 && getOutline() == rCandidate.getOutline() in operator ==()403 const SdrFormTextOutlineAttribute& SdrFormTextAttribute::getOutline() const in getOutline() function in drawinglayer::attribute::SdrFormTextAttribute405 return mpSdrFormTextAttribute->getOutline(); in getOutline()
81 the XParametricPolyPolygon::getOutline() method is divided up84 getOutline method. For example, if numberOfHatchPolygons is 2,85 then getOutline is called twice, once with 0.0 and once with
66 XPolyPolygon2D getOutline( [in] double t )
796 && !rFormTextAttribute.getOutline().isDefault()) in impDecomposePathTextPrimitive()801 rFormTextAttribute.getOutline())); in impDecomposePathTextPrimitive()
85 bool getOutline() const;
76 const SdrFormTextOutlineAttribute& getOutline() const;
110 sal_Bool getOutline() const { return m_bOutline; } in getOutline() function in SfxFontItem
206 if(getFontAttribute().getOutline()) in create2DDecomposition()
225 const bool bHasOutline(!bHasTextRelief && getFontAttribute().getOutline()); in create2DDecomposition()
404 aRetval.SetOutline(rFontAttribute.getOutline()); in getVclFontFromFontAttribute()
178 …uno::Reference< rendering::XPolyPolygon2D > SAL_CALL ParametricPolyPolygon::getOutline( double /*t… in getOutline() function in canvas::ParametricPolyPolygon
109 …uno::Reference< ::com::sun::star::rendering::XPolyPolygon2D > SAL_CALL getOutline( double t ) thro…
Completed in 51 milliseconds