Home
last modified time | relevance | path

Searched refs:rRet (Results 1 – 25 of 42) sorted by path

12

/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx382 void FrameControl::getFastPropertyValue( Any& rRet , in getFastPropertyValue() argument
389 case PROPERTYHANDLE_COMPONENTURL : rRet <<= m_sComponentURL ; in getFastPropertyValue()
392 case PROPERTYHANDLE_LOADERARGUMENTS : rRet <<= m_seqLoaderArguments ; in getFastPropertyValue()
395 case PROPERTYHANDLE_FRAME : rRet <<= m_xFrame ; in getFastPropertyValue()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx46 void MapReturn(const ia64::RegReturn &rRet, double dret, typelib_TypeDescription * pReturnTypeDescr… in MapReturn() argument
55 *pRegisterReturn = rRet.r8; in MapReturn()
60 *pRegisterReturn = (unsigned short)rRet.r8; in MapReturn()
64 *pRegisterReturn = (unsigned char)rRet.r8; in MapReturn()
77 memcpy(pRegisterReturn, (void*)&rRet, nRetSize); in MapReturn()
/trunk/main/chart2/source/inc/
H A DCommonConverters.hxx118 void addPolygon( com::sun::star::drawing::PolyPolygonShape3D& rRet
124 void appendPoly( com::sun::star::drawing::PolyPolygonShape3D& rRet
/trunk/main/chart2/source/tools/
H A DCommonConverters.cxx223 rRet.SequenceX.realloc( nOuterCount ); in addPolygon()
224 rRet.SequenceY.realloc( nOuterCount ); in addPolygon()
225 rRet.SequenceZ.realloc( nOuterCount ); in addPolygon()
234 rRet.SequenceX[nOuter] = rAdd.SequenceX[nIndex]; in addPolygon()
235 rRet.SequenceY[nOuter] = rAdd.SequenceY[nIndex]; in addPolygon()
245 rRet.SequenceX.realloc(nOuterCount); in appendPoly()
246 rRet.SequenceY.realloc(nOuterCount); in appendPoly()
247 rRet.SequenceZ.realloc(nOuterCount); in appendPoly()
260 rRet.SequenceX[nOuter].realloc(nNewPointCount); in appendPoly()
261 rRet.SequenceY[nOuter].realloc(nNewPointCount); in appendPoly()
[all …]
H A DDiagramHelper.cxx965 Sequence< rtl::OUString >& rRet, in lcl_generateAutomaticCategoriesFromChartType()
987 rRet = xValueSeq->generateLabel( chart2::data::LabelOrigin_LONG_SIDE ); in lcl_generateAutomaticCategoriesFromChartType()
988 if( rRet.getLength() ) in lcl_generateAutomaticCategoriesFromChartType()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx253 if( rRet.getValueType().getTypeClass() == TypeClass_VOID ) in convertToEventReturn()
259 rRet <<= Reference< XInterface >(); in convertToEventReturn()
264 rRet <<= sal_True; in convertToEventReturn()
268 rRet <<= OUString(); in convertToEventReturn()
271 case TypeClass_FLOAT: rRet <<= float(0); break; in convertToEventReturn()
272 case TypeClass_DOUBLE: rRet <<= double(0.0); break; in convertToEventReturn()
273 case TypeClass_BYTE: rRet <<= sal_uInt8(0); break; in convertToEventReturn()
274 case TypeClass_SHORT: rRet <<= sal_Int16( 0 ); break; in convertToEventReturn()
275 case TypeClass_LONG: rRet <<= sal_Int32( 0 ); break; in convertToEventReturn()
284 else if( !rRet.getValueType().equals( rRetType ) ) in convertToEventReturn()
[all …]
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx759 void test_OPropertySetHelper::getFastPropertyValue( Any & rRet, sal_Int32 nHandle ) const in getFastPropertyValue() argument
765 rRet.setValue( &bBOOL , getCppuBooleanType() ); in getFastPropertyValue()
769 rRet <<= nINT16; in getFastPropertyValue()
773 rRet <<= nINT32; in getFastPropertyValue()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx3422 SvStream& rRet = SfxUInt16Item::Store( rStream, nVer ); in Store() local
3426 rRet.SeekRel( -1*(long)sizeof(sal_uInt16) ); in Store()
3427 rRet << (sal_uInt16)0; in Store()
3428 rRet << GetValue(); in Store()
3430 rRet << (sal_uInt16)0x1234; in Store()
3432 return rRet; in Store()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx482 if( rRet.getValueType().getTypeClass() == TypeClass_VOID ) in convertToEventReturn()
488 rRet <<= Reference< XInterface >(); in convertToEventReturn()
493 rRet <<= sal_True; in convertToEventReturn()
497 rRet <<= OUString(); in convertToEventReturn()
500 case TypeClass_FLOAT: rRet <<= float(0); break; in convertToEventReturn()
501 case TypeClass_DOUBLE: rRet <<= double(0.0); break; in convertToEventReturn()
502 case TypeClass_BYTE: rRet <<= sal_uInt8( 0 ); break; in convertToEventReturn()
503 case TypeClass_SHORT: rRet <<= sal_Int16( 0 ); break; in convertToEventReturn()
504 case TypeClass_LONG: rRet <<= sal_Int32( 0 ); break; in convertToEventReturn()
511 else if( !rRet.getValueType().equals( rRetType ) ) in convertToEventReturn()
[all …]
/trunk/main/extensions/source/scanner/
H A Dsane.cxx360 sal_Bool Sane::GetOptionValue( int n, sal_Bool& rRet ) in GetOptionValue() argument
369 rRet = nRet; in GetOptionValue()
373 sal_Bool Sane::GetOptionValue( int n, ByteString& rRet ) in GetOptionValue() argument
383 rRet = pRet; in GetOptionValue()
389 sal_Bool Sane::GetOptionValue( int n, double& rRet, int nElement ) in GetOptionValue() argument
403 rRet = (double)pRet[ nElement ]; in GetOptionValue()
405 rRet = SANE_UNFIX( pRet[nElement] ); in GetOptionValue()
/trunk/main/padmin/source/
H A Dhelper.cxx200 QueryString::QueryString( Window* pParent, String& rQuery, String& rRet, const ::std::list< String … in QueryString() argument
207 m_rReturnValue( rRet ) in QueryString()
/trunk/main/sc/inc/
H A Dtarguno.hxx125 static void SetLinkTargetBitmap( ::com::sun::star::uno::Any& rRet, sal_uInt16 nType );
/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx625 const sal_Unicode* DifParser::ScanIntVal( const sal_Unicode* pStart, sal_uInt32& rRet ) in ScanIntVal() argument
634 rRet = ( sal_uInt32 ) ( cAkt - '0' ); in ScanIntVal()
641 while( IsNumber( cAkt ) && rRet < ( 0xFFFFFFFF / 10 ) ) in ScanIntVal()
643 rRet *= 10; in ScanIntVal()
644 rRet += ( sal_uInt32 ) ( cAkt - '0' ); in ScanIntVal()
/trunk/main/sc/source/filter/inc/
H A Ddif.hxx93 const sal_Unicode* ScanIntVal( const sal_Unicode* pStart, sal_uInt32& rRet );
/trunk/main/sc/source/ui/unoobj/
H A Dtarguno.cxx227 void ScLinkTargetTypeObj::SetLinkTargetBitmap( uno::Any& rRet, sal_uInt16 nType ) in SetLinkTargetBitmap() argument
247 rRet <<= uno::Reference< awt::XBitmap > (VCLUnoHelper::CreateBitmap( rImage.GetBitmapEx() )); in SetLinkTargetBitmap()
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx126 AnalysisFuncRes( ResId& rRes, ResMgr& rResMgr, sal_uInt16 nInd, STRING& rRet );
130 AnalysisFuncRes::AnalysisFuncRes( ResId& rRes, ResMgr& rResMgr, sal_uInt16 nInd, STRING& rRet ) : R… in AnalysisFuncRes() argument
132 rRet = String( AnalysisResId( nInd, rResMgr ) ); in AnalysisFuncRes()
H A Danalysishelper.cxx713 sal_Bool ParseDouble( const sal_Unicode*& rp, double& rRet ) in ParseDouble() argument
767 rRet = 0.0; in ParseDouble()
869 rRet = fInt; in ParseDouble()
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx211 ScaFuncRes::ScaFuncRes( ResId& rResId, ResMgr& rResMgr, sal_uInt16 nIndex, OUString& rRet ) : in ScaFuncRes() argument
214 rRet = String( ScaResId( nIndex, rResMgr ) ); in ScaFuncRes()
H A Ddatefunc.hxx212 … ScaFuncRes( ResId& rResId, ResMgr& rResMgr, sal_uInt16 nIndex, ::rtl::OUString& rRet );
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx940 Any & rRet, in getFastPropertyValue() argument
948 rRet <<= awt::Rectangle( in getFastPropertyValue()
956 rRet <<= mxSubController; in getFastPropertyValue()
961 rRet = mxSubController->getFastPropertyValue(nHandle); in getFastPropertyValue()
/trunk/main/sfx2/inc/sfx2/
H A Dshell.hxx210 … ExecuteSlot( sal_uInt16 nSlot, sal_uInt16 nMemberId, SbxVariable& rRet, SbxBase* pArgs = 0…
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx869 String X(const String &rRet) in X() argument
871 if ( !rRet.Len() ) in X()
873 return rRet; in X()
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx447 void SfxEvents_Impl::NormalizeMacro( const ANY& rEvent, ANY& rRet, SfxObjectShell* pDoc ) in NormalizeMacro() argument
454 rRet <<= aEventDescriptorOut.getPropertyValues(); in NormalizeMacro()
/trunk/main/starmath/source/
H A Dmathtype.cxx583 rRet += ' '; in LookupChar()
585 rRet += ' '; in LookupChar()
839 rRet += '\"'; in HandleRecords()
1915 rRet += '}'; in HandleRecords()
1992 rRet += '}'; in HandleSize()
2000 rRet += '{'; in HandleSize()
2022 rRet += '}'; in HandleSize()
2030 rRet += '{'; in HandleSize()
2827 rRet.Erase(rRet.Len()-3,2); in HandlePile()
3066 rRet += '\"'; in HandleChar()
[all …]
H A Dmathtype.hxx61 rRet(rIn), nHAlign(0), nVAlign(0), nDefaultSize(12), in MathType()
68 rRet(rIn), pTree(pIn), nHAlign(2), nVAlign(0), nInsertion(0), nDefaultSize(12), in MathType()
131 void TypeFaceToString(String &rRet,sal_uInt8 nFace);
133 String &rRet; member in MathType
165 static sal_Bool LookupChar(sal_Unicode nChar,String &rRet,

Completed in 180 milliseconds

12