Home
last modified time | relevance | path

Searched refs:ShapeType (Results 1 – 10 of 10) sorted by relevance

/trunk/main/oox/source/vml/
H A Dvmlshapecontainer.cxx44 template< typename ShapeType >
45 void lclMapShapesById( RefMap< OUString, ShapeType >& orMap, const RefVector< ShapeType >& rVector ) in lclMapShapesById()
47 …for( typename RefVector< ShapeType >::const_iterator aIt = rVector.begin(), aEnd = rVector.end(); … in lclMapShapesById()
72 ShapeType& ShapeContainer::createShapeType() in createShapeType()
74 ::boost::shared_ptr< ShapeType > xShape( new ShapeType( mrDrawing ) ); in createShapeType()
90 const ShapeType* ShapeContainer::getShapeTypeById( const OUString& rShapeId, bool bDeep ) const in getShapeTypeById()
93 if( const ShapeType* pType = maTypesById.get( rShapeId ).get() ) in getShapeTypeById()
98 if( const ShapeType* pType = (*aVIt)->getChildTypeById( rShapeId ) ) in getShapeTypeById()
H A Dvmlshape.cxx114 ShapeType::ShapeType( Drawing& rDrawing ) : in ShapeType() function in oox::vml::ShapeType
119 ShapeType::~ShapeType() in ~ShapeType()
123 sal_Int32 ShapeType::getShapeType() const in getShapeType()
128 OUString ShapeType::getGraphicPath() const in getGraphicPath()
133 Rectangle ShapeType::getCoordSystem() const in getCoordSystem()
140 Rectangle ShapeType::getRectangle( const ShapeParentAnchor* pParentAnchor ) const in getRectangle()
147 Rectangle ShapeType::getAbsRectangle() const in getAbsRectangle()
157 Rectangle ShapeType::getRelRectangle() const in getRelRectangle()
220 ShapeType( rDrawing ) in ShapeBase()
248 const ShapeType* ShapeBase::getChildTypeById( const OUString& ) const in getChildTypeById()
[all …]
H A Dvmlshapecontext.cxx274 ShapeTypeContext::ShapeTypeContext( ContextHandler2Helper& rParent, ShapeType& rShapeType, const At… in ShapeTypeContext()
/trunk/main/oox/inc/oox/vml/
H A Dvmlshapecontainer.hxx39 class ShapeType;
63 ShapeType& createShapeType();
76 const ShapeType* getShapeTypeById( const ::rtl::OUString& rShapeId, bool bDeep ) const;
84 const ShapeType* findShapeType( const Functor& rFunctor ) const;
99 typedef RefVector< ShapeType > ShapeTypeVector;
101 typedef RefMap< ::rtl::OUString, ShapeType > ShapeTypeMap;
122 const ShapeType* ShapeContainer::findShapeType( const Functor& rFunctor ) const in findShapeType()
H A Dvmlshape.hxx92 class ShapeType class
95 explicit ShapeType( Drawing& rDrawing );
96 virtual ~ShapeType();
191 class ShapeBase : public ShapeType
211 virtual const ShapeType* getChildTypeById( const ::rtl::OUString& rShapeId ) const;
352 virtual const ShapeType* getChildTypeById( const ::rtl::OUString& rShapeId ) const;
H A Dvmlshapecontext.hxx35 class ShapeType;
103 ShapeType& rShapeType,
/trunk/main/offapi/com/sun/star/drawing/
H A DXEnhancedCustomShapeDefaulter.idl45 This interface allows to create shape properties for the given "ShapeType".
46 The "ShapeType" string can be empty then the current "ShapeType" of the
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXShapes.idl46 …any AddShape([in] long ShapeType, [in] long StartX, [in] long StartY, [in] long endX, [in] long en…
/trunk/main/icu/
H A Dicu4c-4_0_1-src.patch162 ShapeType t = getShapeType(c);
/trunk/main/svx/inc/svx/
H A Dunoshape.hxx191 void SetShapeType( const ::rtl::OUString& ShapeType ) { maShapeType = ShapeType; } in SetShapeType() argument

Completed in 44 milliseconds