Lines Matching refs:sal_uInt32

88sal_uInt32          InsertColor( const Color& rColor, XclExpColorType eType, sal_uInt16 nAutoDefau…
90 static sal_uInt32 GetColorIdFromIndex( sal_uInt16 nIndex );
96 sal_uInt16 GetColorIndex( sal_uInt32 nColorId ) const;
104 sal_uInt32 nForeColorId, sal_uInt32 nBackColorId ) const;
176 inline sal_uInt32 GetFontColorId() const { return mnColorId; } in GetFontColorId()
179 virtual bool Equals( const XclFontData& rFontData, sal_uInt32 nHash ) const;
189 sal_uInt32 mnColorId; /// Unique color ID for text color.
190 sal_uInt32 mnHash; /// Hash value for fast comparison.
202 virtual bool Equals( const XclFontData& rFontData, sal_uInt32 nHash ) const;
379 sal_uInt32 mnLeftColorId; /// Color ID for left line.
380 sal_uInt32 mnRightColorId; /// Color ID for right line.
381 sal_uInt32 mnTopColorId; /// Color ID for top line.
382 sal_uInt32 mnBottomColorId; /// Color ID for bottom line.
383 sal_uInt32 mnDiagColorId; /// Color ID for diagonal line(s).
399 void FillToXF3( sal_uInt32& rnBorder ) const;
402 void FillToXF5( sal_uInt32& rnBorder, sal_uInt32& rnArea ) const;
404 void FillToXF8( sal_uInt32& rnBorder1, sal_uInt32& rnBorder2 ) const;
407 void FillToCF8( sal_uInt16& rnLine, sal_uInt32& rnColor ) const;
418 sal_uInt32 mnForeColorId; /// Foreground color ID.
419 sal_uInt32 mnBackColorId; /// Background color ID.
438 void FillToXF5( sal_uInt32& rnArea ) const;
440 void FillToXF8( sal_uInt32& rnBorder2, sal_uInt16& rnArea ) const;
453 sal_uInt32 mnXFId; /// Temporary XF identifier.
457 explicit XclExpXFId( sal_uInt32 nXFId );
511 void SetXmlIds( sal_uInt32 nBorderId, sal_uInt32 nFillId );
517 sal_uInt32 getIndexInXFList() const { return mnIndexInXFList; } in getIndexInXFList()
518 void setIndexInXFList(sal_uInt32 nNew) { mnIndexInXFList = nNew; } in setIndexInXFList()
530 sal_uInt32 mnParentXFId; /// XF ID of parent XF record.
538 sal_uInt32 mnIndexInXFList;
606 explicit XclExpStyle( sal_uInt32 nXFId, const String& rStyleName );
607 …explicit XclExpStyle( sal_uInt32 nXFId, sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYL…
654 sal_uInt32 Insert( const ScPatternAttr* pPattern, sal_Int16 nScript );
661 sal_uInt32 InsertWithFont(
672 sal_uInt32 InsertWithNumFmt(
678 sal_uInt32 InsertStyle( const SfxStyleSheetBase* pStyleSheet );
680 static sal_uInt32 GetXFIdFromIndex( sal_uInt16 nXFIndex );
682 static sal_uInt32 GetDefCellXFId();
685 const XclExpXF* GetXFById( sal_uInt32 nXFId ) const;
691 sal_uInt16 GetXFIndex( sal_uInt32 nXFId ) const;
693 sal_Int32 GetXmlStyleIndex( sal_uInt32 nXFId ) const;
694 sal_Int32 GetXmlCellIndex( sal_uInt32 nXFId ) const;
710 sal_uInt32 FindXF( const ScPatternAttr& rPattern, sal_uLong nForceScNumFmt,
713 sal_uInt32 FindXF( const SfxStyleSheetBase& rStyleSheet ) const;
716sal_uInt32 FindBuiltInXF( sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYLE_NOLEVEL ) cons…
720 sal_uInt32 InsertCellXF( const ScPatternAttr* pPattern, sal_Int16 nScript,
725 sal_uInt32 InsertStyleXF( const SfxStyleSheetBase& rStyleSheet );
732 sal_uInt32 AppendBuiltInXF( XclExpXFRef xXF,
736 sal_uInt32 AppendBuiltInXFWithStyle( XclExpXFRef xXF,
743 void AppendXFIndex( sal_uInt32 nXFId );
758 typedef ::std::map< sal_uInt32, XclExpBuiltInInfo > XclExpBuiltInMap;