Lines Matching refs:XclExpSupbook

110 class XclExpSupbook;
115 …explicit XclExpExtName( const XclExpRoot& rRoot, const XclExpSupbook& rSupbook, const S…
123 const XclExpSupbook& mrSupbook;
144 …sal_uInt16 InsertExtName( const XclExpSupbook& rSupbook, const String& rName, const ScExt…
282 class XclExpSupbook : public XclExpExternSheetBase class
286 explicit XclExpSupbook( const XclExpRoot& rRoot, sal_uInt16 nXclTabCount );
288 explicit XclExpSupbook( const XclExpRoot& rRoot );
290 … explicit XclExpSupbook( const XclExpRoot& rRoot, const String& rUrl, XclSupbookType );
292 explicit XclExpSupbook( const XclExpRoot& rRoot, const String& rUrl );
294 …explicit XclExpSupbook( const XclExpRoot& rRoot, const String& rApplic, const String& r…
432 typedef XclExpRecordList< XclExpSupbook > XclExpSupbookList;
946 XclExpExtName::XclExpExtName( const XclExpRoot& rRoot, const XclExpSupbook& rSupbook, in XclExpExtName()
1083 sal_uInt16 XclExpExtNameBuffer::InsertExtName( const XclExpSupbook& rSupbook, in InsertExtName()
1381 XclExpSupbook::XclExpSupbook( const XclExpRoot& rRoot, sal_uInt16 nXclTabCount ) : in XclExpSupbook() function in XclExpSupbook
1388 XclExpSupbook::XclExpSupbook( const XclExpRoot& rRoot ) : in XclExpSupbook() function in XclExpSupbook
1395 XclExpSupbook::XclExpSupbook( const XclExpRoot& rRoot, const String& rUrl, XclSupbookType ) : in XclExpSupbook() function in XclExpSupbook
1406 XclExpSupbook::XclExpSupbook( const XclExpRoot& rRoot, const String& rUrl ) : in XclExpSupbook() function in XclExpSupbook
1424 XclExpSupbook::XclExpSupbook( const XclExpRoot& rRoot, const String& rApplic, const String& rTopic … in XclExpSupbook() function in XclExpSupbook
1435 bool XclExpSupbook::IsUrlLink( const String& rUrl ) const in IsUrlLink()
1440 bool XclExpSupbook::IsDdeLink( const String& rApplic, const String& rTopic ) const in IsDdeLink()
1445 void XclExpSupbook::FillRefLogEntry( XclExpRefLogEntry& rRefLogEntry, in FillRefLogEntry()
1453 void XclExpSupbook::StoreCellRange( const ScRange& rRange, sal_uInt16 nSBTab ) in StoreCellRange()
1459 void XclExpSupbook::StoreCell( sal_uInt16 nSBTab, const ScAddress& rCell, const formula::FormulaTok… in StoreCell()
1465 void XclExpSupbook::StoreCellRange( sal_uInt16 nSBTab, const ScRange& rRange, const formula::Formul… in StoreCellRange()
1473 sal_uInt16 XclExpSupbook::GetTabIndex( const String& rTabName ) const in GetTabIndex()
1486 sal_uInt16 XclExpSupbook::GetTabCount() const in GetTabCount()
1491 sal_uInt16 XclExpSupbook::InsertTabName( const String& rTabName, ScExternalRefCache::TableTypeRef x… in InsertTabName()
1501 sal_uInt16 XclExpSupbook::InsertAddIn( const String& rName ) in InsertAddIn()
1506 sal_uInt16 XclExpSupbook::InsertEuroTool( const String& rName ) in InsertEuroTool()
1511 sal_uInt16 XclExpSupbook::InsertDde( const String& rItem ) in InsertDde()
1516 sal_uInt16 XclExpSupbook::InsertExtName( const String& rName, const ScExternalRefCache::TokenArrayR… in InsertExtName()
1521 void XclExpSupbook::Save( XclExpStream& rStrm ) in Save()
1531 const XclExpString* XclExpSupbook::GetTabName( sal_uInt16 nSBTab ) const in GetTabName()
1537 void XclExpSupbook::WriteBody( XclExpStream& rStrm ) in WriteBody()
1581 … XclExpSupbookRef xSupbook( new XclExpSupbook( GetRoot(), ::std::max( nXclCnt, nCodeCnt ) ) ); in XclExpSupbookBuffer()
1674 xSupbook.reset(new XclExpSupbook(GetRoot(), *pUrl)); in StoreCell()
1712 xSupbook.reset(new XclExpSupbook(GetRoot(), *pUrl)); in StoreCellRange()
1774 xSupbook.reset( new XclExpSupbook( GetRoot() ) ); in InsertAddIn()
1792 xSupbook.reset( new XclExpSupbook( GetRoot(), aUrl, EXC_SBTYPE_EUROTOOL ) ); in InsertEuroTool()
1806 xSupbook.reset( new XclExpSupbook( GetRoot(), rApplic, rTopic ) ); in InsertDde()
1820 xSupbook.reset( new XclExpSupbook(GetRoot(), rUrl) ); in InsertExtName()
1840 xSupbook.reset(new XclExpSupbook(GetRoot(), *pUrl)); in GetXti()