/aoo41x/main/basic/source/runtime/ |
H A D | props.cxx | 79 (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 D | methods.cxx | 300 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 D | methods1.cxx | 238 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 D | inputbox.cxx | 161 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 D | sbdiagnose.cxx | 85 if ( rPar.Count() != 2 ) in RTLFUNC() 94 String const sFunctionName = rPar.Get(1)->GetString(); in RTLFUNC() 127 (void)rPar; in RTLFUNC()
|
H A D | rtlproto.hxx | 27 #define RTLFUNC( name ) void SbRtl_##name( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) 354 extern void Wait_Impl( bool bDurationBased, SbxArray& rPar );
|
H A D | stdobj.cxx | 757 SbxArrayRef rPar( pPar_ ); in SFX_NOTIFY() local 760 rPar = pPar_ = new SbxArray; in SFX_NOTIFY()
|
/aoo41x/main/basic/source/inc/ |
H A D | sbunoobj.hxx | 291 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 D | sbtrace.hxx | 50 void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
|
H A D | propacc.hxx | 189 void RTL_Impl_CreatePropertySet( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
|
H A D | runtime.hxx | 275 friend void SbRtl_CallByName( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
|
/aoo41x/main/sw/source/ui/config/ |
H A D | usrpref.cxx | 128 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()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 3061 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 D | propacc.cxx | 374 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 D | eventatt.cxx | 442 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()
|
/aoo41x/main/basic/source/comp/ |
H A D | sbcomp.cxx | 849 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()
|
/aoo41x/main/editeng/source/misc/ |
H A D | acorrcfg.cxx | 231 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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table3.cxx | 176 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()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 470 const ScArea& rArea, const ScConsolidateParam& rPar,
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 1958 const ScConsolidateParam& rPar, ScDocument* pNewUndoDoc, in ScUndoConsolidate() argument 1964 aParam( rPar ), in ScUndoConsolidate()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 800 void InitSortCollator( const ScSortParam& rPar );
|