Searched defs:nColP (Results 1 – 4 of 4) sorted by relevance
/aoo4110/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() 57 void SetCol( sal_Int32 nColP ) { nCol = nColP; } in SetCol() 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() 303 inline void SetCol( SCCOL nColP ) { nCol = nColP; } in SetCol() 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()
|
/aoo4110/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 41 milliseconds