/aoo41x/main/sc/source/ui/view/ |
H A D | colrowba.cxx | 96 SCTAB nTab = pViewData->GetTabNo(); in GetEntrySize() local 98 if (pDoc->ColHidden(static_cast<SCCOL>(nEntryNo), nTab, nLastCol)) in GetEntrySize() 101 …return (sal_uInt16) ScViewData::ToPixel( pDoc->GetColWidth( static_cast<SCCOL>(nEntryNo), nTab ), … in GetEntrySize() 264 SCTAB nTab = pViewData->GetTabNo(); in GetEntrySize() local 266 if (pDoc->RowHidden(nEntryNo, nTab, nLastRow)) in GetEntrySize() 270 nTab ), pViewData->GetPPTY() ); in GetEntrySize() 406 SCTAB nTab = pViewData->GetTabNo(); in GetHiddenCount() local 407 return pDoc->GetHiddenRowCount( nEntryNo, nTab ); in GetHiddenCount()
|
H A D | viewfun5.cxx | 103 SCTAB nTab = GetViewData()->GetTabNo(); in PasteDataFormat() local 106 nXT += pDoc->GetColWidth(i,nTab); in PasteDataFormat() 107 if (pDoc->IsNegativePage(nTab)) in PasteDataFormat() 109 sal_uLong nYT = pDoc->GetRowHeight( 0, nPosY-1, nTab); in PasteDataFormat() 384 SCTAB nTab = GetViewData()->GetTabNo(); in PasteDataFormat() local 391 ScDBData* pDBData = pDocSh->GetDBData( ScRange(nPosX,nPosY,nTab), SC_DB_OLD, SC_DBSEL_KEEP ); in PasteDataFormat() 397 ScAddress aCellPos( nPosX,nPosY,nTab ); in PasteDataFormat() 723 SCTAB nTab = GetViewData()->GetTabNo(); in PasteDDE() local 728 InitBlockMode( nCurX, nCurY, nTab ); in PasteDDE() 729 MarkCursor( nCurX+static_cast<SCCOL>(nCols)-1, nCurY+static_cast<SCROW>(nRows)-1, nTab ); in PasteDDE()
|
H A D | hdrcont.cxx | 659 sal_uInt16 nTab = pViewData->GetTabNo(); in IsSelectionAllowed() local 661 const ScTableProtection* pProtect = pDoc->GetTabProtection(nTab); in IsSelectionAllowed() 671 … bCellsProtected = pDoc->HasAttrib(0, nRPos, nTab, MAXCOL, nRPos, nTab, HASATTR_PROTECTED); in IsSelectionAllowed() 677 … bCellsProtected = pDoc->HasAttrib(nCPos, 0, nTab, nCPos, MAXROW, nTab, HASATTR_PROTECTED); in IsSelectionAllowed() 890 SCTAB nTab = pViewData->GetTabNo(); in Command() local 893 aNewRange = ScRange( 0, sal::static_int_cast<SCROW>(nPos), nTab, in Command() 894 MAXCOL, sal::static_int_cast<SCROW>(nPos), nTab ); in Command() 896 aNewRange = ScRange( sal::static_int_cast<SCCOL>(nPos), 0, nTab, in Command() 897 sal::static_int_cast<SCCOL>(nPos), MAXROW, nTab ); in Command()
|
H A D | printfun.cxx | 231 nPrintTab ( nTab ), in ScPrintFunc() 254 nPrintTab ( nTab ), in ScPrintFunc() 415 SCTAB nTab = 0; in DrawToDev() local 417 nTab = pViewData->GetTabNo(); in DrawToDev() 478 ScRange aRange( nX1,nY1,nTab, nX2,nY2,nTab ); in DrawToDev() 483 nTwipsSizeX += pDoc->GetColWidth( i, nTab ); in DrawToDev() 2450 for (SCTAB nTab=0; nTab<nTabCount; nTab++) in UpdatePages() local 2451 if ( nTab==nPrintTab || pDoc->GetPageStyle(nTab)==aName ) in UpdatePages() 2457 ResetBreaks(nTab); in UpdatePages() 2458 pDocShell->PostPaint(0,0,nTab, MAXCOL,MAXROW,nTab, PAINT_GRID); in UpdatePages() [all …]
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLStylesImportHelper.cxx | 249 void ScMyStyleRanges::InsertRow(const sal_Int32 nRow, const sal_Int32 nTab, ScDocument* pDoc) in InsertRow() argument 251 InsertColRow(ScRange(0, static_cast<SCROW>(nRow), static_cast<SCTAB>(nTab), in InsertRow() 252 MAXCOL, MAXROW, static_cast<SCTAB>(nTab)), 0, 1, 0, pDoc); in InsertRow() 255 void ScMyStyleRanges::InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc) in InsertCol() argument 257 InsertColRow(ScRange(static_cast<SCCOL>(nCol), 0, static_cast<SCTAB>(nTab), in InsertCol() 258 MAXCOL, MAXROW, static_cast<SCTAB>(nTab)), 1, 0, 0, pDoc); in InsertCol() 534 void ScMyStylesImportHelper::InsertRow(const sal_Int32 nRow, const sal_Int32 nTab, ScDocument* pDoc) in InsertRow() argument 541 aItr->xRanges->InsertRow(nRow, nTab, pDoc); in InsertRow() 547 void ScMyStylesImportHelper::InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc) in InsertCol() argument 554 aItr->xRanges->InsertCol(nCol, nTab, pDoc); in InsertCol()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | excform8.cxx | 719 aSRD.nTab = nTabFirst; in Convert() 791 rR1.nTab = nTabFirst; in Convert() 792 rR2.nTab = nTabLast; in Convert() 1134 aSRD.nTab = nFirstScTab; in Convert() 1167 rR1.nTab = nFirstScTab; in Convert() 1168 rR2.nTab = nLastScTab; in Convert() 1297 aSRD.nTab = nExtTab1; in ConvertExternName() 1312 aCRD.Ref2.nTab = nExtTab2; in ConvertExternName() 1325 rR1.nTab = nExtTab1; in ConvertExternName() 1330 rR2.nTab = nExtTab2; in ConvertExternName() [all …]
|
H A D | excdoc.cxx | 765 for( size_t nTab = 0, nTabCount = maTableList.GetSize(); nTab < nTabCount; ++nTab ) in Write() local 768 ExcBoundsheetRef xBoundsheet = maBoundsheetList.GetRecord( nTab ); in Write() 772 maTableList.GetRecord( nTab )->Write( aXclStrm ); in Write() 806 for( size_t nTab = 0, nTabCount = maTableList.GetSize(); nTab < nTabCount; ++nTab ) in WriteXml() local 810 ExcBoundsheetRef xBoundsheet = maBoundsheetList.GetRecord( nTab ); in WriteXml() 815 maTableList.GetRecord( nTab )->WriteXml( aStrm ); in WriteXml()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | address.cxx | 509 SCTAB nTab; in Parse_XL_Header() local 514 nTab = -1; in Parse_XL_Header() 517 aStart.SetTab(nTab); in Parse_XL_Header() 518 aEnd.SetTab(nTab); in Parse_XL_Header() 526 nTab = -1; in Parse_XL_Header() 529 aEnd.SetTab(nTab); in Parse_XL_Header() 982 SCTAB nTab = 0; in lcl_ScAddress_Parse_OOo() local 1024 nTab = rAddr.Tab(); in lcl_ScAddress_Parse_OOo() 1077 rAddr.Set( nCol, nRow, nTab ); in lcl_ScAddress_Parse_OOo() 1104 rAddr.SetTab( nTab); in lcl_ScAddress_Parse_OOo() [all …]
|
H A D | rangeseq.cxx | 72 SCTAB nTab = rRange.aStart.Tab(); in FillLongArray() local 86 ScAddress( (SCCOL)(nStartCol+nCol), (SCROW)(nStartRow+nRow), nTab ) ) ); in FillLongArray() 128 SCTAB nTab = rRange.aStart.Tab(); in FillDoubleArray() local 142 ScAddress( (SCCOL)(nStartCol+nCol), (SCROW)(nStartRow+nRow), nTab ) ); in FillDoubleArray() 184 SCTAB nTab = rRange.aStart.Tab(); in FillStringArray() local 201 ScAddress((SCCOL)(nStartCol+nCol), (SCROW)(nStartRow+nRow), nTab), in FillStringArray() 273 SCTAB nTab = rRange.aStart.Tab(); in FillMixedArray() local 292 ScAddress aPos( (SCCOL)(nStartCol+nCol), (SCROW)(nStartRow+nRow), nTab ); in FillMixedArray()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undobase.cxx | 157 void ScSimpleUndo::ShowTable( SCTAB nTab ) // static in ShowTable() argument 161 pViewShell->SetTabNo( nTab ); in ShowTable() 171 SCTAB nTab = pViewShell->GetViewData()->GetTabNo(); in ShowTable() local 172 if ( nTab < nStart || nTab > nEnd ) // wenn nicht im Bereich: in ShowTable() 275 SCTAB nTab = pViewShell->GetViewData()->GetTabNo(); in ShowBlock() local 277 aRange.aStart.SetTab( nTab ); in ShowBlock() 278 aRange.aEnd.SetTab( nTab ); in ShowBlock()
|
/aoo41x/main/sc/source/core/data/ |
H A D | dbdocutl.cxx | 48 void ScDatabaseDocUtil::PutData( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab, in PutData() argument 165 pDoc->PutCell( nCol, nRow, nTab, pCell ); in PutData() 169 pDoc->SetError( nCol, nRow, nTab, NOTAVAILABLE ); in PutData() 175 pDoc->PutCell( nCol, nRow, nTab, pCell ); in PutData() 177 pDoc->PutCell( nCol, nRow, nTab, pCell, nFormatIndex ); in PutData() 189 pDoc->PutCell( nCol, nRow, nTab, pCell ); in PutData()
|
H A D | dpoutputgeometry.cxx | 96 SCTAB nTab = maOutRange.aStart.Tab(); in getColumnFieldPositions() local 101 aAddrs.push_back(ScAddress(nCol, nRow, nTab)); in getColumnFieldPositions() 115 SCTAB nTab = maOutRange.aStart.Tab(); in getRowFieldPositions() local 120 aAddrs.push_back(ScAddress(nCol, nRow, nTab)); in getRowFieldPositions() 133 SCTAB nTab = maOutRange.aStart.Tab(); in getPageFieldPositions() local 140 aAddrs.push_back(ScAddress(nCol, nRow, nTab)); in getPageFieldPositions()
|
H A D | table6.cxx | 151 ScAddress aAdr( nCol, nRow, nTab ); in SearchCell() 215 pNote->SetText( ScAddress( nCol, nRow, nTab ), aString ); in SearchCell() 226 ScAddress aAdr( nCol, nRow, nTab ); in SearchCell() 238 aCol[nCol].SetString(nRow, nTab, aString); in SearchCell() 387 aNewMark.SetMultiMarkArea( ScRange( nCol, nRow, nTab ) ); in SearchAll() 443 aNewMark.SetMultiMarkArea( ScRange( nCol, nRow, nTab ) ); in ReplaceAll() 586 aNewMark.SetMultiMarkArea( ScRange( i,nRow,nTab, i,nEndRow,nTab ) ); in SearchAllStyle() 611 pDocument->CopyToDocument( 0,0,nTab, MAXCOL,MAXROW,nTab, in ReplaceAllStyle()
|
H A D | attarray.cxx | 68 nTab( nNewTab ), in ScAttrArray() 136 ScAddress aAdrStart( nCol, 0, nTab ); in Reset() 137 ScAddress aAdrEnd ( nCol, 0, nTab ); in Reset() 514 ScAddress aAdrStart( nCol, 0, nTab ); in ApplyStyleArea() 515 ScAddress aAdrEnd ( nCol, 0, nTab ); in ApplyStyleArea() 744 ScAddress aAdrStart( nCol, 0, nTab ); in ApplyCacheArea() 745 ScAddress aAdrEnd ( nCol, 0, nTab ); in ApplyCacheArea() 1407 nTab, SC_MF_HOR ); in ExtendMerge() 1410 nTab, SC_MF_VER ); in ExtendMerge() 1413 nTab, SC_MF_HOR | SC_MF_VER ); in ExtendMerge() [all …]
|
H A D | cell.cxx | 276 rRef1.nTab, in StartListeningTo() 279 rRef2.nTab ), pFormCell ); in StartListeningTo() 286 rRef1.nTab, in StartListeningTo() 289 rRef2.nTab ), pFormCell ); in StartListeningTo() 297 rRef1.nTab, in StartListeningTo() 300 rRef2.nTab ), pFormCell ); in StartListeningTo() 366 rRef1.nTab, in EndListeningTo() 376 rRef1.nTab, in EndListeningTo() 387 rRef1.nTab, in EndListeningTo() 390 rRef2.nTab ), pFormCell ); in EndListeningTo() [all …]
|
H A D | column3.cxx | 154 ScAddress( nCol, nRow, nTab ), pNewCell ) ); in Insert() 215 ScAddress( nCol, nRow, nTab ), pCell ) ); in Delete() 241 ScAddress( nCol, pItems[nIndex].nRow, nTab ), pCell ) ); in DeleteAtIndex() 319 ScAddress aAdr( nCol, 0, nTab ); in DeleteRow() 649 aRef.nTab = nTab; in CreateRefCell() 719 ScAddress aDestPos( nCol, 0, nTab ); // Row wird angepasst in CopyFromClip() 725 aRef.nTab = rColumn.nTab; in CopyFromClip() 1077 ScAddress( nCol, nRow, nTab ) ); in MixData() 1223 ScAddress( nCol, nRow, nTab ), pCell ) ); in BroadcastInArea() 1507 if ( pDocument->HasStringData( nCol, nRow, nTab ) ) in GetFilterEntries() [all …]
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 936 for ( SCTAB nTab = 0, nTabCount = pDoc->GetTableCount(); nTab < nTabCount; ++nTab ) in PutToDoc() local 2366 SCTAB nTab = 0; in LoadObjects() local 2367 pDoc->GetTable("GraphObjects", nTab); in LoadObjects() 2368 pDoc->SetString(nCol++, nRow, nTab, "ObjectTyp"); in LoadObjects() 2369 pDoc->SetString(nCol++, nRow, nTab, "Col"); in LoadObjects() 2370 pDoc->SetString(nCol++, nRow, nTab, "Row"); in LoadObjects() 2371 pDoc->SetString(nCol++, nRow, nTab, "Tab"); in LoadObjects() 2372 pDoc->SetString(nCol++, nRow, nTab, "X"); in LoadObjects() 2373 pDoc->SetString(nCol++, nRow, nTab, "Y"); in LoadObjects() 2374 pDoc->SetString(nCol++, nRow, nTab, "W"); in LoadObjects() [all …]
|
/aoo41x/main/sc/inc/ |
H A D | consoli.hxx | 38 SCTAB nTab; member 59 void AddEntry( SCCOL nCol, SCROW nRow, SCTAB nTab ); 113 void AddFields( ScDocument* pSrcDoc, SCTAB nTab, 117 void AddData( ScDocument* pSrcDoc, SCTAB nTab, 121 void OutputToDocument( ScDocument* pDestDoc, SCCOL nCol, SCROW nRow, SCTAB nTab );
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svtabbx.cxx | 169 DBG_ASSERT(nTab<nTabCount,"Invalid Tab-Pos"); in SetTab() 170 if( nTab < nTabCount ) in SetTab() 178 pTabList[ nTab ].SetPos( nValue ); in SetTab() 530 if( nTab >= nTabCount ) in SetTabJustify() 532 SvLBoxTab* pTab = &(pTabList[ nTab ]); in SetTabJustify() 542 SvTabJustify SvTabListBox::GetTabJustify( sal_uInt16 nTab ) const in GetTabJustify() 545 if( nTab >= nTabCount ) in GetTabJustify() 547 SvLBoxTab* pTab = &(pTabList[ nTab ]); in GetTabJustify() 554 long SvTabListBox::GetLogicTab( sal_uInt16 nTab ) in GetLogicTab() argument 559 DBG_ASSERT(nTab<nTabCount,"GetTabPos:Invalid Tab"); in GetLogicTab() [all …]
|
/aoo41x/main/rsc/inc/ |
H A D | rscarray.hxx | 67 RscTypCont * pTC, sal_uInt32 nTab, const char * ); 97 RscTypCont * pTC, sal_uInt32 nTab, 100 RscTypCont * pTC, sal_uInt32 nTab, const char * ); 114 RscTypCont * pTC, sal_uInt32 nTab, 117 RscTypCont * pTC, sal_uInt32 nTab, const char * );
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 166 SCTAB nTab = ScDocShell::GetCurTab(); in ScImportExport() local 167 aRange.aStart.SetTab( nTab ); in ScImportExport() 923 pDoc->SetValue( nCol, nRow, nTab, fVal ); in lcl_PutString() 1170 SCTAB nTab = aRange.aStart.Tab(); in ExtText2Doc() local 1263 pDoc, nCol, nRow, nTab, aCell, nFmt, in ExtText2Doc() 1321 pDocSh->AdjustRowHeight( nRow, nRow, nTab); in ExtText2Doc() 1367 pDoc->DoColResize( nTab, nStartCol, nEndCol, 0 ); in ExtText2Doc() 1955 SCTAB nTab = aRange.aStart.Tab(); in Dif2Doc() local 1957 pImportDoc->InitUndo( pDoc, nTab, nTab ); in Dif2Doc() 1964 pImportDoc->GetCellArea( nTab, nEndCol, nEndRow ); in Dif2Doc() [all …]
|
/aoo41x/main/rsc/source/res/ |
H A D | rsccont.cxx | 855 RscTypCont * pTC, sal_uInt32 nTab, in ContWriteSrc() argument 865 for( t = 0; t < nTab; t++ ) in ContWriteSrc() 869 fOutput, pTC, nTab, in ContWriteSrc() 947 RscTypCont * pTC, sal_uInt32 nTab, in WriteSrc() argument 950 RscTop::WriteSrc( rInst, fOutput, pTC, nTab, pVarName ); in WriteSrc() 951 ContWriteSrc( rInst, fOutput, pTC, nTab, pVarName ); in WriteSrc() 1070 RscTypCont * pTC, sal_uInt32 nTab, in WriteSrc() argument 1075 RscTop::WriteSrc( rInst, fOutput, pTC, nTab, pVarName ); in WriteSrc() 1078 for( i = 0; i < nTab; i++ ) in WriteSrc() 1082 ContWriteSrc( rInst, fOutput, pTC, nTab +1, pVarName ); in WriteSrc() [all …]
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | lotread.cxx | 64 nTab = 0; in Read() 123 nTab++; in Read() 252 nTab = 0; in Read() 282 DBG_ASSERT( nTab == 0, in Read() 284 nTab++; in Read()
|
/aoo41x/main/sc/source/filter/dif/ |
H A D | difexp.cxx | 111 SCTAB nTab = rRange.aStart.Tab(); in ScExportDif() local 122 DBG_ASSERT( pDoc->HasTable( nTab ), "*ScExportDif(): Tabelle nicht vorhanden!" ); in ScExportDif() 127 pDoc->GetName( nTab, aString ); in ScExportDif() 167 pDoc->GetCell( nColCnt, nRowCnt, nTab, pAkt ); in ScExportDif() 187 pDoc->GetInputString( nColCnt, nRowCnt, nTab, aString ); in ScExportDif() 215 pDoc->GetInputString( nColCnt, nRowCnt, nTab, aString ); in ScExportDif()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlimp.cxx | 152 SCTAB nTab = maRange.aStart.Tab(); in WriteToDocument() local 153 …ScMergeAttr* pItem = (ScMergeAttr*) mpDoc->GetAttr( pEntry->nCol, pEntry->nRow, nTab, ATTR_MERGE ); in WriteToDocument() 160 mpDoc->GetAttr( pEntry->nCol, pEntry->nRow, nTab, ATTR_BORDER ); in WriteToDocument() 165 … mpDoc->GetAttr( pEntry->nCol + nColMerge - 1, pEntry->nRow, nTab, ATTR_BORDER ); in WriteToDocument() 171 … mpDoc->GetAttr( pEntry->nCol, pEntry->nRow + nRowMerge - 1, nTab, ATTR_BORDER ); in WriteToDocument() 174 mpDoc->ApplyAttr( pEntry->nCol, pEntry->nRow, nTab, aNewItem ); in WriteToDocument()
|