Home
last modified time | relevance | path

Searched defs:nRowP (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/inc/
H A Dbigrange.hxx44 ScBigAddress( sal_Int32 nColP, sal_Int32 nRowP, sal_Int32 nTabP ) in ScBigAddress()
55 void Set( sal_Int32 nColP, sal_Int32 nRowP, sal_Int32 nTabP ) in Set()
58 void SetRow( sal_Int32 nRowP ) { nRow = nRowP; } in SetRow()
64 void GetVars( sal_Int32& nColP, sal_Int32& nRowP, sal_Int32& nTabP ) const in GetVars()
H A Daddress.hxx285 inline ScAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in ScAddress()
302 inline void SetRow( SCROW nRowP ) { nRow = nRowP; } in SetRow()
311 inline void GetVars( SCCOL& nColP, SCROW& nRowP, SCTAB& nTabP ) const in GetVars()
361 inline void ScAddress::Set( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in Set()
H A Drefdata.hxx119 inline void ScSingleRefData::InitAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in InitAddress()
/trunk/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx39 ScMyAddress(SCCOL nColP, SCROW nRowP, SCTAB nTabP) : ScAddress(nColP, nRowP, nTabP) {} in ScMyAddress()

Completed in 30 milliseconds