Home
last modified time | relevance | path

Searched refs:aRet (Results 201 – 225 of 905) sorted by relevance

12345678910>>...37

/aoo4110/main/chart2/source/view/main/
H A DChartView.cxx320 uno::Any aRet; in getTransferData() local
322 return aRet; in getTransferData()
348 return aRet; in getTransferData()
362 return aRet; in getTransferDataFlavors()
551 return aRet; in getCoordinateSystems()
622 return aRet; in getLegendEntryProviderList()
1826 return aRet; in getRectangleOfObject()
1998 return aRet; in addAxisTitleSizes()
2065 return aRet; in substractAxisTitleSizes()
2979 Any aRet; in getPropertyValue() local
[all …]
/aoo4110/main/unotools/source/config/
H A Dfontcfg.cxx188 OUString aRet; in tryLocale() local
220 aAny >>= aRet; in tryLocale()
232 return aRet; in tryLocale()
243 OUString aRet = tryLocale( aLocale, aType ); in getDefaultFont() local
244 if( ! aRet.getLength() && aLocale.Variant.getLength() ) in getDefaultFont()
247 aRet = tryLocale( aLocale, aType ); in getDefaultFont()
249 if( ! aRet.getLength() && aLocale.Country.getLength() ) in getDefaultFont()
252 aRet = tryLocale( aLocale, aType ); in getDefaultFont()
254 if( ! aRet.getLength() ) in getDefaultFont()
257 aRet = tryLocale( aLocale, aType ); in getDefaultFont()
[all …]
/aoo4110/main/sw/source/core/access/
H A Daccnotexthyperlink.cxx180 Any aRet; in getAccessibleActionAnchor() local
185 aRet <<= xAnchor; in getAccessibleActionAnchor()
186 return aRet; in getAccessibleActionAnchor()
207 Any aRet; in getAccessibleActionObject() local
208 aRet <<= retText; in getAccessibleActionObject()
209 return aRet; in getAccessibleActionObject()
H A Dacchyperlink.cxx167 uno::Any aRet; in getAccessibleActionAnchor() local
173 aRet <<= retText; in getAccessibleActionAnchor()
174 return aRet; in getAccessibleActionAnchor()
191 uno::Any aRet; in getAccessibleActionObject() local
192 aRet <<= retText; in getAccessibleActionObject()
193 return aRet; in getAccessibleActionObject()
/aoo4110/main/ucb/source/core/
H A Dprovprox.cxx151 Any aRet = cppu::queryInterface( rType, in queryInterface() local
158 if ( !aRet.hasValue() ) in queryInterface()
159 aRet = OWeakObject::queryInterface( rType ); in queryInterface()
161 if ( !aRet.hasValue() ) in queryInterface()
167 aRet = xProvider->queryInterface( rType ); in queryInterface()
170 return aRet; in queryInterface()
/aoo4110/main/connectivity/source/sdbcx/
H A DVKey.cxx113 Any aRet = ODescriptor::queryInterface( rType); in queryInterface() local
114 if(!aRet.hasValue()) in queryInterface()
117 aRet = OKey_BASE::queryInterface(rType); in queryInterface()
118 if(!aRet.hasValue()) in queryInterface()
119 aRet = ODescriptor_BASE::queryInterface( rType); in queryInterface()
122 return aRet; in queryInterface()
H A DVIndex.cxx118 Any aRet = ODescriptor::queryInterface( rType); in queryInterface() local
119 if(!aRet.hasValue()) in queryInterface()
122 aRet = OIndex_BASE::queryInterface(rType); in queryInterface()
123 if(!aRet.hasValue()) in queryInterface()
124 aRet = ODescriptor_BASE::queryInterface( rType); in queryInterface()
126 return aRet; in queryInterface()
H A DVColumn.cxx141 Any aRet = ODescriptor::queryInterface( rType); in queryInterface() local
142 if(!aRet.hasValue()) in queryInterface()
145 aRet = OColumn_BASE::queryInterface(rType); in queryInterface()
146 if(!aRet.hasValue()) in queryInterface()
147 aRet = OColumnDescriptor_BASE::queryInterface( rType); in queryInterface()
149 return aRet; in queryInterface()
/aoo4110/main/svx/source/table/
H A Daccessibletableshape.cxx380 Any aRet; in queryInterface() local
381 aRet <<= xThis; in queryInterface()
382 return aRet; in queryInterface()
588 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleRows()
600 return aRet; in getSelectedAccessibleRows()
626 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleColumns()
638 return aRet; in getSelectedAccessibleColumns()
1261 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleRows()
1273 return aRet; in getSelectedAccessibleRows()
1296 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleColumns()
[all …]
/aoo4110/main/sc/source/ui/unoobj/
H A Dnameuno.cxx443 uno::Any aRet; in getPropertyValue() local
450 aRet <<= rtl::OUString( aName ); in getPropertyValue()
463 return aRet; in getPropertyValue()
485 uno::Sequence<rtl::OUString> aRet(2); in getSupportedServiceNames() local
488 return aRet; in getSupportedServiceNames()
1111 table::CellRangeAddress aRet; in getLabelArea() local
1114 ScUnoConversion::FillApiRange( aRet, pData->GetRange(0) ); in getLabelArea()
1115 return aRet; in getLabelArea()
1131 table::CellRangeAddress aRet; in getDataArea() local
1134 ScUnoConversion::FillApiRange( aRet, pData->GetRange(1) ); in getDataArea()
[all …]
H A Dfiltuno.cxx94 uno::Sequence<rtl::OUString> aRet(1); in getSupportedServiceNames_Static() local
95 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static()
97 return aRet; in getSupportedServiceNames_Static()
104 uno::Sequence<beans::PropertyValue> aRet(1); in getPropertyValues() local
105 beans::PropertyValue* pArray = aRet.getArray(); in getPropertyValues()
110 return aRet; in getPropertyValues()
/aoo4110/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx379 BitmapEx aRet; in createOverlayImage() local
398 aRet.SetSizePixel( Size( aSize.Width() << 1, aSize.Height() << 1 ) ); in createOverlayImage()
402 aRet = *(getButtonImage((nHighlight == 0) ? 4 : 0, bLarge)); in createOverlayImage()
403 aRet.Expand( aSize.Width(), aSize.Height(), NULL, sal_True ); in createOverlayImage()
405aRet.CopyPixel( Rectangle( Point( aSize.Width(), 0 ), aSize ), aRectSrc, getButtonImage((nHighl… in createOverlayImage()
406aRet.CopyPixel( Rectangle( Point( 0, aSize.Height() ), aSize ), aRectSrc, getButtonImage((nHigh… in createOverlayImage()
407aRet.CopyPixel( Rectangle( Point( aSize.Width(), aSize.Height() ), aSize ), aRectSrc, getButtonIma… in createOverlayImage()
410 return aRet; in createOverlayImage()
/aoo4110/main/svx/source/accessibility/
H A DAccessibleShape.cxx1613 aRet[0] = 0; in getGroupPosition()
1614 aRet[1] = 0; in getGroupPosition()
1615 aRet[2] = 0; in getGroupPosition()
1620 return aRet; in getGroupPosition()
1627 return aRet; in getGroupPosition()
1647 return aRet; in getGroupPosition()
1651 return aRet; in getGroupPosition()
1658 return aRet; in getGroupPosition()
1693 return aRet; in getGroupPosition()
1704 return aRet; in getObjectLink()
[all …]
/aoo4110/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx93 m_bLastCachedReadWasNull = !( rValue >>= aRet ); \
117 return aRet;
935 if( aRet.hasValue() ) in XINTERFACE_COMMON_IMPL()
936 return aRet; in XINTERFACE_COMMON_IMPL()
938 aRet = cppu::queryInterface( rType, in XINTERFACE_COMMON_IMPL()
942 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in XINTERFACE_COMMON_IMPL()
1281 TYPE aRet = ContentResultSetWrapper::queryXXX(); \
1284 return aRet; \
2094 Any aRet; in getObject() local
2096 m_bLastCachedReadWasNull = !( rValue >>= aRet ); in getObject()
[all …]
/aoo4110/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx263 B2DVector aRet(0,0); in lcl_getLabelsDistance() local
267 return aRet; in lcl_getLabelsDistance()
293 aRet += rDistanceTickToText; in lcl_getLabelsDistance()
295 return aRet; in lcl_getLabelsDistance()
857 B2DVector aRet(0,0); in getScreenPosition() local
886 return aRet; in getScreenPosition()
891 ScreenPosAndLogicPos aRet; in getScreenPosAndLogicPos() local
892 aRet.fLogicX = fLogicX_; in getScreenPosAndLogicPos()
893 aRet.fLogicY = fLogicY_; in getScreenPosAndLogicPos()
894 aRet.fLogicZ = fLogicZ_; in getScreenPosAndLogicPos()
[all …]
/aoo4110/main/avmedia/source/win/
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()
/aoo4110/main/vcl/source/gdi/
H A Doldprintadaptor.cxx93 Sequence< PropertyValue > aRet( 1 ); in getPageParameters() local
94 aRet[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("PageSize") ); in getPageParameters()
96 aRet[0].Value = makeAny( mpData->maPages[i_nPage].maPageSize ); in getPageParameters()
100 aRet[0].Value = makeAny( aEmpty ); in getPageParameters()
102 return aRet; in getPageParameters()
/aoo4110/main/sw/source/core/unocore/
H A Dunosrch.cxx131 uno::Sequence< beans::PropertyValue > aRet(nPropCount); in GetProperties() local
132 beans::PropertyValue* pProps = aRet.getArray(); in GetProperties()
141 return aRet; in GetProperties()
623 uno::Any aRet; in getPropertyValue() local
642 aRet.setValue(&bSet, ::getBooleanCppuType()); in getPropertyValue()
648 aRet <<= nSet; in getPropertyValue()
654 return aRet; in getPropertyValue()
779 uno::Sequence< OUString > aRet(2); in getSupportedServiceNames() local
780 OUString* pArray = aRet.getArray(); in getSupportedServiceNames()
783 return aRet; in getSupportedServiceNames()
/aoo4110/main/chart2/source/tools/
H A DWrappedPropertySet.cxx157 Any aRet; in getPropertyValue() local
165 aRet = pWrappedProperty->getPropertyValue( xInnerPropertySet ); in getPropertyValue()
167 aRet = xInnerPropertySet->getPropertyValue( rPropertyName ); in getPropertyValue()
195 return aRet; in getPropertyValue()
384 Any aRet; in getPropertyDefault() local
390 aRet = pWrappedProperty->getPropertyDefault(xInnerPropertyState); in getPropertyDefault()
392 aRet = xInnerPropertyState->getPropertyDefault( rPropertyName ); in getPropertyDefault()
394 return aRet; in getPropertyDefault()
/aoo4110/main/ucb/source/ucp/gio/
H A Dgio_seekable.cxx127 uno::Any aRet = ::cppu::queryInterface ( type, in queryInterface() local
130 if (!aRet.hasValue() && g_seekable_can_truncate(mpStream)) in queryInterface()
131 aRet = ::cppu::queryInterface ( type, static_cast< XTruncate * >( this ) ); in queryInterface()
133 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( type ); in queryInterface()
/aoo4110/main/svx/source/xml/
H A Dxmlgrhlp.cxx501 SvxGraphicHelperStream_Impl aRet; in ImplGetGraphicStream() local
502 aRet.xStorage = ImplGetGraphicStorage( rPictureStorageName ); in ImplGetGraphicStream()
504 if( aRet.xStorage.is() ) in ImplGetGraphicStream()
514 aRet.xStream = aRet.xStorage->openStreamElement( rPictureStreamName, nMode ); in ImplGetGraphicStream()
515 if( aRet.xStream.is() && ( GRAPHICHELPER_MODE_WRITE == meCreateMode ) ) in ImplGetGraphicStream()
519 uno::Reference < beans::XPropertySet > xProps( aRet.xStream, uno::UNO_QUERY ); in ImplGetGraphicStream()
524 return aRet; in ImplGetGraphicStream()
945 ::rtl::OUString aRet; in resolveOutputStream()
960 aRet = ::rtl::OUString::createFromAscii( XML_GRAPHICOBJECT_URL_BASE ); in resolveOutputStream()
961 aRet += aId; in resolveOutputStream()
[all …]
/aoo4110/main/dtrans/source/os2/clipb/
H A DOs2Transferable.cxx91 Any aRet; in getTransferData() local
104 aRet <<= aString; in getTransferData()
108 return aRet; in getTransferData()
123 aRet <<= winDIBStream; in getTransferData()
129 return aRet; in getTransferData()
/aoo4110/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_translation_unodialog.cxx230 uno::Any aRet; in getPropertyValue() local
239 return aRet; in getPropertyValue()
245 aRet <<= bDirectionToSimplified; in getPropertyValue()
249 aRet <<= bUseCharacterVariants; in getPropertyValue()
253 aRet <<= bTranslateCommonTerms; in getPropertyValue()
259 return aRet; in getPropertyValue()
/aoo4110/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx103 ByteString aRet; in FindTokenLine() local
112 if( !pInStm->ReadLine( aRet ) ) in FindTokenLine()
117 if( ( nPos1 = aRet.Search( pTok1 ) ) != STRING_NOTFOUND ) in FindTokenLine()
125 if( ( ( nPos2 = aRet.Search( pTok2 ) ) != STRING_NOTFOUND ) && in FindTokenLine()
134 if( ( ( nPos3 = aRet.Search( pTok3 ) ) != STRING_NOTFOUND ) && ( nPos3 > nPos2 ) ) in FindTokenLine()
144 return aRet; in FindTokenLine()
/aoo4110/main/tools/source/fsys/
H A Dwntmsc.cxx57 ByteString aRet( rStr.GetBuffer() ); // es muss ein neuer String entstehen! in Upper_Impl() local
58 CharUpperBuff( (char*) aRet.GetBuffer(), aRet.Len() ); in Upper_Impl()
59 return aRet; in Upper_Impl()
315 String aRet; in GetVolume() local
336 aRet = String( sVolumeName, osl_getThreadTextEncoding()); in GetVolume()
339 if ( aRet.Len() == 0 ) in GetVolume()
346 aRet = String( sVolumeName, osl_getThreadTextEncoding()); in GetVolume()
350 return aRet; in GetVolume()

Completed in 162 milliseconds

12345678910>>...37