Lines Matching refs:XclExpSupbookBuffer

379 class XclExpSupbookBuffer : public XclExpRecordBase, protected XclExpRoot  class
382 explicit XclExpSupbookBuffer( const XclExpRoot& rRoot );
628 XclExpSupbookBuffer maSBBuffer; /// List of all SUPBOOK records.
1565 XclExpSupbookBuffer::XclExpSupbookBuffer( const XclExpRoot& rRoot ) : in XclExpSupbookBuffer() function in XclExpSupbookBuffer
1588 XclExpXti XclExpSupbookBuffer::GetXti( sal_uInt16 nFirstXclTab, sal_uInt16 nLastXclTab, in GetXti()
1630 void XclExpSupbookBuffer::StoreCellRange( const ScRange& rRange ) in StoreCellRange()
1651 bool operator()(const XclExpSupbookBuffer::XclExpSBIndex& r) const in operator ()()
1663 void XclExpSupbookBuffer::StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScAddress& r… in StoreCell()
1701 void XclExpSupbookBuffer::StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScRange… in StoreCellRange()
1768 bool XclExpSupbookBuffer::InsertAddIn( in InsertAddIn()
1785 bool XclExpSupbookBuffer::InsertEuroTool( in InsertEuroTool()
1799 bool XclExpSupbookBuffer::InsertDde( in InsertDde()
1813 bool XclExpSupbookBuffer::InsertExtName( in InsertExtName()
1827 XclExpXti XclExpSupbookBuffer::GetXti( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclT… in GetXti()
1885 void XclExpSupbookBuffer::Save( XclExpStream& rStrm ) in Save()
1890 bool XclExpSupbookBuffer::GetSupbookUrl( in GetSupbookUrl()
1905 bool XclExpSupbookBuffer::GetSupbookDde( XclExpSupbookRef& rxSupbook, in GetSupbookDde()
1920 sal_uInt16 XclExpSupbookBuffer::Append( XclExpSupbookRef xSupbook ) in Append()