Home
last modified time | relevance | path

Searched refs:pDBColl (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxedbdata.cxx108 ScDBCollection* pDBColl = rDoc.GetDBCollection(); in Initialize() local
109 if (!pDBColl) in Initialize()
112 ScDBCollection::NamedDBs& rDBs = pDBColl->getNamedDBs(); in Initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxedbdata.cxx105 ScDBCollection* pDBColl = rDoc.GetDBCollection(); in Initialize() local
106 if (!pDBColl) in Initialize()
109 ScDBCollection::NamedDBs& rDBs = pDBColl->getNamedDBs(); in Initialize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dfoptmgr.cxx96 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
127 if ( pDBColl ) in Init()
131 const ScDBData* pDBData = pDBColl->GetDBAtArea( in Init()
H A Dpfiltdlg.cxx113 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
118 if ( pDBColl ) in Init()
122 ScDBData* pDBData = pDBColl->GetDBAtArea( rStart.Tab(), in Init()
H A Ddbnamdlg.cxx204 ScDBCollection* pDBColl = rDoc.GetDBCollection(); in Init() local
213 if ( pDBColl ) in Init()
216 …ScDBData* pDBData = pDBColl->GetDBAtCursor( nStartCol, nStartRow, nStartTab, ScDBDataPortion::TOP_… in Init()
H A Dtpsort.cxx537 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
559 if ( pDBColl ) in Init()
562 = pDBColl->GetDBAtArea( nCurTab, in Init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dfoptmgr.cxx96 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
127 if ( pDBColl ) in Init()
131 const ScDBData* pDBData = pDBColl->GetDBAtArea( in Init()
H A Dpfiltdlg.cxx113 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
118 if ( pDBColl ) in Init()
122 ScDBData* pDBData = pDBColl->GetDBAtArea( rStart.Tab(), in Init()
H A Ddbnamdlg.cxx203 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
213 if ( pDBColl ) in Init()
216 … pDBData = pDBColl->GetDBAtCursor( nStartCol, nStartRow, nStartTab, ScDBDataPortion::TOP_LEFT ); in Init()
H A Dtpsort.cxx539 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local
561 if ( pDBColl ) in Init()
564 = pDBColl->GetDBAtArea( nCurTab, in Init()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Darealink.cxx195 ScDBCollection* pDBColl = rSrcDoc.GetDBCollection(); in FindExtRange() local
196 if (pDBColl) in FindExtRange()
198 const ScDBData* pDB = pDBColl->getNamedDBs().findByUpperName(aUpperName); in FindExtRange()
H A Ddocsh4.cxx288 ScDBCollection* pDBColl = m_aDocument.GetDBCollection(); in Execute() local
289 …if ( !pDBColl || !pDBColl->getNamedDBs().findByUpperName(ScGlobal::getCharClassPtr()->uppercase(sT… in Execute()
542 ScDBCollection* pDBColl = m_aDocument.GetDBCollection(); in Execute() local
550 if (pViewSh && pDBColl) in Execute()
558 ScDBCollection::NamedDBs& rDBs = pDBColl->getNamedDBs(); in Execute()
599 if ( !bDone && pDBColl ) in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Darealink.cxx195 ScDBCollection* pDBColl = pSrcDoc->GetDBCollection(); in FindExtRange() local
196 if (pDBColl) in FindExtRange()
198 const ScDBData* pDB = pDBColl->getNamedDBs().findByUpperName(aUpperName); in FindExtRange()
H A Ddocsh4.cxx262 ScDBCollection* pDBColl = m_aDocument.GetDBCollection(); in Execute() local
263 …if ( !pDBColl || !pDBColl->getNamedDBs().findByUpperName(ScGlobal::pCharClass->uppercase(sTarget))… in Execute()
518 ScDBCollection* pDBColl = m_aDocument.GetDBCollection(); in Execute() local
526 if (pViewSh && pDBColl) in Execute()
534 ScDBCollection::NamedDBs& rDBs = pDBColl->getNamedDBs(); in Execute()
575 if ( !bDone && pDBColl ) in Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dtabvwsh4.cxx1612 ScDBCollection* pDBColl = rDoc.GetDBCollection(); in Construct() local
1613 if ( pDBColl ) in Construct()
1615 const ScDBCollection::NamedDBs& rDBs = pDBColl->getNamedDBs(); in Construct()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dtabvwsh4.cxx1562 ScDBCollection* pDBColl = rDoc.GetDBCollection(); in Construct() local
1563 if ( pDBColl ) in Construct()
1565 const ScDBCollection::NamedDBs& rDBs = pDBColl->getNamedDBs(); in Construct()