Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/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 …]
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1029 SvxShapePolyPolygon::SvxShapePolyPolygon( SdrObject* pObj , drawing::PolygonKind eNew ) in SvxShapePolyPolygon() function in SvxShapePolyPolygon
1036 SvxShapePolyPolygon::~SvxShapePolyPolygon() throw() in ~SvxShapePolyPolygon()
1074 bool SvxShapePolyPolygon::setPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemProperty… in setPropertyValueImpl()
1184 bool SvxShapePolyPolygon::getPropertyValueImpl( const ::rtl::OUString& rName, const SfxItemProperty… in getPropertyValueImpl()
1255 drawing::PolygonKind SvxShapePolyPolygon::GetPolygonKind() const throw() in GetPolygonKind()
1261 void SvxShapePolyPolygon::SetPolygon(const basegfx::B2DPolyPolygon& rNew) throw() in SetPolygon()
1270 basegfx::B2DPolyPolygon SvxShapePolyPolygon::GetPolygon() const throw() in GetPolygon()
1285 uno::Sequence< OUString > SAL_CALL SvxShapePolyPolygon::getSupportedServiceNames() in getSupportedServiceNames()
H A Dunopage.cxx720 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_LINE ); in CreateShapeByTypeAndInventor()
732 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_POLY ); in CreateShapeByTypeAndInventor()
735 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_PLIN ); in CreateShapeByTypeAndInventor()
826 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_PATHPOLY ); in CreateShapeByTypeAndInventor()
829 pRet = new SvxShapePolyPolygon( pObj , PolygonKind_PATHPLIN ); in CreateShapeByTypeAndInventor()
/trunk/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
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx599 class SvxShapePolyPolygon : public SvxShapeText class
613SvxShapePolyPolygon( SdrObject* pObj , ::com::sun::star::drawing::PolygonKind eNew = com::sun::sta…
614 virtual ~SvxShapePolyPolygon() throw();
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxShapePolyPolygon.java118 public class SvxShapePolyPolygon extends TestCase { class