Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx76 OTableWindowAccess::OTableWindowAccess(OTableWindow* _pTable) in OTableWindowAccess() function in dbaui::OTableWindowAccess
82 void SAL_CALL OTableWindowAccess::disposing() in disposing()
88 void OTableWindowAccess::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
99 Any SAL_CALL OTableWindowAccess::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
105 Sequence< Type > SAL_CALL OTableWindowAccess::getTypes( ) throw (RuntimeException) in getTypes()
110 ::rtl::OUString SAL_CALL OTableWindowAccess::getImplementationName() throw(RuntimeException) in getImplementationName()
191 sal_Int16 SAL_CALL OTableWindowAccess::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
219 Reference< XAccessible > OTableWindowAccess::getParentChild(sal_Int32 _nIndex) in getParentChild()
235 sal_Int32 SAL_CALL OTableWindowAccess::getRelationCount( ) throw (RuntimeException) in getRelationCount()
288 sal_Bool OTableWindowAccess::isEditable() const in isEditable()
[all …]
H A DTableWindow.cxx624 OTableWindowAccess* pAccessible = new OTableWindowAccess(this); in CreateAccessible()
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindow.hxx52 class OTableWindowAccess;
65 OTableWindowAccess* m_pAccessible;
H A DTableWindowAccess.hxx45 class OTableWindowAccess : public VCLXAccessibleComponent class
63 OTableWindowAccess( OTableWindow* _pTable);

Completed in 44 milliseconds