Lines Matching refs:sCommand
253 m_aListLB.SetEntryText(rCurrentData.sCommand, pEntry, ITEMID_TABLE - 1); in SwAddressListDialog()
305 String sCommand = m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_LINK() local
306 if ( !sCommand.Len() ) in IMPL_LINK()
326 OUString(sCommand))); in IMPL_LINK()
543 pThis->m_aDBData.sCommand = pThis->m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_STATIC_LINK()
612 m_aDBData.sCommand = pDlg->GetSelectedTable(bIsTable); in DetectTablesAndQueries()
622 m_aDBData.sCommand = aTables[0]; in DetectTablesAndQueries()
627 m_aDBData.sCommand = aQueries[0]; in DetectTablesAndQueries()
632 if ( m_aDBData.sCommand.getLength() ) in DetectTablesAndQueries()
639 m_aDBData.sCommand, in DetectTablesAndQueries()
644 m_aListLB.SetEntryText(m_aDBData.sCommand, pSelect, ITEMID_TABLE - 1); in DetectTablesAndQueries()
648 String sCommand = m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in DetectTablesAndQueries() local
649 m_aOK.Enable(pSelect && sCommand.Len()); in DetectTablesAndQueries()
650 m_aFilterPB.Enable( pUserData->xConnection.is() && sCommand.Len() ); in DetectTablesAndQueries()