Home
last modified time | relevance | path

Searched refs:pMeth (Results 1 – 23 of 23) sorted by relevance

/AOO41X/main/sal/qa/rtl_strings/
H A Drtl_OString.cxx283 sal_Char* pMeth = methName; in test_rtl_OString_getLength() local
317 createName( pMeth, "getLength", i ) in test_rtl_OString_getLength()
335 sal_Char* pMeth = methName; in test_rtl_OString_equals() local
383 createName( pMeth, "equals", i ) in test_rtl_OString_equals()
400 sal_Char* pMeth = methName; in test_rtl_OString_equalsIgnoreAsciiCase() local
443 createName( pMeth, "equalsIgnoreAsciiCase", i ) in test_rtl_OString_equalsIgnoreAsciiCase()
457 sal_Char* pMeth = methName; in test_rtl_OString_compareTo_001() local
515 createName( pMeth, "compareTo(const OString&)", i ) in test_rtl_OString_compareTo_001()
532 sal_Char* pMeth = methName; in test_rtl_OString_compareTo_002() local
580 createName( pMeth, "compareTo(const OString&, sal_Int32)", i ) in test_rtl_OString_compareTo_002()
[all …]
H A Drtl_OUString.cxx211 sal_Char* pMeth = methName; in test_rtl_OUString_getLength() local
259 createName( pMeth, "getLength", i ) in test_rtl_OUString_getLength()
276 sal_Char* pMeth = methName; in test_rtl_OUString_equals() local
346 createName( pMeth, "equals", i ) in test_rtl_OUString_equals()
364 sal_Char* pMeth = methName; in test_rtl_OUString_equalsIgnoreAsciiCase() local
414 createName( pMeth, "equalsIgnoreAsciiCase", i ) in test_rtl_OUString_equalsIgnoreAsciiCase()
428 sal_Char* pMeth = methName; in test_rtl_OUString_compareTo_001() local
501 createName( pMeth, "compareTo_001(const OString&)", i ) in test_rtl_OUString_compareTo_001()
518 sal_Char* pMeth = methName; in test_rtl_OUString_compareTo_002() local
567 createName( pMeth, "compareTo_002(const OString&, sal_Int32)", i ) in test_rtl_OUString_compareTo_002()
[all …]
H A Drtl_OUStringBuffer.cxx256 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_makeStringAndClear() local
314 createName( pMeth, "makeStringAndClear", i ) in test_rtl_OUStringBuffer_makeStringAndClear()
331 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_getLength() local
387 createName( pMeth, "getLength", i ) in test_rtl_OUStringBuffer_getLength()
404 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_getCapacity() local
472 createName( pMeth, "getCapacity", i ) in test_rtl_OUStringBuffer_getCapacity()
489 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_ensureCapacity() local
569 createName( pMeth, "ensureCapacity", i ) in test_rtl_OUStringBuffer_ensureCapacity()
586 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_setLength() local
701 createName( pMeth, "setLength", i ) in test_rtl_OUStringBuffer_setLength()
[all …]
/AOO41X/main/basic/source/classes/
H A Dsbxmod.cxx596 SbMethod* pMeth = p ? PTR_CAST(SbMethod,p) : NULL; in GetMethod() local
597 if( p && !pMeth ) in GetMethod()
599 if( !pMeth ) in GetMethod()
601 pMeth = new SbMethod( rName, t, this ); in GetMethod()
602 pMeth->SetParent( this ); in GetMethod()
603 pMeth->SetFlags( SBX_READ ); in GetMethod()
604 pMethods->Put( pMeth, pMethods->Count() ); in GetMethod()
605 StartListening( pMeth->GetBroadcaster(), sal_True ); in GetMethod()
609 pMeth->bInvalid = sal_False; in GetMethod()
610 pMeth->ResetFlag( SBX_FIXED ); in GetMethod()
[all …]
H A Dsbunoobj.cxx2090 SbUnoMethod* pMeth = PTR_CAST(SbUnoMethod,pVar); in TYPEINIT1() local
2202 else if( pMeth ) in TYPEINIT1()
2204 bool bInvocation = pMeth->isInvocationBased(); in TYPEINIT1()
2216 const Sequence<ParamInfo>& rInfoSeq = pMeth->getParamInfos(); in TYPEINIT1()
2331 Any aRetAny = pMeth->m_xUnoMethod->invoke( getUnoAny(), args ); in TYPEINIT1()
2342 const Sequence<ParamInfo>& rInfoSeq = pMeth->getParamInfos(); in TYPEINIT1()
2358 if ( pMeth->needsDirectInvocation() ) in TYPEINIT1()
2363 aRetAny = xDirectInvoke->directInvoke( pMeth->GetName(), args ); in TYPEINIT1()
2368 … aRetAny = mxInvocation->invoke( pMeth->GetName(), args, OutParamIndex, OutParam ); in TYPEINIT1()
2592 SbUnoMethod* pMeth = pFirst; in clearUnoMethodsForBasic() local
[all …]
H A Ddisas.cxx279 SbMethod* pMeth = PTR_CAST(SbMethod,pMod->GetMethods()->Get( i )); in SbiDisas() local
280 if( pMeth ) in SbiDisas()
282 sal_uInt16 nPos = (sal_uInt16) (pMeth->GetId()); in SbiDisas()
413 SbMethod* pMeth = PTR_CAST(SbMethod,pMod->GetMethods()->Get( i )); in DisasLine() local
414 if( pMeth ) in DisasLine()
416 aByteMethName = ByteString( pMeth->GetName(), gsl_getSystemTextEncoding() ); in DisasLine()
417 if( pMeth->GetId() == nPC ) in DisasLine()
422 if( pMeth->GetId() >= nPC ) in DisasLine()
H A Deventatt.cxx311 SbMethod* pMeth = PTR_CAST(SbMethod,pMethVar); in firing_impl() local
312 if( !pMeth ) in firing_impl()
334 pMeth->SetParameters( xArray ); in firing_impl()
335 pMeth->Call( xValue ); in firing_impl()
338 pMeth->SetParameters( NULL ); in firing_impl()
H A Dsb.cxx812 SbxVariable* pMeth = SbxObject::Find( aInitMethodName, SbxCLASS_METHOD ); in triggerInitializeEvent() local
813 if( pMeth ) in triggerInitializeEvent()
816 pMeth->Get( aVals ); in triggerInitializeEvent()
828 SbxVariable* pMeth = SbxObject::Find( aTermMethodName, SbxCLASS_METHOD ); in triggerTerminateEvent() local
829 if( pMeth ) in triggerTerminateEvent()
832 pMeth->Get( aVals ); in triggerTerminateEvent()
/AOO41X/main/basic/source/comp/
H A Dcodegen.cxx204 SbMethod* pMeth = NULL; in Save() local
248 pMapperMeth = rMod.GetIfaceMapperMethod( aProcName, pMeth ); in Save()
252 pMeth = rMod.GetMethod( aProcName, pProc->GetType() ); in Save()
256 pMeth->SetFlag( SBX_PRIVATE ); in Save()
260 pMeth->SetFlag( SBX_HIDDEN ); in Save()
262 pMeth->nStart = pProc->GetAddr(); in Save()
263 pMeth->nLine1 = pProc->GetLine1(); in Save()
264 pMeth->nLine2 = pProc->GetLine2(); in Save()
266 SbxInfo* pInfo = pMeth->GetInfo(); in Save()
310 pMeth->SetInfo( pInfo ); in Save()
/AOO41X/main/basic/source/sample/
H A Dcollelem.cxx38 …SbxVariable* pMeth = Make( String( RTL_CONSTASCII_USTRINGPARAM("Say") ), SbxCLASS_METHOD, SbxEMPTY… in SampleElement() local
39 pMeth->SetUserData( 0x12345678 ); in SampleElement()
40 pMeth->ResetFlag( SBX_FIXED ); in SampleElement()
43 pMeth->SetInfo( pInfo_ ); in SampleElement()
/AOO41X/main/basic/source/runtime/
H A Dstep2.cxx98 if ( pMeth ) in FindElement()
99 pElem = pMeth->GetStatics()->Find( aName, SbxCLASS_DONTCARE ); in FindElement()
298 if ( !pElem && pMeth ) in FindElementExtern()
301 String aMethName = pMeth->GetName(); in FindElementExtern()
308 if( !pElem && pMeth ) in FindElementExtern()
310 SbxInfo* pInfo = pMeth->GetInfo(); in FindElementExtern()
739 if( pMeth ) in StepPARAM()
741 SbxInfo* pInfo = pMeth->GetInfo(); in StepPARAM()
1280 if ( pMeth ) in StepSTATIC_Impl()
1282 SbxArray* pStatics = pMeth->GetStatics(); in StepSTATIC_Impl()
H A Druntime.cxx525 SbxArray* SbiInstance::GetLocals( SbMethod* pMeth ) in GetLocals() argument
528 while( p && p->GetMethod() != pMeth ) in GetLocals()
544 pMod( pm ), pMeth( pe ), pImg( pMod->pImage ), m_nLastTime(0) in SbiRuntime()
611 refParams->Put( pMeth, 0 ); in SetParameters()
613 SbxInfo* pInfo = pMeth ? pMeth->GetInfo() : NULL; in SetParameters()
840 ( pRt->pMeth, pRt->nLine, pRt->nCol1, pRt->nCol2 ); in Step()
955 return pMeth; in GetCaller()
H A Dstep0.cxx380 if( (SbxVariable*) refVar == (SbxVariable*) pMeth ) in StepPUT()
516 if( (SbxVariable*) refVar == (SbxVariable*) pMeth ) in StepSET_Impl()
704 if( (SbxVariable*) refVar == (SbxVariable*) pMeth ) in StepLSET()
740 if( (SbxVariable*) refVar == (SbxVariable*) pMeth ) in StepRSET()
H A Dmethods1.cxx199 SbMethod* pMeth = PTR_CAST(SbMethod,pFindVar); in RTLFUNC() local
200 if( pMeth == NULL ) in RTLFUNC()
222 pMeth->SetParameters( xArray ); in RTLFUNC()
223 pMeth->Call( refVar ); in RTLFUNC()
224 pMeth->SetParameters( NULL ); in RTLFUNC()
H A Dmethods.cxx2242 SbxVariable* pMeth = rPar.Get( 0 ); in RTLFUNC() local
2244 if( pMeth->IsFixed() ) in RTLFUNC()
2282 pMeth->PutString( aRes ); in RTLFUNC()
2313 SbxVariable* pMeth = rPar.Get( 0 ); in RTLFUNC() local
2314 if( pMeth->IsString() ) in RTLFUNC()
2334 pMeth->PutString( aRes ); in RTLFUNC()
2341 pMeth->PutDate( nDays ); in RTLFUNC()
/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx296 SbMethod* pMeth = StarBASIC::GetActiveMethod(); in Run() local
297 if ( pMeth ) in Run()
299 SbModule* pMod = dynamic_cast< SbModule* >( pMeth->GetParent() ); in Run()
430 SbMethod* pMeth = StarBASIC::GetActiveMethod(); in Quit() local
431 if ( pMeth ) in Quit()
433 SbModule* pMod = dynamic_cast< SbModule* >( pMeth->GetParent() ); in Quit()
/AOO41X/main/sc/source/ui/vba/
H A Dvbaapplication.cxx439 …SbMethod* pMeth = (SbMethod*)pBasic->GetRtl()->Find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("W… in wait() local
441 if ( pMeth ) in wait()
443 pMeth->SetParameters( aArgs ); in wait()
444 SbxVariableRef refTemp = pMeth; in wait()
446 SbxVariableRef pNew = new SbxMethod( *((SbxMethod*)pMeth)); in wait()
1114 …SbMethod* pMeth = (SbMethod*)pBasic->GetRtl()->Find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("F… in Caller() local
1116 if ( pMeth ) in Caller()
1118 SbxVariableRef refTemp = pMeth; in Caller()
1120 SbxVariableRef pNew = new SbxMethod( *((SbxMethod*)pMeth)); in Caller()
/AOO41X/main/basic/source/sbx/
H A Dsbxobj.cxx294 SbxVariable* pMeth = FindQualified( rName, SbxCLASS_DONTCARE); in Call() local
295 if( pMeth && pMeth->ISA(SbxMethod) ) in Call()
299 pMeth->SetParameters( pParam ); in Call()
300 pMeth->Broadcast( SBX_HINT_DATAWANTED ); in Call()
301 pMeth->SetParameters( NULL ); in Call()
/AOO41X/main/basic/source/inc/
H A Dobject.hxx58 typedef void( SampleObject::*pMeth ) typedef in SampleObject
67 pMeth pFunc; // Function Pointer
H A Druntime.hxx287 SbMethod* pMeth; // Methoden-Instanz member in SbiRuntime
456 SbMethod* GetMethod() { return pMeth; } in GetMethod()
/AOO41X/main/idl/source/objects/
H A Dslot.cxx96 SvMetaAttribute * pMeth; in Load() local
97 rStm >> pMeth; in Load()
98 aMethod = pMeth; in Load()
337 SvMetaAttribute * pMeth = GetMethod(); in GetMangleName() local
338 if( pMeth ) in GetMangleName()
339 return pMeth->GetName(); in GetMangleName()
/AOO41X/main/scripting/source/vbaevents/
H A Deventhelper.cxx942 SbMethod* pMeth = static_cast< SbMethod* >( pModule->Find( sTemp, SbxCLASS_METHOD ) ); in firing_Impl() local
943 if ( pMeth ) in firing_Impl()
/AOO41X/main/sc/source/core/tool/
H A Dcompiler.cxx2942 SbxMethod* pMeth = (SbxMethod*) pObj->Find( aName, SbxCLASS_METHOD ); in IsMacro() local
2943 if( !pMeth ) in IsMacro()
2948 if( pMeth->GetType() == SbxVOID in IsMacro()
2949 || ( pMeth->IsFixed() && pMeth->GetType() == SbxEMPTY ) in IsMacro()
2950 || !pMeth->ISA(SbMethod) ) in IsMacro()