Searched refs:SharedStringsBuffer (Results 1 – 5 of 5) sorted by relevance
38 SharedStringsBuffer::SharedStringsBuffer( const WorkbookHelper& rHelper ) : in SharedStringsBuffer() function in oox::xls::SharedStringsBuffer43 RichStringRef SharedStringsBuffer::createRichString() in createRichString()50 void SharedStringsBuffer::importSst( BiffInputStream& rStrm ) in importSst()67 void SharedStringsBuffer::finalizeImport() in finalizeImport()72 RichStringRef SharedStringsBuffer::getString( sal_Int32 nStringId ) const in getString()
155 inline SharedStringsBuffer& getSharedStrings() const { return *mxSharedStrings; } in getSharedStrings()223 typedef ::std::auto_ptr< SharedStringsBuffer > SharedStrBfrPtr;499 mxSharedStrings.reset( new SharedStringsBuffer( *this ) ); in initialize()784 SharedStringsBuffer& WorkbookHelper::getSharedStrings() const in getSharedStrings()
493 SharedStringsBuffer& rSharedStrings = getSharedStrings(); in importGlobalsFragment()
35 class SharedStringsBuffer : public WorkbookHelper class38 explicit SharedStringsBuffer( const WorkbookHelper& rHelper );
101 class SharedStringsBuffer;218 SharedStringsBuffer& getSharedStrings() const;
Completed in 31 milliseconds