Searched refs:xString (Results 1 – 7 of 7) sorted by relevance
430 return xString; in lclCreateFormattedString()548 return xString; in lclCreateFormattedString()563 return xString; in CreateString()571 return xString; in CreateString()603 XclExpStringRef xString; in CreateCellString() local627 return xString; in CreateCellString()634 XclExpStringRef xString; in CreateString() local657 return xString; in CreateString()664 XclExpStringRef xString; in CreateString() local672 if( !xString->IsEmpty() ) in CreateString()[all …]
103 sal_uInt32 Insert( XclExpStringRef xString );131 sal_uInt32 XclExpSstImpl::Insert( XclExpStringRef xString ) in Insert() argument133 DBG_ASSERT( xString.get(), "XclExpSstImpl::Insert - empty pointer not allowed" ); in Insert()134 if( !xString.get() ) in Insert()135 xString.reset( new XclExpString ); in Insert()141 sal_uInt16 nHash = xString->GetHash(); in Insert()145 XclExpHashEntry aEntry( xString.get(), mnSize ); in Insert()147 if( (aIt == rVec.end()) || (*aIt->mpString != *xString) ) in Insert()150 maStringList.push_back( xString ); in Insert()297 sal_uInt32 XclExpSst::Insert( XclExpStringRef xString ) in Insert() argument[all …]
45 RichStringRef xString( new RichString( *this ) ); in createRichString() local46 maStrings.push_back( xString ); in createRichString()47 return xString; in createRichString()60 RichStringRef xString( new RichString( *this ) ); in importSst() local61 maStrings.push_back( xString ); in importSst()62 xString->importUniString( rStrm ); in importSst()
524 RichStringRef xString( new RichString( *this ) ); in importCellRString() local525 xString->importString( rStrm, true ); in importCellRString()526 xString->finalizeImport(); in importCellRString()527 mrSheetData.setStringCell( maCellData, xString ); in importCellRString()547 RichStringRef xString( new RichString( *this ) ); in importCellString() local548 xString->importString( rStrm, false ); in importCellString()549 xString->finalizeImport(); in importCellString()553 mrSheetData.setStringCell( maCellData, xString ); in importCellString()881 xString->importUniString( rStrm ); in importLabel()882 xString->finalizeImport(); in importLabel()[all …]
373 RichStringRef xString = getSharedStrings().getString( nStringId ); in setStringCell() local374 if( xString.get() ) in setStringCell()375 setStringCell( rModel, xString ); in setStringCell()
39 explicit RichStringContext( ParentType& rParent, RichStringRef xString );55 RichStringContext::RichStringContext( ParentType& rParent, RichStringRef xString ) : in RichStringContext() argument57 mxString( xString ) in RichStringContext()
61 sal_uInt32 Insert( XclExpStringRef xString );
Completed in 45 milliseconds