AccessibleFrameSelector.hxx (3334a7e6) | AccessibleFrameSelector.hxx (9b8096d0) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 94 unchanged lines hidden (view full) --- 103 104 //XServiceInfo 105 virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException); 106 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException); 107 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException); 108 109 void Invalidate(); 110 void NotifyFocusListeners(sal_Bool bGetFocus); | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 94 unchanged lines hidden (view full) --- 103 104 //XServiceInfo 105 virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException); 106 virtual sal_Bool SAL_CALL supportsService( const ::rtl::OUString& ServiceName ) throw (::com::sun::star::uno::RuntimeException); 107 virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames( ) throw (::com::sun::star::uno::RuntimeException); 108 109 void Invalidate(); 110 void NotifyFocusListeners(sal_Bool bGetFocus); |
111 void NotifyAccessibleEvent( const sal_Int16 _nEventId, const ::com::sun::star::uno::Any& _rOldValue, const ::com::sun::star::uno::Any& _rNewValue ); |
|
111 112protected: 113 DECL_LINK( WindowEventListener, VclSimpleEvent* ); 114 115 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ); 116 | 112 113protected: 114 DECL_LINK( WindowEventListener, VclSimpleEvent* ); 115 116 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ); 117 |
117 void NotifyAccessibleEvent( const sal_Int16 _nEventId, 118 const ::com::sun::star::uno::Any& _rOldValue, 119 const ::com::sun::star::uno::Any& _rNewValue ); 120 | |
121private: 122 void IsValid() throw (::com::sun::star::uno::RuntimeException); 123 124 FrameSelector* mpFrameSel; 125 ::osl::Mutex maFocusMutex; 126 ::osl::Mutex maPropertyMutex; 127 128 FrameBorderType meBorder; --- 17 unchanged lines hidden --- | 118private: 119 void IsValid() throw (::com::sun::star::uno::RuntimeException); 120 121 FrameSelector* mpFrameSel; 122 ::osl::Mutex maFocusMutex; 123 ::osl::Mutex maPropertyMutex; 124 125 FrameBorderType meBorder; --- 17 unchanged lines hidden --- |