Searched refs:xSupbook (Results 1 – 1 of 1) sorted by relevance
451 sal_uInt16 Append( XclExpSupbookRef xSupbook );1581 … XclExpSupbookRef xSupbook( new XclExpSupbook( GetRoot(), ::std::max( nXclCnt, nCodeCnt ) ) ); in XclExpSupbookBuffer() local1582 mnOwnDocSB = Append( xSupbook ); in XclExpSupbookBuffer()1614 XclExpSupbookRef xSupbook = maSupbookList.GetRecord( aXti.mnSupbook ); in GetXti() local1615 if( xSupbook.is() ) in GetXti()1616 xSupbook->FillRefLogEntry( *pRefLogEntry, aXti.mnFirstSBTab, aXti.mnLastSBTab ); in GetXti()1636 XclExpSupbookRef xSupbook = maSupbookList.GetRecord( rSBIndex.mnSupbook ); in StoreCellRange() local1637 DBG_ASSERT( xSupbook.is(), "XclExpSupbookBuffer::StoreCellRange - missing SUPBOOK record" ); in StoreCellRange()1638 if( xSupbook.is() ) in StoreCellRange()1639 xSupbook->StoreCellRange( rRange, rSBIndex.mnSBTab ); in StoreCellRange()[all …]