Lines Matching refs:nWID
116 sal_Bool LinguOptions::SetValue( Any &rOld, const Any &rVal, sal_Int32 nWID ) in SetValue() argument
125 switch( nWID ) in SetValue()
195 void LinguOptions::GetValue( Any &rVal, sal_Int32 nWID ) const in GetValue()
203 switch( nWID ) in GetValue()
255 sal_Int32 nWID; member
290 OUString LinguOptions::GetName( sal_Int32 nWID ) in GetName() argument
297 if (0 <= nWID && nWID < nLen in GetName()
298 && aWID_Name[ nWID ].nWID == nWID) in GetName()
301 aWID_Name[ nWID ].pPropertyName ) ); in GetName()
415 Any aOld( aConfig.GetProperty( pCur->nWID ) ); in setPropertyValue()
416 if (aOld != rValue && aConfig.SetProperty( pCur->nWID, rValue )) in setPropertyValue()
419 sal_False, pCur->nWID, aOld, rValue ); in setPropertyValue()
441 aRet = aConfig.GetProperty( pCur->nWID ); in getPropertyValue()
464 aPropListeners.addInterface( pCur->nWID, rxListener ); in addPropertyChangeListener()
485 aPropListeners.removeInterface( pCur->nWID, rxListener ); in removePropertyChangeListener()
552 Any aAny( aConfig.GetProperty( aIt->nWID ) ); in getPropertyValues()
555 rVal.Handle = aIt->nWID; in getPropertyValues()