Lines Matching refs:sal_uInt16

58     ColorData           GetColorData( sal_uInt16 nXclIndex ) const;
62 inline Color GetColor( sal_uInt16 nXclIndex ) const in GetColor()
176 const XclImpFont* GetFont( sal_uInt16 nFontIndex ) const;
191 sal_uInt16 nFontIdx, bool bSkipPoolDefs = false ) const;
196 sal_uInt16 nFontIdx, const Color* pFontColor = 0 ) const;
228 sal_uLong GetScFormat( sal_uInt16 nXclNumFmt ) const;
235 SfxItemSet& rItemSet, sal_uInt16 nXclNumFmt,
246 typedef ::std::map< sal_uInt16, sal_uLong > XclImpIndexMap;
249 sal_uInt16 mnNextXclIdx; /// Index counter for BIFF2-BIFF4.
261 void FillFromXF3( sal_uInt16 nProt );
277 void FillFromXF3( sal_uInt16 nAlign );
279 void FillFromXF4( sal_uInt16 nAlign );
281 void FillFromXF5( sal_uInt16 nAlign );
283 void FillFromXF8( sal_uInt16 nAlign, sal_uInt16 nMiscAttrib );
317 …void FillFromCF8( sal_uInt16 nLineStyle, sal_uInt32 nLineColor, sal_uInt32 nFlags );
348 void FillFromXF3( sal_uInt16 nArea );
352 void FillFromXF8( sal_uInt32 nBorder2, sal_uInt16 nArea );
355 void FillFromCF8( sal_uInt16 nPattern, sal_uInt16 nColor, sal_uInt32 nFlags );
371 inline explicit XclImpXFIndex( sal_uInt16 nXFIndex, bool bBoolCell = false ) : in XclImpXFIndex()
374 inline sal_uInt16 GetXFIndex() const { return mnXFIndex; } in GetXFIndex()
378 sal_uInt16 mnXFIndex; /// The XF record index.
402 inline sal_uInt16 GetFontIndex() const { return mnXclFont; } in GetFontIndex()
446 sal_uInt16 mnXclNumFmt; /// Index to number format.
447 sal_uInt16 mnXclFont; /// Index to font record.
462 inline sal_uInt16 GetXfId() const { return mnXfId; } in GetXfId()
475 sal_uInt16 mnXfId; /// Formatting for this cell style.
504 inline XclImpXF* GetXF( sal_uInt16 nXFIndex ) const in GetXF()
508 sal_uInt16 GetFontIndex( sal_uInt16 nXFIndex ) const;
510 const XclImpFont* GetFont( sal_uInt16 nXFIndex ) const;
516 ScStyleSheet* CreateStyleSheet( sal_uInt16 nXFIndex );
528 typedef ::std::map< sal_uInt16, XclImpStyle* > XclImpStyleMap;
629 void SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex );
631 void SetBlankXF( const ScAddress& rScPos, sal_uInt16 nXFIndex );
633 void SetBoolXF( const ScAddress& rScPos, sal_uInt16 nXFIndex );
635 void SetRowDefXF( SCROW nScRow, sal_uInt16 nXFIndex );
637 void SetColumnDefXF( SCCOL nScCol, sal_uInt16 nXFIndex );
662 …void SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex, XclImpXFInsertMode eMode …
669 void SetBorderLine( const ScRange& rRange, SCTAB nScTab, sal_uInt16 nLine );