Home
last modified time | relevance | path

Searched refs:BiffSheetDrawing (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx52 class BiffSheetDrawing;
270 BiffSheetDrawing& getBiffDrawing() const;
H A Ddrawingmanager.hxx501 class BiffSheetDrawing : public BiffDrawingBase class
504 explicit BiffSheetDrawing( const WorksheetHelper& rHelper );
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx291 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()
H A Ddrawingmanager.cxx1396 BiffSheetDrawing::BiffSheetDrawing( const WorksheetHelper& rHelper ) : in BiffSheetDrawing() function in oox::xls::BiffSheetDrawing
1401 void BiffSheetDrawing::notifyShapeInserted( const Reference< XShape >& /*rxShape*/, const Rectangle… in notifyShapeInserted()
H A Dworksheetfragment.cxx758 BiffSheetDrawing& rDrawing = getBiffDrawing(); in importFragment()

Completed in 52 milliseconds