Searched refs:m_aDatasource (Results 1 – 6 of 6) sorted by relevance
130 m_aDatasource.SetSizePixel(aNewSize); in ODatasourceSelectDialog()209 m_aDatasource.SelectEntryPos(m_aDatasource.InsertEntry( sDatabaseName ));256 m_aDatasource.GrabFocus(); in IMPL_LINK()261 m_aDatasource.Disable(); in IMPL_LINK()277 m_aDatasource.Enable();290 if (m_aDatasource.GetEntryCount()) in fillListBox()292 m_aDatasource.Clear(); in fillListBox()299 m_aDatasource.InsertEntry( *aDS ); in fillListBox()302 if (m_aDatasource.GetEntryCount()) in fillListBox()305 m_aDatasource.SelectEntry(sSelected); in fillListBox()[all …]
53 ListBox m_aDatasource; member in dbaui::ODatasourceSelectDialog71 inline String GetSelected() const { return m_aDatasource.GetSelectEntry();} in GetSelected()72 void Select( const String& _rEntry ) { m_aDatasource.SelectEntry(_rEntry); } in Select()
74 ,m_aDatasource (this, ModuleRes(LB_DATASOURCE)) in OTableSelectionPage()88 m_aDatasource.SetDropDownLineCount(10); in OTableSelectionPage()95 m_aDatasource.GrabFocus(); in ActivatePage()104 if (0 == m_aDatasource.GetSelectEntryCount()) in canAdvance()128 m_aDatasource.Hide(); in initializePage()132 m_aTable.SetPosPixel(m_aDatasource.GetPosPixel()); in initializePage()133 m_aDatasource.InsertEntry(sDataSourceName); in initializePage()135 m_aDatasource.SelectEntry(sDataSourceName); in initializePage()218 m_aDatasource.InsertEntry(sDataSourceName);219 m_aDatasource.SelectEntry(sDataSourceName);[all …]
46 ListBox m_aDatasource; member in dbp::OTableSelectionPage
667 m_aDatasource.EnableAutocomplete(sal_True); in implConstruct()677 m_aDatasource.SetDropDownLineCount(15); in implConstruct()705 m_aDatasource.SetReadOnly( sal_True ); in implConstruct()707 m_aDatasource.SetControlBackground( rNewColor ); in implConstruct()753 m_aDatasource.SetText(sName); in loadConfiguration()804 m_aDatasource.Clear(); in initializeDatasources()819 m_aDatasource.InsertEntry(*pDatasourceNames); in initializeDatasources()838 m_aDatasource.SaveValue(); in resetTables()939 m_aDatasource.SaveValue(); in resetFields()1159 if (_pBox == &m_aDatasource) in IMPL_LINK()[all …]
58 ComboBox m_aDatasource; member in svt::AddressBookSourceDialog
Completed in 48 milliseconds