Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/relationdesign/
H A DRelationController.cxx286 class RelationLoader : public ::osl::Thread class
299 RelationLoader(ORelationController* _pParent in RelationLoader() function in __anonfd0387340111::RelationLoader
319 virtual ~RelationLoader(){} in ~RelationLoader()
324 void SAL_CALL RelationLoader::run() in run()
355 void SAL_CALL RelationLoader::onTerminated() in onTerminated()
361 void RelationLoader::loadTableData(const Any& _aTable) in loadTableData()
527RelationLoader* pThread = new RelationLoader(this,xMetaData,m_xTables,aNames,nStart,nEnd); in loadData()
538 RelationLoader* pThread = new RelationLoader(this,xMetaData,m_xTables,aNames,0,nCount); in loadData()