Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx810 XclExpChFrame::XclExpChFrame( const XclExpChRoot& rRoot, XclChObjectType eObjType ) : in XclExpChFrame() function in XclExpChFrame
816 void XclExpChFrame::Convert( const ScfPropertySet& rPropSet ) in Convert()
821 void XclExpChFrame::SetAutoFlags( bool bAutoPos, bool bAutoSize ) in SetAutoFlags()
827 bool XclExpChFrame::IsDefault() const in IsDefault()
832 bool XclExpChFrame::IsDeleteable() const in IsDeleteable()
837 void XclExpChFrame::Save( XclExpStream& rStrm ) in Save()
851 void XclExpChFrame::WriteSubRecords( XclExpStream& rStrm ) in WriteSubRecords()
856 void XclExpChFrame::WriteBody( XclExpStream& rStrm ) in WriteBody()
867 XclExpChFrameRef xFrame( new XclExpChFrame( rRoot, eObjType ) ); in lclCreateFrame()
2332 mxFrame.reset( new XclExpChFrame( GetChRoot(), EXC_CHOBJTYPE_LEGEND ) ); in Convert()
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx374 class XclExpChFrame : public XclExpChGroupBase, public XclExpChFrameBase class
377 explicit XclExpChFrame( const XclExpChRoot& rRoot, XclChObjectType eObjType );
402 typedef ScfRef< XclExpChFrame > XclExpChFrameRef;

Completed in 42 milliseconds