Home
last modified time | relevance | path

Searched refs:pDrvItem (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A DDBSetupConnectionPages.cxx430 const SfxStringItem* pDrvItem = _rSet.GetItem<SfxStringItem>(DSID_JDBCDRIVERCLASS); in implInitControls() local
439 m_xETDriverClass->set_text(pDrvItem->GetValue()); in implInitControls()
541 const SfxStringItem* pDrvItem = _rSet.GetItem<SfxStringItem>(DSID_JDBCDRIVERCLASS); in implInitControls() local
545 if ( !pDrvItem->GetValue().getLength() ) in implInitControls()
556 m_xETDriverClass->set_text(pDrvItem->GetValue()); in implInitControls()
560 bool bEnable = pDrvItem->GetValue().getLength() != 0; in implInitControls()
H A Ddetailpages.cxx419 const SfxStringItem* pDrvItem = _rSet.GetItem<SfxStringItem>(DSID_JDBCDRIVERCLASS); in implInitControls() local
428 m_xEDDriverClass->set_text(pDrvItem->GetValue()); in implInitControls()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A DDBSetupConnectionPages.cxx447 const SfxStringItem* pDrvItem = _rSet.GetItem<SfxStringItem>(DSID_JDBCDRIVERCLASS); in implInitControls() local
456 m_xETDriverClass->set_text(pDrvItem->GetValue()); in implInitControls()
558 const SfxStringItem* pDrvItem = _rSet.GetItem<SfxStringItem>(DSID_JDBCDRIVERCLASS); in implInitControls() local
562 if ( !pDrvItem->GetValue().getLength() ) in implInitControls()
573 m_xETDriverClass->set_text(pDrvItem->GetValue()); in implInitControls()
577 bool bEnable = pDrvItem->GetValue().getLength() != 0; in implInitControls()
H A Ddetailpages.cxx423 const SfxStringItem* pDrvItem = _rSet.GetItem<SfxStringItem>(DSID_JDBCDRIVERCLASS); in implInitControls() local
432 m_xEDDriverClass->set_text(pDrvItem->GetValue()); in implInitControls()