| /AOO41X/main/basic/source/runtime/ |
| H A D | props.cxx | 42 rPar.Get( 0 )->PutLong( StarBASIC::GetErl() ); in RTLFUNC() 52 rPar.Get( 0 )->PutObject( SbxErrObject::getErrObject() ); in RTLFUNC() 58 sal_Int32 nVal = rPar.Get( 0 )->GetLong(); in RTLFUNC() 63 rPar.Get( 0 )->PutLong( StarBASIC::GetVBErrorCode( StarBASIC::GetErrBasic() ) ); in RTLFUNC() 72 rPar.Get(0)->PutBool( sal_False ); in RTLFUNC() 79 (void)rPar; in RTLFUNC() 88 rPar.Get( 0 )->PutObject( NULL ); in RTLFUNC() 97 rPar.Get( 0 )->PutNull(); in RTLFUNC() 105 rPar.Get( 0 )->PutDouble( F_PI ); in RTLFUNC() 113 rPar.Get( 0 )->PutBool( sal_True ); in RTLFUNC() [all …]
|
| H A D | methods.cxx | 230 String aClass( rPar.Get( 1 )->GetString() ); in RTLFUNC() 238 rPar.Get( 0 )->PutObject( p ); in RTLFUNC() 255 if( rPar.Count() == 1 ) in RTLFUNC() 262 nCode = rPar.Get( 1 )->GetLong(); in RTLFUNC() 283 if ( bVBA && rPar.Count() > 1 ) in RTLFUNC() 289 rPar.Get( 0 )->PutString( tmpErrMsg ); in RTLFUNC() 300 if ( rPar.Count() < 2 ) in RTLFUNC() 304 SbxVariableRef pArg = rPar.Get( 1 ); in RTLFUNC() 305 rPar.Get( 0 )->PutDouble( sin( pArg->GetDouble() ) ); in RTLFUNC() 316 if ( rPar.Count() < 2 ) in RTLFUNC() [all …]
|
| H A D | methods1.cxx | 122 sal_uInt16 nParCount = rPar.Count(); in RTLFUNC() 130 SbxBase* pObjVar = (SbxObject*)rPar.Get(1)->GetObject(); in RTLFUNC() 146 String aNameStr = rPar.Get(2)->GetString(); in RTLFUNC() 149 sal_Int16 nCallType = rPar.Get(3)->GetInteger(); in RTLFUNC() 167 SbxVariableRef refVar = rPar.Get(0); in RTLFUNC() 179 SbxVariableRef pValVar = rPar.Get(4); in RTLFUNC() 214 SbxVariable* pPar = rPar.Get( i + 4 ); in RTLFUNC() 220 SbxVariableRef refVar = rPar.Get(0); in RTLFUNC() 238 if ( rPar.Count() == 2 ) in RTLFUNC() 240 SbxVariable *pSbxVariable = rPar.Get(1); 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 | 3055 void RTL_Impl_CreateUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoStruct() argument 3061 if ( rPar.Count() < 2 ) in RTL_Impl_CreateUnoStruct() 3068 String aClassName = rPar.Get(1)->GetString(); in RTL_Impl_CreateUnoStruct() 3076 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoStruct() 3080 void RTL_Impl_CreateUnoService( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoService() argument 3086 if ( rPar.Count() < 2 ) in RTL_Impl_CreateUnoService() 3093 String aServiceName = rPar.Get(1)->GetString(); in RTL_Impl_CreateUnoService() 3110 SbxVariableRef refVar = rPar.Get(0); in RTL_Impl_CreateUnoService() 3134 void RTL_Impl_CreateUnoServiceWithArguments( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoServiceWithArguments() argument 3140 if ( rPar.Count() < 3 ) in RTL_Impl_CreateUnoServiceWithArguments() [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 );
|