/aoo42x/main/basic/source/classes/ |
H A D | sbxmod.cxx | 577 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in StartDefinitions() 596 SbMethod* pMeth = p ? PTR_CAST(SbMethod,p) : NULL; in GetMethod() 687 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in TYPEINIT1() 779 SbMethod* pMeth = PTR_CAST(SbMethod,pVar); in SFX_NOTIFY() 920 SbMethod* p = (SbMethod*) pMethods->Get( i ); in GetFunctionForLine() 1660 SbMethod* pMeth = PTR_CAST(SbMethod,pMethods->Get( (sal_uInt16)i ) ); in fixUpMethodStart() 1822 SbMethod* q = PTR_CAST(SbMethod,p->Get( i ) ); in LoadCompleted() 1966 SbMethod::SbMethod( const String& r, SbxDataType t, SbModule* p ) in SbMethod() function in SbMethod 1979 SbMethod::SbMethod( const SbMethod& r ) in SbMethod() function in SbMethod 1992 SbMethod::~SbMethod() in ~SbMethod() [all …]
|
H A D | disas.cxx | 279 SbMethod* pMeth = PTR_CAST(SbMethod,pMod->GetMethods()->Get( i )); in SbiDisas() 413 SbMethod* pMeth = PTR_CAST(SbMethod,pMod->GetMethods()->Get( i )); in DisasLine()
|
H A D | sb.cxx | 411 return new SbMethod( aEmpty, SbxVARIANT, NULL ); in Create() 646 SbMethod* pMethod = PTR_CAST(SbMethod, pVar ); in TYPEINIT1() 651 SbMethod* pNewMethod = new SbMethod( *pMethod ); in TYPEINIT1() 671 SbMethod* pImplMethod = pIfaceMethod->getImplMethod(); in TYPEINIT1() 681 SbMethod* pImplMethodCopy = p ? PTR_CAST(SbMethod,p) : NULL; in TYPEINIT1() 1480 SbMethod* StarBASIC::GetActiveMethod( sal_uInt16 nLevel ) in GetActiveMethod()
|
H A D | eventatt.cxx | 308 if( (!pMethVar || !pMethVar->ISA(SbMethod)) && maBasicRef.Is() ) in firing_impl() 311 SbMethod* pMeth = PTR_CAST(SbMethod,pMethVar); in firing_impl()
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbmeth.hxx | 35 class BASIC_DLLPUBLIC SbMethod : public SbxMethod class 52 SbMethod( const String&, SbxDataType, SbModule* ); 53 SbMethod( const SbMethod& ); 56 virtual ~SbMethod(); 78 SV_DECL_IMPL_REF(SbMethod) 81 class BASIC_DLLPUBLIC SbIfaceMapperMethod : public SbMethod 89 SbIfaceMapperMethod( const String& rName, SbMethod* pImplMeth ) in SbIfaceMapperMethod() 90 : SbMethod( rName, pImplMeth->GetType(), NULL ) in SbIfaceMapperMethod() 94 SbMethod* getImplMethod( void ) in getImplMethod()
|
H A D | sbmod.hxx | 37 class SbMethod; 55 friend class SbMethod; 79 SbMethod* GetMethod( const String&, SbxDataType ); 82 SbIfaceMapperMethod* GetIfaceMapperMethod( const String&, SbMethod* ); 84 sal_uInt16 Run( SbMethod* ); 130 virtual SbMethod* GetFunctionForLine( sal_uInt16 );
|
H A D | sbstar.hxx | 46 class SbMethod; 194 static SbMethod* GetActiveMethod( sal_uInt16 nLevel = 0 );
|
H A D | sbx.hxx | 93 friend class SbMethod; 170 friend class SbMethod;
|
/aoo42x/main/basctl/source/basicide/ |
H A D | macrodlg.cxx | 60 DECLARE_LIST( MacroList, SbMethod* ) in DECLARE_LIST() argument 283 SbMethod* MacroChooser::GetMacro() in GetMacro() 285 SbMethod* pMethod = 0; in GetMacro() 303 SbMethod* pMethod = GetMacro(); in DeleteMacro() 350 SbMethod* MacroChooser::CreateMacro() in CreateMacro() 352 SbMethod* pMethod = 0; in CreateMacro() 425 SbMethod* pMethod = GetMacro(); in CheckButtons() 505 SbMethod* pMethod = GetMacro(); in IMPL_LINK_INLINE_START() 559 SbMethod* pMethod = (SbMethod*)pModule->GetMethods()->Get( iMeth ); in IMPL_LINK() 775 SbMethod* pMethod = CreateMacro(); in IMPL_LINK() [all …]
|
H A D | basobj2.cxx | 278 SbMethod* pMethod = NULL; in ChooseMacro() 408 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( i ); in GetMethodNames() 417 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( i ); in GetMethodNames() 442 SbMethod* pMethod = (SbMethod*)pMethods->Find( rMethName, SbxCLASS_METHOD ); in HasMethod()
|
H A D | baside2.cxx | 349 SbMethod* pMethod = 0; in BasicExecute() 353 SbMethod* pM = (SbMethod*)xModule->GetMethods()->Get( nMacro ); in BasicExecute() 375 …pMethod = (SbMethod*)xModule->Find( String( RTL_CONSTASCII_USTRINGPARAM( "Main" ) ), SbxCLASS_METH… in BasicExecute() 609 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( nMethod ); in ToggleBreakPoint() 861 SbMethod* pMethod = (SbMethod*)xModule->Find( rMacroName, SbxCLASS_METHOD ); in EditMacro() 1383 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( nMethod ); in BasicStarted()
|
H A D | basobj3.cxx | 79 SbMethod* CreateMacro( SbModule* pModule, const String& rMacroName ) in CreateMacro() 159 SbMethod* pMethod = (SbMethod*)pModule->GetMethods()->Find( aMacroName, SbxCLASS_METHOD ); in CreateMacro() 324 void RunMethod( SbMethod* pMethod ) in RunMethod()
|
H A D | macrodlg.hxx | 99 SbMethod* GetMacro(); 101 SbMethod* CreateMacro();
|
/aoo42x/main/basic/source/inc/ |
H A D | runtime.hxx | 235 SbMethod* GetCaller( sal_uInt16 ); 237 SbxArray* GetLocals( SbMethod* ); 287 SbMethod* pMeth; // Methoden-Instanz 443 SbiRuntime( SbModule*, SbMethod*, sal_uInt32 ); 456 SbMethod* GetMethod() { return pMeth; } in GetMethod() 460 SbMethod* GetCaller();
|
/aoo42x/main/scripting/source/basprov/ |
H A D | basmodnode.cxx | 99 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Get( static_cast< sal_uInt16 >( i ) ) ); in getChildNodes() 109 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Get( static_cast< sal_uInt16 >( i ) ) ); in getChildNodes()
|
H A D | basmethnode.hxx | 38 class SbMethod; 63 SbMethod* m_pMethod; 80 SbMethod* pMethod, bool isAppScript = true );
|
H A D | basprov.cxx | 410 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Find( aMethod, SbxCLASS_METHOD ) ); in getScript()
|
/aoo42x/main/basctl/source/inc/ |
H A D | basobj.hxx | 37 class SbMethod; 54 SbMethod* CreateMacro( SbModule* pModule, const String& rMacroName ); 55 void RunMethod( SbMethod* pMethod );
|
/aoo42x/main/filter/source/msfilter/ |
H A D | msvbahelper.cxx | 200 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Find( sMacro, SbxCLASS_METHOD ) ); in hasMacro() 206 …else if( SbMethod* pMethod = dynamic_cast< SbMethod* >( pBasic->Find( sMacro, SbxCLASS_METHOD ) ) ) in hasMacro()
|
/aoo42x/main/basic/source/comp/ |
H A D | sbcomp.cxx | 311 String lcl_dumpMethodParameters( SbMethod* pMethod ) in lcl_dumpMethodParameters() 635 void dbg_traceNotifyCall( SbModule* pModule, SbMethod* pMethod, sal_Int32 nCallLvl, bool bLeave ) in dbg_traceNotifyCall() 1014 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in Compile()
|
/aoo42x/main/basic/source/runtime/ |
H A D | runtime.cxx | 514 SbMethod* SbiInstance::GetCaller( sal_uInt16 nLevel ) in GetCaller() 525 SbxArray* SbiInstance::GetLocals( SbMethod* pMeth ) in GetLocals() 542 SbiRuntime::SbiRuntime( SbModule* pm, SbMethod* pe, sal_uInt32 nStart ) in SbiRuntime() 953 SbMethod* SbiRuntime::GetCaller() in GetCaller()
|
/aoo42x/main/sc/source/core/data/ |
H A D | validat.cxx | 309 if ( pVar && pVar->ISA(SbMethod) ) in DoMacro() 311 SbMethod* pMethod = (SbMethod*)pVar; in DoMacro()
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaapplication.cxx | 439 …SbMethod* pMeth = (SbMethod*)pBasic->GetRtl()->Find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("W… in wait() 1114 …SbMethod* pMeth = (SbMethod*)pBasic->GetRtl()->Find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("F… in Caller()
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbaapplicationbase.cxx | 296 SbMethod* pMeth = StarBASIC::GetActiveMethod(); in Run() 430 SbMethod* pMeth = StarBASIC::GetActiveMethod(); in Quit()
|
/aoo42x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 1872 SbMethod* lcl_queryMacro( BasicManager* i_manager, String const& i_fullyQualifiedName ) in lcl_queryMacro() 1902 SbMethod* pMethod = (SbMethod*)pMod->Find( sMacro, SbxCLASS_METHOD ); in lcl_queryMacro() 1921 SbMethod* pMethod = lcl_queryMacro( this, i_fullyQualifiedName ); in ExecuteMacro() 1936 SbMethod* pMethod = lcl_queryMacro( this, i_fullyQualifiedName ); in ExecuteMacro()
|