Searched refs:pDbNames (Results 1 – 2 of 2) sorted by relevance
345 ScDBCollection* pDbNames = pDoc->GetDBCollection(); in lcl_GetDBAreaRange() local346 sal_uInt16 nCount = pDbNames->GetCount(); in lcl_GetDBAreaRange()349 ScDBData* pData = (*pDbNames)[i]; in lcl_GetDBAreaRange()922 ScDBCollection* pDbNames = pDoc->GetDBCollection(); in GetDbNames() local923 sal_uInt16 nCount = pDbNames->GetCount(); in GetDbNames()928 ScDBData* pData = (*pDbNames)[i]; in GetDbNames()
219 ScDBCollection* pDbNames = pDoc->GetDBCollection(); in Init() local221 const sal_uInt16 nDbCount = pDbNames ? pDbNames ->GetCount() : 0; in Init()
Completed in 23 milliseconds