Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx642 XclImpChFrame::XclImpChFrame( const XclImpChRoot& rRoot, XclChObjectType eObjType ) : in XclImpChFrame() function in XclImpChFrame
649 void XclImpChFrame::ReadHeaderRecord( XclImpStream& rStrm ) in ReadHeaderRecord()
700 void XclImpChFrame::Convert( ScfPropertySet& rPropSet, bool bUsePicFmt ) const in Convert()
991 mxFrame.reset( new XclImpChFrame( GetChRoot(), EXC_CHOBJTYPE_TEXT ) ); in ReadSubRecord()
2454 mxFrame.reset( new XclImpChFrame( GetChRoot(), EXC_CHOBJTYPE_LEGEND ) ); in ReadSubRecord()
2464 mxFrame.reset( new XclImpChFrame( GetChRoot(), EXC_CHOBJTYPE_LEGEND ) ); in Finalize()
3402 mxWallFrame.reset( new XclImpChFrame( GetChRoot(), EXC_CHOBJTYPE_WALL3D ) ); in CreateWallFrame()
3587 mxPlotFrame.reset( new XclImpChFrame( GetChRoot(), EXC_CHOBJTYPE_PLOTFRAME ) ); in ReadChPlotFrame()
3746 mxFrame.reset( new XclImpChFrame( GetChRoot(), EXC_CHOBJTYPE_BACKGROUND ) ); in ReadSubRecord()
3798 mxFrame.reset( new XclImpChFrame( GetChRoot(), EXC_CHOBJTYPE_BACKGROUND ) ); in UpdateObjFrame()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx368 class XclImpChFrame : public XclImpChFrameBase, protected XclImpChRoot class
372 explicit XclImpChFrame(
390 typedef ScfRef< XclImpChFrame > XclImpChFrameRef;

Completed in 43 milliseconds