Home
last modified time | relevance | path

Searched refs:aRet (Results 1 – 25 of 904) sorted by path

12345678910>>...37

/trunk/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx61 Rectangle aRet = m_aComboListBox.GetDropDownPosSizePixel(); in GetDropDownPosSizePixel() local
62 aRet.Move(aTemp.TopLeft().X(),aTemp.TopLeft().Y()); in GetDropDownPosSizePixel()
63 return aRet; in GetDropDownPosSizePixel()
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxHeaderCell.cxx139 Rectangle aRet(_pBrowseBox->GetFieldRectPixelAbs( nRow , nCol, sal_True, _bOnScreen)); in getRectangle() local
140 return Rectangle(aRet.TopLeft() - Point(0,aRet.GetHeight()),aRet.GetSize()); in getRectangle()
H A DAccessibleBrowseBoxTableCell.cxx113 Any aRet = AccessibleBrowseBoxCell::queryInterface(rType); in queryInterface() local
114 if ( !aRet.hasValue() ) in queryInterface()
115 aRet = AccessibleTextHelper_BASE::queryInterface(rType); in queryInterface()
116 return aRet; in queryInterface()
H A DAccessibleGridControlHeaderCell.cxx104 Any aRet = AccessibleGridControlCell::queryInterface(rType); in queryInterface() local
105 return aRet; in queryInterface()
H A DAccessibleGridControlTableCell.cxx132 Any aRet = AccessibleGridControlCell::queryInterface(rType); in queryInterface() local
133 if ( !aRet.hasValue() ) in queryInterface()
134 aRet = AccessibleTextHelper_BASE::queryInterface(rType); in queryInterface()
135 return aRet; in queryInterface()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx530 Sequence<OUString> aRet(1);\
532 return aRet;\
564 if(!aRet.hasValue()) in queryInterface()
570 aRet = ::cppu::queryInterface( in queryInterface()
577 aRet = ::cppu::queryInterface( in queryInterface()
585 aRet = ::cppu::queryInterface( in queryInterface()
590 aRet = ::cppu::queryInterface( in queryInterface()
596 aRet = ::cppu::queryInterface( in queryInterface()
602 aRet = ::cppu::queryInterface( in queryInterface()
608 aRet = ::cppu::queryInterface( in queryInterface()
[all …]
H A Dtargetpropertiescreator.cxx109 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames_TargetPropertiesCreator() local
110 aRet.getArray()[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICE_NAME ) ); in getSupportedServiceNames_TargetPropertiesCreator()
111 return aRet; in getSupportedServiceNames_TargetPropertiesCreator()
491 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
492 aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in getSupportedServiceNames()
494 return aRet; in getSupportedServiceNames()
/trunk/main/autodoc/source/display/toolkit/
H A Dout_position.cxx209 aRet; in get_UpLink() local
212 if (aRet.size() < nNeededSize) in get_UpLink()
214 aRet.resize(nNeededSize); in get_UpLink()
215 char * pEnd = &aRet[nNeededSize-1]; in get_UpLink()
218 for ( char * pFill = &(*aRet.begin()); in get_UpLink()
226 return &aRet[aRet.size() - 1 - 3*i_depth]; in get_UpLink()
/trunk/main/automation/source/server/
H A DXMLParser.cxx526 String aRet( xAttributeList->getNameByIndex( nNr1-1 ) ); in HandleSAXParser() local
527 pRet->GenReturn ( RET_Value, nMethodId, aRet ); in HandleSAXParser()
538 String aRet( xAttributeList->getValueByIndex( nNr1-1 ) ); in HandleSAXParser() local
539 pRet->GenReturn ( RET_Value, nMethodId, aRet ); in HandleSAXParser()
543 String aRet( xAttributeList->getValueByName( aString1 ) ); in HandleSAXParser() local
544 pRet->GenReturn ( RET_Value, nMethodId, aRet ); in HandleSAXParser()
H A Dprofiler.cxx242 String aRet(UniString::CreateFromInt32(nNr)); in Dec() local
245 aRet = Pad( aRet, 3); in Dec()
246 aRet.SearchAndReplaceAll(' ','0'); in Dec()
248 aRet.Insert( ',', aRet.Len() - 2 ); in Dec()
249 return aRet; in Dec()
/trunk/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx299 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
300aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( AVMEDIA_GSTREAMER_FRAMEGRABBER_SERVICENAM… in getSupportedServiceNames()
302 return aRet; in getSupportedServiceNames()
H A Dgstmanager.cxx75 uno::Sequence< ::rtl::OUString > aRet( 1 ); in getSupportedServiceNames() local
76aRet[ 0 ] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( AVMEDIA_GSTREAMER_MANAGER_SERVICENAME ) … in getSupportedServiceNames()
78 return( aRet ); in getSupportedServiceNames()
H A Dgstplayer.cxx615 uno::Sequence< ::rtl::OUString > aRet( 1 ); in getSupportedServiceNames() local
616aRet[ 0 ] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( AVMEDIA_GSTREAMER_PLAYER_SERVICENAME ) ); in getSupportedServiceNames()
618 return( aRet ); in getSupportedServiceNames()
H A Dgstwindow.cxx658 uno::Sequence< ::rtl::OUString > aRet( 1 ); in getSupportedServiceNames() local
659aRet[ 0 ] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( AVMEDIA_GSTREAMER_WINDOW_SERVICENAME ) ); in getSupportedServiceNames()
661 return( aRet ); in getSupportedServiceNames()
/trunk/main/avmedia/source/java/
H A DFrameGrabber.java82 com.sun.star.graphic.XGraphic aRet = null; in implImageToXGraphic() local
111 aRet = aProvider.queryGraphic( aArgs ); in implImageToXGraphic()
130 return aRet; in implImageToXGraphic()
139 com.sun.star.graphic.XGraphic aRet = null; in grabFrame() local
151 aRet = implImageToXGraphic( new javax.media.util.BufferToImage( in grabFrame()
158 return aRet; in grabFrame()
/trunk/main/avmedia/source/macavf/
H A Dmacavf_framegrabber.cxx135 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
136aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( AVMEDIA_MACAVF_FRAMEGRABBER_SERVICENAME )… in getSupportedServiceNames()
138 return aRet; in getSupportedServiceNames()
H A Dmacavf_manager.cxx84 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
85 aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( AVMEDIA_MACAVF_MANAGER_SERVICENAME ) ); in getSupportedServiceNames()
87 return aRet; in getSupportedServiceNames()
H A Dmacavf_player.cxx455 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
456 aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( AVMEDIA_MACAVF_PLAYER_SERVICENAME ) ); in getSupportedServiceNames()
458 return aRet; in getSupportedServiceNames()
H A Dmacavf_window.cxx156 awt::Rectangle aRet; in getPosSize() local
159 aRet.X = aRet.Y = 0; in getPosSize()
160 aRet.Width = aRect.size.width; in getPosSize()
161 aRet.Height = aRect.size.height; in getPosSize()
163 return aRet; in getPosSize()
333 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
334 aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( AVMEDIA_MACAVF_WINDOW_SERVICENAME ) ); in getSupportedServiceNames()
336 return aRet; in getSupportedServiceNames()
/trunk/main/avmedia/source/viewer/
H A Dmediawindowbase_impl.cxx226 Size aRet; in getPreferredSize() local
232 aRet.Width() = aPrefSize.Width; in getPreferredSize()
233 aRet.Height() = aPrefSize.Height; in getPreferredSize()
236 return aRet; in getPreferredSize()
/trunk/main/avmedia/source/win/
H A Dframegrabber.cxx237 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
238aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( AVMEDIA_WIN_FRAMEGRABBER_SERVICENAME ) ); in getSupportedServiceNames()
240 return aRet; in getSupportedServiceNames()
H A Dmanager.cxx86 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
87 aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( AVMEDIA_WIN_MANAGER_SERVICENAME ) ); in getSupportedServiceNames()
89 return aRet; in getSupportedServiceNames()
H A Dplayer.cxx589 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
590 aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( AVMEDIA_WIN_PLAYER_SERVICENAME ) ); in getSupportedServiceNames()
592 return aRet; in getSupportedServiceNames()
H A Dwindow.cxx484 awt::Rectangle aRet; in getPosSize() local
492 aRet.X = aWndRect.left; in getPosSize()
493 aRet.Y = aWndRect.top; in getPosSize()
494 aRet.Width = aWndRect.right - aWndRect.left + 1; in getPosSize()
495 aRet.Height = aWndRect.bottom - aWndRect.top + 1; in getPosSize()
499 return aRet; in getPosSize()
736 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
737 aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( AVMEDIA_WIN_WINDOW_SERVICENAME ) ); in getSupportedServiceNames()
739 return aRet; in getSupportedServiceNames()
/trunk/main/avmedia/source/xine/
H A Dmanager.cxx80 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
81 aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( AVMEDIA_XINE_MANAGER_SERVICENAME ) ); in getSupportedServiceNames()
83 return aRet; in getSupportedServiceNames()

Completed in 90 milliseconds

12345678910>>...37