Home
last modified time | relevance | path

Searched refs:aRet (Results 126 – 150 of 904) sorted by relevance

12345678910>>...37

/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx814 uno::Any aRet; in getPropertyValue() local
835 return aRet; in getPropertyValue()
1477 uno::Any aRet; in getPropertyValue() local
1491 aRet <<= eOrient; in getPropertyValue()
1499 aRet <<= aOutPos; in getPropertyValue()
1508 return aRet; in getPropertyValue()
2072 uno::Any aRet; in getPropertyValue() local
2116 aRet <<= aRange; in getPropertyValue()
2125 aRet <<= nRefresh; in getPropertyValue()
2136 return aRet; in getPropertyValue()
[all …]
H A Daddruno.cxx234 uno::Any aRet; in getPropertyValue() local
243 aRet <<= aRangeAddress; in getPropertyValue()
249 aRet <<= aCellAddress; in getPropertyValue()
254 aRet <<= nRefSheet; in getPropertyValue()
267 aRet <<= rtl::OUString( aFormatStr ); in getPropertyValue()
288 aRet <<= rtl::OUString( aFormatStr ); in getPropertyValue()
293 return aRet; in getPropertyValue()
316 uno::Sequence<rtl::OUString> aRet(1); in getSupportedServiceNames() local
317 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames()
320 return aRet; in getSupportedServiceNames()
H A Ddocuno.cxx472 if ( !aRet.hasValue() in queryInterface()
486 return aRet; in queryInterface()
1807 uno::Any aRet; in getPropertyValue() local
1814 if ( aRet.hasValue() ) in getPropertyValue()
1825 aRet <<= aLocale; in getPropertyValue()
1830 aRet <<= sCodeName; in getPropertyValue()
1840 aRet <<= aLocale; in getPropertyValue()
1849 aRet <<= aLocale; in getPropertyValue()
1962 aRet <<= maBuildId; in getPropertyValue()
1970 return aRet; in getPropertyValue()
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx373 Any aRet; in getPropertyDefault() local
375 return aRet; in getPropertyDefault()
475 Any aRet; in getPropertyDefault() local
477 return aRet; in getPropertyDefault()
543 Any aRet; in getPropertyValue() local
557 return aRet; in getPropertyValue()
563 Any aRet; in getPropertyDefault() local
625 Any aRet; in getPropertyValue() local
640 Any aRet; in getPropertyDefault() local
703 Any aRet; in getPropertyValue() local
[all …]
H A DWrappedCharacterHeightProperty.cxx83 Any aRet; in getPropertyValue() local
86 aRet = xInnerPropertySet->getPropertyValue( m_aInnerName ); in getPropertyValue()
88 if( aRet >>= fHeight ) in getPropertyValue()
96 aRet <<= static_cast< float >( in getPropertyValue()
102 return aRet; in getPropertyValue()
108 Any aRet; in getPropertyDefault() local
111 aRet = xInnerPropertyState->getPropertyDefault( m_aInnerName ); in getPropertyDefault()
113 return aRet; in getPropertyDefault()
H A DDataSeriesPointWrapper.cxx260 Any aRet; in getPropertyDefault() local
261 aRet <<= ::com::sun::star::chart::ChartAxisAssign::PRIMARY_Y; in getPropertyDefault()
262 return aRet; in getPropertyDefault()
268 Any aRet; in getPropertyValue() local
273 aRet <<= ::com::sun::star::chart::ChartAxisAssign::PRIMARY_Y; in getPropertyValue()
276 return aRet; in getPropertyValue()
621 Any aRet; in getReferenceSize() local
624 aRet = xProp->getPropertyValue( C2U("ReferencePageSize") ); in getReferenceSize()
625 return aRet; in getReferenceSize()
681 Any aRet; in getPropertyDefault() local
[all …]
H A DWrappedScaleTextProperties.cxx108 …Any aRet( getPropertyDefault( Reference< beans::XPropertyState >( xInnerPropertySet, uno::UNO_QUER… in getPropertyValue() local
112 aRet <<= true; in getPropertyValue()
114 aRet <<= false; in getPropertyValue()
117 return aRet; in getPropertyValue()
123 Any aRet; in getPropertyDefault() local
124 aRet <<= false; in getPropertyDefault()
125 return aRet; in getPropertyDefault()
/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx66 Rectangle aRet; in GetDisplayScreenPosSizePixel() local
76aRet = Rectangle( Point( static_cast<long int>(aFrame.origin.x), static_cast<long int>(aFrame.orig… in GetDisplayScreenPosSizePixel()
79 return aRet; in GetDisplayScreenPosSizePixel()
85 Rectangle aRet; in GetDisplayWorkAreaPosSizePixel() local
95aRet = Rectangle( Point( static_cast<long int>(aFrame.origin.x), static_cast<long int>(aFrame.orig… in GetDisplayWorkAreaPosSizePixel()
98 return aRet; in GetDisplayWorkAreaPosSizePixel()
104 OUString aRet; in GetScreenName() local
112 aRet = aScreenName; in GetScreenName()
115 return aRet; in GetScreenName()
/trunk/main/extensions/source/bibliography/
H A Dbibload.cxx516 Any aRet; in getByName() local
524 return aRet; in getByName()
528 return aRet; in getByName()
565 return aRet; in getByName()
572 Sequence< rtl::OUString > aRet(10); in getElementNames() local
585 int nLen = aRet.getLength(); in getElementNames()
587 aRet.realloc(nLen + 10); in getElementNames()
601 aRet.realloc(nRealNameCount); in getElementNames()
602 return aRet; in getElementNames()
684 Any aRet; in getPropertyValue() local
[all …]
/trunk/main/unotools/source/i18n/
H A Dtextsearch.cxx240 SearchResult aRet( xTextSearch->searchForward( in SearchFrwrd() local
242 if( aRet.subRegExpressions > 0 ) in SearchFrwrd()
249 *pStart = (xub_StrLen)aRet.startOffset[ 0 ]; in SearchFrwrd()
250 *pEnde = (xub_StrLen)aRet.endOffset[ 0 ]; in SearchFrwrd()
252 *pRes = aRet; in SearchFrwrd()
271 SearchResult aRet( xTextSearch->searchBackward( in SearchBkwrd() local
273 if( aRet.subRegExpressions ) in SearchBkwrd()
280 *pEnde = (xub_StrLen)aRet.startOffset[ 0 ]; in SearchBkwrd()
281 *pStart = (xub_StrLen)aRet.endOffset[ 0 ]; in SearchBkwrd()
283 *pRes = aRet; in SearchBkwrd()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_service.cxx116 … Any aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTNAME ); in ReplaceProductNameHookProc() local
117 aRet >>= aTmp; in ReplaceProductNameHookProc()
120aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTVERSION ); in ReplaceProductNameHookProc()
121 aRet >>= aTmp; in ReplaceProductNameHookProc()
124aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::ABOUTBOXPRODUCTVERSION… in ReplaceProductNameHookProc()
125 aRet >>= aTmp; in ReplaceProductNameHookProc()
128 aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::OOOVENDOR ); in ReplaceProductNameHookProc()
129 aRet >>= aTmp; in ReplaceProductNameHookProc()
134aRet = ::utl::ConfigManager::GetDirectConfigProperty( ::utl::ConfigManager::PRODUCTEXTENSION ); in ReplaceProductNameHookProc()
135 aRet >>= aTmp; in ReplaceProductNameHookProc()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx216 if ( !aRet.hasValue() ) in queryInterface()
218 aRet = cppu::queryInterface( in queryInterface()
220 if ( aRet.hasValue() ) in queryInterface()
227 return aRet; in queryInterface()
401 uno::Any aRet; in execute() local
713 return aRet; in execute()
1396 aRet[ n ] <<= e; in setPropertyValues()
1400 aRet[ n ] <<= e; in setPropertyValues()
1404 aRet[ n ] <<= e; in setPropertyValues()
1408 aRet[ n ] <<= e; in setPropertyValues()
[all …]
/trunk/main/embeddedobj/source/general/
H A Dintercept.cxx351 uno::Sequence< uno::Reference< frame::XDispatch > > aRet; in queryDispatches() local
354 aRet = m_xSlaveDispatchProvider->queryDispatches(Requests); in queryDispatches()
356 aRet.realloc(Requests.getLength()); in queryDispatches()
360 aRet[i] = (frame::XDispatch*) this; in queryDispatches()
362 aRet[i] = (frame::XDispatch*) 0; in queryDispatches()
364 aRet[i] = (frame::XDispatch*) this; in queryDispatches()
366 aRet[i] = (frame::XDispatch*) this; in queryDispatches()
368 aRet[i] = (frame::XDispatch*) this; in queryDispatches()
370 aRet[i] = (frame::XDispatch*) this; in queryDispatches()
372 return aRet; in queryDispatches()
/trunk/main/mysqlc/source/
H A Dmysqlc_statement.cxx116 Any aRet = OCommonStatement_IBase::queryInterface(rType); in queryInterface() local
117 if (!aRet.hasValue()) { in queryInterface()
118 aRet = OPropertySetHelper::queryInterface(rType); in queryInterface()
120 return aRet; in queryInterface()
251 Any aRet = ::cppu::queryInterface(rType,static_cast< XBatchExecution*> (this)); in queryInterface() local
252 if (!aRet.hasValue()) { in queryInterface()
253 aRet = OCommonStatement::queryInterface(rType); in queryInterface()
255 return (aRet); in queryInterface()
281 Sequence< sal_Int32 > aRet = Sequence< sal_Int32 >(); in executeBatch() local
282 return aRet; in executeBatch()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx336 OUString* pRet = aRet.getArray(); in GetFolderContents()
344 return aRet; in GetFolderContents()
472 OUString* pRet = aRet.getArray(); in GetFolderContentProperties()
480 return aRet; in GetFolderContentProperties()
565 OUString* pRet = aRet.getArray(); in GetResultSet()
573 return aRet; in GetResultSet()
648 OUString* pRet = aRet.getArray(); in GetHelpTreeViewContents()
656 return aRet; in GetHelpTreeViewContents()
666 String aRet; in GetActiveHelpString() local
684 aRet += String( sString ); in GetActiveHelpString()
[all …]
/trunk/main/avmedia/source/macavf/
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/canvas/source/directx/
H A Ddx_impltools.cxx371 uno::Sequence< double > aRet(4); in argbToDoubleSequence() local
373 aRet[0] = ((rColor >> 16) & 0xFF) / 255.0; // red in argbToDoubleSequence()
374 aRet[1] = ((rColor >> 8) & 0xFF) / 255.0; // green in argbToDoubleSequence()
375 aRet[2] = (rColor & 0xFF) / 255.0; // blue in argbToDoubleSequence()
376 aRet[3] = ((rColor >> 24) & 0xFF) / 255.0; // alpha in argbToDoubleSequence()
378 return aRet; in argbToDoubleSequence()
384 uno::Sequence< sal_Int8 > aRet(4); in argbToIntSequence() local
386 aRet[0] = static_cast<sal_Int8>((rColor >> 16) & 0xFF); // red in argbToIntSequence()
387 aRet[1] = static_cast<sal_Int8>((rColor >> 8) & 0xFF); // green in argbToIntSequence()
388 aRet[2] = static_cast<sal_Int8>(rColor & 0xFF); // blue in argbToIntSequence()
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx205 Any aRet; in execute() local
224 aRet <<= getPropertyValues( Properties); in execute()
267 aRet <<= xProp->getPropertySetInfo(); in execute()
286 return aRet; in execute()
379 Sequence< Any > aRet( rValues.getLength() ); in setPropertyValues() local
398 aRet[ n ] <<= IllegalAccessException( in setPropertyValues()
406 aRet[ n ] <<= IllegalAccessException( in setPropertyValues()
414 aRet[ n ] <<= IllegalAccessException( in setPropertyValues()
450 aRet[ n ] <<= IllegalTypeException( in setPropertyValues()
466 aRet[ n ] <<= Exception( in setPropertyValues()
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx214 uno::Any aRet; in queryInterface() local
279 return aRet; in queryInterface()
287 uno::Sequence< uno::Type > aRet(12); in getTypes() local
288 uno::Type* pTypes = aRet.getArray(); in getTypes()
302 return aRet; in getTypes()
1224 uno::Any aRet; in getPropertyValue() local
1254 return aRet; in getPropertyValue()
2456 uno::Any aRet; in queryAggregation() local
2471 aRet = SwXText::queryInterface( rType ); in queryAggregation()
2473 if(aRet.getValueType() == ::getCppuVoidType()) in queryAggregation()
[all …]
H A Dunoport.cxx868 return aRet; in getPropertyStates()
891 uno::Any aRet; in getPropertyDefault() local
898 return aRet; in getPropertyDefault()
919 uno::Reference< text::XTextRange > aRet; in getAnchor() local
925 return aRet; in getAnchor()
1007 uno::Sequence< OUString > aRet(1); in getAvailableServiceNames() local
1008 OUString* pArray = aRet.getArray(); in getAvailableServiceNames()
1010 return aRet; in getAvailableServiceNames()
1055 uno::Sequence< OUString > aRet(7); in getSupportedServiceNames() local
1056 OUString* pArray = aRet.getArray(); in getSupportedServiceNames()
[all …]
/trunk/main/basctl/source/basicide/
H A Dunomodel.cxx56 uno::Any aRet = ::cppu::queryInterface ( rType, in queryInterface() local
61 if (!aRet.hasValue()) in queryInterface()
62 aRet = SfxBaseModel::queryInterface ( rType ); in queryInterface()
63 return aRet; in queryInterface()
110 uno::Sequence< OUString > aRet(1); in getSupportedServiceNames_Static() local
111 OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static()
113 return aRet; in getSupportedServiceNames_Static()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx56 OUStringBuffer aRet( 64 ); in toUNOname() local
62 aRet.append( aStr.copy( n +1, nPos -n -1 ) ); in toUNOname()
65 aRet.append( (sal_Unicode)'.' ); in toUNOname()
69 return aRet.makeStringAndClear(); in toUNOname()
74 OUStringBuffer aRet( 64 ); in toRTTIname() local
75 aRet.appendAscii( RTL_CONSTASCII_STRINGPARAM(".?AV") ); // class ".?AV"; struct ".?AU" in toRTTIname()
80 aRet.append( rUNOname.copy( n +1, nPos -n -1 ) ); in toRTTIname()
81 aRet.append( (sal_Unicode)'@' ); in toRTTIname()
84 aRet.append( (sal_Unicode)'@' ); in toRTTIname()
85 return aRet.makeStringAndClear(); in toRTTIname()
/trunk/main/tools/source/fsys/
H A Dtempfile.cxx58 rtl::OUString aRet; in GetSystemTempDir_Impl() local
59 FileBase::getFileURLFromSystemPath( aTmp, aRet ); in GetSystemTempDir_Impl()
60 String aName = aRet; in GetSystemTempDir_Impl()
74 rtl::OUString aRet; in ConstructTempDir_Impl() local
79 sal_Int32 i = aRet.getLength(); in ConstructTempDir_Impl()
80 if ( aRet[i-1] == '/' ) in ConstructTempDir_Impl()
83 … if ( DirectoryItem::get( ::rtl::OUString( aRet.getStr(), i ), aItem ) == FileBase::E_None ) in ConstructTempDir_Impl()
84 aName = aRet; in ConstructTempDir_Impl()
/trunk/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx1323 return aRet; in get_Tables()
1331 WpADOViews aRet; in get_Views() local
1333 return aRet; in get_Views()
1343 return aRet; in get_Groups()
1353 return aRet; in get_Users()
1405 return aRet; in get_Indexes()
1413 WpADOKeys aRet; in get_Keys() local
1415 return aRet; in get_Keys()
1425 return aRet; in get_ParentCatalog()
1499 return aRet; in get_Users()
[all …]
/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()

Completed in 296 milliseconds

12345678910>>...37