Searched defs:nXclCol (Results 1 – 6 of 6) sorted by relevance
92 long lclGetXFromCol( ScDocument& rDoc, SCTAB nScTab, sal_uInt16 nXclCol, sal_uInt16 nOffset, double… in lclGetXFromCol()
94 bool XclExpRangeFmlaBase::IsBasePos( sal_uInt16 nXclCol, sal_uInt16 nXclRow ) const in IsBasePos()101 sal_uInt16 nXclCol = static_cast< sal_uInt16 >( rScPos.Col() ); in Extend() local257 sal_uInt16 nXclCol = static_cast< sal_uInt16 >( rScPos.Col() ); in TryExtend() local369 bool XclExpTableop::IsAppendable( sal_uInt16 nXclCol, sal_uInt16 nXclRow ) const in IsAppendable()
49 inline void lclFillAddress( ScAddress& rScPos, sal_uInt16 nXclCol, sal_uInt16 nXclRow, SCTAB nScTab… in lclFillAddress()
506 …for( sal_uInt8 nXclCol = nXclColFirst; (nXclCol <= nXclColLast) && (rStrm.GetRecLeft() > 1); ++nXc… in ReadCrn() local
513 sal_uInt16 nXclCol = static_cast< sal_uInt16 >( maScPos.Col() ); in WriteBody() local
311 inline void SetXclCol( sal_uInt16 nXclCol ) { maXclPos.mnCol = nXclCol; } in SetXclCol()
Completed in 44 milliseconds