| /AOO42X/main/sc/source/ui/app/ |
| H A D | transobj.cxx | 160 if (pDoc->HasTable(i)) in ScTransferObj() 771 while (nSrcTab<MAXTAB && !pDoc->HasTable(nSrcTab)) in StripRefs() 774 while (nDestTab<MAXTAB && !pDestDoc->HasTable(nDestTab)) in StripRefs() 777 if (!pDoc->HasTable(nSrcTab) || !pDestDoc->HasTable(nDestTab)) in StripRefs()
|
| /AOO42X/main/sc/source/filter/lotus/ |
| H A D | lotimpop.cxx | 145 if( !pD->HasTable( static_cast<SCTAB> (nLTab) ) ) in Columnwidth() 351 if( pD->HasTable( static_cast<SCTAB> (nLTab) ) ) in NamedSheet()
|
| H A D | lotread.cxx | 224 DBG_ASSERT( pD->HasTable( nCnt ), in Read()
|
| /AOO42X/main/sc/source/filter/rtf/ |
| H A D | expbase.cxx | 88 if ( !pDoc->HasTable( nTab ) || !pDoc->IsVisible( nTab ) ) in IsEmptyTable()
|
| H A D | rtfexp.cxx | 130 if ( pDoc->HasTable( nTab ) ) in WriteTab()
|
| /AOO42X/main/sc/source/core/tool/ |
| H A D | chartlock.cxx | 58 if (pDoc->HasTable(nTab)) in lcl_getAllLivingCharts()
|
| H A D | rangeutl.cxx | 657 if (pDocument && pDocument->HasTable(rAddress.Tab())) in GetStringFromAddress() 674 if (pDocument && pDocument->HasTable(rRange.aStart.Tab())) in GetStringFromRange()
|
| /AOO42X/main/sc/source/ui/view/ |
| H A D | tabvwsh5.cxx | 89 if (!pDoc->HasTable( GetViewData()->GetTabNo() )) in Notify()
|
| H A D | viewdata.cxx | 352 while ( !pDoc->IsVisible(nTabNo) && pDoc->HasTable(nTabNo+1) ) in ScViewData() 2338 if (pDoc->HasTable( nNewTab )) in ReadUserData() 3007 …if (!pLocalDoc->HasTable(nTab)) // #114007# if called from reload, the sheet may not exist in UpdateFixX() 3042 …if (!pLocalDoc->HasTable(nTab)) // #114007# if called from reload, the sheet may not exist in UpdateFixY()
|
| H A D | viewfun5.cxx | 148 if (!pSrcDoc->HasTable(nSrcTab)) in PasteDataFormat()
|
| H A D | tabview2.cxx | 211 if ( pDoc->HasTable(nTab) ) in DoneBlockMode()
|
| H A D | tabvwsh4.cxx | 1629 if (!pDoc->HasTable(nVisTab)) in Construct()
|
| H A D | viewfun3.cxx | 1234 if ( pClipDoc->HasTable(nClipTab) ) in PasteFromClip()
|
| H A D | tabview3.cxx | 2507 if (!pDoc->HasTable(nTab)) // Tabelle geloescht ? in PaintExtras()
|
| H A D | printfun.cxx | 2468 if (pDoc->HasTable( nPrintTab )) in CountPages()
|
| /AOO42X/main/sc/source/filter/excel/ |
| H A D | impop.cxx | 731 DBG_ASSERT( !pD->HasTable( nScTab ), "ImportExcel::Boundsheet - sheet exists already" ); in Boundsheet() 1179 if( nTab > 0 && !pD->HasTable( nTab ) ) in NeueTabelle()
|
| H A D | excimp8.cxx | 172 DBG_ASSERT( !pD->HasTable( nScTab ), "ImportExcel8::Boundsheet - sheet exists already" ); in Boundsheet()
|
| H A D | xipivot.cxx | 670 if( rDoc.HasTable( nScTab ) ) in ReadPivotCacheStream()
|
| /AOO42X/main/sc/source/filter/dif/ |
| H A D | difexp.cxx | 122 DBG_ASSERT( pDoc->HasTable( nTab ), "*ScExportDif(): Tabelle nicht vorhanden!" ); in ScExportDif()
|
| /AOO42X/main/sc/source/ui/undo/ |
| H A D | undoblk3.cxx | 1660 if (pUndoDoc->HasTable(nTab)) in Undo() 1710 if (pRedoDoc->HasTable(nTab)) in Redo()
|
| H A D | undoblk.cxx | 1492 while ( pUndoDoc->HasTable(nEndTab+1) && pUndoDoc->IsScenario(nEndTab+1) ) in Undo()
|
| /AOO42X/main/sc/source/ui/unoobj/ |
| H A D | funcuno.cxx | 546 if ( !pDoc->HasTable( nTempSheet ) ) in callFunction()
|
| H A D | viewuno.cxx | 547 if (!pDoc->HasTable(nTab)) in lcl_CallActivate() 1197 if ( pViewSh->GetViewData()->GetDocument()->HasTable(nNewTab) ) in setActiveSheet()
|
| /AOO42X/main/sc/source/ui/docshell/ |
| H A D | docsh4.cxx | 1899 if (!aDocument.HasTable(nVisTab)) in Draw() 1952 if (!aDocument.HasTable(nVisTab)) in GetVisArea()
|
| /AOO42X/main/sc/inc/ |
| H A D | document.hxx | 566 SC_DLLPUBLIC sal_Bool HasTable( SCTAB nTab ) const;
|