Home
last modified time | relevance | path

Searched refs:shapeType (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx280 rtl::OUString const& shapeType ) const in createShape()
282 if( shapeType.equalsAsciiL( in createShape()
284 shapeType.equalsAsciiL( in createShape()
292 else if( shapeType.equalsAsciiL( in createShape()
313 else if( shapeType.equalsAsciiL( in createShape()
336 else if( shapeType.equalsAsciiL( in createShape()
338 shapeType.equalsAsciiL( in createShape()
349 else if( shapeType.equalsAsciiL( in createShape()
352 shapeType.equalsAsciiL( in createShape()
453 rtl::OUString const& shapeType, in isSkip() argument
[all …]
/AOO42X/main/slideshow/source/inc/
H A Dshapeimporter.hxx104 ::rtl::OUString const& shapeType,
113 ::rtl::OUString const& shapeType ) const;
/AOO42X/test/testuno/source/testlib/uno/
H A DSDUtil.java63 …public static Object[] getShapesOfPageByType(XDrawPage xDrawPage, String shapeType) throws Excepti… in getShapesOfPageByType() argument
73 if(type.equals(shapeType)) in getShapesOfPageByType()
/AOO42X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1354 sal_Int32 shapeType=-1; in ReadShapeObject() local
1401 shapeType=aToken.ToInt32(); in ReadShapeObject()
1439 if (shapeType!=1 && shapeType!=20 && shapeType!=75) in ReadShapeObject()
1456 switch(shapeType) in ReadShapeObject()