Searched defs:nTabP (Results 1 – 10 of 10) 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() 59 void SetTab( sal_Int32 nTabP ) { nTab = nTabP; } in SetTab()
|
H A D | address.hxx | 285 inline ScAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in ScAddress() 304 inline void SetTab( SCTAB nTabP ) { nTab = nTabP; } in SetTab() 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()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | preview.cxx | 723 long ScPreview::GetFirstPage(SCTAB nTabP) in GetFirstPage()
|
H A D | output2.cxx | 1063 void ScOutputData::GetVisibleCell( SCCOL nCol, SCROW nRow, SCTAB nTabP, ScBaseCell*& rpCell ) in GetVisibleCell()
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 498 void ScUndoRenameTab::DoChange( SCTAB nTabP, const String& rName ) const in DoChange()
|
/aoo4110/main/sc/source/core/data/ |
H A D | dociter.cxx | 1702 void ScHorizontalCellIterator::SetTab( SCTAB nTabP ) in SetTab()
|
H A D | column3.cxx | 1251 sal_Bool ScColumn::SetString( SCROW nRow, SCTAB nTabP, const String& rString, in SetString()
|
H A D | table2.cxx | 1043 sal_Bool ScTable::SetString( SCCOL nCol, SCROW nRow, SCTAB nTabP, const String& rString, in SetString()
|
Completed in 145 milliseconds