Lines Matching refs:DisplayInfo

53 class DisplayInfo : public ::cppu::WeakAggImplHelper3< XPropertySet, XPropertySetInfo, XServiceInfo…  class
56 DisplayInfo( sal_uInt32 nDisplay );
87 DisplayInfo::DisplayInfo( sal_uInt32 nDisplay ) in DisplayInfo() function in vcl::DisplayInfo
93 Reference< XPropertySetInfo > SAL_CALL DisplayInfo::getPropertySetInfo( ) throw (RuntimeException) in getPropertySetInfo()
98 void SAL_CALL DisplayInfo::setPropertyValue( const OUString& /*aPropertyName* */, const Any& /*aVal… in setPropertyValue()
103 Any SAL_CALL DisplayInfo::getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyEx… in getPropertyValue()
124 void SAL_CALL DisplayInfo::addPropertyChangeListener( const OUString&, const Reference< XPropertyCh… in addPropertyChangeListener()
125 void SAL_CALL DisplayInfo::removePropertyChangeListener( const OUString&, const Reference< XPropert… in removePropertyChangeListener()
126 void SAL_CALL DisplayInfo::addVetoableChangeListener( const OUString&, const Reference< XVetoableCh… in addVetoableChangeListener()
127 void SAL_CALL DisplayInfo::removeVetoableChangeListener( const OUString&, const Reference< XVetoabl… in removeVetoableChangeListener()
130 Sequence< Property > SAL_CALL DisplayInfo::getProperties( ) throw (RuntimeException) in getProperties()
138 Property SAL_CALL DisplayInfo::getPropertyByName( const OUString& aName ) throw (UnknownPropertyExc… in getPropertyByName()
146 ::sal_Bool SAL_CALL DisplayInfo::hasPropertyByName( const OUString& Name ) throw (RuntimeException) in hasPropertyByName()
153 OUString SAL_CALL DisplayInfo::getImplementationName( ) throw (RuntimeException) in getImplementationName()
159 ::sal_Bool SAL_CALL DisplayInfo::supportsService( const OUString& ServiceName ) throw (RuntimeExcep… in supportsService()
170 Sequence< OUString > SAL_CALL DisplayInfo::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
305 return makeAny( Reference< XPropertySet >( new DisplayInfo( Index ) ) ); in getByIndex()