Home
last modified time | relevance | path

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

/trunk/main/sal/qa/rtl_strings/
H A Drtl_OString.cxx283 sal_Char* pMeth = methName; in test_rtl_OString_getLength() local
335 sal_Char* pMeth = methName; in test_rtl_OString_equals() local
400 sal_Char* pMeth = methName; in test_rtl_OString_equalsIgnoreAsciiCase() local
457 sal_Char* pMeth = methName; in test_rtl_OString_compareTo_001() local
532 sal_Char* pMeth = methName; in test_rtl_OString_compareTo_002() local
610 sal_Char* pMeth = methName; in test_rtl_OString_op_cmp() local
706 sal_Char* pMeth = methName; in test_rtl_OString_op_neq() local
795 sal_Char* pMeth = methName; in test_rtl_OString_op_g() local
1277 sal_Char* pMeth = methName; in test_rtl_OString_op_cscs() local
1574 sal_Char* pMeth =methName; in test_rtl_OString_concat() local
[all …]
H A Drtl_OUString.cxx211 sal_Char* pMeth = methName; in test_rtl_OUString_getLength() local
276 sal_Char* pMeth = methName; in test_rtl_OUString_equals() local
364 sal_Char* pMeth = methName; in test_rtl_OUString_equalsIgnoreAsciiCase() local
428 sal_Char* pMeth = methName; in test_rtl_OUString_compareTo_001() local
518 sal_Char* pMeth = methName; in test_rtl_OUString_compareTo_002() local
594 sal_Char* pMeth = methName; in test_rtl_OUString_match_001() local
863 sal_Char* pMeth = methName; in test_rtl_OUString_csuc() local
920 sal_Char* pMeth = methName; in test_rtl_OUString_getStr() local
2422 sal_Char* pMeth=methName; in test_index() local
2480 sal_Char* pMeth=methName; in test_indexStr() local
[all …]
H A Drtl_OUStringBuffer.cxx256 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_makeStringAndClear() local
331 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_getLength() local
404 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_getCapacity() local
489 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_ensureCapacity() local
586 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_setLength() local
718 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_charAt() local
806 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_csuc() local
861 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_getStr() local
917 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_setCharAt() local
1014 sal_Char* pMeth = methName; in test_rtl_OUStringBuffer_append_001() local
[all …]
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx597 if( p && !pMeth ) in GetMethod()
599 if( !pMeth ) in GetMethod()
616 return pMeth; in GetMethod()
785 else if( pMeth ) in SFX_NOTIFY()
885 pMeth->nLine1 = pMeth->nLine2 = nLine1; in SetSource32()
1661 if( pMeth ) in fixUpMethodStart()
1665 pMeth->nStart = pImg->CalcLegacyOffset( pMeth->nStart ); in fixUpMethodStart()
1856 if( pMeth ) in handleProcedureProperties()
1907 if( pMeth ) in handleProcedureProperties()
2450 if( pMeth ) in triggerMethod()
[all …]
H A Dsbunoobj.cxx2202 else if( pMeth ) in TYPEINIT1()
2593 while( pMeth ) in clearUnoMethodsForBasic()
2610 pMeth->pPrev->pNext = pMeth->pNext; in clearUnoMethodsForBasic()
2612 pMeth->pNext->pPrev = pMeth->pPrev; in clearUnoMethodsForBasic()
2624 pMeth = pMeth->pNext; in clearUnoMethodsForBasic()
2627 pMeth = pMeth->pNext; in clearUnoMethodsForBasic()
2634 while( pMeth ) in clearUnoMethods()
2637 pMeth = pMeth->pNext; in clearUnoMethods()
4477 if( pMeth == NULL ) in setValue()
4518 if( pMeth == NULL ) in getValue()
[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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 225 milliseconds