/trunk/main/basctl/source/basicide/ |
H A D | macrodlg.cxx | 285 SbMethod* pMethod = 0; in GetMacro() local 296 return pMethod; in GetMacro() 303 SbMethod* pMethod = GetMacro(); in DeleteMacro() local 305 if ( pMethod && QueryDelMacro( pMethod->GetName(), this ) ) in DeleteMacro() 352 SbMethod* pMethod = 0; in CreateMacro() local 405 return pMethod; in CreateMacro() 506 if ( pMethod && !QueryReplaceMacro( pMethod->GetName(), this ) ) in IMPL_LINK_INLINE_START() 560 if( pMethod->IsHidden() ) in IMPL_LINK() 675 SbModule* pModule = pMethod ? pMethod->GetModule() : NULL; in IMPL_LINK() 700 if ( pMethod && !QueryReplaceMacro( pMethod->GetName(), this ) ) in IMPL_LINK() [all …]
|
H A D | basobj2.cxx | 278 SbMethod* pMethod = NULL; in ChooseMacro() local 296 pMethod = pChooser->GetMacro(); 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() 409 if( pMethod->IsHidden() ) in GetMethodNames() 418 if( pMethod->IsHidden() ) in GetMethodNames() 420 DBG_ASSERT( pMethod, "Method not found! (NULL)" ); in GetMethodNames() 421 aSeqMethods.getArray()[ iTarget++ ] = pMethod->GetName(); in GetMethodNames() [all …]
|
H A D | baside2.cxx | 349 SbMethod* pMethod = 0; in BasicExecute() local 360 pMethod = pM; in BasicExecute() 366 pMethod = pM; in BasicExecute() 370 if ( !pMethod ) in BasicExecute() 377 if ( pMethod ) in BasicExecute() 379 pMethod->SetDebugFlags( aStatus.nBasicFlags ); in BasicExecute() 381 BasicIDE::RunMethod( pMethod ); in BasicExecute() 611 pMethod->SetDebugFlags( pMethod->GetDebugFlags() | SbDEBUG_BREAK ); in ToggleBreakPoint() 862 if ( pMethod ) in EditMacro() 864 pMethod->GetLineRange( nStart, nEnd ); in EditMacro() [all …]
|
H A D | basobj3.cxx | 159 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()
|
/trunk/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 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() 799 if(pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb() 809 if( ! pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb() 820 if( ! pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb() 829 if( ! pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb() 944 if( pMethod->pParams[i].bIn == sal_True && ! pMethod->pParams[i].bOut) in invokeWithDispIdUnoTlb() 1043 if( pMethod->pParams[i].bOut ) in invokeWithDispIdUnoTlb() [all …]
|
/trunk/main/scripting/source/basprov/ |
H A D | basmodnode.cxx | 99 … 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 D | basprov.cxx | 410 … 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/ |
H A D | call.cxx | 100 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()
|
/trunk/main/cppu/source/typelib/ |
H A D | static_types.cxx | 253 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()
|
/trunk/main/basic/source/comp/ |
H A D | sbcomp.cxx | 311 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/ |
H A D | uno2cpp.cxx | 119 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()
|
/trunk/main/cppu/source/threadpool/ |
H A D | current.cxx | 83 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/ |
H A D | uno2cpp.cxx | 169 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/ |
H A D | uno2cpp.cxx | 166 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | uno2cpp.cxx | 103 sal_uInt64 pMethod = *((sal_uInt64 *)pThis); in callVirtualMethod() local 104 pMethod += 8 * nVtableIndex; in callVirtualMethod() 105 pMethod = *((sal_uInt64 *)pMethod); in callVirtualMethod() 157 : "m" ( pMethod ), "m" ( pGPR ), "m" ( pFPR ), "m" ( nFPR ), in callVirtualMethod()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | uno2cpp.cxx | 96 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()
|
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | uno2cpp.cxx | 96 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/ |
H A D | uno2cpp.cxx | 119 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/ |
H A D | uno2cpp.cxx | 119 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | uno2cpp.cxx | 237 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
H A D | uno2cpp.cxx | 237 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()
|
/trunk/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 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() 1973 SbxVariable* pRet = pMethod->GetParent()->Execute( sCall ); in ExecuteMacro() [all …]
|
/trunk/main/idl/source/objects/ |
H A D | slot.cxx | 1476 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()
|
/trunk/main/cui/source/customize/ |
H A D | cfgutil.cxx | 1324 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()
|
/trunk/main/basic/source/classes/ |
H A D | sbxmod.cxx | 260 SbMethodRef pMethod = getMethod( aFunctionName ); in invoke() local 261 if ( !pMethod ) in invoke() 265 SbxInfo* pInfo = pMethod->GetInfo(); in invoke() 301 pMethod->SetParameters( xSbxParams ); in invoke() 307 nErr = pMethod->Call( xReturn ); in invoke() 312 SbxInfo* pInfo_ = pMethod->GetInfo(); in invoke() 345 pMethod->SetParameters( NULL ); in invoke() 411 SbMethodRef pMethod = NULL; in getMethod() local 417 pMethod = (SbMethod*) m_pMod->SbModule::Find( aName, SbxCLASS_METHOD ); in getMethod() 421 return pMethod; in getMethod()
|