Searched defs:nRowP (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/inc/ |
H A D | bigrange.hxx | 44 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 D | address.hxx | 285 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 D | refdata.hxx | 119 inline void ScSingleRefData::InitAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in InitAddress()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | AccessibleSpreadsheet.hxx | 39 ScMyAddress(SCCOL nColP, SCROW nRowP, SCTAB nTabP) : ScAddress(nColP, nRowP, nTabP) {} in ScMyAddress()
|
Completed in 36 milliseconds