Home
last modified time | relevance | path

Searched refs:nFontIdx (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/sc/source/filter/inc/
H A Dxlstring.hxx71 explicit inline XclFormatRun( sal_uInt16 nChar, sal_uInt16 nFontIdx ) : in XclFormatRun()
72 mnChar( nChar ), mnFontIdx( nFontIdx ) {} in XclFormatRun()
H A Dxistring.hxx52 … 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 Dxistyle.hxx191 sal_uInt16 nFontIdx, bool bSkipPoolDefs = false ) const;
196 sal_uInt16 nFontIdx, const Color* pFontColor = 0 ) const;
H A Dxestring.hxx183 …void AppendFormat( sal_uInt16 nChar, sal_uInt16 nFontIdx, bool bDropDuplicate = tru…
185 void AppendTrailingFormat( sal_uInt16 nFontIdx );
H A Dxichart.hxx163 sal_uInt16 nFontIdx,
H A Dxechart.hxx446 explicit XclExpChFont( sal_uInt16 nFontIdx );
505 void ConvertFontBase( const XclExpChRoot& rRoot, sal_uInt16 nFontIdx );
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx420 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 Dxistring.cxx104 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 Dxistyle.cxx509 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 Dxichart.cxx381 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()
H A Dxestring.cxx251 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 Dxechart.cxx987 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 …]

Completed in 131 milliseconds