Home
last modified time | relevance | path

Searched refs:HasTable (Results 1 – 25 of 26) sorted by relevance

12

/aoo41x/main/sc/source/ui/app/
H A Dtransobj.cxx160 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()
/aoo41x/main/sc/source/filter/lotus/
H A Dlotimpop.cxx145 if( !pD->HasTable( static_cast<SCTAB> (nLTab) ) ) in Columnwidth()
351 if( pD->HasTable( static_cast<SCTAB> (nLTab) ) ) in NamedSheet()
H A Dlotread.cxx224 DBG_ASSERT( pD->HasTable( nCnt ), in Read()
/aoo41x/main/sc/source/filter/rtf/
H A Dexpbase.cxx88 if ( !pDoc->HasTable( nTab ) || !pDoc->IsVisible( nTab ) ) in IsEmptyTable()
H A Drtfexp.cxx130 if ( pDoc->HasTable( nTab ) ) in WriteTab()
/aoo41x/main/sc/source/core/tool/
H A Dchartlock.cxx58 if (pDoc->HasTable(nTab)) in lcl_getAllLivingCharts()
H A Drangeutl.cxx657 if (pDocument && pDocument->HasTable(rAddress.Tab())) in GetStringFromAddress()
674 if (pDocument && pDocument->HasTable(rRange.aStart.Tab())) in GetStringFromRange()
/aoo41x/main/sc/source/ui/view/
H A Dtabvwsh5.cxx89 if (!pDoc->HasTable( GetViewData()->GetTabNo() )) in Notify()
H A Dviewdata.cxx352 while ( !pDoc->IsVisible(nTabNo) && pDoc->HasTable(nTabNo+1) ) in ScViewData()
2338 if (pDoc->HasTable( nNewTab )) in ReadUserData()
3003 …if (!pLocalDoc->HasTable(nTab)) // #114007# if called from reload, the sheet may not exist in UpdateFixX()
3038 …if (!pLocalDoc->HasTable(nTab)) // #114007# if called from reload, the sheet may not exist in UpdateFixY()
H A Dviewfun5.cxx148 if (!pSrcDoc->HasTable(nSrcTab)) in PasteDataFormat()
H A Dtabview2.cxx211 if ( pDoc->HasTable(nTab) ) in DoneBlockMode()
H A Dtabvwsh4.cxx1629 if (!pDoc->HasTable(nVisTab)) in Construct()
H A Dviewfun3.cxx1234 if ( pClipDoc->HasTable(nClipTab) ) in PasteFromClip()
H A Dtabview3.cxx2507 if (!pDoc->HasTable(nTab)) // Tabelle geloescht ? in PaintExtras()
H A Dprintfun.cxx2468 if (pDoc->HasTable( nPrintTab )) in CountPages()
/aoo41x/main/sc/source/filter/dif/
H A Ddifexp.cxx122 DBG_ASSERT( pDoc->HasTable( nTab ), "*ScExportDif(): Tabelle nicht vorhanden!" ); in ScExportDif()
/aoo41x/main/sc/source/filter/excel/
H A Dimpop.cxx731 DBG_ASSERT( !pD->HasTable( nScTab ), "ImportExcel::Boundsheet - sheet exists already" ); in Boundsheet()
1179 if( nTab > 0 && !pD->HasTable( nTab ) ) in NeueTabelle()
H A Dexcimp8.cxx172 DBG_ASSERT( !pD->HasTable( nScTab ), "ImportExcel8::Boundsheet - sheet exists already" ); in Boundsheet()
H A Dxipivot.cxx670 if( rDoc.HasTable( nScTab ) ) in ReadPivotCacheStream()
/aoo41x/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx546 if ( !pDoc->HasTable( nTempSheet ) ) in callFunction()
H A Dviewuno.cxx547 if (!pDoc->HasTable(nTab)) in lcl_CallActivate()
1197 if ( pViewSh->GetViewData()->GetDocument()->HasTable(nNewTab) ) in setActiveSheet()
/aoo41x/main/sc/source/ui/undo/
H A Dundoblk3.cxx1660 if (pUndoDoc->HasTable(nTab)) in Undo()
1710 if (pRedoDoc->HasTable(nTab)) in Redo()
H A Dundoblk.cxx1492 while ( pUndoDoc->HasTable(nEndTab+1) && pUndoDoc->IsScenario(nEndTab+1) ) in Undo()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1899 if (!aDocument.HasTable(nVisTab)) in Draw()
1952 if (!aDocument.HasTable(nVisTab)) in GetVisArea()
/aoo41x/main/sc/inc/
H A Ddocument.hxx569 SC_DLLPUBLIC sal_Bool HasTable( SCTAB nTab ) const;

Completed in 189 milliseconds

12