Lines Matching refs:OUString

42 using ::rtl::OUString;
60 …virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName, const Any& aValue ) throw (…
61 …virtual Any SAL_CALL getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyExcept…
62 …virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const Reference< X…
63 …virtual void SAL_CALL removePropertyChangeListener( const OUString& aPropertyName, const Reference…
64 …virtual void SAL_CALL addVetoableChangeListener( const OUString& PropertyName, const Reference< XV…
65 …virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName, const Reference<…
69 …virtual Property SAL_CALL getPropertyByName( const OUString& aName ) throw (UnknownPropertyExcepti…
70 virtual ::sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw (RuntimeException);
73 virtual OUString SAL_CALL getImplementationName( ) throw (RuntimeException);
74 …virtual ::sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (RuntimeException…
75 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (RuntimeException);
98 void SAL_CALL DisplayInfo::setPropertyValue( const OUString& /*aPropertyName* */, const Any& /*aVal… in setPropertyValue() argument
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() argument
125 void SAL_CALL DisplayInfo::removePropertyChangeListener( const OUString&, const Reference< XPropert… in removePropertyChangeListener() argument
126 void SAL_CALL DisplayInfo::addVetoableChangeListener( const OUString&, const Reference< XVetoableCh… in addVetoableChangeListener() argument
127 void SAL_CALL DisplayInfo::removeVetoableChangeListener( const OUString&, const Reference< XVetoabl… in removeVetoableChangeListener() argument
133 aProps[0] = getPropertyByName( OUString::createFromAscii( pScreenAreaName ) ); in getProperties()
134 aProps[1] = getPropertyByName( OUString::createFromAscii( pWorkAreaName ) ); 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()
155 static OUString aImplementationName( RTL_CONSTASCII_USTRINGPARAM( "vcl::DisplayInfo" ) ); in getImplementationName()
159 ::sal_Bool SAL_CALL DisplayInfo::supportsService( const OUString& ServiceName ) throw (RuntimeExcep… in supportsService()
161 Sequence< OUString > aSN( getSupportedServiceNames() ); in supportsService()
170 Sequence< OUString > SAL_CALL DisplayInfo::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
172 static OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.DisplayInfo" ) ); in getSupportedServiceNames()
173 static Sequence< OUString > aServiceNames( &aServiceName, 1 ); in getSupportedServiceNames()
186 …virtual void SAL_CALL setPropertyValue( const OUString& aPropertyName, const Any& aValue ) throw (…
187 …virtual Any SAL_CALL getPropertyValue( const OUString& PropertyName ) throw (UnknownPropertyExcept…
188 …virtual void SAL_CALL addPropertyChangeListener( const OUString& aPropertyName, const Reference< X…
189 …virtual void SAL_CALL removePropertyChangeListener( const OUString& aPropertyName, const Reference…
190 …virtual void SAL_CALL addVetoableChangeListener( const OUString& PropertyName, const Reference< XV…
191 …virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName, const Reference<…
195 …virtual Property SAL_CALL getPropertyByName( const OUString& aName ) throw (UnknownPropertyExcepti…
196 virtual ::sal_Bool SAL_CALL hasPropertyByName( const OUString& Name ) throw (RuntimeException);
207 virtual OUString SAL_CALL getImplementationName( ) throw (RuntimeException);
208 …virtual ::sal_Bool SAL_CALL supportsService( const OUString& ServiceName ) throw (RuntimeException…
209 virtual Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw (RuntimeException);
212 Sequence< OUString > DisplayAccess_getSupportedServiceNames() in DisplayAccess_getSupportedServiceNames()
214 static OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.awt.DisplayAccess" ) ); in DisplayAccess_getSupportedServiceNames()
215 static Sequence< OUString > aServiceNames( &aServiceName, 1 ); in DisplayAccess_getSupportedServiceNames()
219 OUString DisplayAccess_getImplementationName() in DisplayAccess_getImplementationName()
221 return OUString( RTL_CONSTASCII_USTRINGPARAM( "vcl::DisplayAccess" ) ); in DisplayAccess_getImplementationName()
242 void SAL_CALL DisplayAccess::setPropertyValue( const OUString& /*aPropertyName* */, const Any& /*aV… in setPropertyValue() argument
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() argument
265 void SAL_CALL DisplayAccess::removePropertyChangeListener( const OUString&, const Reference< XPrope… in removePropertyChangeListener() argument
266 void SAL_CALL DisplayAccess::addVetoableChangeListener( const OUString&, const Reference< XVetoable… in addVetoableChangeListener() argument
267 void SAL_CALL DisplayAccess::removeVetoableChangeListener( const OUString&, const Reference< XVetoa… in removeVetoableChangeListener() argument
273 aProps[0] = getPropertyByName( OUString::createFromAscii( pMultiDisplayName ) ); in getProperties()
274 aProps[1] = getPropertyByName( OUString::createFromAscii( pDefaultDisplayName ) ); 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()
320 OUString SAL_CALL DisplayAccess::getImplementationName( ) throw (RuntimeException) in getImplementationName()
325 ::sal_Bool SAL_CALL DisplayAccess::supportsService( const OUString& ServiceName ) throw (RuntimeExc… in supportsService()
327 Sequence< OUString > aSN( DisplayAccess_getSupportedServiceNames() ); in supportsService()
336 Sequence< OUString > SAL_CALL DisplayAccess::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()