Home
last modified time | relevance | path

Searched refs:EXC_COLOR_USEROFFSET (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxlstyle.hxx203 const sal_uInt16 EXC_COLOR_USEROFFSET = 8; /// First user defined color. variable
257 inline sal_uInt32 GetColorCount() const { return mnTableSize - EXC_COLOR_USEROFFSET; } in GetColorCount()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx273 { return static_cast< sal_uInt16 >( nIndex + EXC_COLOR_USEROFFSET ); } in GetXclIndex()
475 if( nXclIndex >= EXC_COLOR_USEROFFSET ) in GetColorData()
477 sal_uInt32 nIdx = nXclIndex - EXC_COLOR_USEROFFSET; in GetColorData()
H A Dxistyle.cxx78 if( nXclIndex >= EXC_COLOR_USEROFFSET ) in GetColorData()
80 sal_uInt32 nIx = nXclIndex - EXC_COLOR_USEROFFSET; in GetColorData()

Completed in 43 milliseconds