Home
last modified time | relevance | path

Searched refs:nTabP (Results 1 – 10 of 10) 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()
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 Daddress.hxx285 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 Drefdata.hxx119 inline void ScSingleRefData::InitAddress( SCCOL nColP, SCROW nRowP, SCTAB nTabP ) in InitAddress() argument
124 nTab = nTabP; in InitAddress()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx723 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 Doutput2.cxx1063 void ScOutputData::GetVisibleCell( SCCOL nCol, SCROW nRow, SCTAB nTabP, ScBaseCell*& rpCell ) in GetVisibleCell() argument
1065 pDoc->GetCell( nCol, nRow, nTabP, rpCell ); in GetVisibleCell()
/trunk/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx39 ScMyAddress(SCCOL nColP, SCROW nRowP, SCTAB nTabP) : ScAddress(nColP, nRowP, nTabP) {} in ScMyAddress() argument
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1251 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 Ddociter.cxx1702 void ScHorizontalCellIterator::SetTab( SCTAB nTabP ) in SetTab() argument
1704 nTab = nTabP; in SetTab()
H A Dtable2.cxx1043 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()
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx498 void ScUndoRenameTab::DoChange( SCTAB nTabP, const String& rName ) const in DoChange() argument
501 pDoc->RenameTab( nTabP, rName ); in DoChange()

Completed in 109 milliseconds