Searched refs:nXFId (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1885 mnXFId( nXFId ), in XclExpXFId() 2209 maXFId( nXFId ), in XclExpStyle() 2223 maXFId( nXFId ), in XclExpStyle() 2712 return nXFId; in FindXF() 2783 if( nXFId == EXC_XFID_NOTFOUND ) in InsertCellXF() 2799 return nXFId; in InsertCellXF() 2847 return nXFId; in InsertStyleXF() 2853 if( nXFId == EXC_XFID_NOTFOUND ) in InsertStyleXF() 2868 return nXFId; in InsertStyleXF() 2887 return nXFId; in AppendBuiltInXF() [all …]
|
H A D | xetable.cxx | 517 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos, sal_uInt32 nXFId ) : in XclExpSingleCellBase() argument 519 maXFId( nXFId ), in XclExpSingleCellBase() 589 sal_uInt32 nXFId = rCell.GetFirstXFId(); in lcl_GetStyleId() local 590 sal_uInt16 nXFIndex = rStrm.GetRoot().GetXFBuffer().GetXFIndex( nXFId ); in lcl_GetStyleId() 1237 sal_uInt32 nXFId = (nForcedXFId == EXC_XFID_NOTFOUND) ? in AppendXFId() local 1239 AppendXFId( XclExpMultiXFId( nXFId, nCount ) ); in AppendXFId() 1337 XML_s, lcl_GetStyleId( rStrm, nXFId ).getStr(), in WriteXmlContents() 1366 …lContents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCo… in WriteXmlContents() argument 1371 XML_s, lcl_GetStyleId( rStrm, nXFId ).getStr(), in WriteXmlContents() 2506 sal_uInt32 nXFId = xCell.is() ? xCell->GetFirstXFId() : EXC_XFID_NOTFOUND; in XclExpCellTable() local [all …]
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xestyle.hxx | 457 explicit XclExpXFId( sal_uInt32 nXFId ); 606 explicit XclExpStyle( sal_uInt32 nXFId, const String& rStyleName ); 607 …explicit XclExpStyle( sal_uInt32 nXFId, sal_uInt8 nStyleId, sal_uInt8 nLevel = EXC_STYL… 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; 743 void AppendXFIndex( sal_uInt32 nXFId );
|
H A D | xetable.hxx | 340 const XclAddress& rXclPos, sal_uInt32 nXFId ); 349 inline void SetXFId( sal_uInt32 nXFId ) { maXFId.mnXFId = nXFId; } in SetXFId() argument 504 inline explicit XclExpMultiXFId( sal_uInt32 nXFId, sal_uInt16 nCount = 1 ) : in XclExpMultiXFId() 505 XclExpXFId( nXFId ), mnCount( nCount ) {} in XclExpMultiXFId() 560 …lContents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCo… 594 …lContents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCo… 615 …lContents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 nRelCo…
|
Completed in 87 milliseconds