Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxetable.cxx96 return (maBaseXclPos.mnCol == nXclCol) && (maBaseXclPos.mnRow == nXclRow); in IsBasePos()
102 sal_uInt16 nXclRow = static_cast< sal_uInt16 >( rScPos.Row() ); in Extend() local
104 maXclRange.maFirst.mnRow = ::std::min( maXclRange.maFirst.mnRow, nXclRow ); in Extend()
258 sal_uInt16 nXclRow = static_cast< sal_uInt16 >( rScPos.Row() ); in TryExtend() local
260 bool bOk = IsAppendable( nXclCol, nXclRow ); in TryExtend()
1806 XclExpRow::XclExpRow( const XclExpRoot& rRoot, sal_uInt16 nXclRow, in XclExpRow() argument
1810 mnXclRow( nXclRow ), in XclExpRow()
2207 sal_uInt16 nXclRow = xRow->GetXclRow(); in Finalize() local
2282 if( !mpLastUsedRow || (mnLastUsedXclRow != nXclRow) ) in GetOrCreateRow()
2290 mpLastUsedRow = maRowList.GetRecord( nXclRow ).get(); in GetOrCreateRow()
[all …]
H A Dxilink.cxx503 sal_uInt16 nXclRow; in ReadCrn() local
504 rStrm >> nXclColLast >> nXclColFirst >> nXclRow; in ReadCrn()
507 pSBTab->ReadCrn( rStrm, XclAddress( nXclCol, nXclRow ) ); in ReadCrn()
H A Dxlescher.cxx100 long lclGetYFromRow( ScDocument& rDoc, SCTAB nScTab, sal_uInt16 nXclRow, sal_uInt16 nOffset, double… in lclGetYFromRow() argument
102 SCROW nScRow = static_cast< SCROW >( nXclRow ); in lclGetYFromRow()
H A Dxihelper.cxx49 inline void lclFillAddress( ScAddress& rScPos, sal_uInt16 nXclCol, sal_uInt16 nXclRow, SCTAB nScTab… in lclFillAddress() argument
52 rScPos.SetRow( static_cast< SCROW >( nXclRow ) ); in lclFillAddress()
H A Dxecontent.cxx514 sal_uInt16 nXclRow = static_cast< sal_uInt16 >( maScPos.Row() ); in WriteBody() local
517 rStrm << nXclRow << nXclRow << nXclCol << nXclCol in WriteBody()
/trunk/main/sc/source/filter/inc/
H A Dxetable.hxx69 bool IsBasePos( sal_uInt16 nXclCol, sal_uInt16 nXclRow ) const;
227 bool IsAppendable( sal_uInt16 nXclCol, sal_uInt16 nXclRow ) const;
313 inline void SetXclRow( sal_uInt16 nXclRow ) { maXclPos.mnRow = nXclRow; } in SetXclRow() argument
896 explicit XclExpRow( const XclExpRoot& rRoot, sal_uInt16 nXclRow,
944 void Init( sal_uInt16 nXclRow, XclExpRowOutlineBuffer* pOutlineBfr );
998 XclExpRow& GetOrCreateRow( sal_uInt16 nXclRow, bool bRowAlwaysEmpty );

Completed in 46 milliseconds