/aoo42x/main/oox/source/vml/ |
H A D | vmlshape.cxx | 219 ShapeBase::ShapeBase( Drawing& rDrawing ) : in ShapeBase() function in oox::vml::ShapeBase 224 void ShapeBase::finalizeFragmentImport() in finalizeFragmentImport() 232 OUString ShapeBase::getShapeName() const in getShapeName() 248 const ShapeType* ShapeBase::getChildTypeById( const OUString& ) const in getChildTypeById() 253 const ShapeBase* ShapeBase::getChildById( const OUString& ) const in getChildById() 309 Rectangle ShapeBase::calcShapeRectangle( const ShapeParentAnchor* pParentAnchor ) const in calcShapeRectangle() 320 void ShapeBase::convertShapeProperties( const Reference< XShape >& rxShape ) const in convertShapeProperties() 332 ShapeBase( rDrawing ), in SimpleShape() 508 ShapeBase( rDrawing ), in GroupShape() 520 ShapeBase::finalizeFragmentImport(); in finalizeFragmentImport() [all …]
|
H A D | vmlshapecontainer.cxx | 87 maShapes.forEachMem( &ShapeBase::finalizeFragmentImport ); in finalizeFragmentImport() 103 const ShapeBase* ShapeContainer::getShapeById( const OUString& rShapeId, bool bDeep ) const in getShapeById() 106 if( const ShapeBase* pShape = maShapesById.get( rShapeId ).get() ) in getShapeById() 111 if( const ShapeBase* pShape = (*aVIt)->getChildById( rShapeId ) ) in getShapeById() 116 const ShapeBase* ShapeContainer::getFirstShape() const in getFirstShape()
|
H A D | vmldrawing.cxx | 248 bool Drawing::isShapeSupported( const ShapeBase& /*rShape*/ ) const in isShapeSupported() 253 OUString Drawing::getShapeBaseName( const ShapeBase& /*rShape*/ ) const in getShapeBaseName() 263 Reference< XShape > Drawing::createAndInsertClientXShape( const ShapeBase& /*rShape*/, in createAndInsertClientXShape() argument 270 const Rectangle& /*rShapeRect*/, const ShapeBase& /*rShape*/, bool /*bGroupChild*/ ) in notifyXShapeInserted() argument
|
H A D | vmlshapecontext.cxx | 375 ShapeContext::ShapeContext( ContextHandler2Helper& rParent, ShapeBase& rShape, const AttributeList&… in ShapeContext()
|
/aoo42x/main/oox/inc/oox/vml/ |
H A D | vmlshapecontainer.hxx | 40 class ShapeBase; 79 const ShapeBase* getShapeById( const ::rtl::OUString& rShapeId, bool bDeep ) const; 88 const ShapeBase* findShape( const Functor& rFunctor ) const; 91 const ShapeBase* getFirstShape() const; 100 typedef RefVector< ShapeBase > ShapeVector; 102 typedef RefMap< ::rtl::OUString, ShapeBase > ShapeMap; 128 const ShapeBase* ShapeContainer::findShape( const Functor& rFunctor ) const in findShape()
|
H A D | vmlshape.hxx | 191 class ShapeBase : public ShapeType class 213 virtual const ShapeBase* getChildById( const ::rtl::OUString& rShapeId ) const; 227 explicit ShapeBase( Drawing& rDrawing ); 251 class SimpleShape : public ShapeBase 337 class GroupShape : public ShapeBase 354 virtual const ShapeBase* getChildById( const ::rtl::OUString& rShapeId ) const;
|
H A D | vmldrawing.hxx | 49 class ShapeBase; 160 virtual bool isShapeSupported( const ShapeBase& rShape ) const; 164 virtual ::rtl::OUString getShapeBaseName( const ShapeBase& rShape ) const; 176 const ShapeBase& rShape, 187 const ShapeBase& rShape, bool bGroupChild );
|
H A D | vmlshapecontext.hxx | 39 class ShapeBase; 127 ShapeBase& rShape,
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | drawingfragment.hxx | 165 …const ::oox::vml::ShapeBase* getNoteShape( const ::com::sun::star::table::CellAddress& rPos ) cons… 168 virtual bool isShapeSupported( const ::oox::vml::ShapeBase& rShape ) const; 171 virtual ::rtl::OUString getShapeBaseName( const ::oox::vml::ShapeBase& rShape ) const; 181 const ::oox::vml::ShapeBase& rShape, 189 const ::oox::vml::ShapeBase& rShape, bool bGroupChild ); 206 const ::oox::vml::ShapeBase& rShape ) const;
|
/aoo42x/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 289 bool operator()( const ::oox::vml::ShapeBase& rShape ) const; 304 bool VmlFindNoteFunc::operator()( const ::oox::vml::ShapeBase& rShape ) const in operator ()() 390 const ::oox::vml::ShapeBase* VmlDrawing::getNoteShape( const CellAddress& rPos ) const in getNoteShape() 395 bool VmlDrawing::isShapeSupported( const ::oox::vml::ShapeBase& rShape ) const in isShapeSupported() 401 OUString VmlDrawing::getShapeBaseName( const ::oox::vml::ShapeBase& rShape ) const in getShapeBaseName() 435 Reference< XShape > VmlDrawing::createAndInsertClientXShape( const ::oox::vml::ShapeBase& rShape, in createAndInsertClientXShape() 613 const Rectangle& rShapeRect, const ::oox::vml::ShapeBase& rShape, bool bGroupChild ) in notifyXShapeInserted() 725 …nvertControlBackground( AxMorphDataModelBase& rAxModel, const ::oox::vml::ShapeBase& rShape ) const in convertControlBackground()
|
H A D | commentsbuffer.cxx | 149 … if( const ::oox::vml::ShapeBase* pNoteShape = getVmlDrawing().getNoteShape( aNotePos ) ) in finalizeImport()
|
/aoo42x/main/slideshow/test/ |
H A D | testshape.cxx | 40 typedef ::cppu::WeakComponentImplHelper1< drawing::XShape > ShapeBase; typedef 43 public ShapeBase 56 ShapeBase( m_aMutex ), in ImplTestShape()
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | Shape.cxx | 63 :ShapeBase(m_aMutex) in DBG_NAME() 77 :ShapeBase(m_aMutex) in OShape() 106 IMPLEMENT_FORWARD_REFCOUNT( OShape, ShapeBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument 110 uno::Any aReturn = ShapeBase::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
|
/aoo42x/main/reportdesign/source/core/inc/ |
H A D | Shape.hxx | 40 ,com::sun::star::lang::XServiceInfo > ShapeBase; typedef 47 public ShapeBase,
|
/aoo42x/main/oox/source/shape/ |
H A D | ShapeContextHandler.cxx | 242 if( const ::oox::vml::ShapeBase* pShape = mpDrawing->getShapes().getFirstShape() ) in getShape()
|
/aoo42x/main/oox/source/drawingml/ |
H A D | shape.cxx | 566 …if( const ::oox::vml::ShapeBase* pVmlShape = pVmlDrawing->getShapes().getShapeById( mxOleObjectInf… in finalizeServiceName()
|