Lines Matching refs:DisplayAccess
179 class DisplayAccess : public ::cppu::WeakAggImplHelper4< XPropertySet, XPropertySetInfo, XIndexAcce… class
182 DisplayAccess ();
226 return static_cast< ::cppu::OWeakObject * >( new DisplayAccess ); in DisplayAccess_createInstance()
229 DisplayAccess::DisplayAccess() in DisplayAccess() function in vcl::DisplayAccess
237 Reference< XPropertySetInfo > SAL_CALL DisplayAccess::getPropertySetInfo( ) throw (RuntimeExceptio… in getPropertySetInfo()
242 void SAL_CALL DisplayAccess::setPropertyValue( const OUString& /*aPropertyName* */, const Any& /*aV… in setPropertyValue()
247 Any SAL_CALL DisplayAccess::getPropertyValue( const OUString& PropertyName ) throw (UnknownProperty… in getPropertyValue()
264 void SAL_CALL DisplayAccess::addPropertyChangeListener( const OUString&, const Reference< XProperty… in addPropertyChangeListener()
265 void SAL_CALL DisplayAccess::removePropertyChangeListener( const OUString&, const Reference< XPrope… in removePropertyChangeListener()
266 void SAL_CALL DisplayAccess::addVetoableChangeListener( const OUString&, const Reference< XVetoable… in addVetoableChangeListener()
267 void SAL_CALL DisplayAccess::removeVetoableChangeListener( const OUString&, const Reference< XVetoa… in removeVetoableChangeListener()
270 Sequence< Property > SAL_CALL DisplayAccess::getProperties( ) throw (RuntimeException) in getProperties()
278 Property SAL_CALL DisplayAccess::getPropertyByName( const OUString& aName ) throw (UnknownPropertyE… in getPropertyByName()
288 ::sal_Bool SAL_CALL DisplayAccess::hasPropertyByName( const OUString& Name ) throw (RuntimeExceptio… in hasPropertyByName()
295 ::sal_Int32 SAL_CALL DisplayAccess::getCount() throw (RuntimeException) in getCount()
300 Any SAL_CALL DisplayAccess::getByIndex( ::sal_Int32 Index ) throw (IndexOutOfBoundsException, Wrapp… in getByIndex()
309 Type SAL_CALL DisplayAccess::getElementType( ) throw (RuntimeException) in getElementType()
314 ::sal_Bool SAL_CALL DisplayAccess::hasElements() throw (RuntimeException) in hasElements()
320 OUString SAL_CALL DisplayAccess::getImplementationName( ) throw (RuntimeException) in getImplementationName()
325 ::sal_Bool SAL_CALL DisplayAccess::supportsService( const OUString& ServiceName ) throw (RuntimeExc… in supportsService()
336 Sequence< OUString > SAL_CALL DisplayAccess::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()