Searched refs:nFontIdx (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xistring.cxx | 104 rFormats.push_back( XclFormatRun( nChar, nFontIdx ) ); in AppendFormat() 106 rFormats.back().mnFontIdx = nFontIdx; in AppendFormat() 126 sal_uInt16 nChar, nFontIdx; in ReadFormats() local 127 rStrm >> nChar >> nFontIdx; in ReadFormats() 128 AppendFormat( rFormats, nChar, nFontIdx ); in ReadFormats() 135 sal_uInt8 nChar, nFontIdx; in ReadFormats() local 136 rStrm >> nChar >> nFontIdx; in ReadFormats() 137 AppendFormat( rFormats, nChar, nFontIdx ); in ReadFormats() 150 sal_uInt16 nChar, nFontIdx; in ReadObjFormats() local 151 rStrm >> nChar >> nFontIdx; in ReadObjFormats() [all …]
|
H A D | xestring.cxx | 251 void XclExpString::AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx, bool bDropDuplicate ) in AppendFormat() argument 255 … ((maFormats.size() < nMaxSize) && (!bDropDuplicate || (maFormats.back().mnFontIdx != nFontIdx))) ) in AppendFormat() 256 maFormats.push_back( XclFormatRun( nChar, nFontIdx ) ); in AppendFormat() 259 void XclExpString::AppendTrailingFormat( sal_uInt16 nFontIdx ) in AppendTrailingFormat() argument 261 AppendFormat( mnLen, nFontIdx, false ); in AppendTrailingFormat() 272 sal_uInt16 nFontIdx = EXC_FONT_NOTFOUND; in RemoveLeadingFont() local 275 nFontIdx = maFormats.front().mnFontIdx; in RemoveLeadingFont() 278 return nFontIdx; in RemoveLeadingFont()
|
H A D | xechart.cxx | 987 sal_uInt16 nFontIdx = EXC_FONT_APP; in ConvertStringSequence() local 1055 nFontIdx = mxString->RemoveLeadingFont(); in ConvertStringSequence() 1057 nFontIdx = rFormats.front().mnFontIdx; in ConvertStringSequence() 1063 return nFontIdx; in ConvertStringSequence() 1108 XclExpChFont::XclExpChFont( sal_uInt16 nFontIdx ) : in XclExpChFont() argument 1109 XclExpUInt16Record( EXC_ID_CHFONT, nFontIdx ) in XclExpChFont() 1162 void XclExpChFontBase::ConvertFontBase( const XclExpChRoot& rRoot, sal_uInt16 nFontIdx ) in ConvertFontBase() argument 1164 if( const XclExpFont* pFont = rRoot.GetFontBuffer().GetFont( nFontIdx ) ) in ConvertFontBase() 1166 XclExpChFontRef xFont( new XclExpChFont( nFontIdx ) ); in ConvertFontBase() 1226 sal_uInt16 nFontIdx = mxSrcLink->ConvertStringSequence( xTitle->getText() ); in ConvertTitle() local [all …]
|
H A D | xehelper.cxx | 420 sal_uInt16 nFontIdx = rFontBuffer.Insert( aFont, EXC_COLOR_CELLTEXT ); in lclCreateFormattedString() local 422 xString->AppendFormat( nXclPortionStart, nFontIdx ); in lclCreateFormattedString() 535 sal_uInt16 nFontIdx = rFontBuffer.Insert( aFont, EXC_COLOR_CELLTEXT ); in lclCreateFormattedString() local 537 xString->AppendFormat( nXclPortionStart, nFontIdx ); in lclCreateFormattedString()
|
H A D | xistyle.cxx | 509 sal_uInt16 nFontIdx, bool bSkipPoolDefs ) const in FillToItemSet() argument 511 if( const XclImpFont* pFont = GetFont( nFontIdx ) ) in FillToItemSet() 516 XclFontPropSetType eType, sal_uInt16 nFontIdx, const Color* pFontColor ) const in WriteFontProperties() argument 518 if( const XclImpFont* pFont = GetFont( nFontIdx ) ) in WriteFontProperties()
|
H A D | xichart.cxx | 381 sal_uInt16 nFontIdx, const Color* pFontColor ) const in ConvertFont() argument 383 GetFontBuffer().WriteFontProperties( rPropSet, EXC_FONTPROPSET_CHART, nFontIdx, pFontColor ); in ConvertFont() 879 sal_uInt16 nFontIdx = aIt.GetPortionFont(); in CreateStringSequence() local 880 if( (nFontIdx == EXC_FONT_NOTFOUND) && (aIt.GetPortionIndex() == 0) ) in CreateStringSequence() 884 rRoot.ConvertFont( aStringProp, nFontIdx ); in CreateStringSequence()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xistring.hxx | 52 … AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx ) { AppendFormat( maFormats, nChar, nFo… in AppendFormat() argument 71 …atic void AppendFormat( XclFormatRunVec& rFormats, sal_uInt16 nChar, sal_uInt16 nFontIdx );
|
H A D | xlstring.hxx | 71 explicit inline XclFormatRun( sal_uInt16 nChar, sal_uInt16 nFontIdx ) : in XclFormatRun() 72 mnChar( nChar ), mnFontIdx( nFontIdx ) {} in XclFormatRun()
|
H A D | xestring.hxx | 183 …void AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx, bool bDropDuplicate = tru… 185 void AppendTrailingFormat( sal_uInt16 nFontIdx );
|
H A D | xistyle.hxx | 191 sal_uInt16 nFontIdx, bool bSkipPoolDefs = false ) const; 196 sal_uInt16 nFontIdx, const Color* pFontColor = 0 ) const;
|
H A D | xechart.hxx | 446 explicit XclExpChFont( sal_uInt16 nFontIdx ); 505 void ConvertFontBase( const XclExpChRoot& rRoot, sal_uInt16 nFontIdx );
|
H A D | xichart.hxx | 163 sal_uInt16 nFontIdx,
|
Completed in 110 milliseconds