Lines Matching refs:sal_uInt16

76 ColorData XclImpPalette::GetColorData( sal_uInt16 nXclIndex ) const  in GetColorData()
102 sal_uInt16 nCount; in ReadPalette()
109 for( sal_uInt16 nIndex = 0; nIndex < nCount; ++nIndex ) in ReadPalette()
215 sal_uInt16 nWeight, nEscapem; in ReadCFFontBlock()
227 maData.mnHeight = static_cast< sal_uInt16 >( nHeight ); in ReadCFFontBlock()
229 maData.mnWeight = static_cast< sal_uInt16 >( nWeight ); in ReadCFFontBlock()
235 maData.maColor = GetPalette().GetColor( static_cast< sal_uInt16 >( nColor ) ); in ReadCFFontBlock()
347 sal_uInt16 nFlags; in ReadFontData2()
361 sal_uInt16 nFlags; in ReadFontData5()
479 const XclImpFont* XclImpFontBuffer::GetFont( sal_uInt16 nFontIndex ) const in GetFont()
509 sal_uInt16 nFontIdx, bool bSkipPoolDefs ) const in FillToItemSet()
516 XclFontPropSetType eType, sal_uInt16 nFontIdx, const Color* pFontColor ) const in WriteFontProperties()
619 sal_uLong XclImpNumFmtBuffer::GetScFormat( sal_uInt16 nXclNumFmt ) const in GetScFormat()
625 void XclImpNumFmtBuffer::FillToItemSet( SfxItemSet& rItemSet, sal_uInt16 nXclNumFmt, bool bSkipPool… in FillToItemSet()
649 void XclImpCellProt::FillFromXF3( sal_uInt16 nProt ) in FillFromXF3()
668 void XclImpCellAlign::FillFromXF3( sal_uInt16 nAlign ) in FillFromXF3()
674 void XclImpCellAlign::FillFromXF4( sal_uInt16 nAlign ) in FillFromXF4()
681 void XclImpCellAlign::FillFromXF5( sal_uInt16 nAlign ) in FillFromXF5()
689 void XclImpCellAlign::FillFromXF8( sal_uInt16 nAlign, sal_uInt16 nMiscAttrib ) in FillFromXF8()
713 sal_uInt16 nScIndent = mnIndent * 200; // 1 Excel unit == 10 pt == 200 twips in FillToItemSet()
763 mnTopColor = ::extract_value< sal_uInt16 >( nBorder, 3, 5 ); in FillFromXF3()
764 mnLeftColor = ::extract_value< sal_uInt16 >( nBorder, 11, 5 ); in FillFromXF3()
765 mnBottomColor = ::extract_value< sal_uInt16 >( nBorder, 19, 5 ); in FillFromXF3()
766 mnRightColor = ::extract_value< sal_uInt16 >( nBorder, 27, 5 ); in FillFromXF3()
776 mnTopColor = ::extract_value< sal_uInt16 >( nBorder, 9, 7 ); in FillFromXF5()
777 mnLeftColor = ::extract_value< sal_uInt16 >( nBorder, 16, 7 ); in FillFromXF5()
778 mnBottomColor = ::extract_value< sal_uInt16 >( nArea, 25, 7 ); in FillFromXF5()
779 mnRightColor = ::extract_value< sal_uInt16 >( nBorder, 23, 7 ); in FillFromXF5()
789 mnLeftColor = ::extract_value< sal_uInt16 >( nBorder1, 16, 7 ); in FillFromXF8()
790 mnRightColor = ::extract_value< sal_uInt16 >( nBorder1, 23, 7 ); in FillFromXF8()
791 mnTopColor = ::extract_value< sal_uInt16 >( nBorder2, 0, 7 ); in FillFromXF8()
792 mnBottomColor = ::extract_value< sal_uInt16 >( nBorder2, 7, 7 ); in FillFromXF8()
798 mnDiagColor = ::extract_value< sal_uInt16 >( nBorder2, 14, 7 ); in FillFromXF8()
803 void XclImpCellBorder::FillFromCF8( sal_uInt16 nLineStyle, sal_uInt32 nLineColor, sal_uInt32 nFlags… in FillFromCF8()
809 mnLeftColor = ::extract_value< sal_uInt16 >( nLineColor, 0, 7 ); in FillFromCF8()
810 mnRightColor = ::extract_value< sal_uInt16 >( nLineColor, 7, 7 ); in FillFromCF8()
811 mnTopColor = ::extract_value< sal_uInt16 >( nLineColor, 16, 7 ); in FillFromCF8()
812 mnBottomColor = ::extract_value< sal_uInt16 >( nLineColor, 23, 7 ); in FillFromCF8()
832 …ne( SvxBorderLine& rLine, const XclImpPalette& rPalette, sal_uInt8 nXclLine, sal_uInt16 nXclColor ) in lclConvertBorderLine()
834 static const sal_uInt16 ppnLineParam[][ 3 ] = in lclConvertBorderLine()
920 void XclImpCellArea::FillFromXF3( sal_uInt16 nArea ) in FillFromXF3()
923 mnForeColor = ::extract_value< sal_uInt16 >( nArea, 6, 5 ); in FillFromXF3()
924 mnBackColor = ::extract_value< sal_uInt16 >( nArea, 11, 5 ); in FillFromXF3()
931 mnForeColor = ::extract_value< sal_uInt16 >( nArea, 0, 7 ); in FillFromXF5()
932 mnBackColor = ::extract_value< sal_uInt16 >( nArea, 7, 7 ); in FillFromXF5()
936 void XclImpCellArea::FillFromXF8( sal_uInt32 nBorder2, sal_uInt16 nArea ) in FillFromXF8()
939 mnForeColor = ::extract_value< sal_uInt16 >( nArea, 0, 7 ); in FillFromXF8()
940 mnBackColor = ::extract_value< sal_uInt16 >( nArea, 7, 7 ); in FillFromXF8()
944 void XclImpCellArea::FillFromCF8( sal_uInt16 nPattern, sal_uInt16 nColor, sal_uInt32 nFlags ) in FillFromCF8()
946 mnForeColor = ::extract_value< sal_uInt16 >( nColor, 0, 7 ); in FillFromCF8()
947 mnBackColor = ::extract_value< sal_uInt16 >( nColor, 7, 7 ); in FillFromCF8()
1026 sal_uInt16 nTypeProt, nAlign, nArea; in ReadXF3()
1032 mnParent = ::extract_value< sal_uInt16 >( nAlign, 4, 12 ); // new in BIFF3 in ReadXF3()
1047 sal_uInt16 nTypeProt, nAlign, nArea; in ReadXF4()
1053 mnParent = ::extract_value< sal_uInt16 >( nTypeProt, 4, 12 ); in ReadXF4()
1068 sal_uInt16 nTypeProt, nAlign; in ReadXF5()
1073 mnParent = ::extract_value< sal_uInt16 >( nTypeProt, 4, 12 ); in ReadXF5()
1086 sal_uInt16 nTypeProt, nAlign, nMiscAttrib, nArea; in ReadXF8()
1091 mnParent = ::extract_value< sal_uInt16 >( nTypeProt, 4, 12 ); in ReadXF8()
1270 aXF.mnXclNumFmt = ::extract_value< sal_uInt16 >( nFlags2, 0, 6 ); in ApplyPatternForBiff2CellFormat()
1271 aXF.mnXclFont = ::extract_value< sal_uInt16 >( nFlags2, 6, 2 ); in ApplyPatternForBiff2CellFormat()
1312 sal_uInt16 nXFIndex; in ReadStyle()
1419 sal_uInt16 XclImpXFBuffer::GetFontIndex( sal_uInt16 nXFIndex ) const in GetFontIndex()
1425 const XclImpFont* XclImpXFBuffer::GetFont( sal_uInt16 nXFIndex ) const in GetFont()
1513 ScStyleSheet* XclImpXFBuffer::CreateStyleSheet( sal_uInt16 nXFIndex ) in CreateStyleSheet()
1745 void XclImpXFRangeBuffer::SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex, XclImpXFInsertMode e… in SetXF()
1777 void XclImpXFRangeBuffer::SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetXF()
1782 void XclImpXFRangeBuffer::SetBlankXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetBlankXF()
1787 void XclImpXFRangeBuffer::SetBoolXF( const ScAddress& rScPos, sal_uInt16 nXFIndex ) in SetBoolXF()
1792 void XclImpXFRangeBuffer::SetRowDefXF( SCROW nScRow, sal_uInt16 nXFIndex ) in SetRowDefXF()
1798 void XclImpXFRangeBuffer::SetColumnDefXF( SCCOL nScCol, sal_uInt16 nXFIndex ) in SetColumnDefXF()
1809 void XclImpXFRangeBuffer::SetBorderLine( const ScRange& rRange, SCTAB nScTab, sal_uInt16 nLine ) in SetBorderLine()