Lines Matching refs:aRet

304     String              aRet( RTL_CONSTASCII_USTRINGPARAM( "ValueSet" ) );  in getAccessibleDescription()  local
306 return aRet; in getAccessibleDescription()
316 String aRet; in getAccessibleName() local
319 aRet = mpParent->GetAccessibleName(); in getAccessibleName()
321 if ( !aRet.Len() ) in getAccessibleName()
325 aRet = OutputDevice::GetNonMnemonicString( pLabel->GetText() ); in getAccessibleName()
327 if ( !aRet.Len() ) in getAccessibleName()
328 aRet = mpParent->GetQuickHelpText(); in getAccessibleName()
331 return aRet; in getAccessibleName()
397 lang::Locale aRet( aEmptyStr, aEmptyStr, aEmptyStr ); in getLocale() local
404 aRet = xParentContext->getLocale (); in getLocale()
407 return aRet; in getLocale()
510 awt::Rectangle aRet; in getBounds() local
512 aRet.X = aOutPos.X(); in getBounds()
513 aRet.Y = aOutPos.Y(); in getBounds()
514 aRet.Width = aOutSize.Width(); in getBounds()
515 aRet.Height = aOutSize.Height(); in getBounds()
517 return aRet; in getBounds()
527 awt::Point aRet; in getLocation() local
529 aRet.X = aRect.X; in getLocation()
530 aRet.Y = aRect.Y; in getLocation()
532 return aRet; in getLocation()
543 awt::Point aRet; in getLocationOnScreen() local
545 aRet.X = aScreenPos.X(); in getLocationOnScreen()
546 aRet.Y = aScreenPos.Y(); in getLocationOnScreen()
548 return aRet; in getLocationOnScreen()
558 awt::Size aRet; in getSize() local
560 aRet.Width = aRect.Width; in getSize()
561 aRet.Height = aRect.Height; in getSize()
563 return aRet; in getSize()
1026 String aRet; in getAccessibleName() local
1030 aRet = mpParent->maText; in getAccessibleName()
1032 if( !aRet.Len() ) in getAccessibleName()
1034 aRet = String( RTL_CONSTASCII_USTRINGPARAM( "Item " ) ); in getAccessibleName()
1035 aRet += String::CreateFromInt32( mpParent->mnId ); in getAccessibleName()
1039 return aRet; in getAccessibleName()
1090 lang::Locale aRet( aEmptyStr, aEmptyStr, aEmptyStr ); in getLocale() local
1097 aRet = xParentContext->getLocale(); in getLocale()
1100 return aRet; in getLocale()
1180 awt::Rectangle aRet; in getBounds() local
1190 aRet.X = aRect.Left(); in getBounds()
1191 aRet.Y = aRect.Top(); in getBounds()
1192 aRet.Width = aRect.GetWidth(); in getBounds()
1193 aRet.Height = aRect.GetHeight(); in getBounds()
1196 return aRet; in getBounds()
1205 awt::Point aRet; in getLocation() local
1207 aRet.X = aRect.X; in getLocation()
1208 aRet.Y = aRect.Y; in getLocation()
1210 return aRet; in getLocation()
1219 awt::Point aRet; in getLocationOnScreen() local
1225 aRet.X = aScreenPos.X(); in getLocationOnScreen()
1226 aRet.Y = aScreenPos.Y(); in getLocationOnScreen()
1229 return aRet; in getLocationOnScreen()
1238 awt::Size aRet; in getSize() local
1240 aRet.Width = aRect.Width; in getSize()
1241 aRet.Height = aRect.Height; in getSize()
1243 return aRet; in getSize()