Home
last modified time | relevance | path

Searched refs:pMethod (Results 1 – 25 of 38) sorted by relevance

12

/AOO41X/main/basctl/source/basicide/
H A Dmacrodlg.cxx285 SbMethod* pMethod = 0; in GetMacro() local
293 pMethod = (SbMethod*)pModule->GetMethods()->Find( aMacroName, SbxCLASS_METHOD ); in GetMacro()
296 return pMethod; in GetMacro()
303 SbMethod* pMethod = GetMacro(); in DeleteMacro() local
304 DBG_ASSERT( pMethod, "DeleteMacro: Kein Macro !" ); in DeleteMacro()
305 if ( pMethod && QueryDelMacro( pMethod->GetName(), this ) ) in DeleteMacro()
316 StarBASIC* pBasic = BasicIDE::FindBasic( pMethod ); in DeleteMacro()
329 SbModule* pModule = pMethod->GetModule(); in DeleteMacro()
333 pMethod->GetLineRange( nStart, nEnd ); in DeleteMacro()
334 pModule->GetMethods()->Remove( pMethod ); in DeleteMacro()
[all …]
H A Dbasobj2.cxx278 SbMethod* pMethod = NULL; in ChooseMacro() local
296 pMethod = pChooser->GetMacro(); in ChooseMacro()
297 if ( !pMethod && pChooser->GetMode() == MACROCHOOSER_RECORDING ) in ChooseMacro()
298 pMethod = pChooser->CreateMacro(); in ChooseMacro()
300 if ( !pMethod ) in ChooseMacro()
303 SbModule* pModule = pMethod->GetModule(); in ChooseMacro()
318 aName += pMethod->GetName(); in ChooseMacro()
381 pExecData->xMethod = pMethod; // keep alive until the event has been processed in ChooseMacro()
408 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( i ); in GetMethodNames() local
409 if( pMethod->IsHidden() ) in GetMethodNames()
[all …]
H A Dbaside2.cxx349 SbMethod* pMethod = 0; in BasicExecute() local
360 pMethod = pM; in BasicExecute()
364 else if ( !pMethod || ( nStart < nCurMethodStart && !pM->IsHidden() ) ) in BasicExecute()
366 pMethod = pM; in BasicExecute()
370 if ( !pMethod ) in BasicExecute()
375pMethod = (SbMethod*)xModule->Find( String( RTL_CONSTASCII_USTRINGPARAM( "Main" ) ), SbxCLASS_METH… in BasicExecute()
377 if ( pMethod ) in BasicExecute()
379 pMethod->SetDebugFlags( aStatus.nBasicFlags ); in BasicExecute()
381 BasicIDE::RunMethod( pMethod ); in BasicExecute()
609 SbMethod* pMethod = (SbMethod*)xModule->GetMethods()->Get( nMethod ); in ToggleBreakPoint() local
[all …]
H A Dbasobj3.cxx159 SbMethod* pMethod = (SbMethod*)pModule->GetMethods()->Find( aMacroName, SbxCLASS_METHOD ); in CreateMacro() local
169 return pMethod; in CreateMacro()
324 void RunMethod( SbMethod* pMethod ) in RunMethod() argument
328 pMethod->Get( aRes ); in RunMethod()
/AOO41X/main/extensions/source/ole/
H A Doleobjw.cxx744 typelib_InterfaceMethodTypeDescription* pMethod= NULL; in invokeWithDispIdUnoTlb() local
760 pMethod = (typelib_InterfaceMethodTypeDescription* )methodDesc.get(); in invokeWithDispIdUnoTlb()
761 parameterCount = pMethod->nParams; in invokeWithDispIdUnoTlb()
764 if( pMethod->nParams > 0) in invokeWithDispIdUnoTlb()
775 if( pMethod->pParams[i].bOut) in invokeWithDispIdUnoTlb()
791 if( pMethod->pParams[i].bIn == sal_True && ! pMethod->pParams[i].bOut) in invokeWithDispIdUnoTlb()
796 else if( pMethod->pParams[i].bOut == sal_True) in invokeWithDispIdUnoTlb()
799 if(pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb()
805 switch( pMethod->pParams[i].pTypeRef->eTypeClass) in invokeWithDispIdUnoTlb()
809 if( ! pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb()
[all …]
/AOO41X/main/scripting/source/basprov/
H A Dbasmodnode.cxx99 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Get( static_cast< sal_uInt16 >( i ) ) ); in getChildNodes() local
100 if ( pMethod && !pMethod->IsHidden() ) in getChildNodes()
109 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Get( static_cast< sal_uInt16 >( i ) ) ); in getChildNodes() local
110 if ( pMethod && !pMethod->IsHidden() ) in getChildNodes()
111 …BrowseNode* >( new BasicMethodNodeImpl( m_xContext, m_sScriptingContext, pMethod, m_bIsAppScript )… in getChildNodes()
H A Dbasprov.cxx410 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Find( aMethod, SbxCLASS_METHOD ) ); in getScript() local
411 if ( pMethod && !pMethod->IsHidden() ) in getScript()
414 … xScript = new BasicScriptImpl( aDescription, pMethod, *m_pDocBasicManager, m_xInvocationContext ); in getScript()
416 xScript = new BasicScriptImpl( aDescription, pMethod ); in getScript()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcall.cxx100 sal_uInt32 pMethod = *((sal_uInt32*)pThis); in callVirtualMethod() local
101 pMethod += 4 * nVtableIndex; in callVirtualMethod()
102 pMethod = *((sal_uInt32 *)pMethod); in callVirtualMethod()
125 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod()
/AOO41X/main/cppu/source/typelib/
H A Dstatic_types.cxx253 typelib_InterfaceMethodTypeDescription * pMethod = 0; in typelib_static_type_getByTypeClass() local
267 &pMethod, 0, sal_False, sMethodName0.pData, in typelib_static_type_getByTypeClass()
270 ::typelib_typedescription_register( (typelib_TypeDescription**)&pMethod ); in typelib_static_type_getByTypeClass()
274 &pMethod, 1, sal_True, sMethodName1.pData, in typelib_static_type_getByTypeClass()
276 ::typelib_typedescription_register( (typelib_TypeDescription**)&pMethod ); in typelib_static_type_getByTypeClass()
279 &pMethod, 2, sal_True, sMethodName2.pData, in typelib_static_type_getByTypeClass()
282 ::typelib_typedescription_register( (typelib_TypeDescription**)&pMethod ); in typelib_static_type_getByTypeClass()
283 ::typelib_typedescription_release( (typelib_TypeDescription*)pMethod ); in typelib_static_type_getByTypeClass()
/AOO41X/main/basic/source/comp/
H A Dsbcomp.cxx311 String lcl_dumpMethodParameters( SbMethod* pMethod ) in lcl_dumpMethodParameters() argument
314 if( pMethod == NULL ) in lcl_dumpMethodParameters()
319 SbxArray* pParams = pMethod->GetParameters(); in lcl_dumpMethodParameters()
320 SbxInfo* pInfo = pMethod->GetInfo(); in lcl_dumpMethodParameters()
635 void dbg_traceNotifyCall( SbModule* pModule, SbMethod* pMethod, sal_Int32 nCallLvl, bool bLeave ) in dbg_traceNotifyCall() argument
663 if( pMethod != NULL ) in dbg_traceNotifyCall()
666 String aMethodName = pMethod->GetName(); in dbg_traceNotifyCall()
778 aStr += lcl_dumpMethodParameters( pMethod ); in dbg_traceNotifyCall()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx119 sal_uInt32 pMethod = *((sal_uInt32*)pThis); in callVirtualMethod() local
120 pMethod += 4 * nVtableIndex; in callVirtualMethod()
121 pMethod = *((sal_uInt32 *)pMethod); in callVirtualMethod()
124 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod()
/AOO41X/main/cppu/source/threadpool/
H A Dcurrent.cxx83 typelib_InterfaceMethodTypeDescription * pMethod = 0; in get_type_XCurrentContext() local
98 &pMethod, in get_type_XCurrentContext()
103 typelib_typedescription_register( (typelib_TypeDescription**)&pMethod ); in get_type_XCurrentContext()
104 typelib_typedescription_release( (typelib_TypeDescription*)pMethod ); in get_type_XCurrentContext()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx169 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() local
171 pMethod += 8 * nVtableIndex; in callVirtualMethod()
172 pMethod = *((sal_uInt64 *)pMethod); in callVirtualMethod()
175 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx166 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() local
168 pMethod += 8 * nVtableIndex; in callVirtualMethod()
169 pMethod = *((sal_uInt64 *)pMethod); in callVirtualMethod()
172 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx96 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() local
97 pMethod += 8 * nVtableIndex; in callVirtualMethod()
98 pMethod = *((sal_uInt64 *)pMethod); in callVirtualMethod()
150 : "m" ( pMethod ), "m" ( pGPR ), "m" ( pFPR ), "m" ( nFPR ), in callVirtualMethod()
/AOO41X/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx96 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() local
97 pMethod += 8 * nVtableIndex; in callVirtualMethod()
98 pMethod = *((sal_uInt64 *)pMethod); in callVirtualMethod()
150 : "m" ( pMethod ), "m" ( pGPR ), "m" ( pFPR ), "m" ( nFPR ), in callVirtualMethod()
/AOO41X/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx106 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() local
107 pMethod += 8 * nVtableIndex; in callVirtualMethod()
108 pMethod = *((sal_uInt64 *)pMethod); in callVirtualMethod()
160 : "m" ( pMethod ), "m" ( pGPR ), "m" ( pFPR ), "m" ( nFPR ), in callVirtualMethod()
/AOO41X/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Duno2cpp.cxx119 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() local
120 pMethod += 8 * nVtableIndex; in callVirtualMethod()
121 pMethod = *((sal_uInt64 *)pMethod); in callVirtualMethod()
124 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Duno2cpp.cxx119 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() local
120 pMethod += 8 * nVtableIndex; in callVirtualMethod()
121 pMethod = *((sal_uInt64 *)pMethod); in callVirtualMethod()
124 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx237 sal_uInt32 pMethod = *((sal_uInt32*)pThis); in callVirtualMethod() local
238 pMethod += 4 * nVtableIndex; in callVirtualMethod()
239 pMethod = *((sal_uInt32 *)pMethod); in callVirtualMethod()
242 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod()
/AOO41X/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx237 sal_uInt32 pMethod = *((sal_uInt32*)pThis); in callVirtualMethod() local
238 pMethod += 4 * nVtableIndex; in callVirtualMethod()
239 pMethod = *((sal_uInt32 *)pMethod); in callVirtualMethod()
242 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod()
/AOO41X/main/idl/source/objects/
H A Dslot.cxx1476 SvMetaAttribute * pMethod = GetMethod(); in WriteSlot() local
1478 if( pMethod ) in WriteSlot()
1479 pType = pMethod->GetType(); in WriteSlot()
1534 SvMetaAttribute * pMethod = GetMethod(); in WriteSlotParamArray() local
1538 if( pMethod ) in WriteSlotParamArray()
1539 pType = pMethod->GetType(); in WriteSlotParamArray()
1580 SvMetaAttribute * pMethod = GetMethod(); in WriteSlotMap() local
1581 if( pMethod ) in WriteSlotMap()
1582 pType = pMethod->GetType(); in WriteSlotMap()
/AOO41X/main/basic/source/basmgr/
H A Dbasmgr.cxx1902 SbMethod* pMethod = (SbMethod*)pMod->Find( sMacro, SbxCLASS_METHOD ); in lcl_queryMacro() local
1903 if( pMethod ) in lcl_queryMacro()
1904 return pMethod; in lcl_queryMacro()
1921 SbMethod* pMethod = lcl_queryMacro( this, i_fullyQualifiedName ); in ExecuteMacro() local
1923 if ( pMethod ) in ExecuteMacro()
1926 pMethod->SetParameters( i_arguments ); in ExecuteMacro()
1927 nError = pMethod->Call( i_retValue ); in ExecuteMacro()
1936 SbMethod* pMethod = lcl_queryMacro( this, i_fullyQualifiedName ); in ExecuteMacro() local
1937 if ( !pMethod ) in ExecuteMacro()
1969 sCall += pMethod->GetName(); in ExecuteMacro()
[all …]
/AOO41X/main/cui/source/customize/
H A Dcfgutil.cxx1324 SvLBoxEntry *pMethod = pFunctionListBox->First(); in SelectMacro() local
1325 while ( pMethod ) in SelectMacro()
1327 String aEntryMethod = GetEntryText( pMethod ); in SelectMacro()
1330 pFunctionListBox->Select( pMethod ); in SelectMacro()
1331 pFunctionListBox->MakeVisible( pMethod ); in SelectMacro()
1334 pMethod = pFunctionListBox->Next( pMethod ); in SelectMacro()
/AOO41X/main/filter/source/msfilter/
H A Dmsvbahelper.cxx200 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Find( sMacro, SbxCLASS_METHOD ) ); in hasMacro() local
201 if ( pMethod ) in hasMacro()
206 …else if( SbMethod* pMethod = dynamic_cast< SbMethod* >( pBasic->Find( sMacro, SbxCLASS_METHOD ) ) ) in hasMacro() local
208 if( SbModule* pModule = pMethod->GetModule() ) in hasMacro()

12