Lines Matching refs:OTableController

85     static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::OTableController > aAutoRegistration;  in createRegistryInfo_OTableControl()
133 ::rtl::OUString SAL_CALL OTableController::getImplementationName() throw( RuntimeException ) in getImplementationName()
139 ::rtl::OUString OTableController::getImplementationName_Static() throw( RuntimeException ) in getImplementationName_Static()
144 Sequence< ::rtl::OUString> OTableController::getSupportedServiceNames_Static(void) throw( RuntimeEx… in getSupportedServiceNames_Static()
151 Sequence< ::rtl::OUString> SAL_CALL OTableController::getSupportedServiceNames() throw(RuntimeExcep… in getSupportedServiceNames()
156 Reference< XInterface > SAL_CALL OTableController::Create(const Reference<XMultiServiceFactory >& _… in Create()
158 return *(new OTableController(_rxFactory)); in Create()
161 DBG_NAME(OTableController) in DBG_NAME() argument
163 OTableController::OTableController(const Reference< XMultiServiceFactory >& _rM) : OTableController… in DBG_NAME()
169 DBG_CTOR(OTableController,NULL); in DBG_NAME()
176 OTableController::~OTableController() in ~OTableController()
181 DBG_DTOR(OTableController,NULL); in ~OTableController()
185 void OTableController::startTableListening() in startTableListening()
193 void OTableController::stopTableListening() in stopTableListening()
201 void OTableController::disposing() in disposing()
209 FeatureState OTableController::GetState(sal_uInt16 _nId) const in GetState()
271 void OTableController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >& aArgs) in Execute()
307 sal_Bool OTableController::doSaveDoc(sal_Bool _bSaveAs) in doSaveDoc()
477 void OTableController::doEditIndexes() in doEditIndexes()
532 void OTableController::impl_initialize() in impl_initialize()
574 sal_Bool OTableController::Construct(Window* pParent) in Construct()
583 sal_Bool SAL_CALL OTableController::suspend(sal_Bool /*_bSuspend*/) throw( RuntimeException ) in suspend()
649 void OTableController::describeSupportedFeatures() in describeSupportedFeatures()
663 void OTableController::impl_onModifyChanged() in impl_onModifyChanged()
669 void SAL_CALL OTableController::disposing( const EventObject& _rSource ) throw(RuntimeException) in disposing()
682 void OTableController::Save(const Reference< XObjectOutputStream>& _rxOut) in Save()
688 void OTableController::Load(const Reference< XObjectInputStream>& _rxIn) in Load()
694 void OTableController::losingConnection( ) in losingConnection()
717 TOTypeInfoSP OTableController::getTypeInfoByType(sal_Int32 _nDataType) const in getTypeInfoByType()
722 void OTableController::appendColumns(Reference<XColumnsSupplier>& _rxColSup,sal_Bool _bNew,sal_Bool… in appendColumns()
783 void OTableController::appendPrimaryKey(Reference<XKeysSupplier>& _rxSup,sal_Bool _bNew) in appendPrimaryKey()
823 void OTableController::loadData() in loadData()
961 Reference<XNameAccess> OTableController::getKeyColumns() const in getKeyColumns()
966 sal_Bool OTableController::checkColumns(sal_Bool _bNew) throw(::com::sun::star::sdbc::SQLException) in checkColumns()
1034 void OTableController::alterColumns() in alterColumns()
1370 void OTableController::dropPrimaryKey() in dropPrimaryKey()
1417 void OTableController::assignTable() in assignTable()
1453 sal_Bool OTableController::isAddAllowed() const in isAddAllowed()
1474 sal_Bool OTableController::isDropAllowed() const in isDropAllowed()
1490 sal_Bool OTableController::isAlterAllowed() const in isAlterAllowed()
1496 void OTableController::reSyncRows() in reSyncRows()
1518 ::rtl::OUString OTableController::createUniqueName(const ::rtl::OUString& _rName) in createUniqueName()
1539 ::rtl::OUString OTableController::getPrivateTitle() const in getPrivateTitle()
1566 void OTableController::reload() in reload()
1575 sal_Int32 OTableController::getFirstEmptyRowPosition() in getFirstEmptyRowPosition()
1599 bool OTableController::isAutoIncrementPrimaryKey() const in isAutoIncrementPrimaryKey()