Home
last modified time | relevance | path

Searched refs:ShapeBase (Results 1 – 16 of 16) sorted by relevance

/trunk/main/oox/source/vml/
H A Dvmlshape.cxx219 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 Dvmlshapecontainer.cxx87 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 Dvmldrawing.cxx248 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 Dvmlshapecontext.cxx375 ShapeContext::ShapeContext( ContextHandler2Helper& rParent, ShapeBase& rShape, const AttributeList&… in ShapeContext()
/trunk/main/oox/inc/oox/vml/
H A Dvmlshapecontainer.hxx40 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 Dvmlshape.hxx191 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 Dvmldrawing.hxx49 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 Dvmlshapecontext.hxx39 class ShapeBase;
127 ShapeBase& rShape,
/trunk/main/oox/inc/oox/xls/
H A Ddrawingfragment.hxx165 …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;
/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx289 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 Dcommentsbuffer.cxx149 … if( const ::oox::vml::ShapeBase* pNoteShape = getVmlDrawing().getNoteShape( aNotePos ) ) in finalizeImport()
/trunk/main/slideshow/test/
H A Dtestshape.cxx40 typedef ::cppu::WeakComponentImplHelper1< drawing::XShape > ShapeBase; typedef
43 public ShapeBase
56 ShapeBase( m_aMutex ), in ImplTestShape()
/trunk/main/reportdesign/source/core/api/
H A DShape.cxx63 :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()
/trunk/main/reportdesign/source/core/inc/
H A DShape.hxx40 ,com::sun::star::lang::XServiceInfo > ShapeBase; typedef
47 public ShapeBase,
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx242 if( const ::oox::vml::ShapeBase* pShape = mpDrawing->getShapes().getFirstShape() ) in getShape()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx566 …if( const ::oox::vml::ShapeBase* pVmlShape = pVmlDrawing->getShapes().getShapeById( mxOleObjectInf… in finalizeServiceName()

Completed in 74 milliseconds