Searched refs:VmlDrawing (Results 1 – 4 of 4) sorted by relevance
379 VmlDrawing::VmlDrawing( const WorksheetHelper& rHelper ) : in VmlDrawing() function in oox::xls::VmlDrawing390 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()425 bool VmlDrawing::convertClientAnchor( Rectangle& orShapeRect, const OUString& rShapeAnchor ) const in convertClientAnchor()435 Reference< XShape > VmlDrawing::createAndInsertClientXShape( const ::oox::vml::ShapeBase& rShape, in createAndInsertClientXShape()612 void VmlDrawing::notifyXShapeInserted( const Reference< XShape >& rxShape, in notifyXShapeInserted()644 sal_uInt32 VmlDrawing::convertControlTextColor( const OUString& rTextColor ) const in convertControlTextColor()685 void VmlDrawing::convertControlFontData( AxFontData& rAxFontData, sal_uInt32& rnOleTextColor, const… in convertControlFontData()706 void VmlDrawing::convertControlText( AxFontData& rAxFontData, sal_uInt32& rnOleTextColor, in convertControlText()[all …]
289 inline VmlDrawing& getVmlDrawing() { return *mxVmlDrawing; } in getVmlDrawing()378 typedef ::std::auto_ptr< VmlDrawing > VmlDrawingPtr;459 mxVmlDrawing.reset( new VmlDrawing( *this ) ); in WorksheetGlobals()1526 VmlDrawing& WorksheetHelper::getVmlDrawing() const in getVmlDrawing()
159 class VmlDrawing : public ::oox::vml::Drawing, public WorksheetHelper class162 explicit VmlDrawing( const WorksheetHelper& rHelper );
62 class VmlDrawing;268 VmlDrawing& getVmlDrawing() const;
Completed in 48 milliseconds