Home
last modified time | relevance | path

Searched refs:aRet (Results 151 – 175 of 904) sorted by relevance

12345678910>>...37

/trunk/main/canvas/source/tools/
H A Dparametricpolypolygon.cxx51 uno::Sequence<rtl::OUString> aRet(3); in getAvailableServiceNames() local
52 aRet[0] = rtl::OUString::createFromAscii("LinearGradient"); in getAvailableServiceNames()
53 aRet[1] = rtl::OUString::createFromAscii("EllipticalGradient"); in getAvailableServiceNames()
54 aRet[2] = rtl::OUString::createFromAscii("RectangularGradient"); in getAvailableServiceNames()
56 return aRet; in getAvailableServiceNames()
224 uno::Sequence< ::rtl::OUString > aRet(1); in getSupportedServiceNames() local
225 aRet[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in getSupportedServiceNames()
227 return aRet; in getSupportedServiceNames()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx437 String aRet; in Expand() local
458 aRet.Erase( aRet.Search( String(rURLObj.GetLastName( in Expand()
481 return aRet; in Expand()
617 String aRet; in Expand() local
659 return aRet; in Expand()
1553 String aRet(aTRUETxt); in GetPar2() local
1556 aRet += '|'; in GetPar2()
1557 aRet += aFALSETxt; in GetPar2()
1559 return aRet; in GetPar2()
2038 String aRet; in Expand() local
[all …]
H A Dpostithelper.cxx90 SwLayoutStatus aRet = INVISIBLE; in getLayoutInfos() local
93 return aRet; in getLayoutInfos()
104 aRet = VISIBLE; in getLayoutInfos()
132 aRet = INSERTED; in getLayoutInfos()
134 aRet = DELETED; in getLayoutInfos()
142 …return ( (aRet==VISIBLE) && SwScriptInfo::IsInHiddenRange( *pTxtNode , rAnchorPos.nContent.GetInde… in getLayoutInfos()
144 : aRet; in getLayoutInfos()
/trunk/main/chart2/source/view/axes/
H A DVAxisProperties.cxx239 LabelAlignment aRet( LABEL_ALIGN_RIGHT ); in lcl_getLabelAlignmentForZAxis() local
241 aRet = LABEL_ALIGN_LEFT; in lcl_getLabelAlignmentForZAxis()
242 return aRet; in lcl_getLabelAlignmentForZAxis()
247 LabelAlignment aRet( LABEL_ALIGN_RIGHT ); in lcl_getLabelAlignmentForYAxis() local
249 aRet = LABEL_ALIGN_LEFT; in lcl_getLabelAlignmentForYAxis()
250 return aRet; in lcl_getLabelAlignmentForYAxis()
255 LabelAlignment aRet( LABEL_ALIGN_BOTTOM ); in lcl_getLabelAlignmentForXAxis() local
257 aRet = LABEL_ALIGN_TOP; in lcl_getLabelAlignmentForXAxis()
258 return aRet; in lcl_getLabelAlignmentForXAxis()
/trunk/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx555 Point aRet; in GetViewOffset() local
557 aRet = mrDrawViewShell.GetWinViewPos(); in GetViewOffset()
558 aRet -= mrDrawViewShell.GetViewOrigin(); in GetViewOffset()
560 return awt::Point( aRet.X(), aRet.Y() ); in GetViewOffset()
612 Any aRet; in getDrawViewMode() local
615 case PK_NOTES: aRet <<= DrawViewMode_NOTES; break; in getDrawViewMode()
616 case PK_HANDOUT: aRet <<= DrawViewMode_HANDOUT; break; in getDrawViewMode()
617 case PK_STANDARD: aRet <<= DrawViewMode_DRAW; break; in getDrawViewMode()
619 return aRet; in getDrawViewMode()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx76 uno::Sequence< uno::Sequence< double > > aRet; in lcl_getNANInsteadDBL_MIN() local
78 aRet.realloc( nOuterSize ); in lcl_getNANInsteadDBL_MIN()
82 aRet[nOuter].realloc( nInnerSize ); in lcl_getNANInsteadDBL_MIN()
85 aRet[nOuter][nInner] = rData[nOuter][nInner]; in lcl_getNANInsteadDBL_MIN()
86 double& rValue = aRet[nOuter][nInner]; in lcl_getNANInsteadDBL_MIN()
91 return aRet; in lcl_getNANInsteadDBL_MIN()
96 uno::Sequence< uno::Sequence< double > > aRet; in lcl_getDBL_MINInsteadNAN() local
98 aRet.realloc( nOuterSize ); in lcl_getDBL_MINInsteadNAN()
102 aRet[nOuter].realloc( nInnerSize ); in lcl_getDBL_MINInsteadNAN()
106 double& rValue = aRet[nOuter][nInner]; in lcl_getDBL_MINInsteadNAN()
[all …]
H A DWrappedTextRotationProperty.cxx60 Any aRet; in convertInnerToOuterValue() local
65 aRet <<= n100thDegrees; in convertInnerToOuterValue()
67 return aRet; in convertInnerToOuterValue()
71 Any aRet; in convertOuterToInnerValue() local
76 aRet <<= fDoubleDegrees; in convertOuterToInnerValue()
78 return aRet; in convertOuterToInnerValue()
H A DLegendWrapper.cxx92 Any aRet; in getPropertyValue() local
99 aRet = uno::makeAny( ::com::sun::star::chart::ChartLegendPosition_NONE ); in getPropertyValue()
103 aRet = xInnerPropertySet->getPropertyValue( m_aInnerName ); in getPropertyValue()
104 aRet = this->convertInnerToOuterValue( aRet ); in getPropertyValue()
107 return aRet; in getPropertyValue()
401 Any aRet; in getReferenceSize() local
404 aRet = xProp->getPropertyValue( C2U("ReferencePageSize") ); in getReferenceSize()
406 return aRet; in getReferenceSize()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx306 BitmapEx aRet; in GetColorTransformedBitmapEx() local
310 aRet = *this; in GetColorTransformedBitmapEx()
316 aRet = *this; in GetColorTransformedBitmapEx()
317 aRet.aBitmap = aRet.aBitmap.GetColorTransformedBitmap( eColorMode ); in GetColorTransformedBitmapEx()
319 if( !aRet.aMask.IsEmpty() ) in GetColorTransformedBitmapEx()
321 aRet.aMask.CombineSimple( aRet.aBitmap, BMP_COMBINE_OR ); in GetColorTransformedBitmapEx()
324 DBG_ASSERT( aRet.aBitmap.GetSizePixel() == aRet.aMask.GetSizePixel(), in GetColorTransformedBitmapEx()
329 return aRet; in GetColorTransformedBitmapEx()
336 Bitmap aRet( aMask ); in GetMask() local
339 aRet.ImplMakeMono( 255 ); in GetMask()
[all …]
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx173 uno::Any aRet = cppu::queryInterface( rType, in queryInterface() local
175 if ( aRet.hasValue() ) in queryInterface()
177 ? aRet : uno::Any(); in queryInterface()
179 return aRet.hasValue() ? aRet : ContentImplHelper::queryInterface( rType ); in queryInterface()
291 uno::Any aRet; in execute() local
328 aRet <<= getCommandInfo( xEnv, sal_False ); in execute()
349 aRet <<= xSet; in execute()
389 aRet <<= createNewContent( arg ); in execute()
432 return aRet; in execute()
862 aRet[ nTitlePos ] <<= uno::Exception in setPropertyValues()
[all …]
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx581 Any aRet; in getPropertyValueByIndex() local
594 return aRet; in getPropertyValueByIndex()
621 return aRet; in getPropertyValueByIndex()
637 return aRet; in getPropertyValueByIndex()
655 return aRet; in getPropertyValueByIndex()
672 return aRet; in getPropertyValueByIndex()
680 return aRet; in getPropertyValueByIndex()
682 return aRet; in getPropertyValueByIndex()
980 return aRet; in queryInterface()
1231 Property aRet; in getProperty() local
[all …]
/trunk/main/vcl/source/helper/
H A Dstrhelper.cxx167 String aRet( pBuffer ); in GetCommandLineToken() local
168 return aRet; in GetCommandLineToken()
218 ByteString aRet( pBuffer ); in GetCommandLineToken() local
219 return aRet; in GetCommandLineToken()
377 String aRet( *pBuffer == ' ' ? pBuffer+1 : pBuffer ); in WhitespaceToSpace() local
378 return aRet; in WhitespaceToSpace()
434 ByteString aRet( *pBuffer == ' ' ? pBuffer+1 : pBuffer ); in WhitespaceToSpace() local
435 return aRet; in WhitespaceToSpace()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1147 return aRet; in getSupportedServiceNames()
2590 return aRet; in getPropertyDefault()
3130 return aRet; in queryInterface()
3345 aRet.realloc(aRet.getLength() + 2); in getSupportedServiceNames()
3349 return aRet; in getSupportedServiceNames()
3430 return aRet; in queryInterface()
3510 aRet.realloc(aRet.getLength() + 1); in getSupportedServiceNames()
3513 return aRet; in getSupportedServiceNames()
3569 return aRet; in queryInterface()
3779 aRet.realloc(aRet.getLength() + 1); in getSupportedServiceNames()
[all …]
H A Dunoparagraph.cxx428 return aRet.getConstArray()[0]; in getPropertyValue()
1214 return aRet; in getPropertyStates()
1324 uno::Any aRet; in getPropertyDefault() local
1327 return aRet; in getPropertyDefault()
1350 return aRet; in getPropertyDefault()
1527 OUString aRet; in getString() local
1538 aRet = m_pImpl->m_sText; in getString()
1544 return aRet; in getString()
1607 uno::Sequence< OUString > aRet(1); in getAvailableServiceNames() local
1608 OUString* pArray = aRet.getArray(); in getAvailableServiceNames()
[all …]
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx214 Any aRet; in execute() local
227 aRet <<= getPropertyValues( Properties, i_rEvironment ); in execute()
248 aRet <<= setPropertyValues( aProperties, i_rEvironment ); in execute()
253 aRet <<= getPropertySetInfo( i_rEvironment ); in execute()
258 aRet <<= getCommandInfo( i_rEvironment ); in execute()
281 aRet <<= xSet; in execute()
288aRet = aRequestedContent.executeCommand( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "open" ) ),… in execute()
300 return aRet; in execute()
525 Sequence< Any > aRet( i_rValues.getLength() ); in setPropertyValues() local
539aRet[ n ] <<= IllegalAccessException( ::rtl::OUString::createFromAscii( "property is read-only." )… in setPropertyValues()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java1052 String aRet = ""; in getString() local
1060 aRet = (String)value; in getString()
1066 aRet = ((Float)value).toString(); in getString()
1070 aRet = ((Double)value).toString(); in getString()
1073 aRet = DBTypeConversion.toDateString((Date)value); in getString()
1076 aRet = DBTypeConversion.toTimeString((Time)value); in getString()
1079 aRet = DBTypeConversion.toDateTimeString((DateTime)value); in getString()
1090 aRet = sVal.toString(); in getString()
1095 aRet = ((Boolean)value).toString(); in getString()
1120 aRet = AnyConverter.toString(value); in getString()
[all …]
/trunk/main/chart2/source/view/charttypes/
H A DAreaChart.cxx159 uno::Any aRet; in getExplicitSymbol() local
167 return aRet; in getExplicitSymbol()
188 drawing::Direction3D aRet(1,-1,1); in getPreferredDiagramAspectRatio() local
190 aRet = drawing::Direction3D(-1,-1,-1); in getPreferredDiagramAspectRatio()
195 if(aRet.DirectionZ>1.0) in getPreferredDiagramAspectRatio()
196 aRet.DirectionZ=1.0; in getPreferredDiagramAspectRatio()
197 if(aRet.DirectionZ>10) in getPreferredDiagramAspectRatio()
198 aRet.DirectionZ=10; in getPreferredDiagramAspectRatio()
200 return aRet; in getPreferredDiagramAspectRatio()
561 aRet.push_back(aXSlot); in lcl_reorderSeries()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx91 Any aRet = OStatement_BASE::queryInterface(rType); in queryInterface() local
92 if(!aRet.hasValue()) in queryInterface()
93 aRet = OPropertySetHelper::queryInterface(rType); in queryInterface()
94 return aRet; in queryInterface()
173 Any aRet = ::cppu::queryInterface(rType,static_cast< XBatchExecution*> (this)); in queryInterface() local
174 if(!aRet.hasValue()) in queryInterface()
175 aRet = OStatement_Base::queryInterface(rType); in queryInterface()
176 return aRet; in queryInterface()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx144 sw::Frames aRet; in SwPosFlyFrmsToFrames() local
152 aRet.push_back(sw::Frame(rEntry, *pAnchor)); in SwPosFlyFrmsToFrames()
163 aRet.push_back(sw::Frame(rEntry, aPos)); in SwPosFlyFrmsToFrames()
166 return aRet; in SwPosFlyFrmsToFrames()
609 sw::Frames aRet(SwPosFlyFrmsToFrames(aFlys)); in GetFrames() local
610 return aRet; in GetFrames()
617 Frames aRet;
622 std::back_inserter(aRet), anchoredto(nI));
624 return aRet;
630 Frames aRet; in GetFramesInNode() local
[all …]
H A Drtfattributeoutput.cxx348 OStringBuffer aRet; in OutTBLBorderLine() local
349 aRet.append(pStr); in OutTBLBorderLine()
379 return aRet.makeStringAndClear(); in OutTBLBorderLine()
385 OStringBuffer aRet; in OutBorderLine() local
388 aRet.append((sal_Int32)nDist); in OutBorderLine()
395 OStringBuffer aRet; in OutBorderLine() local
396 aRet.append(pStr); in OutBorderLine()
3410 OStringBuffer aRet; in WriteHex() local
3417 aRet.append('0'); in WriteHex()
3418 aRet.append(sNo); in WriteHex()
[all …]
/trunk/main/svl/source/misc/
H A Downlist.cxx196 String aRet; in GetCommands() local
200 aRet += ' '; in GetCommands()
202 aRet += pCmd->GetCommand(); in GetCommands()
205 aRet.AppendAscii( RTL_CONSTASCII_STRINGPARAM( "=\"" ) ); in GetCommands()
206 aRet += pCmd->GetArgument(); in GetCommands()
207 aRet.AppendAscii( RTL_CONSTASCII_STRINGPARAM( "\"" ) ); in GetCommands()
210 return aRet; in GetCommands()
/trunk/main/automation/source/server/
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/filter/source/svg/
H A Dsvgexport.cxx1140 OUString aRet; in implGetDescriptionFromShape() local
1144 aRet = B2UCONST( "Group" ); in implGetDescriptionFromShape()
1146 aRet = B2UCONST( "Graphic" ); in implGetDescriptionFromShape()
1148 aRet = B2UCONST( "OLE2" ); in implGetDescriptionFromShape()
1150 aRet = B2UCONST( "Header" ); in implGetDescriptionFromShape()
1152 aRet = B2UCONST( "Footer" ); in implGetDescriptionFromShape()
1154 aRet = B2UCONST( "Date/Time" ); in implGetDescriptionFromShape()
1158 aRet = B2UCONST( "Drawing" ); in implGetDescriptionFromShape()
1160 return aRet; in implGetDescriptionFromShape()
1168 OUString aRet; in implGetValidIDFromInterface() local
[all …]
/trunk/main/embedserv/source/embed/
H A Dintercept.cxx508 uno::Sequence< uno::Reference< frame::XDispatch > > aRet; in queryDispatches() local
511 aRet = m_xSlaveDispatchProvider->queryDispatches(Requests); in queryDispatches()
513 aRet.realloc(Requests.getLength()); in queryDispatches()
517 aRet[i] = (frame::XDispatch*) this; in queryDispatches()
519 aRet[i] = (frame::XDispatch*) 0; in queryDispatches()
521 aRet[i] = (frame::XDispatch*) this; in queryDispatches()
523 aRet[i] = (frame::XDispatch*) this; in queryDispatches()
525 aRet[i] = (frame::XDispatch*) this; in queryDispatches()
527 aRet[i] = (frame::XDispatch*) this; in queryDispatches()
529 return aRet; in queryDispatches()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
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()

Completed in 202 milliseconds

12345678910>>...37