Home
last modified time | relevance | path

Searched refs:EXC_FONT_NOTFOUND (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1940 NUMBERFORMAT_ENTRY_NOT_FOUND, EXC_FONT_NOTFOUND, false, bDefStyle ); in XclExpXF()
1969 ((nForceXclFont == EXC_FONT_NOTFOUND) || (mnXclFont == nForceXclFont)); in Equals()
2010 if( nForceXclFont == EXC_FONT_NOTFOUND ) in Init()
2389 … return InsertCellXF( pPattern, nScript, NUMBERFORMAT_ENTRY_NOT_FOUND, EXC_FONT_NOTFOUND, false ); in Insert()
2400 return InsertCellXF( pPattern, nScript, nForceScNumFmt, EXC_FONT_NOTFOUND, bForceLineBreak ); in InsertWithNumFmt()
2761 (nForceXclFont == EXC_FONT_NOTFOUND) ) in InsertCellXF()
H A Dxistring.cxx183 return (mnFormatsBeg < mnFormatsEnd) ? mrFormats[ mnFormatsBeg ].mnFontIdx : EXC_FONT_NOTFOUND; in GetPortionFont()
H A Dxechart.cxx1001 sal_uInt16 nWstrnFontIdx = EXC_FONT_NOTFOUND; in ConvertStringSequence()
1002 sal_uInt16 nAsianFontIdx = EXC_FONT_NOTFOUND; in ConvertStringSequence()
1003 sal_uInt16 nCmplxFontIdx = EXC_FONT_NOTFOUND; in ConvertStringSequence()
1034 if( rnFontIdx == EXC_FONT_NOTFOUND ) in ConvertStringSequence()
H A Dxichart.cxx880 if( (nFontIdx == EXC_FONT_NOTFOUND) && (aIt.GetPortionIndex() == 0) ) in CreateStringSequence()
930 mnFontIdx( EXC_FONT_NOTFOUND ) in XclImpChFont()
1009 return mxFont.is() ? mxFont->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()
3221 return mxFont.is() ? mxFont->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()
H A Dxestring.cxx272 sal_uInt16 nFontIdx = EXC_FONT_NOTFOUND; in RemoveLeadingFont()
H A Dxistyle.cxx1422 return pXF ? pXF->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()
H A Dxetable.cxx721 … DBG_ASSERT( nXclFont != EXC_FONT_NOTFOUND, "XclExpLabelCell::Init - leading font not found" ); in Init()
/trunk/main/sc/source/filter/inc/
H A Dxlstyle.hxx76 const sal_uInt16 EXC_FONT_NOTFOUND = 0xFFFF; variable
H A Dxestyle.hxx477 sal_uInt16 nForceXclFont = EXC_FONT_NOTFOUND,

Completed in 102 milliseconds