Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx254 class XclExpExternSheet : public XclExpExternSheetBase class
258 explicit XclExpExternSheet( const XclExpRoot& rRoot, sal_Unicode cCode );
552 typedef XclExpRecordList< XclExpExternSheet > XclExpExtSheetList;
1336 XclExpExternSheet::XclExpExternSheet( const XclExpRoot& rRoot, sal_Unicode cCode ) : in XclExpExternSheet() function in XclExpExternSheet
1342 XclExpExternSheet::XclExpExternSheet( const XclExpRoot& rRoot, const String& rTabName ) : in XclExpExternSheet() function in XclExpExternSheet
1349 void XclExpExternSheet::Save( XclExpStream& rStrm ) in Save()
1357 void XclExpExternSheet::Init( const String& rEncUrl ) in Init()
1364 sal_uInt16 XclExpExternSheet::InsertAddIn( const String& rName ) in InsertAddIn()
1369 void XclExpExternSheet::WriteBody( XclExpStream& rStrm ) in WriteBody()
2063 xRec.reset( new XclExpExternSheet( GetRoot(), EXC_EXTSH_OWNTAB ) ); in CreateInternal()
[all …]

Completed in 21 milliseconds