Searched refs:pDBColl (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/source/ui/docshell/ |
H A D | arealink.cxx | 215 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()
|
H A D | docsh4.cxx | 225 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()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | foptmgr.cxx | 142 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local 177 if ( pDBColl ) in Init() 181 ScDBData* pDBData = pDBColl->GetDBAtArea( in Init()
|
H A D | pfiltdlg.cxx | 170 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local 181 if ( pDBColl ) in Init() 185 ScDBData* pDBData = pDBColl->GetDBAtArea( rStart.Tab(), in Init()
|
H A D | dbnamdlg.cxx | 240 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local 251 if ( pDBColl ) in Init() 254 pDBData = pDBColl->GetDBAtCursor( nStartCol, nStartRow, nStartTab, sal_True ); in Init()
|
H A D | tpsort.cxx | 651 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local 686 if ( pDBColl ) in Init() 689 = pDBColl->GetDBAtArea( nCurTab, in Init()
|
/trunk/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 662 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 D | tabvwsh4.cxx | 1744 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/core/tool/ |
H A D | compiler.cxx | 3027 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in IsDBRange() local 3028 if (pDBColl->SearchName( rName, n ) ) in IsDBRange() 3030 ScDBData* pData = (*pDBColl)[n]; in IsDBRange()
|
Completed in 76 milliseconds