Searched refs:aDBNameList (Results 1 – 3 of 3) sorted by relevance
377 SvStringsDtor aDBNameList(5, 1); in ExecuteMailMergeWizard() local379 m_pView->GetWrtShell().GetAllUsedDB( aDBNameList, &aAllDBNames ); in ExecuteMailMergeWizard()380 if(aDBNameList.Count()) in ExecuteMailMergeWizard()382 String sDBName = *aDBNameList[0]; in ExecuteMailMergeWizard()726 SvStringsDtor aDBNameList; in Notify() local727 pDoc->GetAllUsedDB( aDBNameList ); in Notify()728 sal_uInt16 nCount = aDBNameList.Count(); in Notify()
163 SvStringsDtor aDBNameList(5, 1); in FillDBPopup() local164 pSh->GetAllUsedDB( aDBNameList, &aAllDBNames ); in FillDBPopup()166 sal_uInt16 nCount = aDBNameList.Count(); in FillDBPopup()173 sDBName = *aDBNameList.GetObject(k); in FillDBPopup()
1930 SvStringsDtor aDBNameList(5, 1); in SetSourceView() local1932 pView->GetWrtShell().GetAllUsedDB( aDBNameList, &aAllDBNames ); in SetSourceView()1933 if(aDBNameList.Count()) in SetSourceView()
Completed in 21 milliseconds