Searched refs:OSingleSelectQueryComposer (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/qadevOOo/objdsc/dbaccess/ |
H A D | org.openoffice.comp.dba.OSingleSelectQueryComposer.csv | 1 "OSingleSelectQueryComposer";"com::sun::star::sdbcx::XTablesSupplier";"getTables()" 2 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryComposer";"setFilter()" 6 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryComposer";"setGroup()" 11 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryComposer";"setOrder()" 13 "OSingleSelectQueryComposer";"com::sun::star::sdb::SingleSelectQueryComposer";"Original" 14 "OSingleSelectQueryComposer";"com::sun::star::sdbcx::XColumnsSupplier";"getColumns()" 15 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryAnalyzer";"getQuery()" 16 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryAnalyzer";"setQuery()" 17 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryAnalyzer";"getFilter()" 19 "OSingleSelectQueryComposer";"com::sun::star::sdb::XSingleSelectQueryAnalyzer";"getGroup()" [all …]
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | SingleSelectQueryComposer.cxx | 239 DBG_NAME(OSingleSelectQueryComposer) in DBG_NAME() argument 241 OSingleSelectQueryComposer::OSingleSelectQueryComposer(const Reference< XNameAccess>& _rxTables, in DBG_NAME() 259 DBG_CTOR(OSingleSelectQueryComposer,NULL); in DBG_NAME() 292 OSingleSelectQueryComposer::~OSingleSelectQueryComposer() in ~OSingleSelectQueryComposer() 294 DBG_DTOR(OSingleSelectQueryComposer,NULL); in ~OSingleSelectQueryComposer() 307 void SAL_CALL OSingleSelectQueryComposer::disposing(void) in disposing() 325 IMPLEMENT_PROPERTYCONTAINER_DEFAULTS(OSingleSelectQueryComposer) in IMPLEMENT_FORWARD_XINTERFACE3() 483 …::std::mem_fun1_t<bool,OSingleSelectQueryComposer,::rtl::OUString> F_tmp(&OSingleSelectQueryCompos… in appendHavingClauseByColumn() 490 …::std::mem_fun1_t<bool,OSingleSelectQueryComposer,::rtl::OUString> F_tmp(&OSingleSelectQueryCompos… in appendFilterByColumn() 1410 void OSingleSelectQueryComposer::clearColumns( const EColumnType _eType ) in clearColumns() [all …]
|
H A D | RowSet.cxx | 2306 …m_xComposer = new OSingleSelectQueryComposer( impl_getTables_throw(), m_xActiveConnection, m_aCont… in impl_initComposer_throw()
|
/aoo41x/main/dbaccess/source/core/inc/ |
H A D | SingleSelectQueryComposer.hxx | 60 class OSingleSelectQueryComposer : public ::comphelper::OMutexAndBroadcastHelper class 63 ,public ::comphelper::OPropertyArrayUsageHelper < OSingleSelectQueryComposer > 141 ,::std::mem_fun1_t<bool,OSingleSelectQueryComposer,::rtl::OUString>& _aSetFunctor 191 virtual ~OSingleSelectQueryComposer(); 194 …OSingleSelectQueryComposer( const ::com::sun::star::uno::Reference< ::com::sun::star::container::X…
|
/aoo41x/main/dbaccess/qa/unoapi/ |
H A D | dbaccess.sce | 33 -o dbaccess.OSingleSelectQueryComposer
|
/aoo41x/main/qadevOOo/tests/java/mod/_dbaccess/ |
H A D | OSingleSelectQueryComposer.java | 138 public class OSingleSelectQueryComposer extends TestCase { class
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | connection.cxx | 727 xRet = new OSingleSelectQueryComposer( getTables(),this, m_aContext ); in createInstance()
|
Completed in 78 milliseconds