Lines Matching refs:Drawing

95 Drawing::Drawing( XmlFilterBase& rFilter, const Reference< XDrawPage >& rxDrawPage, DrawingType eTy…  in Drawing()  function in oox::vml::Drawing
104 Drawing::~Drawing() in ~Drawing()
108 ::oox::ole::EmbeddedForm& Drawing::getControlForm() const in getControlForm()
116 void Drawing::registerBlockId( sal_Int32 nBlockId ) in registerBlockId()
128 void Drawing::registerOleObject( const OleObjectInfo& rOleObject ) in registerOleObject()
135 void Drawing::registerControl( const ControlInfo& rControl ) in registerControl()
143 void Drawing::finalizeFragmentImport() in finalizeFragmentImport()
148 void Drawing::convertAndInsert() const in convertAndInsert()
154 sal_Int32 Drawing::getLocalShapeIndex( const OUString& rShapeId ) const in getLocalShapeIndex()
195 const OleObjectInfo* Drawing::getOleObjectInfo( const OUString& rShapeId ) const in getOleObjectInfo()
200 const ControlInfo* Drawing::getControlInfo( const OUString& rShapeId ) const in getControlInfo()
205 Reference< XShape > Drawing::createAndInsertXShape( const OUString& rService, in createAndInsertXShape()
227 Reference< XShape > Drawing::createAndInsertXControlShape( const ::oox::ole::EmbeddedControl& rCont… in createAndInsertXControlShape()
248 bool Drawing::isShapeSupported( const ShapeBase& /*rShape*/ ) const in isShapeSupported()
253 OUString Drawing::getShapeBaseName( const ShapeBase& /*rShape*/ ) const in getShapeBaseName()
258 bool Drawing::convertClientAnchor( Rectangle& /*orShapeRect*/, const OUString& /*rShapeAnchor*/ ) c… in convertClientAnchor()
263 Reference< XShape > Drawing::createAndInsertClientXShape( const ShapeBase& /*rShape*/, in createAndInsertClientXShape()
269 void Drawing::notifyXShapeInserted( const Reference< XShape >& /*rxShape*/, in notifyXShapeInserted()