Home
last modified time | relevance | path

Searched refs: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() argument
45 : nRow( nRowP ), nCol( nColP ), nTab( nTabP ) {} in ScBigAddress()
55 void Set( sal_Int32 nColP, sal_Int32 nRowP, sal_Int32 nTabP ) in Set() argument
56 { nCol = nColP; nRow = nRowP; nTab = nTabP; } in Set()
58 void SetRow( sal_Int32 nRowP ) { nRow = nRowP; } in SetRow() argument
64 void GetVars( sal_Int32& nColP, sal_Int32& nRowP, sal_Int32& nTabP ) const in GetVars() argument
65 { nColP = nCol; nRowP = nRow; nTabP = nTab; } in GetVars()
H A Daddress.hxx260 … inline Details( formula::FormulaGrammar::AddressConvention eConvP, SCROW nRowP, SCCOL nColP ) in Details()
261 : eConv( eConvP ), nRow( nRowP ), nCol( nColP ) in Details()
285 inline ScAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in ScAddress() argument
286 : nRow(nRowP), nCol(nColP), nTab(nTabP) in ScAddress()
302 inline void SetRow( SCROW nRowP ) { nRow = nRowP; } in SetRow() argument
311 inline void GetVars( SCCOL& nColP, SCROW& nRowP, SCTAB& nTabP ) const in GetVars() argument
312 { nColP = nCol; nRowP = nRow; nTabP = nTab; } in GetVars()
361 inline void ScAddress::Set( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in Set() argument
364 nRow = nRowP; in Set()
H A Drefdata.hxx119 inline void ScSingleRefData::InitAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in InitAddress() argument
123 nRow = nRowP; 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() argument

Completed in 25 milliseconds