Home
last modified time | relevance | path

Searched refs:VmlDrawing (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Ddrawingfragment.cxx379 VmlDrawing::VmlDrawing( const WorksheetHelper& rHelper ) : in VmlDrawing() function in oox::xls::VmlDrawing
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()
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 …]
H A Dworksheethelper.cxx289 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()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingfragment.hxx159 class VmlDrawing : public ::oox::vml::Drawing, public WorksheetHelper class
162 explicit VmlDrawing( const WorksheetHelper& rHelper );
H A Dworksheethelper.hxx62 class VmlDrawing;
268 VmlDrawing& getVmlDrawing() const;

Completed in 40 milliseconds