Home
last modified time | relevance | path

Searched refs:aMethod (Results 1 – 14 of 14) sorted by relevance

/trunk/main/automation/source/server/
H A Drecorder.cxx106 …per::UiEventsLogger::logVcl( Id2Str( aParentID ), nVCLWindowType, Id2Str( aID ), aMethod, nParam ); in LogVCL()
109 …rder::LogVCL( rtl::OString aParentID, sal_uInt16 nVCLWindowType, rtl::OString aID, String aMethod ) in LogVCL() argument
111 …:comphelper::UiEventsLogger::logVcl( Id2Str( aParentID ), nVCLWindowType, Id2Str( aID ), aMethod ); in LogVCL()
231 String aMethod; in IMPL_LINK() local
234 … case STATE_CHECK: nMethod = M_Check; aMethod = CUniString("Check"); break; in IMPL_LINK()
345 String aMethod; in IMPL_LINK() local
368 … default: nMethod = M_Click; aMethod = CUniString("Click"); in IMPL_LINK()
391 String aMethod; in IMPL_LINK() local
394 … case WINDOW_OKBUTTON: nMethod = M_OK; aMethod = CUniString("OK"); break; in IMPL_LINK()
467 String aMethod; in IMPL_LINK() local
[all …]
H A Drecorder.hxx58 …::OString aParentID, sal_uInt16 nVCLWindowType, rtl::OString aID, String aMethod, sal_uInt16 aPara…
59 …void LogVCL( rtl::OString aParentID, sal_uInt16 nVCLWindowType, rtl::OString aID, String aMethod );
/trunk/main/idl/source/objects/
H A Dslot.cxx98 aMethod = pMeth; in Load()
189 if( aMethod.Is() ) nMask |= 0x0001; in Save()
209 if( nMask & 0x0001 ) rStm << aMethod; in Save()
358 if( aMethod.Is() || !GetRef() ) return aMethod; in GetMethod()
693 if( !aMethod.Is() ) in ReadAttributesSvIdl()
698 aMethod = new SvMetaSlot(); in ReadAttributesSvIdl()
702 if( aMethod->IsMethod() ) in ReadAttributesSvIdl()
704 aMethod->SetSlotId( GetSlotId() ); in ReadAttributesSvIdl()
705 if( aMethod->Test( rBase, rInStm ) ) in ReadAttributesSvIdl()
710 aMethod.Clear(); in ReadAttributesSvIdl()
[all …]
/trunk/main/connectivity/source/drivers/evoab2/
H A DEApi.cxx79 SymbolFunc aMethod; in tryLink() local
80 aMethod = (SymbolFunc) osl_getFunctionSymbol in tryLink()
82 if( !aMethod ) in tryLink()
88 * aApiMap[ i ].ref_value = aMethod; in tryLink()
/trunk/main/scripting/source/basprov/
H A Dbasprov.cxx374 ::rtl::OUString aMethod; in getScript()
376 aMethod = aDescription.getToken( 0, (sal_Unicode)'.', nIndex ); in getScript()
378 …if ( aLibrary.getLength() != 0 && aModule.getLength() != 0 && aMethod.getLength() != 0 && aLocatio… in getScript()
410 … SbMethod* pMethod = static_cast< SbMethod* >( pMethods->Find( aMethod, SbxCLASS_METHOD ) ); in getScript()
430 aMessage.appendAscii( "method: '" ).append( aMethod ).appendAscii( "'\n" ); in getScript()
/trunk/main/forms/source/xforms/
H A Dsubmission.cxx315 OUString aMethod = getMethod(); in doSubmit() local
319 xResult, aMethod.equalsIgnoreAsciiCaseAscii("get")); in doSubmit()
323 if (aMethod.equalsIgnoreAsciiCaseAscii("PUT")) in doSubmit()
326 else if (aMethod.equalsIgnoreAsciiCaseAscii("post")) in doSubmit()
329 else if (aMethod.equalsIgnoreAsciiCaseAscii("get")) in doSubmit()
/trunk/main/basic/source/inc/
H A Dsbintern.hxx89 : aMethod(aM), nLine(nL), nCol1(nC1), nCol2(nC2) {} in SbErrorStackEntry()
90 SbMethodRef aMethod; member in SbErrorStackEntry
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java716 …protected static void ExecuteMethod( HttpMethodBase aMethod, HostConfiguration aHostConfig, URI aU… in ExecuteMethod() argument
719 if ( aMethod != null && aHostConfig != null && aURI != null && xContext != null ) in ExecuteMethod()
735 Helper.GetHttpClient().executeMethod( aHostConfig, aMethod ); in ExecuteMethod()
741 Helper.GetHttpClient().executeMethod( aHostConfig, aMethod ); in ExecuteMethod()
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx90 #define SFX_STUB_PTR( aShellClass, aMethod ) \ argument
91 &SfxStub##aShellClass##aMethod
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx159 #define IMPL_FORWARD_LOOP( aMethod, ArgType, aArg ) \ argument
160 const SfxFilter* SfxFilterContainer::aMethod( ArgType aArg, SfxFilterFlags nMust, SfxFilterFlags nD…
163 return aMatch.aMethod( aArg, nMust, nDont ); \
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java460 Method aMethod = a.getMethod("create", new Class[] in startReportWizard() local
464 m_reportDocument = (IReportDocument) aMethod.invoke(a, xMSF in startReportWizard()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx1292 String aLib, aModule, aMethod; in SelectMacro() local
1294 aMethod = rMacro.GetToken( nCount-1, '.' ); in SelectMacro()
1328 if ( aEntryMethod == aMethod ) in SelectMacro()
/trunk/main/offapi/com/sun/star/ucb/
H A DXWebDAVCommandEnvironment.idl43 @param aMethod
/trunk/main/idl/inc/
H A Dslot.hxx36 SvMetaAttributeRef aMethod; member in SvMetaSlot

Completed in 130 milliseconds