Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dsharedstringsbuffer.cxx38 SharedStringsBuffer::SharedStringsBuffer( const WorkbookHelper& rHelper ) : in SharedStringsBuffer() function in oox::xls::SharedStringsBuffer
43 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()
H A Dworkbookhelper.cxx155 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()
H A Dworkbookfragment.cxx493 SharedStringsBuffer& rSharedStrings = getSharedStrings(); in importGlobalsFragment()
/trunk/main/oox/inc/oox/xls/
H A Dsharedstringsbuffer.hxx35 class SharedStringsBuffer : public WorkbookHelper class
38 explicit SharedStringsBuffer( const WorkbookHelper& rHelper );
H A Dworkbookhelper.hxx101 class SharedStringsBuffer;
218 SharedStringsBuffer& getSharedStrings() const;

Completed in 59 milliseconds