Home
last modified time | relevance | path

Searched refs:SvxShapePolyPolygonBezier (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/qadevOOo/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxShapePolyPolygonBezier.csv1 "SvxShapePolyPolygonBezier";"com::sun::star::drawing::PolyPolygonBezierDescriptor";"PolygonKind"
2 "SvxShapePolyPolygonBezier";"com::sun::star::drawing::PolyPolygonBezierDescriptor";"PolyPolygonBezi…
3 "SvxShapePolyPolygonBezier";"com::sun::star::drawing::PolyPolygonBezierDescriptor";"Geometry"
4 "SvxShapePolyPolygonBezier";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharHeightA…
5 "SvxShapePolyPolygonBezier";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharWeightA…
6 "SvxShapePolyPolygonBezier";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontNam…
7 "SvxShapePolyPolygonBezier";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontSty…
8 "SvxShapePolyPolygonBezier";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontFam…
9 "SvxShapePolyPolygonBezier";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontCha…
10 "SvxShapePolyPolygonBezier";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontPit…
[all …]
/AOO41X/main/svx/source/unodraw/
H A Dunoshap2.cxx1325 SvxShapePolyPolygonBezier::SvxShapePolyPolygonBezier( SdrObject* pObj , drawing::PolygonKind eNew )… in SvxShapePolyPolygonBezier() function in SvxShapePolyPolygonBezier
1332 SvxShapePolyPolygonBezier::~SvxShapePolyPolygonBezier() throw() in ~SvxShapePolyPolygonBezier()
1464 bool SvxShapePolyPolygonBezier::setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPr… in setPropertyValueImpl()
1542 bool SvxShapePolyPolygonBezier::getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemPr… in getPropertyValueImpl()
1580 drawing::PolygonKind SvxShapePolyPolygonBezier::GetPolygonKind() const throw() in GetPolygonKind()
1586 void SvxShapePolyPolygonBezier::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw() in SetPolygon()
1595 basegfx::B2DPolyPolygon SvxShapePolyPolygonBezier::GetPolygon() const throw() in GetPolygon()
1611 uno::Sequence< OUString > SAL_CALL SvxShapePolyPolygonBezier::getSupportedServiceNames() throw( uno… in getSupportedServiceNames()
H A Dunopage.cxx748 pRet = new SvxShapePolyPolygonBezier( pObj , PolygonKind_PATHLINE ); in CreateShapeByTypeAndInventor()
752 pRet = new SvxShapePolyPolygonBezier( pObj , PolygonKind_PATHFILL ); in CreateShapeByTypeAndInventor()
755 pRet = new SvxShapePolyPolygonBezier( pObj , PolygonKind_FREELINE ); in CreateShapeByTypeAndInventor()
758 pRet = new SvxShapePolyPolygonBezier( pObj , PolygonKind_FREEFILL ); in CreateShapeByTypeAndInventor()
/AOO41X/main/svx/qa/unoapi/
H A Dknownissues.xcl69 svx.SvxShapePolyPolygonBezier::com::sun::star::style::ParagraphProperties
90 svx.SvxShapePolyPolygonBezier
H A Dsvx.sce43 #i87746 -o svx.SvxShapePolyPolygonBezier
/AOO41X/main/qadevOOo/tests/java/mod/_svx/
H A DSvxShapePolyPolygonBezier.java120 public class SvxShapePolyPolygonBezier extends TestCase { class
/AOO41X/main/svx/inc/svx/
H A Dunoshape.hxx635 class SvxShapePolyPolygonBezier : public SvxShapeText class
649SvxShapePolyPolygonBezier( SdrObject* pObj , ::com::sun::star::drawing::PolygonKind eNew = com::su…
650 virtual ~SvxShapePolyPolygonBezier() throw();