/aoo4110/main/sc/inc/ |
H A D | bigrange.hxx | 44 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() 59 void SetTab( sal_Int32 nTabP ) { nTab = nTabP; } in SetTab() argument 64 void GetVars( sal_Int32& nColP, sal_Int32& nRowP, sal_Int32& nTabP ) const in GetVars() 65 { nColP = nCol; nRowP = nRow; nTabP = nTab; } in GetVars()
|
H A D | address.hxx | 285 inline ScAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in ScAddress() argument 286 : nRow(nRowP), nCol(nColP), nTab(nTabP) in ScAddress() 304 inline void SetTab( SCTAB nTabP ) { nTab = nTabP; } in SetTab() argument 311 inline void GetVars( SCCOL& nColP, SCROW& nRowP, SCTAB& nTabP ) const in GetVars() 312 { nColP = nCol; nRowP = nRow; nTabP = nTab; } in GetVars() 361 inline void ScAddress::Set( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in Set() argument 365 nTab = nTabP; in Set()
|
H A D | refdata.hxx | 119 inline void ScSingleRefData::InitAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in InitAddress() argument 124 nTab = nTabP; in InitAddress()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | preview.cxx | 723 long ScPreview::GetFirstPage(SCTAB nTabP) in GetFirstPage() argument 726 if (nTabP >= nDocTabCount) in GetFirstPage() 727 nTabP = nDocTabCount-1; in GetFirstPage() 730 if (nTabP>0) in GetFirstPage() 732 CalcPages( nTabP ); in GetFirstPage() 735 for (SCTAB i=0; i<nTabP; i++) in GetFirstPage() 740 if ( nPages[nTabP]==0 && nPage > 0 ) in GetFirstPage()
|
H A D | output2.cxx | 1063 void ScOutputData::GetVisibleCell( SCCOL nCol, SCROW nRow, SCTAB nTabP, ScBaseCell*& rpCell ) in GetVisibleCell() argument 1065 pDoc->GetCell( nCol, nRow, nTabP, rpCell ); in GetVisibleCell()
|
/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() argument
|
/aoo4110/main/sc/source/core/data/ |
H A D | column3.cxx | 1251 sal_Bool ScColumn::SetString( SCROW nRow, SCTAB nTabP, const String& rString, in SetString() argument 1294 ScAddress( nCol, nRow, nTabP ), rString, in SetString() 1468 ScAddress( nCol, nRow, nTabP ), pNewCell ) ); in SetString()
|
H A D | dociter.cxx | 1702 void ScHorizontalCellIterator::SetTab( SCTAB nTabP ) in SetTab() argument 1704 nTab = nTabP; in SetTab()
|
H A D | table2.cxx | 1043 sal_Bool ScTable::SetString( SCCOL nCol, SCROW nRow, SCTAB nTabP, const String& rString, in SetString() argument 1048 … nRow, nTabP, rString, pDocument->GetAddressConvention(), pFormatter, bDetectNumberFormat ); in SetString()
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 498 void ScUndoRenameTab::DoChange( SCTAB nTabP, const String& rName ) const in DoChange() argument 501 pDoc->RenameTab( nTabP, rName ); in DoChange()
|