Home
last modified time | relevance | path

Searched refs:GetXFIndex (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx374 inline sal_uInt16 GetXFIndex() const { return mnXFIndex; } in GetXFIndex() function in XclImpXFIndex
383 { return (rLeft.GetXFIndex() == rRight.GetXFIndex()) && (rLeft.IsBoolCell() == rRight.IsBoolCell())… in operator ==()
H A Dxestyle.hxx691 sal_uInt16 GetXFIndex( sal_uInt32 nXFId ) const;
H A Dxetable.hxx784 inline sal_uInt16 GetXFIndex() const { return maXFId.mnXFIndex; } in GetXFIndex() function in XclExpColinfo
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx1892 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
H A Dxetable.cxx590 sal_uInt16 nXFIndex = rStrm.GetRoot().GetXFBuffer().GetXFIndex( nXFId ); in lcl_GetStyleId()
1718 rXFIndexes.resize( rXFIndexes.size() + nColCount, xRec->GetXFIndex() ); in Finalize()
H A Dxistyle.cxx1523 if( XclImpXF* pXF = GetXF( rXFIndex.GetXFIndex() ) ) in ApplyPattern()

Completed in 69 milliseconds