/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 202 SCTAB nTab = pViewData->GetTabNo(); in ShowFormulaReference() local 203 ScAddress aPos( nCol, nRow, nTab ); in ShowFormulaReference() 230 aRange.aStart.Set( aRef.Ref1.nCol, aRef.Ref1.nRow, aRef.Ref1.nTab ); in ShowFormulaReference() 231 aRange.aEnd.Set( aRef.Ref2.nCol, aRef.Ref2.nRow, aRef.Ref2.nTab ); in ShowFormulaReference() 237 aRange.aStart.Set( aRef.nCol, aRef.nRow, aRef.nTab ); in ShowFormulaReference() 340 SCTAB nTab = pViewData->GetTabNo(); in Init() local 341 ScAddress aCursorPos( nCol, nRow, nTab ); in Init() 349 nRefTab = nTab; in Init()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 87 for( SCTAB nTab = nTab1; nTab <= nTab2; nTab++ ) in GetAreaSize() local 92 if( pDoc->GetPrintArea( nTab, nLastCol, nLastRow ) ) in GetAreaSize() 275 SCTAB nTab = aBlock.aStart.Tab(); in GetData() local 277 const ScPatternAttr* pPattern = pDoc->GetPattern( nCol, nRow, nTab ); in GetData() 280 pDoc->GetCell( nCol, nRow, nTab, pCell ); in GetData() 292 pDoc->GetString( nCol, nRow, nTab, aText ); in GetData()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen6.cxx | 151 sal_uInt8 ScDocument::GetScriptType( SCCOL nCol, SCROW nRow, SCTAB nTab, ScBaseCell* pCell ) in GetScriptType() argument 157 pCell = GetCell( ScAddress( nCol, nRow, nTab ) ); in GetScriptType() 170 const ScPatternAttr* pPattern = GetPattern( nCol, nRow, nTab ); in GetScriptType() 174 pCondSet = GetCondResult( nCol, nRow, nTab ); in GetScriptType()
|
H A D | global2.cxx | 457 nCol(r.nCol),nRow(r.nRow),nTab(r.nTab), in ScConsolidateParam() 500 nTab = 0; in Clear() 511 nTab = r.nTab; in operator =() 527 && (nTab == r.nTab) in operator ==()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoutil.cxx | 84 ScDBData* ScUndoUtil::GetOldDBData( ScDBData* pUndoData, ScDocument* pDoc, SCTAB nTab, in GetOldDBData() argument 87 ScDBData* pRet = pDoc->GetDBAtArea( nTab, nCol1, nRow1, nCol2, nRow2 ); in GetOldDBData() 121 aNewNamed, nTab, nCol1,nRow1, nCol2,nRow2, sal_True, in GetOldDBData() 122 pDoc->HasColHeader( nCol1,nRow1,nCol2,nRow2,nTab ) ); in GetOldDBData()
|
H A D | undostyl.cxx | 249 ScUndoApplyPageStyle::ApplyStyleEntry::ApplyStyleEntry( SCTAB nTab, const String& rOldStyle ) : in ApplyStyleEntry() argument 250 mnTab( nTab ), in ApplyStyleEntry() 265 void ScUndoApplyPageStyle::AddSheetAction( SCTAB nTab, const String& rOldStyle ) in AddSheetAction() argument 267 maEntries.push_back( ApplyStyleEntry( nTab, rOldStyle ) ); in AddSheetAction()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xicontent.hxx | 277 void ReadProtect( XclImpStream& rStrm, SCTAB nTab ); 279 void ReadOptions( XclImpStream& rStrm, SCTAB nTab ); 281 void ReadPasswordHash( XclImpStream& rStrm, SCTAB nTab ); 296 Sheet* GetSheetItem( SCTAB nTab );
|
H A D | htmlexp.hxx | 121 const SfxItemSet& PageDefaults( SCTAB nTab ); 127 void WriteCell( SCCOL nCol, SCROW nRow, SCTAB nTab ); 143 void PrepareGraphics( ScDrawLayer*, SCTAB nTab, 146 void FillGraphList( const SdrPage*, SCTAB nTab,
|
H A D | formel.hxx | 123 List::Insert( new ScRange( r.nCol, r.nRow, r.nTab ), LIST_APPEND ); in Append() 129 List::Insert( new ScRange( r.Ref1.nCol, r.Ref1.nRow, r.Ref1.nTab, in Append() 130 r.Ref2.nCol, r.Ref2.nRow, r.Ref2.nTab ), in Append() 156 const ScRange* First( const sal_uInt16 nTab = 0 );
|
H A D | rtfexp.hxx | 34 void WriteTab( SCTAB nTab ); 35 void WriteRow( SCTAB nTab, SCROW nRow ); 36 void WriteCell( SCTAB nTab, SCROW nRow, SCCOL nCol );
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 1199 void XclImpSheetProtectBuffer::ReadProtect( XclImpStream& rStrm, SCTAB nTab ) in ReadProtect() argument 1203 Sheet* pSheet = GetSheetItem(nTab); in ReadProtect() 1209 void XclImpSheetProtectBuffer::ReadOptions( XclImpStream& rStrm, SCTAB nTab ) in ReadOptions() argument 1237 Sheet* pSheet = GetSheetItem(nTab); in ReadOptions() 1242 void XclImpSheetProtectBuffer::ReadPasswordHash( XclImpStream& rStrm, SCTAB nTab ) in ReadPasswordHash() argument 1246 Sheet* pSheet = GetSheetItem(nTab); in ReadPasswordHash() 1298 XclImpSheetProtectBuffer::Sheet* XclImpSheetProtectBuffer::GetSheetItem( SCTAB nTab ) in GetSheetItem() argument 1300 ProtectedSheetMap::iterator itr = maProtectedSheets.find(nTab); in GetSheetItem() 1304 if ( !maProtectedSheets.insert( ProtectedSheetMap::value_type(nTab, Sheet()) ).second ) in GetSheetItem() 1307 itr = maProtectedSheets.find(nTab); in GetSheetItem()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | dapiuno.cxx | 310 nTab( nT ) in ScDataPilotTablesObj() 348 if ( pDPObj->GetOutRange().aStart.Tab() == nTab ) in GetObjectByIndex_Impl() 353 return new ScDataPilotTableObj( pDocShell, nTab, aName ); in GetObjectByIndex_Impl() 366 return new ScDataPilotTableObj( pDocShell, nTab, rName ); in GetObjectByName_Impl() 498 if ( pDPObj->GetOutRange().aStart.Tab() == nTab ) in getCount() 560 if ( pDPObj->GetOutRange().aStart.Tab() == nTab ) in getElementNames() 1124 nTab( nT ), in ScDataPilotTableObj() 1191 return lcl_GetDPObject(GetDocShell(), nTab, aName); in GetDPObject() 1197 ScDPObject* pDPObj = lcl_GetDPObject(pDocSh, nTab, aName); in SetDPObject() 1399 ScRange aRange( 0, 0, nTab ); in Notify() [all …]
|
H A D | confuno.cxx | 318 for (SCTAB nTab=0; nTab<nTabCount; nTab++) in setPropertyValue() local 319 if ( !pDocShell->AdjustRowHeight( 0, MAXROW, nTab ) ) in setPropertyValue() 320 pDocShell->PostPaint( 0,0,nTab, MAXCOL,MAXROW,nTab, PAINT_GRID ); in setPropertyValue()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fusel2.cxx | 142 SCTAB nTab = rViewData.GetTabNo(); in IsNoteCaptionClicked() local 144 bool bProtectDoc = rDoc.IsTabProtected( nTab ) || (pDocSh && pDocSh->IsReadOnly()); in IsNoteCaptionClicked() 152 if( const ScDrawObjData* pCaptData = ScDrawLayer::GetNoteCaptionData( pObj, nTab ) ) in IsNoteCaptionClicked() 156 … const ScProtectionAttr* >( rDoc.GetAttr( rNotePos.Col(), rNotePos.Row(), nTab, ATTR_PROTECTION ) … in IsNoteCaptionClicked()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | versdlg.cxx | 352 long nTab = aVersionBox.GetTab(1); in RecalcDateColumn() local 353 if ( nWidth > nTab ) in RecalcDateColumn() 356 long nDelta = nWidth - nTab; in RecalcDateColumn() 357 aVersionBox.SetTab( 1, nTab + nDelta, MAP_PIXEL ); in RecalcDateColumn() 358 nTab = aVersionBox.GetTab(2); in RecalcDateColumn() 359 aVersionBox.SetTab( 2, nTab + nDelta, MAP_PIXEL ); in RecalcDateColumn()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | token.cxx | 66 rRef.nTab = static_cast<SCsTAB>(rAPI.Sheet); in lcl_SingleRefToCalc() 87 rRef.nTab = 0; in lcl_ExternalRefToCalc() 532 aTemp1.Ref1.nTab == aTemp2.Ref1.nTab && in TextEqual() 536 aTemp1.Ref2.nTab == aTemp2.Ref2.nTab && in TextEqual() 1230 …aComplRef.Ref2.nTab = aComplRef.Ref1.nTab + static_cast<SCsTAB>(aApiCRef.Reference2.Sheet - aApiCR… in AddFormulaToken() 1287 rRange.aStart = rRange.aEnd = ScAddress( rRef.nCol, rRef.nRow, rRef.nTab ); in ImplGetReference() 1295 rRange.aStart = ScAddress( rRef1.nCol, rRef1.nRow, rRef1.nTab ); in ImplGetReference() 1296 rRange.aEnd = ScAddress( rRef2.nCol, rRef2.nRow, rRef2.nTab ); in ImplGetReference()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 195 SCTAB nTab = pViewData->GetTabNo(); in UpdateOle() local 196 if ( nTab != aDocument.GetVisibleTab() ) in UpdateOle() 198 aDocument.SetVisibleTab( nTab ); in UpdateOle() 202 sal_Bool bNegativePage = aDocument.IsNegativePage( nTab ); in UpdateOle() 205 Rectangle aMMRect = aDocument.GetMMRect( nX,nY, nX,nY, nTab ); in UpdateOle()
|
H A D | externalrefmgr.cxx | 568 for (size_t nTab = nTabFirstId; nTab <= nTabLastId; ++nTab) in getCellRangeData() local 570 TableTypeRef pTab = rDoc.maTables[nTab]; in getCellRangeData() 1367 for (SCTAB nTab = nTab1; nTab <= nTab2 && itrCache != itrCacheEnd; ++nTab, ++itrCache) in lcl_convertToTokenArray() local 1393 pSrcDoc->GetCell(nCol, nRow, nTab, pCell); in lcl_convertToTokenArray() 1666 SCTAB nTab; in getSingleRefToken() local 1667 if (!pSrcDoc->GetTable(rTabName, nTab)) in getSingleRefToken() 1675 *pTab = nTab; in getSingleRefToken() 1694 pSrcDoc->GetCell(rCell.Col(), rCell.Row(), nTab, pCell); in getSingleRefToken() 1697 pSrcDoc->GetNumberFormat(rCell.Col(), rCell.Row(), nTab, nFmtIndex); in getSingleRefToken() 1843 pSrcDoc->GetName(rRef.nTab, aTabName); in getRangeNameTokens() [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin5.cxx | 96 SCTAB nTab = pViewData->GetTabNo(); in ShowNoteMarker() local 97 ScAddress aCellPos( nPosX, nPosY, nTab ); in ShowNoteMarker() 120 if ( rBig.aStart.Tab() == nTab ) in ShowNoteMarker() 367 SCTAB nTab = pViewData->GetTabNo(); in RequestHelp() local 369 const ScPatternAttr* pPattern = pDoc->GetPattern( nPosX, nPosY, nTab ); in RequestHelp()
|
H A D | tabview.cxx | 1437 SCTAB nTab = aViewData.GetTabNo(); in ScrollX() local 1438 while ( pDoc->ColHidden(nNewX, nTab) && in ScrollX() 1526 SCTAB nTab = aViewData.GetTabNo(); in ScrollY() local 1527 while ( pDoc->RowHidden(nNewY, nTab) && in ScrollY() 1611 SCTAB nTab = rViewData.GetTabNo(); in lcl_LastVisible() local 1946 SCTAB nTab = aViewData.GetTabNo(); in GetInsertPos() local 1949 nPosX += pDoc->GetColWidth(i,nTab); in GetInsertPos() 1951 if ( pDoc->IsNegativePage( nTab ) ) in GetInsertPos() 1984 SCTAB nTab = aViewData.GetTabNo(); in GetChartInsertPos() local 1985 sal_Bool bLayoutRTL = pDoc->IsLayoutRTL( nTab ); in GetChartInsertPos() [all …]
|
/aoo41x/main/sc/workben/ |
H A D | test.cxx | 302 USHORT nCol, USHORT nRow, USHORT nTab ) in lcl_OutputNames() argument 305 aAdr.Sheet = nTab; in lcl_OutputNames() 1528 for (USHORT nTab=0; nTab<nCount; nTab++) in lcl_Pivot() local 1530 XTableSheetRef xSheet = xSheets->getSheetByIndex(nTab); in lcl_Pivot() 1534 lcl_OutputNames( xPivots, xDoc, nTab,0,0 ); in lcl_Pivot() 1691 USHORT nTab = 0; in IMPL_LINK() local 1704 aPos.Sheet = nTab; in IMPL_LINK() 1849 for (USHORT nTab=0; nTab<nCount; nTab++) in IMPL_LINK() local 1851 XInterfaceRef xInt = xIndex->getElementByIndex(nTab); in IMPL_LINK() 1857 if (nTab) in IMPL_LINK()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLStylesImportHelper.hxx | 121 void InsertRow(const sal_Int32 nRow, const sal_Int32 nTab, ScDocument* pDoc); 122 void InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc); 184 …void InsertRow(const sal_Int32 nRow, const sal_Int32 nTab, ScDocument* pDoc); // a row is inserted… 185 …void InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc); // a col is inserted…
|
H A D | xmlwrap.cxx | 728 for (SCTAB nTab=0; nTab<nTabCount; ++nTab) in lcl_HasValidStream() local 729 if (rDoc.IsStreamValid(nTab)) in lcl_HasValidStream() 842 for (SCTAB nTab=0; nTab<nTabCount; nTab++) in ExportToComponent() local 843 if (rDoc.IsStreamValid(nTab)) in ExportToComponent() 844 rDoc.SetStreamValid(nTab, sal_False); in ExportToComponent()
|
/aoo41x/main/rsc/inc/ |
H A D | rscrange.hxx | 64 RscTypCont * pTC, sal_uInt32 nTab, const char * ); 105 RscTypCont * pTC, sal_uInt32 nTab, const char * ); 159 RscTypCont * pTC, sal_uInt32 nTab, const char * ); 188 RscTypCont * pTC, sal_uInt32 nTab, const char * );
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | XclImpChangeTrack.cxx | 331 SCTAB nTab = ReadTabNum(); in ReadChTrCellContent() local 332 aPosition.SetTab( nTab ); in ReadChTrCellContent() 412 SCTAB nTab = ReadTabNum(); in ReadChTrInsertTab() local 416 DoInsertRange( ScRange( 0, 0, nTab, MAXCOL, MAXROW, nTab ) ); in ReadChTrInsertTab()
|