Searched refs:GetXFIndex (Results 1 – 6 of 6) sorted by relevance
374 inline sal_uInt16 GetXFIndex() const { return mnXFIndex; } in GetXFIndex() function in XclImpXFIndex383 { return (rLeft.GetXFIndex() == rRight.GetXFIndex()) && (rLeft.IsBoolCell() == rRight.IsBoolCell())… in operator ==()
691 sal_uInt16 GetXFIndex( sal_uInt32 nXFId ) const;
784 inline sal_uInt16 GetXFIndex() const { return maXFId.mnXFIndex; } in GetXFIndex() function in XclExpColinfo
1892 mnXFIndex = rRoot.GetXFBuffer().GetXFIndex( mnXFId ); in ConvertXFIndex()2115 sal_uInt16 nXFIndex = rStrm.GetRoot().GetXFBuffer().GetXFIndex( mnParentXFId ); in SaveXml()2520 sal_uInt16 XclExpXFBuffer::GetXFIndex( sal_uInt32 nXFId ) const in GetXFIndex() function in XclExpXFBuffer
590 sal_uInt16 nXFIndex = rStrm.GetRoot().GetXFBuffer().GetXFIndex( nXFId ); in lcl_GetStyleId()1718 rXFIndexes.resize( rXFIndexes.size() + nColCount, xRec->GetXFIndex() ); in Finalize()
1523 if( XclImpXF* pXF = GetXF( rXFIndex.GetXFIndex() ) ) in ApplyPattern()
Completed in 50 milliseconds