Home
last modified time | relevance | path

Searched refs:maXFId (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx349 inline void SetXFId( sal_uInt32 nXFId ) { maXFId.mnXFId = nXFId; } in SetXFId()
350 inline sal_uInt32 GetXFId() const { return maXFId.mnXFId; } in GetXFId()
359 XclExpXFId maXFId; /// The XF identifier of the cell formatting. member in XclExpSingleCellBase
784 inline sal_uInt16 GetXFIndex() const { return maXFId.mnXFIndex; } in GetXFIndex()
798 XclExpXFId maXFId; /// The XF identifier for column default format. member in XclExpColinfo
H A Dxestyle.hxx622 XclExpXFId maXFId; /// XF identifier for style formatting. member in XclExpStyle
/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx519 maXFId( nXFId ), in XclExpSingleCellBase()
528 maXFId( nForcedXFId ), in XclExpSingleCellBase()
552 maXFId.ConvertXFIndex( rRoot ); in ConvertXFIndexes()
564 rStrm << GetXclRow() << GetXclCol() << maXFId.mnXFIndex; in WriteBody()
1592 maXFId.mnXFId = GetXFBuffer().Insert( in XclExpColinfo()
1610 maXFId.ConvertXFIndex( GetRoot() ); in ConvertXFIndexes()
1611 return maXFId.mnXFIndex; in ConvertXFIndexes()
1616 …return (maXFId.mnXFIndex == EXC_XF_DEFAULTCELL) && (mnFlags == 0) && rDefColWidth.IsDefWidth( mnWi… in IsDefault()
1621 if( (maXFId.mnXFIndex == rColInfo.maXFId.mnXFIndex) && in TryMerge()
1642 << maXFId.mnXFIndex in WriteBody()
[all …]
H A Dxestyle.cxx2209 maXFId( nXFId ), in XclExpStyle()
2223 maXFId( nXFId ), in XclExpStyle()
2231 maXFId.ConvertXFIndex( rStrm.GetRoot() ); in WriteBody()
2232 ::set_flag( maXFId.mnXFIndex, EXC_STYLE_BUILTIN, IsBuiltIn() ); in WriteBody()
2233 rStrm << maXFId.mnXFIndex; in WriteBody()
2273 sal_Int32 nXFId = rStrm.GetRoot().GetXFBuffer().GetXmlStyleIndex( maXFId.mnXFId ); in SaveXml()

Completed in 50 milliseconds