Home
last modified time | relevance | path

Searched refs:BiffPolygonObject (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx381 … case BIFF_OBJTYPE_POLYGON: xDrawingObj.reset( new BiffPolygonObject( rHelper ) ); break; in importObjBiff4()
416 … case BIFF_OBJTYPE_POLYGON: xDrawingObj.reset( new BiffPolygonObject( rHelper ) ); break; in importObjBiff5()
1207 BiffPolygonObject::BiffPolygonObject( const WorksheetHelper& rHelper ) : in BiffPolygonObject() function in oox::xls::BiffPolygonObject
1215 void BiffPolygonObject::implReadObjBiff4( BiffInputStream& rStrm, sal_uInt16 nMacroSize ) in implReadObjBiff4()
1226 void BiffPolygonObject::implReadObjBiff5( BiffInputStream& rStrm, sal_uInt16 nNameLen, sal_uInt16 n… in implReadObjBiff5()
1250 Reference< XShape > BiffPolygonObject::implConvertAndInsert( BiffDrawingBase& rDrawing, in implConvertAndInsert()
1280 void BiffPolygonObject::importCoordList( BiffInputStream& rStrm ) in importCoordList()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingmanager.hxx409 class BiffPolygonObject : public BiffRectObject class
412 explicit BiffPolygonObject( const WorksheetHelper& rHelper );

Completed in 25 milliseconds