Searched refs:ShapeType (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/oox/source/vml/ |
H A D | vmlshapecontainer.cxx | 44 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 D | vmlshape.cxx | 114 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 D | vmlshapecontext.cxx | 274 ShapeTypeContext::ShapeTypeContext( ContextHandler2Helper& rParent, ShapeType& rShapeType, const At… in ShapeTypeContext()
|
/aoo4110/main/oox/inc/oox/vml/ |
H A D | vmlshapecontainer.hxx | 39 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 D | vmlshape.hxx | 92 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 D | vmlshapecontext.hxx | 35 class ShapeType; 103 ShapeType& rShapeType,
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | XEnhancedCustomShapeDefaulter.idl | 45 This interface allows to create shape properties for the given "ShapeType". 46 The "ShapeType" string can be empty then the current "ShapeType" of the
|
/aoo4110/main/oovbaapi/ooo/vba/msforms/ |
H A D | XShapes.idl | 46 …any AddShape([in] long ShapeType, [in] long StartX, [in] long StartY, [in] long endX, [in] long en…
|
/aoo4110/main/icu/ |
H A D | icu4c-4_0_1-src.patch | 162 ShapeType t = getShapeType(c);
|
/aoo4110/main/svx/inc/svx/ |
H A D | unoshape.hxx | 191 void SetShapeType( const ::rtl::OUString& ShapeType ) { maShapeType = ShapeType; } in SetShapeType() argument
|
Completed in 99 milliseconds