| /trunk/main/chart2/source/controller/dialogs/ |
| H A D | ObjectNameProvider.cxx | 64 OUString aRet; in lcl_getDataSeriesName() local 73 aRet = ::chart::DataSeriesHelper::getDataSeriesLabel( in lcl_getDataSeriesName() 78 return aRet; in lcl_getDataSeriesName() 83 OUString aRet = String(SchResId(STR_TIP_DATASERIES)); in lcl_getFullSeriesName() local 85 sal_Int32 nIndex = aRet.indexOf( aWildcard ); in lcl_getFullSeriesName() 87 …aRet = aRet.replaceAt( nIndex, aWildcard.getLength(), lcl_getDataSeriesName( rObjectCID, xChartMod… in lcl_getFullSeriesName() 88 return aRet; in lcl_getFullSeriesName() 104 OUString aRet; in lcl_getDataPointValueText() local 109 return aRet; in lcl_getDataPointValueText() 190 aRet = ExplicitCategoriesProvider::getCategoryByIndex( xCooSys, xChartModel, nPointIndex ); in lcl_getDataPointValueText() [all …]
|
| /trunk/main/sc/workben/ |
| H A D | addin.cxx | 139 uno::Sequence< rtl::OUString > aRet(2); in getSupportedServiceNames_Static() local 140 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() 143 return aRet; in getSupportedServiceNames_Static() 168 UString aRet; in getDisplayFunctionName() local 169 if ( aProgrammaticName == L"countParams" ) aRet = L"ParamAnzahl"; in getDisplayFunctionName() 170 else if ( aProgrammaticName == L"addOne" ) aRet = L"PlusEins"; in getDisplayFunctionName() 171 else if ( aProgrammaticName == L"repeatStr" ) aRet = L"WiederholeString"; in getDisplayFunctionName() 172 else if ( aProgrammaticName == L"getDateString" ) aRet = L"Datumsstring"; in getDisplayFunctionName() 173 else if ( aProgrammaticName == L"getColorValue" ) aRet = L"Farbwert"; in getDisplayFunctionName() 174 else if ( aProgrammaticName == L"transpose" ) aRet = L"Transponieren"; in getDisplayFunctionName() [all …]
|
| /trunk/main/chart2/source/tools/ |
| H A D | ObjectIdentifier.cxx | 75 OUStringBuffer aRet; in lcl_createClassificationStringForType() local 85 aRet=m_aMultiClick; in lcl_createClassificationStringForType() 91 if( aRet.getLength() ) in lcl_createClassificationStringForType() 92 aRet.appendAscii(":"); in lcl_createClassificationStringForType() 93 aRet.append( m_aDragMethodEquals ); in lcl_createClassificationStringForType() 94 aRet.append( rDragMethodServiceName ); in lcl_createClassificationStringForType() 98 if( aRet.getLength() ) in lcl_createClassificationStringForType() 99 aRet.appendAscii(":"); in lcl_createClassificationStringForType() 100 aRet.append( m_aDragParameterEquals ); in lcl_createClassificationStringForType() 101 aRet.append( rDragParameterString ); in lcl_createClassificationStringForType() [all …]
|
| H A D | CommonConverters.cxx | 197 drawing::Position3D aRet(0.0,0.0,0.0); in getPointFromPoly() local 203 aRet.PositionX = rPolygon.SequenceX[nPolyIndex][nPointIndex]; in getPointFromPoly() 204 aRet.PositionY = rPolygon.SequenceY[nPolyIndex][nPointIndex]; in getPointFromPoly() 205 aRet.PositionZ = rPolygon.SequenceZ[nPolyIndex][nPointIndex]; in getPointFromPoly() 216 return aRet; in getPointFromPoly() 281 drawing::PolyPolygonShape3D aRet; in BezierToPoly() local 282 aRet.SequenceX.realloc( rPointSequence.getLength() ); in BezierToPoly() 283 aRet.SequenceY.realloc( rPointSequence.getLength() ); in BezierToPoly() 284 aRet.SequenceZ.realloc( rPointSequence.getLength() ); in BezierToPoly() 290 aRet.SequenceX[nN].realloc( nInnerLength ); in BezierToPoly() [all …]
|
| H A D | ChartTypeHelper.cxx | 253 uno::Sequence < sal_Int32 > aRet; in getSupportedLabelPlacements() local 255 return aRet; in getSupportedLabelPlacements() 267 aRet.realloc(4); in getSupportedLabelPlacements() 268 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() 276 aRet.realloc(1); in getSupportedLabelPlacements() 277 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() 286 aRet.realloc(5); in getSupportedLabelPlacements() 287 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() 306 aRet.realloc( bStacked ? 3 : 6 ); in getSupportedLabelPlacements() 307 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() [all …]
|
| /trunk/main/testtools/source/bridgetest/cli/ |
| H A D | cli_vb_bridgetest.vb | 606 Dim aRet As New TestDataElements 609 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, _ 610 aRet.UShort, aRet.Long, aRet.ULong, _ 611 aRet.Hyper, aRet.UHyper, aRet.Float, _ 612 aRet.Double, aRet.Enum, aRet.String, _ 613 aRet.Interface, aRet.Any, aRet.Sequence, _ 616 bRet = check( compareData( aData, aRet ) And _ 621 aRet.Bool, aRet.Char, aRet.Byte, _ 622 aRet.Short, aRet.UShort, aRet.Long, _ 623 aRet.ULong, aRet.Hyper, aRet.UHyper, _ [all …]
|
| H A D | cli_cpp_bridgetest.cxx | 430 TestDataElements* aRet = new TestDataElements(); 433 & aRet->Bool, & aRet->Char, & aRet->Byte, & aRet->Short, & aRet->UShort, 434 & aRet->Long, & aRet->ULong, & aRet->Hyper, & aRet->UHyper, 435 & aRet->Float, & aRet->Double, & aRet->Enum, & aRet->String, 436 & aRet->Interface, & aRet->Any, & aRet->Sequence, & aRet2 ); 438 …bRet = check( compareData( aData, aRet ) && compareData( aData, aRet2 ) , "getValues test") && bRe… 442 & aRet->Bool, & aRet->Char, & aRet->Byte, & aRet->Short, & aRet->UShort, 443 & aRet->Long, & aRet->ULong, & aRet->Hyper, & aRet->UHyper, & aRet->Float, 444 & aRet->Double, & aRet->Enum, & aRet->String, & aRet->Interface, & aRet->Any, 445 & aRet->Sequence, & aRet2 ); [all …]
|
| H A D | cli_cs_bridgetest.cs | 406 TestDataElements aRet = new TestDataElements(); in performTest() 409 out aRet.Bool, out aRet.Char, out aRet.Byte, out aRet.Short, out aRet.UShort, in performTest() 410 out aRet.Long, out aRet.ULong, out aRet.Hyper, out aRet.UHyper, in performTest() 411 out aRet.Float, out aRet.Double, out aRet.Enum, out aRet.String, in performTest() 412 out aRet.Interface, out aRet.Any, out aRet.Sequence, out aRet2 ); in performTest() 414 …bRet = check( compareData( aData, aRet ) && compareData( aData, aRet2 ) , "getValues test") && bRe… in performTest() 418 ref aRet.Bool, ref aRet.Char, ref aRet.Byte, ref aRet.Short, ref aRet.UShort, in performTest() 419 ref aRet.Long, ref aRet.ULong, ref aRet.Hyper, ref aRet.UHyper, ref aRet.Float, in performTest() 420 ref aRet.Double, ref aRet.Enum, ref aRet.String, ref aRet.Interface, ref aRet.Any, in performTest() 421 ref aRet.Sequence, ref aRet2 ); in performTest() [all …]
|
| /trunk/main/stoc/test/ |
| H A D | testiadapter.cxx | 319 Any aRet; in invoke() local 392 aRet <<= _xLBT->setValues2( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke() 436 aRet <<= _xLBT->getValues( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke() 480 aRet <<= _xLBT->raiseException( aBool, aChar, nByte, nShort, nUShort, nLong, nULong, in invoke() 547 return aRet; in invoke() 594 Any aRet; in getValue() local 598 aRet.setValue( &aBool, ::getCppuBooleanType() ); in getValue() 601 aRet <<= _xLBT->getByte(); in getValue() 605 aRet.setValue( &aChar, ::getCppuCharType() ); in getValue() 608 aRet <<= _xLBT->getShort(); in getValue() [all …]
|
| /trunk/main/i18npool/source/search/ |
| H A D | textsearch.cxx | 569 SearchResult aRet; in NSrchFrwrd() local 570 aRet.subRegExpressions = 0; in NSrchFrwrd() 578 return aRet; in NSrchFrwrd() 582 return aRet; in NSrchFrwrd() 623 aRet.subRegExpressions = 1; in NSrchFrwrd() 624 aRet.startOffset.realloc( 1 ); in NSrchFrwrd() 625 aRet.startOffset[ 0 ] = nCmpIdx; in NSrchFrwrd() 626 aRet.endOffset.realloc( 1 ); in NSrchFrwrd() 627 aRet.endOffset[ 0 ] = nCmpIdx + sSearchKey.getLength(); in NSrchFrwrd() 629 return aRet; in NSrchFrwrd() [all …]
|
| /trunk/main/testtools/source/bridgetest/ |
| H A D | bridgetest.cxx | 414 TestData aRet; in performTest() local 417 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest() 418 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, in performTest() 419 aRet.Double, aRet.Enum, aRet.String, aRet.Interface, aRet.Any, in performTest() 420 aRet.Sequence, aRet2); in performTest() 422 equals(aData, aRet) && equals(aData, aRet2), "getValues test"); in performTest() 426 aRet.Bool, aRet.Char, aRet.Byte, aRet.Short, aRet.UShort, in performTest() 427 aRet.Long, aRet.ULong, aRet.Hyper, aRet.UHyper, aRet.Float, in performTest() 428 aRet.Double, aRet.Enum, aRet.String, aRet.Interface, in performTest() 429 aRet.Any, aRet.Sequence, aRet2)); in performTest() [all …]
|
| /trunk/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShapeFunctionParser.cxx | 124 EnhancedCustomShapeParameter aRet; in fillNode() local 128 aRet.Type = EnhancedCustomShapeParameterType::NORMAL; in fillNode() 129 aRet.Value <<= (sal_Int32)aFract.GetNumerator(); in fillNode() 138 aRet.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode() 139 aRet.Value <<= (sal_Int32)rEquations.size(); in fillNode() 142 return aRet; in fillNode() 173 EnhancedCustomShapeParameter aRet; in fillNode() local 174 aRet.Type = EnhancedCustomShapeParameterType::ADJUSTMENT; in fillNode() 175 aRet.Value <<= mnIndex; in fillNode() 176 return aRet; in fillNode() [all …]
|
| /trunk/main/ucb/source/cacher/ |
| H A D | cachedcontentresultsetstub.cxx | 71 Any aRet = ContentResultSetWrapper::queryInterface( rType ); in XINTERFACE_COMMON_IMPL() local 72 if( aRet.hasValue() ) in XINTERFACE_COMMON_IMPL() 73 return aRet; in XINTERFACE_COMMON_IMPL() 75 aRet = cppu::queryInterface( rType in XINTERFACE_COMMON_IMPL() 82 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in XINTERFACE_COMMON_IMPL() 255 FetchResult aRet; \ 256 aRet.StartIndex = nRowStartPosition; \ 257 aRet.Orientation = bDirection; \ 258 aRet.FetchError = FetchError::SUCCESS; /*ENDOFDATA, EXCEPTION*/ \ 265 aRet.FetchError = FetchError::EXCEPTION; \ [all …]
|
| /trunk/main/svtools/source/control/ |
| H A D | valueacc.cxx | 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 [all …]
|
| H A D | toolbarmenuacc.cxx | 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() [all …]
|
| /trunk/main/chart2/source/controller/chartapiwrapper/ |
| H A D | WrappedScaleProperty.cxx | 358 Any aRet( m_aOuterValue ); in getPropertyValue() local 363 return aRet; in getPropertyValue() 374 aRet = aScaleData.Maximum; in getPropertyValue() 375 if( !aRet.hasValue() ) in getPropertyValue() 379 aRet <<= aExplicitScale.Maximum; in getPropertyValue() 385 aRet = aScaleData.Minimum; in getPropertyValue() 386 if( !aRet.hasValue() ) in getPropertyValue() 390 aRet <<= aExplicitScale.Minimum; in getPropertyValue() 397 aRet = aScaleData.IncrementData.Distance; in getPropertyValue() 398 if( !aRet.hasValue() ) in getPropertyValue() [all …]
|
| H A D | WrappedStatisticProperties.cxx | 62 Any aRet; in lcl_getRegressionDefault() local 63 aRet <<= ::com::sun::star::chart::ChartRegressionCurveType_NONE; in lcl_getRegressionDefault() 64 return aRet; in lcl_getRegressionDefault() 247 double aRet = 0.0; in getValueFromSeries() local 248 m_aDefaultValue >>= aRet; in getValueFromSeries() 253 xErrorBarProperties->getPropertyValue( C2U( "NegativeError" )) >>= aRet; in getValueFromSeries() 255 m_aOuterValue >>= aRet; in getValueFromSeries() 257 return aRet; in getValueFromSeries() 302 double aRet = 0.0; in getValueFromSeries() local 303 m_aDefaultValue >>= aRet; in getValueFromSeries() [all …]
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | confuno.cxx | 336 uno::Any aRet; in getPropertyValue() local 347 ScUnoHelpFunctions::SetBoolInAny( aRet, pDocShell->Stamp_GetPrintCancelState() ); in getPropertyValue() 351 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_NULLVALS ) ); in getPropertyValue() 353 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_NOTES ) ); in getPropertyValue() 355 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_GRID ) ); in getPropertyValue() 360 aRet <<= static_cast<sal_Int64>(aColor.GetColor()); in getPropertyValue() 363 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_PAGEBREAKS ) ); in getPropertyValue() 365 aRet <<= static_cast<sal_Int16> ( pDoc->GetLinkMode() ); in getPropertyValue() 367 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_HEADER ) ); in getPropertyValue() 369 ScUnoHelpFunctions::SetBoolInAny( aRet, aViewOpt.GetOption( VOPT_TABCONTROLS ) ); in getPropertyValue() [all …]
|
| /trunk/main/unotools/source/config/ |
| H A D | configmgr.cxx | 414 Any aRet; in GetDirectConfigProperty() local 418 aRet <<= rBrandName; in GetDirectConfigProperty() 419 return aRet; in GetDirectConfigProperty() 425 aRet <<= rFullProductname; in GetDirectConfigProperty() 426 return aRet; in GetDirectConfigProperty() 432 aRet <<= rProductVersion; in GetDirectConfigProperty() 433 return aRet; in GetDirectConfigProperty() 439 aRet <<= rAboutBoxProductVersion; in GetDirectConfigProperty() 440 return aRet; in GetDirectConfigProperty() 446 aRet <<= rOOOVendor; in GetDirectConfigProperty() [all …]
|
| /trunk/main/svl/source/numbers/ |
| H A D | numfmuno.cxx | 229 String aRet; in convertNumberToString() local 234 pFormatter->GetOutputString(fValue, nKey, aRet, &pColor); in convertNumberToString() 239 return aRet; in convertNumberToString() 270 String aRet; in formatString() local 276 pFormatter->GetOutputString(aTemp, nKey, aRet, &pColor); in formatString() 281 return aRet; in formatString() 313 String aRet; in getInputString() local 316 pFormatter->GetInputLineString(fValue, nKey, aRet); in getInputString() 320 return aRet; in getInputString() 332 String aRet; in convertNumberToPreviewString() local [all …]
|
| /trunk/main/stoc/source/typeconv/ |
| H A D | convert.cxx | 552 Any aRet; in convertTo() local 574 aRet.setValue( rVal.getValue(), aDestTD.get() ); // evtl. .uP.cAsT. in convertTo() 592 aRet.setValue( &null_ref, aDestType ); in convertTo() 603 if (! (aRet = (*(XInterface * const *)rVal.getValue())->queryInterface( in convertTo() 636 aRet.setValue( &pRet, aDestTD.get() ); in convertTo() 642 char * pDestElements = (*(uno_Sequence * const *)aRet.getValue())->elements; in convertTo() 703 aRet.setValue( in convertTo() 721 aRet = convertToSimpleType( rVal, aDestinationClass ); in convertTo() 729 if (aRet.hasValue()) in convertTo() 730 return aRet; in convertTo() [all …]
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unocoll.cxx | 294 uno::Sequence<OUString> aRet(nEntries); in GetAllServiceNames() local 295 OUString* pArray = aRet.getArray(); in GetAllServiceNames() 306 aRet.realloc(n); in GetAllServiceNames() 307 return aRet; in GetAllServiceNames() 629 uno::Any aRet; in getByIndex() local 636 aRet.setValue( &xTbl, in getByIndex() 644 return aRet; in getByIndex() 651 uno::Any aRet; in getByName() local 663 aRet.setValue(&xTbl, in getByName() 673 return aRet; in getByName() [all …]
|
| H A D | unoredline.cxx | 71 uno::Any aRet; in queryInterface() local 76 aRet <<= aAccess; in queryInterface() 81 aRet = SwXText::queryInterface(rType); in queryInterface() 82 if(!aRet.hasValue()) in queryInterface() 84 aRet = OWeakObject::queryInterface(rType); in queryInterface() 88 return aRet; in queryInterface() 264 uno::Any aRet; in getPropertyValue() local 274 aRet <<= xRet; in getPropertyValue() 283 aRet = GetPropertyValue( rPropertyName, *pRedline); in getPropertyValue() 284 if(!aRet.hasValue() && in getPropertyValue() [all …]
|
| H A D | unosett.cxx | 321 Sequence< OUString > aRet(1); in getSupportedServiceNames() local 322 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() 324 return aRet; in getSupportedServiceNames() 481 uno::Any aRet; in getPropertyValue() local 492 aRet <<= OUString(rFtnInfo.GetPrefix()); in getPropertyValue() 497 aRet <<= OUString(rFtnInfo.GetSuffix()); in getPropertyValue() 502 aRet <<= rFtnInfo.aFmt.GetNumberingType(); in getPropertyValue() 506 aRet <<= (sal_Int16)rFtnInfo.nFtnOffset; in getPropertyValue() 523 aRet <<= nRet; in getPropertyValue() 533 aRet <<= OUString ( aString ); in getPropertyValue() [all …]
|
| /trunk/main/scaddins/source/datefunc/ |
| H A D | datefunc.cxx | 353 OUString aRet; in GetFuncDescrStr() local 360 ScaFuncRes aSubRes( aResId, GetResMgr(), nStrIndex, aRet ); in GetFuncDescrStr() 363 return aRet; in GetFuncDescrStr() 376 uno::Sequence< OUString > aRet( 2 ); in getSupportedServiceNames_Static() local 377 OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() 380 return aRet; in getSupportedServiceNames_Static() 439 OUString aRet; in getDisplayFunctionName() local 444 aRet = GetDisplFuncStr( pFData->GetUINameID() ); in getDisplayFunctionName() 446 aRet += STR_FROM_ANSI( "_ADD" ); in getDisplayFunctionName() 450 aRet = STR_FROM_ANSI( "UNKNOWNFUNC_" ); in getDisplayFunctionName() [all …]
|