Lines Matching refs:OTableController

87 	static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::OTableController > aAutoRegistration;  in createRegistryInfo_OTableControl()
135 ::rtl::OUString SAL_CALL OTableController::getImplementationName() throw( RuntimeException ) in getImplementationName()
141 ::rtl::OUString OTableController::getImplementationName_Static() throw( RuntimeException ) in getImplementationName_Static()
146 Sequence< ::rtl::OUString> OTableController::getSupportedServiceNames_Static(void) throw( RuntimeEx… in getSupportedServiceNames_Static()
153 Sequence< ::rtl::OUString> SAL_CALL OTableController::getSupportedServiceNames() throw(RuntimeExcep… in getSupportedServiceNames()
158 Reference< XInterface > SAL_CALL OTableController::Create(const Reference<XMultiServiceFactory >& _… in Create()
160 return *(new OTableController(_rxFactory)); in Create()
163 DBG_NAME(OTableController) in DBG_NAME() argument
165 OTableController::OTableController(const Reference< XMultiServiceFactory >& _rM) : OTableController… in DBG_NAME()
171 DBG_CTOR(OTableController,NULL); in DBG_NAME()
178 OTableController::~OTableController() in ~OTableController()
183 DBG_DTOR(OTableController,NULL); in ~OTableController()
187 void OTableController::startTableListening() in startTableListening()
195 void OTableController::stopTableListening() in stopTableListening()
203 void OTableController::disposing() in disposing()
211 FeatureState OTableController::GetState(sal_uInt16 _nId) const in GetState()
273 void OTableController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >& aArgs) in Execute()
309 sal_Bool OTableController::doSaveDoc(sal_Bool _bSaveAs) in doSaveDoc()
479 void OTableController::doEditIndexes() in doEditIndexes()
534 void OTableController::impl_initialize() in impl_initialize()
576 sal_Bool OTableController::Construct(Window* pParent) in Construct()
585 sal_Bool SAL_CALL OTableController::suspend(sal_Bool /*_bSuspend*/) throw( RuntimeException ) in suspend()
651 void OTableController::describeSupportedFeatures() in describeSupportedFeatures()
665 void OTableController::impl_onModifyChanged() in impl_onModifyChanged()
671 void SAL_CALL OTableController::disposing( const EventObject& _rSource ) throw(RuntimeException) in disposing()
684 void OTableController::Save(const Reference< XObjectOutputStream>& _rxOut) in Save()
690 void OTableController::Load(const Reference< XObjectInputStream>& _rxIn) in Load()
696 void OTableController::losingConnection( ) in losingConnection()
719 TOTypeInfoSP OTableController::getTypeInfoByType(sal_Int32 _nDataType) const in getTypeInfoByType()
724 void OTableController::appendColumns(Reference<XColumnsSupplier>& _rxColSup,sal_Bool _bNew,sal_Bool… in appendColumns()
785 void OTableController::appendPrimaryKey(Reference<XKeysSupplier>& _rxSup,sal_Bool _bNew) in appendPrimaryKey()
825 void OTableController::loadData() in loadData()
963 Reference<XNameAccess> OTableController::getKeyColumns() const in getKeyColumns()
968 sal_Bool OTableController::checkColumns(sal_Bool _bNew) throw(::com::sun::star::sdbc::SQLException) in checkColumns()
1036 void OTableController::alterColumns() in alterColumns()
1372 void OTableController::dropPrimaryKey() in dropPrimaryKey()
1419 void OTableController::assignTable() in assignTable()
1454 sal_Bool OTableController::isAddAllowed() const in isAddAllowed()
1475 sal_Bool OTableController::isDropAllowed() const in isDropAllowed()
1491 sal_Bool OTableController::isAlterAllowed() const in isAlterAllowed()
1497 void OTableController::reSyncRows() in reSyncRows()
1519 ::rtl::OUString OTableController::createUniqueName(const ::rtl::OUString& _rName) in createUniqueName()
1540 ::rtl::OUString OTableController::getPrivateTitle() const in getPrivateTitle()
1567 void OTableController::reload() in reload()
1576 sal_Int32 OTableController::getFirstEmptyRowPosition() in getFirstEmptyRowPosition()
1600 bool OTableController::isAutoIncrementPrimaryKey() const in isAutoIncrementPrimaryKey()