Searched refs:BiffSheetDrawing (Results 1 – 5 of 5) sorted by relevance
52 class BiffSheetDrawing;270 BiffSheetDrawing& getBiffDrawing() const;
501 class BiffSheetDrawing : public BiffDrawingBase class504 explicit BiffSheetDrawing( const WorksheetHelper& rHelper );
291 inline BiffSheetDrawing& getBiffDrawing() const { return *mxBiffDrawing; } in getBiffDrawing()379 typedef ::std::auto_ptr< BiffSheetDrawing > BiffSheetDrawingPtr;462 mxBiffDrawing.reset( new BiffSheetDrawing( *this ) ); in WorksheetGlobals()1531 BiffSheetDrawing& WorksheetHelper::getBiffDrawing() const in getBiffDrawing()
1396 BiffSheetDrawing::BiffSheetDrawing( const WorksheetHelper& rHelper ) : in BiffSheetDrawing() function in oox::xls::BiffSheetDrawing1401 void BiffSheetDrawing::notifyShapeInserted( const Reference< XShape >& /*rxShape*/, const Rectangle… in notifyShapeInserted()
758 BiffSheetDrawing& rDrawing = getBiffDrawing(); in importFragment()
Completed in 52 milliseconds