Home
last modified time | relevance | path

Searched refs:SbMethod (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/basic/source/classes/
H A Dsbxmod.cxx577 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 Ddisas.cxx279 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 Dsb.cxx411 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 Deventatt.cxx308 if( (!pMethVar || !pMethVar->ISA(SbMethod)) && maBasicRef.Is() ) in firing_impl()
311 SbMethod* pMeth = PTR_CAST(SbMethod,pMethVar); in firing_impl()
/trunk/main/basic/inc/basic/
H A Dsbmeth.hxx35 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 Dsbmod.hxx37 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 Dsbstar.hxx46 class SbMethod;
194 static SbMethod* GetActiveMethod( sal_uInt16 nLevel = 0 );
H A Dsbx.hxx93 friend class SbMethod;
170 friend class SbMethod;
/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx60 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 Dbasobj2.cxx278 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 Dbaside2.cxx349 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 Dbasobj3.cxx79 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 Dmacrodlg.hxx99 SbMethod* GetMacro();
101 SbMethod* CreateMacro();
/trunk/main/basic/source/inc/
H A Druntime.hxx235 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();
/trunk/main/scripting/source/basprov/
H A Dbasmodnode.cxx99SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Get( static_cast< sal_uInt16 >( i ) ) ); in getChildNodes()
109SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Get( static_cast< sal_uInt16 >( i ) ) ); in getChildNodes()
H A Dbasmethnode.hxx38 class SbMethod;
63 SbMethod* m_pMethod;
80 SbMethod* pMethod, bool isAppScript = true );
H A Dbasprov.cxx410SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Find( aMethod, SbxCLASS_METHOD ) ); in getScript()
/trunk/main/basctl/source/inc/
H A Dbasobj.hxx37 class SbMethod;
54 SbMethod* CreateMacro( SbModule* pModule, const String& rMacroName );
55 void RunMethod( SbMethod* pMethod );
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx200SbMethod* 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()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx311 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()
/trunk/main/basic/source/runtime/
H A Druntime.cxx514 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()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx309 if ( pVar && pVar->ISA(SbMethod) ) in DoMacro()
311 SbMethod* pMethod = (SbMethod*)pVar; in DoMacro()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx439SbMethod* pMeth = (SbMethod*)pBasic->GetRtl()->Find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("W… in wait()
1114SbMethod* pMeth = (SbMethod*)pBasic->GetRtl()->Find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("F… in Caller()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx296 SbMethod* pMeth = StarBASIC::GetActiveMethod(); in Run()
430 SbMethod* pMeth = StarBASIC::GetActiveMethod(); in Quit()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1872 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()

Completed in 119 milliseconds

12