Home
last modified time | relevance | path

Searched refs:rPar (Results 1 – 25 of 77) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/runtime/
H A Dprops.cxx52 void SbRtl_False(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutBool(false); } in SbRtl_False() argument
65 rPar.Get(0)->PutNull(); in SbRtl_Null()
68 void SbRtl_PI(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutDouble(F_PI); } in SbRtl_PI() argument
70 void SbRtl_True(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutBool(true); } in SbRtl_True() argument
80 void SbRtl_V_EMPTY(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutInteger(0); } in SbRtl_V_EMPTY() argument
81 void SbRtl_V_NULL(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutInteger(1); } in SbRtl_V_NULL() argument
83 void SbRtl_V_LONG(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutInteger(3); } in SbRtl_V_LONG() argument
87 void SbRtl_V_DATE(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutInteger(7); } in SbRtl_V_DATE() argument
90 void SbRtl_MB_OK(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutInteger(0); } in SbRtl_MB_OK() argument
106 void SbRtl_IDOK(StarBASIC*, SbxArray& rPar, bool) { rPar.Get(0)->PutInteger(1); } in SbRtl_IDOK() argument
[all …]
H A Dmethods1.cxx214 if (rPar.Count() == 2) in SbRtl_CBool()
229 if (rPar.Count() == 2) in SbRtl_CByte()
244 if (rPar.Count() == 2) in SbRtl_CCur()
263 if (rPar.Count() == 2) in SbRtl_CDec()
282 if (rPar.Count() == 2) in SbRtl_CDate()
297 if (rPar.Count() == 2) in SbRtl_CDbl()
434 *rPar.Get(0) = *rPar.Get(2); in SbRtl_Iif()
438 *rPar.Get(0) = *rPar.Get(3); in SbRtl_Iif()
540 (*rPar.Get(0)) = *(rPar.Get(nCurExpr + 1)); in SbRtl_Switch()
634 (*rPar.Get(0)) = *(rPar.Get(nIndex + 1)); in SbRtl_Choose()
[all …]
H A Dmethods.cxx1778 unoToSbxValue(rPar.Get(0), Any(SbxDateToUNODate(rPar.Get(1)))); in SbRtl_CDateToUnoDate()
1784 if (rPar.Count() != 2 || rPar.Get(1)->GetType() != SbxOBJECT) in SbRtl_CDateFromUnoDate()
1825 unoToSbxValue(rPar.Get(0), Any(SbxDateToUNOTime(rPar.Get(1)))); in SbRtl_CDateToUnoTime()
1831 if (rPar.Count() != 2 || rPar.Get(1)->GetType() != SbxOBJECT) in SbRtl_CDateFromUnoTime()
1881 unoToSbxValue(rPar.Get(0), Any(SbxDateToUNODateTime(rPar.Get(1)))); in SbRtl_CDateToUnoDateTime()
1887 if (rPar.Count() != 2 || rPar.Get(1)->GetType() != SbxOBJECT) in SbRtl_CDateFromUnoDateTime()
2385 rPar.Get(0)->PutBool((rPar.Get(1)->GetType() & SbxARRAY) != 0); in SbRtl_IsArray()
2463 rPar.Get(0)->PutBool(rPar.Get(1)->IsEmpty()); in SbRtl_IsEmpty()
2496 rPar.Get(0)->PutBool(rPar.Get(1)->IsErr()); in SbRtl_IsError()
2533 rPar.Get(0)->PutBool(rPar.Get(1)->IsNumericRTL()); in SbRtl_IsNumeric()
[all …]
H A Dinputbox.cxx111 void SbRtl_InputBox(StarBASIC *, SbxArray & rPar, bool) in SbRtl_InputBox() argument
113 sal_uInt32 nArgCount = rPar.Count(); in SbRtl_InputBox()
121 const OUString& rPrompt = rPar.Get(1)->GetOUString(); in SbRtl_InputBox()
122 if (nArgCount > 2 && !rPar.Get(2)->IsErr()) in SbRtl_InputBox()
123 aTitle = rPar.Get(2)->GetOUString(); in SbRtl_InputBox()
124 if (nArgCount > 3 && !rPar.Get(3)->IsErr()) in SbRtl_InputBox()
125 aDefault = rPar.Get(3)->GetOUString(); in SbRtl_InputBox()
133 nX = rPar.Get(4)->GetLong(); in SbRtl_InputBox()
134 nY = rPar.Get(5)->GetLong(); in SbRtl_InputBox()
139 rPar.Get(0)->PutString(aDlg.GetText()); in SbRtl_InputBox()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/runtime/
H A Dprops.cxx71 rPar.Get( 0 )->PutNull(); in SbRtl_Null()
86 rPar.Get(0)->PutInteger(0); in SbRtl_ATTR_NORMAL()
90 rPar.Get(0)->PutInteger(1); in SbRtl_ATTR_READONLY()
94 rPar.Get(0)->PutInteger(2); in SbRtl_ATTR_HIDDEN()
98 rPar.Get(0)->PutInteger(4); in SbRtl_ATTR_SYSTEM()
102 rPar.Get(0)->PutInteger(8); in SbRtl_ATTR_VOLUME()
115 rPar.Get(0)->PutInteger(0); in SbRtl_V_EMPTY()
119 rPar.Get(0)->PutInteger(1); in SbRtl_V_NULL()
123 rPar.Get(0)->PutInteger(2); in SbRtl_V_INTEGER()
127 rPar.Get(0)->PutInteger(3); in SbRtl_V_LONG()
[all …]
H A Dmethods1.cxx221 if ( rPar.Count() == 2 ) in SbRtl_CBool()
236 if ( rPar.Count() == 2 ) in SbRtl_CByte()
251 if ( rPar.Count() == 2 ) in SbRtl_CCur()
441 *rPar.Get(0) = *rPar.Get(2); in SbRtl_Iif()
445 *rPar.Get(0) = *rPar.Get(3); in SbRtl_Iif()
547 (*rPar.Get(0)) = *(rPar.Get(nCurExpr+1)); in SbRtl_Switch()
552 rPar.Get(0)->PutNull(); in SbRtl_Switch()
641 (*rPar.Get(0)) = *(rPar.Get(nIndex+1)); in SbRtl_Choose()
1199 PutGet( rPar, true ); in SbRtl_Put()
1263 rPar.Get(0)->PutDouble( GetDialogZoomFactor( true, rPar.Get(1)->GetLong() )); in SbRtl_GetDialogZoomFactorX()
[all …]
H A Dmethods.cxx1758 unoToSbxValue(rPar.Get(0), Any(SbxDateToUNODate(rPar.Get(1)))); in SbRtl_CDateToUnoDate()
1764 if ( rPar.Count() != 2 || rPar.Get(1)->GetType() != SbxOBJECT ) in SbRtl_CDateFromUnoDate()
1805 unoToSbxValue(rPar.Get(0), Any(SbxDateToUNOTime(rPar.Get(1)))); in SbRtl_CDateToUnoTime()
1811 if ( rPar.Count() != 2 || rPar.Get(1)->GetType() != SbxOBJECT ) in SbRtl_CDateFromUnoTime()
1861 unoToSbxValue(rPar.Get(0), Any(SbxDateToUNODateTime(rPar.Get(1)))); in SbRtl_CDateToUnoDateTime()
1867 if ( rPar.Count() != 2 || rPar.Get(1)->GetType() != SbxOBJECT ) in SbRtl_CDateFromUnoDateTime()
2368 rPar.Get(0)->PutBool((rPar.Get(1)->GetType() & SbxARRAY) != 0); in SbRtl_IsArray()
2446 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsEmpty() ); in SbRtl_IsEmpty()
2479 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsErr() ); in SbRtl_IsError()
2516 rPar.Get( 0 )->PutBool( rPar.Get( 1 )->IsNumericRTL() ); in SbRtl_IsNumeric()
[all …]
H A Dinputbox.cxx107 void SbRtl_InputBox(StarBASIC *, SbxArray & rPar, bool) in SbRtl_InputBox() argument
109 sal_uInt32 nArgCount = rPar.Count(); in SbRtl_InputBox()
117 const OUString& rPrompt = rPar.Get(1)->GetOUString(); in SbRtl_InputBox()
118 if ( nArgCount > 2 && !rPar.Get(2)->IsErr() ) in SbRtl_InputBox()
119 aTitle = rPar.Get(2)->GetOUString(); in SbRtl_InputBox()
120 if ( nArgCount > 3 && !rPar.Get(3)->IsErr() ) in SbRtl_InputBox()
121 aDefault = rPar.Get(3)->GetOUString(); in SbRtl_InputBox()
129 nX = rPar.Get(4)->GetLong(); in SbRtl_InputBox()
130 nY = rPar.Get(5)->GetLong(); in SbRtl_InputBox()
135 rPar.Get(0)->PutString(aDlg.GetText()); in SbRtl_InputBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Drtlproto.hxx28 extern void SbRtl_Date(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
29 extern void SbRtl_Err(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
30 extern void SbRtl_Erl(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
31 extern void SbRtl_False(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
32 extern void SbRtl_Empty(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
33 extern void SbRtl_Nothing(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
34 extern void SbRtl_Null(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
35 extern void SbRtl_True(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
71 extern void SbRtl_IDOK(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
82 extern void SbRtl_PI(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
[all …]
H A Dsbunoobj.hxx326 void RTL_Impl_CreateUnoStruct( SbxArray& rPar );
327 void RTL_Impl_CreateUnoService( SbxArray& rPar );
328 void RTL_Impl_CreateUnoServiceWithArguments( SbxArray& rPar );
329 void RTL_Impl_CreateUnoValue( SbxArray& rPar );
330 void RTL_Impl_GetProcessServiceManager( SbxArray& rPar );
331 void RTL_Impl_HasInterfaces( SbxArray& rPar );
332 void RTL_Impl_IsUnoStruct( SbxArray& rPar );
333 void RTL_Impl_EqualUnoObjects( SbxArray& rPar );
334 void RTL_Impl_GetDefaultContext( SbxArray& rPar );
H A Deventatt.hxx29 void RTL_Impl_CreateUnoDialog(SbxArray& rPar);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/inc/
H A Drtlproto.hxx31 extern void SbRtl_Date(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
32 extern void SbRtl_Err(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
33 extern void SbRtl_Erl(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
34 extern void SbRtl_False(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
35 extern void SbRtl_Empty(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
37 extern void SbRtl_Null(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
38 extern void SbRtl_True(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
58 extern void SbRtl_MB_OK(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
74 extern void SbRtl_IDOK(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
85 extern void SbRtl_PI(StarBASIC * pBasic, SbxArray & rPar, bool bWrite);
[all …]
H A Dsbunoobj.hxx325 void RTL_Impl_CreateUnoStruct( SbxArray& rPar );
326 void RTL_Impl_CreateUnoService( SbxArray& rPar );
327 void RTL_Impl_CreateUnoServiceWithArguments( SbxArray& rPar );
328 void RTL_Impl_CreateUnoValue( SbxArray& rPar );
329 void RTL_Impl_GetProcessServiceManager( SbxArray& rPar );
330 void RTL_Impl_HasInterfaces( SbxArray& rPar );
331 void RTL_Impl_IsUnoStruct( SbxArray& rPar );
332 void RTL_Impl_EqualUnoObjects( SbxArray& rPar );
333 void RTL_Impl_GetDefaultContext( SbxArray& rPar );
H A Deventatt.hxx30 void RTL_Impl_CreateUnoDialog( SbxArray& rPar );
/dports/math/singular/Singular-Release-4-2-1/kernel/groebner_walk/
H A DwalkProc.cc74 else if ( rPar(sring) != rPar(dring) ) in walkConsistency()
85 int npar = rPar(sring); in walkConsistency()
244 if ( rPar(sring) != rPar(dring) ) in fractalWalkConsistency()
255 int npar = rPar(sring); in fractalWalkConsistency()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/config/
H A Dusrpref.cxx121 SwContentViewConfig::SwContentViewConfig(bool bIsWeb, SwMasterUsrPref& rPar) : in SwContentViewConfig() argument
123 rParent(rPar), in SwContentViewConfig()
263 SwLayoutViewConfig::SwLayoutViewConfig(bool bIsWeb, SwMasterUsrPref& rPar) : in SwLayoutViewConfig() argument
266 rParent(rPar), in SwLayoutViewConfig()
399 SwGridConfig::SwGridConfig(bool bIsWeb, SwMasterUsrPref& rPar) : in SwGridConfig() argument
402 rParent(rPar) in SwGridConfig()
484 SwCursorConfig::SwCursorConfig(SwMasterUsrPref& rPar) : in SwCursorConfig() argument
486 rParent(rPar) in SwCursorConfig()
546 SwWebColorConfig::SwWebColorConfig(SwMasterUsrPref& rPar) : in SwWebColorConfig() argument
548 rParent(rPar), in SwWebColorConfig()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dpropacc.cxx148 void RTL_Impl_CreatePropertySet( SbxArray& rPar ) in RTL_Impl_CreatePropertySet() argument
152 if (rPar.Count() < 2) in RTL_Impl_CreatePropertySet()
162 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreatePropertySet()
166 Any aArgAsAny = sbxToUnoValue(rPar.Get(1), in RTL_Impl_CreatePropertySet()
H A Dsbunoobj.cxx2923 if (rPar.Count() < 2) in RTL_Impl_CreateUnoStruct()
2939 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoStruct()
2946 if (rPar.Count() < 2) in RTL_Impl_CreateUnoService()
2967 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoService()
2991 if (rPar.Count() < 3) in RTL_Impl_CreateUnoServiceWithArguments()
3016 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoServiceWithArguments()
3110 if (rPar.Count() < 2) in RTL_Impl_IsUnoStruct()
3143 if (rPar.Count() < 3) in RTL_Impl_EqualUnoObjects()
4020 if (rPar.Count() != 3) in SbRtl_CreateUnoListener()
4091 if (rPar.Count() != 3) in RTL_Impl_CreateUnoValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/config/
H A Dusrpref.cxx127 SwContentViewConfig::SwContentViewConfig(bool bIsWeb, SwMasterUsrPref& rPar) : in SwContentViewConfig() argument
129 m_rParent(rPar), in SwContentViewConfig()
285 SwLayoutViewConfig::SwLayoutViewConfig(bool bIsWeb, SwMasterUsrPref& rPar) : in SwLayoutViewConfig() argument
288 m_rParent(rPar), in SwLayoutViewConfig()
421 SwGridConfig::SwGridConfig(bool bIsWeb, SwMasterUsrPref& rPar) : in SwGridConfig() argument
424 m_rParent(rPar) in SwGridConfig()
506 SwCursorConfig::SwCursorConfig(SwMasterUsrPref& rPar) : in SwCursorConfig() argument
508 m_rParent(rPar) in SwCursorConfig()
567 SwWebColorConfig::SwWebColorConfig(SwMasterUsrPref& rPar) : in SwWebColorConfig() argument
569 m_rParent(rPar), in SwWebColorConfig()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dpropacc.cxx154 void RTL_Impl_CreatePropertySet( SbxArray& rPar ) in RTL_Impl_CreatePropertySet() argument
158 if ( rPar.Count() < 2 ) in RTL_Impl_CreatePropertySet()
168 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreatePropertySet()
172 Any aArgAsAny = sbxToUnoValue( rPar.Get(1), in RTL_Impl_CreatePropertySet()
H A Dsbunoobj.cxx2910 if ( rPar.Count() < 2 ) in RTL_Impl_CreateUnoStruct()
2926 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoStruct()
2933 if ( rPar.Count() < 2 ) in RTL_Impl_CreateUnoService()
2954 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoService()
2978 if ( rPar.Count() < 3 ) in RTL_Impl_CreateUnoServiceWithArguments()
3003 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoServiceWithArguments()
3097 if ( rPar.Count() < 2 ) in RTL_Impl_IsUnoStruct()
3130 if ( rPar.Count() < 3 ) in RTL_Impl_EqualUnoObjects()
4008 if ( rPar.Count() != 3 ) in SbRtl_CreateUnoListener()
4080 if ( rPar.Count() != 3 ) in RTL_Impl_CreateUnoValue()
[all …]
/dports/math/singular/Singular-Release-4-2-1/kernel/maps/
H A Dfind_perm.cc72 if ((rPar(preimage_r)>0)||(rPar(image_r)>0)) return NULL; /* not applicable */ in ma_ApplyPermForMap()
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/
H A Dclapconv.cc152 int off=rPar(r); in convSingAPFactoryAP()
176 int n = rVar(r)+rPar(r)+1; in convFactoryAPSingAP_R()
186 return convFactoryAPSingAP_R(f,0,rPar(r),r); in convFactoryAPSingAP()
221 for ( i = par_start+1; i <= var_start+rPar(r); i++ ) in convRecAP_R()
320 int offs = rPar(r); in convSingTrPFactoryP()
372 convRecTrP( f, exp, result , rPar(r), r ); in convFactoryPSingTrP()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/opencl/engines/
H A Dshader_fresnel.cl56 const float rPar = (n2 * cosI - n1 * cosT) / (n2 * cosI + n1 * cosT);
57 return (r0rth * r0rth + rPar * rPar) / 2.0f;
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dcommon_math.cpp126 const double rPar = (n2 * cosI - n1 * cosT) / (n2 * cosI + n1 * cosT); in Reflectance() local
127 return (r0rth * r0rth + rPar * rPar) / 2.0; in Reflectance()

1234