Home
last modified time | relevance | path

Searched refs:pDBColl (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx662 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
701 if ( pDBColl ) in Init()
704 = pDBColl->GetDBAtArea( nCurTab, in Init()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh4.cxx1744 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Construct() local
1745 if ( pDBColl ) in Construct()
1747 sal_uInt16 nCount = pDBColl->GetCount(); in Construct()
1750 ScDBData* pData = (*pDBColl)[i]; in Construct()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx225 ScDBCollection* pDBColl = aDocument.GetDBCollection(); in Execute() local
227 if ( !pDBColl || !pDBColl->SearchName( sTarget, nDummy ) ) in Execute()
494 ScDBCollection* pDBColl = aDocument.GetDBCollection(); in Execute() local
502 if (pViewSh && pDBColl) in Execute()
508 for (sal_uInt16 i=0; i<pDBColl->GetCount(); i++) in Execute()
510 ScDBData* pDBData = (*pDBColl)[i]; in Execute()
548 if ( !bDone && pDBColl ) in Execute()
H A Darealink.cxx215 ScDBCollection* pDBColl = pSrcDoc->GetDBCollection(); in FindExtRange() local
216 if (pDBColl) in FindExtRange()
217 if (pDBColl->SearchName( rAreaName, nPos )) in FindExtRange()
222 (*pDBColl)[nPos]->GetArea(nTab,nCol1,nRow1,nCol2,nRow2); in FindExtRange()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx651 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
686 if ( pDBColl ) in Init()
689 = pDBColl->GetDBAtArea( nCurTab, in Init()
H A Dfoptmgr.cxx142 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
177 if ( pDBColl ) in Init()
181 ScDBData* pDBData = pDBColl->GetDBAtArea( in Init()
H A Dpfiltdlg.cxx170 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
181 if ( pDBColl ) in Init()
185 ScDBData* pDBData = pDBColl->GetDBAtArea( rStart.Tab(), in Init()
H A Ddbnamdlg.cxx240 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
251 if ( pDBColl ) in Init()
254 pDBData = pDBColl->GetDBAtCursor( nStartCol, nStartRow, nStartTab, sal_True ); in Init()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3027 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in IsDBRange() local
3028 if (pDBColl->SearchName( rName, n ) ) in IsDBRange()
3030 ScDBData* pData = (*pDBColl)[n]; in IsDBRange()

Completed in 87 milliseconds