Searched refs:AppendFormat (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | xistring.cxx | 99 void XclImpString::AppendFormat( XclFormatRunVec& rFormats, sal_uInt16 nChar, sal_uInt16 nFontIdx ) in AppendFormat() function in XclImpString 128 AppendFormat( rFormats, nChar, nFontIdx ); in ReadFormats() 137 AppendFormat( rFormats, nChar, nFontIdx ); in ReadFormats() 153 AppendFormat( rFormats, nChar, nFontIdx ); in ReadObjFormats()
|
H A D | xestring.cxx | 251 void XclExpString::AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx, bool bDropDuplicate ) in AppendFormat() function in XclExpString 261 AppendFormat( mnLen, nFontIdx, false ); in AppendTrailingFormat()
|
H A D | xehelper.cxx | 422 xString->AppendFormat( nXclPortionStart, nFontIdx ); in lclCreateFormattedString() 537 xString->AppendFormat( nXclPortionStart, nFontIdx ); in lclCreateFormattedString()
|
H A D | xechart.cxx | 1038 mxString->AppendFormat( nXclPortionStart, rnFontIdx ); in ConvertStringSequence()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xistring.hxx | 52 …inline void AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx ) { AppendFormat( maFormat… in AppendFormat() function in XclImpString 71 …static void AppendFormat( XclFormatRunVec& rFormats, sal_uInt16 nChar, sal_uInt16 nFontIdx…
|
H A D | xestring.hxx | 183 …void AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx, bool bDropDuplicate = tru…
|
/trunk/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 465 mpString->AppendFormat( 0, nFontIx ); in XclTxo() 466 mpString->AppendFormat( mpString->Len(), EXC_FONT_APP ); in XclTxo()
|
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 382 sb->AppendFormat(S"Uno object proxy. OID: {0}", m_oid); in invokeObject()
|
Completed in 78 milliseconds