Home
last modified time | relevance | path

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

/trunk/main/basic/source/runtime/
H A Dprops.cxx79 (void)rPar; in RTLFUNC()
97 rPar.Get( 0 )->PutNull(); in RTLFUNC()
121 rPar.Get(0)->PutInteger(0); in RTLFUNC()
128 rPar.Get(0)->PutInteger(1); in RTLFUNC()
135 rPar.Get(0)->PutInteger(2); in RTLFUNC()
142 rPar.Get(0)->PutInteger(4); in RTLFUNC()
149 rPar.Get(0)->PutInteger(8); in RTLFUNC()
171 rPar.Get(0)->PutInteger(0); in RTLFUNC()
178 rPar.Get(0)->PutInteger(1); in RTLFUNC()
185 rPar.Get(0)->PutInteger(2); in RTLFUNC()
[all …]
H A Dmethods.cxx300 if ( rPar.Count() < 2 ) in RTLFUNC()
316 if ( rPar.Count() < 2 ) in RTLFUNC()
510 if (rPar.Count() == 2) in RTLFUNC()
543 if (rPar.Count() == 2) in RTLFUNC()
619 if (rPar.Count() == 3) in RTLFUNC()
2435 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsEmpty() ); in RTLFUNC()
2446 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsErr() ); in RTLFUNC()
2480 rPar.Get( 0 )->PutBool( rPar.Get( 1 )->IsNumericRTL() ); in RTLFUNC()
2494 rPar.Get( 0 )->PutBool( rPar.Get(1)->IsErr() ); in RTLFUNC()
4227 (void)rPar; in RTLFUNC()
[all …]
H A Dmethods1.cxx238 if ( rPar.Count() == 2 ) in RTLFUNC()
255 if ( rPar.Count() == 2 ) in RTLFUNC()
272 if ( rPar.Count() == 2 ) in RTLFUNC()
290 if ( rPar.Count() == 2 ) in RTLFUNC()
473 *rPar.Get(0) = *rPar.Get(2); in RTLFUNC()
475 *rPar.Get(0) = *rPar.Get(3); in RTLFUNC()
577 (*rPar.Get(0)) = *(rPar.Get(nCurExpr+1)); in RTLFUNC()
582 rPar.Get(0)->PutNull(); in RTLFUNC()
589 if( rPar.Count() != 2 ) in Wait_Impl()
638 (void)rPar; in RTLFUNC()
[all …]
H A Dinputbox.cxx161 sal_uIntPtr nArgCount = rPar.Count(); in IMPL_LINK_INLINE_END()
169 const String& rPrompt = rPar.Get(1)->GetString(); in IMPL_LINK_INLINE_END()
170 if ( nArgCount > 2 && !rPar.Get(2)->IsErr() ) in IMPL_LINK_INLINE_END()
171 aTitle = rPar.Get(2)->GetString(); in IMPL_LINK_INLINE_END()
172 if ( nArgCount > 3 && !rPar.Get(3)->IsErr() ) in IMPL_LINK_INLINE_END()
173 aDefault = rPar.Get(3)->GetString(); in IMPL_LINK_INLINE_END()
181 nX = rPar.Get(4)->GetLong(); in IMPL_LINK_INLINE_END()
182 nY = rPar.Get(5)->GetLong(); in IMPL_LINK_INLINE_END()
187 rPar.Get(0)->PutString( pDlg->GetText() ); in IMPL_LINK_INLINE_END()
H A Dsbdiagnose.cxx85 if ( rPar.Count() != 2 ) in RTLFUNC()
94 String const sFunctionName = rPar.Get(1)->GetString(); in RTLFUNC()
127 (void)rPar; in RTLFUNC()
H A Drtlproto.hxx27 #define RTLFUNC( name ) void SbRtl_##name( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite )
354 extern void Wait_Impl( bool bDurationBased, SbxArray& rPar );
H A Dstdobj.cxx757 SbxArrayRef rPar( pPar_ ); in SFX_NOTIFY() local
760 rPar = pPar_ = new SbxArray; in SFX_NOTIFY()
/trunk/main/basic/source/inc/
H A Dsbunoobj.hxx291 void RTL_Impl_CreateUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
292 void RTL_Impl_CreateUnoService( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
293 void RTL_Impl_CreateUnoServiceWithArguments( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
294 void RTL_Impl_CreateUnoValue( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
295 void RTL_Impl_GetProcessServiceManager( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
296 void RTL_Impl_HasInterfaces( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
297 void RTL_Impl_IsUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
298 void RTL_Impl_EqualUnoObjects( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
299 void RTL_Impl_GetDefaultContext( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
H A Dsbtrace.hxx50 void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
H A Dpropacc.hxx189 void RTL_Impl_CreatePropertySet( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
H A Druntime.hxx275 friend void SbRtl_CallByName( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3061 if ( rPar.Count() < 2 ) in RTL_Impl_CreateUnoStruct()
3076 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoStruct()
3086 if ( rPar.Count() < 2 ) in RTL_Impl_CreateUnoService()
3110 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoService()
3140 if ( rPar.Count() < 3 ) in RTL_Impl_CreateUnoServiceWithArguments()
3168 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoServiceWithArguments()
3277 if ( rPar.Count() < 2 ) in RTL_Impl_IsUnoStruct()
3306 if ( rPar.Count() < 3 ) in RTL_Impl_EqualUnoObjects()
4211 if ( rPar.Count() != 3 ) in SbRtl_CreateUnoListener()
4305 if ( rPar.Count() != 3 ) in RTL_Impl_CreateUnoValue()
[all …]
H A Dpropacc.cxx374 void RTL_Impl_CreatePropertySet( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreatePropertySet() argument
381 if ( rPar.Count() < 2 ) in RTL_Impl_CreatePropertySet()
400 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreatePropertySet()
404 Any aArgAsAny = sbxToUnoValue( rPar.Get(1), in RTL_Impl_CreatePropertySet()
H A Deventatt.cxx442 void RTL_Impl_CreateUnoDialog( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoDialog() argument
454 if ( rPar.Count() < 2 ) in RTL_Impl_CreateUnoDialog()
461 SbxBaseRef pObj = (SbxBase*)rPar.Get( 1 )->GetObject(); in RTL_Impl_CreateUnoDialog()
589 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoDialog()
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx128 SwContentViewConfig::SwContentViewConfig(sal_Bool bIsWeb, SwMasterUsrPref& rPar) : in SwContentViewConfig() argument
130 rParent(rPar), in SwContentViewConfig()
279 SwLayoutViewConfig::SwLayoutViewConfig(sal_Bool bIsWeb, SwMasterUsrPref& rPar) : in SwLayoutViewConfig() argument
282 rParent(rPar), in SwLayoutViewConfig()
428 SwGridConfig::SwGridConfig(sal_Bool bIsWeb, SwMasterUsrPref& rPar) : in SwGridConfig() argument
431 rParent(rPar), in SwGridConfig()
528 SwCursorConfig::SwCursorConfig(SwMasterUsrPref& rPar) : in SwCursorConfig() argument
531 rParent(rPar) in SwCursorConfig()
603 SwWebColorConfig::SwWebColorConfig(SwMasterUsrPref& rPar) : in SwWebColorConfig() argument
606 rParent(rPar), in SwWebColorConfig()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx849 void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_TraceCommand() argument
854 if ( rPar.Count() < 2 ) in RTL_Impl_TraceCommand()
860 String aCommand = rPar.Get(1)->GetString(); in RTL_Impl_TraceCommand()
876 if ( rPar.Count() < 3 ) in RTL_Impl_TraceCommand()
886 String aValStr = rPar.Get(2)->GetString(); in RTL_Impl_TraceCommand()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx231 SvxBaseAutoCorrCfg::SvxBaseAutoCorrCfg(SvxAutoCorrCfg& rPar) : in SvxBaseAutoCorrCfg() argument
233 rParent(rPar) in SvxBaseAutoCorrCfg()
548 SvxSwAutoCorrCfg::SvxSwAutoCorrCfg(SvxAutoCorrCfg& rPar) : in SvxSwAutoCorrCfg() argument
550 rParent(rPar) in SvxSwAutoCorrCfg()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx176 void ScTable::InitSortCollator( const ScSortParam& rPar ) in InitSortCollator() argument
178 if ( rPar.aCollatorLocale.Language.getLength() ) in InitSortCollator()
182 pSortCollator->loadCollatorAlgorithm( rPar.aCollatorAlgorithm, in InitSortCollator()
183 rPar.aCollatorLocale, (rPar.bCaseSens ? 0 : SC_COLLATOR_IGNORES) ); in InitSortCollator()
188 pSortCollator = (rPar.bCaseSens ? ScGlobal::GetCaseCollator() : in InitSortCollator()
/trunk/main/sc/source/ui/inc/
H A Dundodat.hxx470 const ScArea& rArea, const ScConsolidateParam& rPar,
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1958 const ScConsolidateParam& rPar, ScDocument* pNewUndoDoc, in ScUndoConsolidate() argument
1964 aParam( rPar ), in ScUndoConsolidate()
/trunk/main/sc/inc/
H A Dtable.hxx800 void InitSortCollator( const ScSortParam& rPar );

Completed in 171 milliseconds