Lines Matching refs:nXFIndex

1312     sal_uInt16 nXFIndex;  in ReadStyle()  local
1313 rStrm >> nXFIndex; in ReadStyle()
1314 mnXfId = nXFIndex & EXC_STYLE_XFMASK; in ReadStyle()
1315 mbBuiltin = ::get_flag( nXFIndex, EXC_STYLE_BUILTIN ); in ReadStyle()
1419 sal_uInt16 XclImpXFBuffer::GetFontIndex( sal_uInt16 nXFIndex ) const in GetFontIndex()
1421 const XclImpXF* pXF = GetXF( nXFIndex ); in GetFontIndex()
1425 const XclImpFont* XclImpXFBuffer::GetFont( sal_uInt16 nXFIndex ) const in GetFont()
1427 return GetFontBuffer().GetFont( GetFontIndex( nXFIndex ) ); in GetFont()
1513 ScStyleSheet* XclImpXFBuffer::CreateStyleSheet( sal_uInt16 nXFIndex ) in CreateStyleSheet() argument
1515 XclImpStyleMap::iterator aIt = maStylesByXf.find( nXFIndex ); in CreateStyleSheet()
1745 void XclImpXFRangeBuffer::SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex, XclImpXFInsertMode e… in SetXF() argument
1757 maColumns[ nIndex ]->SetXF( nScRow, XclImpXFIndex( nXFIndex, eMode == xlXFModeBoolCell ) ); in SetXF()
1763 const XclImpXF* pXF = GetXFBuffer().GetXF( nXFIndex ); in SetXF()
1777 void XclImpXFRangeBuffer::SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetXF() argument
1779 SetXF( rScPos, nXFIndex, xlXFModeCell ); in SetXF()
1782 void XclImpXFRangeBuffer::SetBlankXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetBlankXF() argument
1784 SetXF( rScPos, nXFIndex, xlXFModeBlank ); in SetBlankXF()
1787 void XclImpXFRangeBuffer::SetBoolXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetBoolXF() argument
1789 SetXF( rScPos, nXFIndex, xlXFModeBoolCell ); in SetBoolXF()
1792 void XclImpXFRangeBuffer::SetRowDefXF( SCROW nScRow, sal_uInt16 nXFIndex ) in SetRowDefXF() argument
1795 SetXF( ScAddress( nScCol, nScRow, 0 ), nXFIndex, xlXFModeRow ); in SetRowDefXF()
1798 void XclImpXFRangeBuffer::SetColumnDefXF( SCCOL nScCol, sal_uInt16 nXFIndex ) in SetColumnDefXF() argument
1806 maColumns[ nIndex ]->SetDefaultXF( XclImpXFIndex( nXFIndex ) ); in SetColumnDefXF()