Searched refs:nXFId (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/sc/source/filter/excel/ ! |
| H A D | xestyle.cxx | 1884 XclExpXFId::XclExpXFId( sal_uInt32 nXFId ) : in XclExpXFId() argument 1885 mnXFId( nXFId ), in XclExpXFId() 2206 XclExpStyle::XclExpStyle( sal_uInt32 nXFId, const String& rStyleName ) : in XclExpStyle() argument 2209 maXFId( nXFId ), in XclExpStyle() 2221 XclExpStyle::XclExpStyle( sal_uInt32 nXFId, sal_uInt8 nStyleId, sal_uInt8 nLevel ) : in XclExpStyle() argument 2223 maXFId( nXFId ), in XclExpStyle() 2273 sal_Int32 nXFId = rStrm.GetRoot().GetXFBuffer().GetXmlStyleIndex( maXFId.mnXFId ); in SaveXml() local 2276 XML_xfId, OString::valueOf( nXFId ).getStr(), in SaveXml() 2418 const XclExpXF* XclExpXFBuffer::GetXFById( sal_uInt32 nXFId ) const in GetXFById() 2420 return maXFList.GetRecord( nXFId ).get(); in GetXFById() [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() 1332 …lContents( XclExpXmlStream& rStrm, const XclAddress& rAddress, sal_uInt32 nXFId, sal_uInt16 /* nRe… in WriteXmlContents() argument 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() [all …]
|
| /AOO42X/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…
|