Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx268 … case EXC_OBJTYPE_POLYGON: xDrawObj.reset( new XclImpPolygonObj( rRoot ) ); break; in ReadObj4()
300 … case EXC_OBJTYPE_POLYGON: xDrawObj.reset( new XclImpPolygonObj( rRoot ) ); break; in ReadObj5()
1308 XclImpPolygonObj::XclImpPolygonObj( const XclImpRoot& rRoot ) : in XclImpPolygonObj() function in XclImpPolygonObj
1316 void XclImpPolygonObj::ReadCoordList( XclImpStream& rStrm ) in ReadCoordList()
1330 void XclImpPolygonObj::DoReadObj4( XclImpStream& rStrm, sal_uInt16 nMacroSize ) in DoReadObj4()
1341 void XclImpPolygonObj::DoReadObj5( XclImpStream& rStrm, sal_uInt16 nNameLen, sal_uInt16 nMacroSize ) in DoReadObj5()
1364 SdrObject* XclImpPolygonObj::DoCreateSdrObj( XclImpDffConverter& rDffConv, const Rectangle& rAnchor… in DoCreateSdrObj()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx348 class XclImpPolygonObj : public XclImpRectObj class
351 explicit XclImpPolygonObj( const XclImpRoot& rRoot );

Completed in 39 milliseconds