Searched refs:XclExpTabViewSettings (Results 1 – 3 of 3) sorted by relevance
299 XclExpTabViewSettings::XclExpTabViewSettings( const XclExpRoot& rRoot, SCTAB nScTab ) : in XclExpTabViewSettings() function in XclExpTabViewSettings404 void XclExpTabViewSettings::Save( XclExpStream& rStrm ) in Save()429 void XclExpTabViewSettings::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()471 void XclExpTabViewSettings::CreateSelectionData( sal_uInt8 nPane, in CreateSelectionData()497 void XclExpTabViewSettings::WriteWindow2( XclExpStream& rStrm ) const in WriteWindow2()505 void XclExpTabViewSettings::WriteScl( XclExpStream& rStrm ) const in WriteScl()511 void XclExpTabViewSettings::WritePane( XclExpStream& rStrm ) const in WritePane()522 void XclExpTabViewSettings::WriteSelection( XclExpStream& rStrm, sal_uInt8 nPane ) const in WriteSelection()528 void XclExpTabViewSettings::WriteTabBgColor( XclExpStream& rStrm ) const in WriteTabBgColor()
513 aRecList.AppendNewRecord( new XclExpTabViewSettings( GetRoot(), mnScTab ) ); in FillAsTable()568 aRecList.AppendNewRecord( new XclExpTabViewSettings( GetRoot(), mnScTab ) ); in FillAsXmlTable()654 aRecList.AppendNewRecord( new XclExpTabViewSettings( GetRoot(), mnScTab ) ); in FillAsEmptyTable()
147 class XclExpTabViewSettings : public XclExpRecordBase, protected XclExpRoot class151 explicit XclExpTabViewSettings( const XclExpRoot& rRoot, SCTAB nScTab );
Completed in 15 milliseconds