Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxShapePolyPolygon.csv1 "SvxShapePolyPolygon";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharHeightAsian"
2 "SvxShapePolyPolygon";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharWeightAsian"
3 "SvxShapePolyPolygon";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontNameAsian"
4 "SvxShapePolyPolygon";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontStyleName…
5 "SvxShapePolyPolygon";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontFamilyAsi…
6 "SvxShapePolyPolygon";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontCharSetAs…
7 "SvxShapePolyPolygon";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontPitchAsia…
8 "SvxShapePolyPolygon";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharPostureAsian"
9 "SvxShapePolyPolygon";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharLocaleAsian"
10 "SvxShapePolyPolygon";"com::sun::star::style::CharacterPropertiesAsian#optional";"ParaIsCharacterDi…
[all …]
/AOO42X/main/svx/source/unodraw/
H A Dunoshap2.cxx1057 SvxShapePolyPolygon::SvxShapePolyPolygon( SdrObject* pObj , drawing::PolygonKind eNew ) in SvxShapePolyPolygon() function in SvxShapePolyPolygon
1065 SvxShapePolyPolygon::~SvxShapePolyPolygon() throw() in ~SvxShapePolyPolygon()
1103 bool SvxShapePolyPolygon::setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemProperty… in setPropertyValueImpl()
1213 bool SvxShapePolyPolygon::getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemProperty… in getPropertyValueImpl()
1284 drawing::PolygonKind SvxShapePolyPolygon::GetPolygonKind() const throw() in GetPolygonKind()
1290 void SvxShapePolyPolygon::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw() in SetPolygon()
1299 basegfx::B2DPolyPolygon SvxShapePolyPolygon::GetPolygon() const throw() in GetPolygon()
1314 uno::Sequence< OUString > SAL_CALL SvxShapePolyPolygon::getSupportedServiceNames() throw( uno::Runt… in getSupportedServiceNames()
H A Dunopage.cxx729 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_LINE ); in CreateShapeByTypeAndInventor()
741 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_POLY ); in CreateShapeByTypeAndInventor()
744 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_PLIN ); in CreateShapeByTypeAndInventor()
835 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_PATHPOLY ); in CreateShapeByTypeAndInventor()
838 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_PATHPLIN ); in CreateShapeByTypeAndInventor()
/AOO42X/main/svx/qa/unoapi/
H A Dknownissues.xcl68 svx.SvxShapePolyPolygon::com::sun::star::style::ParagraphProperties
89 svx.SvxShapePolyPolygon
H A Dsvx.sce42 #i87746 -o svx.SvxShapePolyPolygon
/AOO42X/main/qadevOOo/tests/java/mod/_svx/
H A DSvxShapePolyPolygon.java118 public class SvxShapePolyPolygon extends TestCase { class
/AOO42X/main/svx/inc/svx/
H A Dunoshape.hxx605 class SvxShapePolyPolygon : public SvxShapeText class
619SvxShapePolyPolygon( SdrObject* pObj , ::com::sun::star::drawing::PolygonKind eNew = com::sun::sta…
620 virtual ~SvxShapePolyPolygon() throw();