Lines Matching refs:aRet
244 OUString aRet; in getAccessibleName() local
247 aRet = mpParent->mrMenu.GetAccessibleName(); in getAccessibleName()
249 if( !aRet.getLength() ) in getAccessibleName()
253 aRet = OutputDevice::GetNonMnemonicString( pLabel->GetText() ); in getAccessibleName()
256 return aRet; in getAccessibleName()
295 Locale aRet( aEmptyStr, aEmptyStr, aEmptyStr ); in getLocale() local
302 aRet = xParentContext->getLocale (); in getLocale()
305 return aRet; in getLocale()
410 awt::Rectangle aRet; in getBounds() local
412 aRet.X = aOutPos.X(); in getBounds()
413 aRet.Y = aOutPos.Y(); in getBounds()
414 aRet.Width = aOutSize.Width(); in getBounds()
415 aRet.Height = aOutSize.Height(); in getBounds()
417 return aRet; in getBounds()
772 String aRet; in getAccessibleName() local
776 aRet = mpParent->maText; in getAccessibleName()
778 if( !aRet.Len() ) in getAccessibleName()
780 aRet = String( RTL_CONSTASCII_USTRINGPARAM( "Item " ) ); in getAccessibleName()
781 aRet += String::CreateFromInt32( mpParent->mnEntryId ); in getAccessibleName()
785 return aRet; in getAccessibleName()
827 Locale aRet( aEmptyStr, aEmptyStr, aEmptyStr ); in getLocale() local
835 aRet = xParentContext->getLocale(); in getLocale()
838 return aRet; in getLocale()
913 awt::Rectangle aRet; in getBounds() local
923 aRet.X = aRect.Left(); in getBounds()
924 aRet.Y = aRect.Top(); in getBounds()
925 aRet.Width = aRect.GetWidth(); in getBounds()
926 aRet.Height = aRect.GetHeight(); in getBounds()
929 return aRet; in getBounds()
945 awt::Point aRet; in getLocationOnScreen() local
951 aRet.X = aScreenPos.X(); in getLocationOnScreen()
952 aRet.Y = aScreenPos.Y(); in getLocationOnScreen()
955 return aRet; in getLocationOnScreen()
963 awt::Size aRet; in getSize() local
965 aRet.Width = aRect.Width; in getSize()
966 aRet.Height = aRect.Height; in getSize()
968 return aRet; in getSize()