Home
last modified time | relevance | path

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

/AOO41X/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()
115 …Sequence< ::rtl::OUString > SAL_CALL OTableWindowAccess::getSupportedServiceNames() throw(RuntimeE… in getSupportedServiceNames()
121 …Sequence< ::rtl::OUString > OTableWindowAccess::getSupportedServiceNames_Static(void) throw( Runti… in getSupportedServiceNames_Static()
129 ::rtl::OUString OTableWindowAccess::getImplementationName_Static(void) throw( RuntimeException ) in getImplementationName_Static()
135 sal_Int32 SAL_CALL OTableWindowAccess::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
[all …]
H A DTableWindow.cxx624 OTableWindowAccess* pAccessible = new OTableWindowAccess(this); in CreateAccessible()
/AOO41X/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);