/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/ |
H A D | xedbdata.cxx | 108 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 D | xedbdata.cxx | 105 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 D | foptmgr.cxx | 96 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local 127 if ( pDBColl ) in Init() 131 const ScDBData* pDBData = pDBColl->GetDBAtArea( in Init()
|
H A D | pfiltdlg.cxx | 113 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local 118 if ( pDBColl ) in Init() 122 ScDBData* pDBData = pDBColl->GetDBAtArea( rStart.Tab(), in Init()
|
H A D | dbnamdlg.cxx | 204 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 D | tpsort.cxx | 537 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 D | foptmgr.cxx | 96 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local 127 if ( pDBColl ) in Init() 131 const ScDBData* pDBData = pDBColl->GetDBAtArea( in Init()
|
H A D | pfiltdlg.cxx | 113 ScDBCollection* pDBColl = pDoc->GetDBCollection(); in Init() local 118 if ( pDBColl ) in Init() 122 ScDBData* pDBData = pDBColl->GetDBAtArea( rStart.Tab(), in Init()
|
H A D | dbnamdlg.cxx | 203 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 D | tpsort.cxx | 539 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 D | arealink.cxx | 195 ScDBCollection* pDBColl = rSrcDoc.GetDBCollection(); in FindExtRange() local 196 if (pDBColl) in FindExtRange() 198 const ScDBData* pDB = pDBColl->getNamedDBs().findByUpperName(aUpperName); in FindExtRange()
|
H A D | docsh4.cxx | 288 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 D | arealink.cxx | 195 ScDBCollection* pDBColl = pSrcDoc->GetDBCollection(); in FindExtRange() local 196 if (pDBColl) in FindExtRange() 198 const ScDBData* pDB = pDBColl->getNamedDBs().findByUpperName(aUpperName); in FindExtRange()
|
H A D | docsh4.cxx | 262 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 D | tabvwsh4.cxx | 1612 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 D | tabvwsh4.cxx | 1562 ScDBCollection* pDBColl = rDoc.GetDBCollection(); in Construct() local 1563 if ( pDBColl ) in Construct() 1565 const ScDBCollection::NamedDBs& rDBs = pDBColl->getNamedDBs(); in Construct()
|