Searched refs:EXC_FONT_NOTFOUND (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1940 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 D | xistring.cxx | 183 return (mnFormatsBeg < mnFormatsEnd) ? mrFormats[ mnFormatsBeg ].mnFontIdx : EXC_FONT_NOTFOUND; in GetPortionFont()
|
H A D | xechart.cxx | 1001 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 D | xichart.cxx | 880 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 D | xestring.cxx | 272 sal_uInt16 nFontIdx = EXC_FONT_NOTFOUND; in RemoveLeadingFont()
|
H A D | xistyle.cxx | 1422 return pXF ? pXF->GetFontIndex() : EXC_FONT_NOTFOUND; in GetFontIndex()
|
H A D | xetable.cxx | 721 … DBG_ASSERT( nXclFont != EXC_FONT_NOTFOUND, "XclExpLabelCell::Init - leading font not found" ); in Init()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xlstyle.hxx | 76 const sal_uInt16 EXC_FONT_NOTFOUND = 0xFFFF; variable
|
H A D | xestyle.hxx | 477 sal_uInt16 nForceXclFont = EXC_FONT_NOTFOUND,
|
Completed in 118 milliseconds