Home
last modified time | relevance | path

Searched refs:GetMethod (Results 1 – 17 of 17) sorted by relevance

/trunk/main/idl/source/objects/
H A Dslot.cxx324 b |= NULL != GetMethod(); in IsMethod()
337 SvMetaAttribute * pMeth = GetMethod(); in GetMangleName()
356 SvMetaAttribute * SvMetaSlot::GetMethod() const in GetMethod() function in SvMetaSlot
359 return ((SvMetaSlot *)GetRef())->GetMethod(); in GetMethod()
1027 SvMetaAttributeRef xM = GetMethod(); in Write()
1476 SvMetaAttribute * pMethod = GetMethod(); in WriteSlot()
1534 SvMetaAttribute * pMethod = GetMethod(); in WriteSlotParamArray()
1580 SvMetaAttribute * pMethod = GetMethod(); in WriteSlotMap()
1775 if ( GetType()->GetType() != TYPE_METHOD && GetMethod() ) in WriteCSV()
1791 if ( GetMethod() ) in WriteCSV()
[all …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiArticle.java135 GetMethod aRequest = new GetMethod( aURI.getEscapedPathQuery() ); in getArticleWiki()
177 GetMethod aRequest = new GetMethod( aURI.getEscapedPathQuery() ); in InitArticleHTML()
H A DWikiEditSettingDialog.java220 GetMethod aRequest = new GetMethod( aURI.getEscapedPathQuery() ); in DoLogin()
H A DHelper.java75 import org.apache.commons.httpclient.methods.GetMethod;
816 GetMethod aGetCookie = new GetMethod( aURI.getEscapedPathQuery() ); in Login()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx1650 ->GetMethod(S"getServiceManager"); in complete_service_type()
1692 local_factory->get_LocalType()->GetMethod(S"createInstanceWithContext"); in complete_service_type()
1703 local_factory->get_LocalType()->GetMethod(S"createInstanceWithArgumentsAndContext"); in complete_service_type()
1750 __typeof(::System::Type)->GetMethod( in complete_service_type()
1758 __typeof(::uno::PolymorphicType)->GetMethod(new System::String(S"GetType"), in complete_service_type()
1793 __typeof(::System::Type)->GetMethod( in complete_service_type()
1826 local_factory->get_LocalType()->GetMethod(S"createInstanceWithArgumentsAndContext"); in complete_service_type()
1883 __typeof(System::String)->GetMethod(S"Concat", arConcatParams)); in complete_service_type()
2040 get_type(S"unoidl.com.sun.star.uno.XComponentContext", true)->GetMethod(S"getValueByName"); in complete_singleton_type()
2047 __typeof(::uno::Any)->GetMethod(S"hasValue"); in complete_singleton_type()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Di18n_ic.cxx345 maContext = XCreateIC( pInputMethod->GetMethod(), in SalI18N_InputContext()
449 maContext = XCreateIC( pInputMethod->GetMethod(), in Map()
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs1052 object[] arAttr = typeXTest.GetMethod("testOneway").GetCustomAttributes(false); in testAttributes()
1059 arAttr = typeXTest.GetMethod("testExceptions").GetCustomAttributes(false); in testAttributes()
1075 arAttr = typeXTest.GetMethod("test").GetCustomAttributes(false); in testAttributes()
1080 arAttr = typeS1.GetMethod("create3").GetCustomAttributes(false); in testAttributes()
1098 arAttr = typeS1.GetMethod("create1").GetCustomAttributes(false); in testAttributes()
/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx400 if ( !pModule->GetMethods()->Find( rInfo.GetMethod(), SbxCLASS_METHOD ) ) in ExecuteGlobal()
401 BasicIDE::CreateMacro( pModule, rInfo.GetMethod() ); in ExecuteGlobal()
409 pWin->EditMacro( rInfo.GetMethod() ); in ExecuteGlobal()
/trunk/main/vcl/inc/unx/
H A Di18n_im.hxx47 XIM GetMethod() { return maMethod; } in GetMethod() function in SalI18N_InputMethod
/trunk/main/sfx2/inc/sfx2/
H A Dminfitem.hxx57 String GetMethod() const in GetMethod() function in SfxMacroInfoItem
/trunk/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs355 return m_base.GetMethod( in GetMethodImpl()
/trunk/main/basic/inc/basic/
H A Dsbmod.hxx79 SbMethod* GetMethod( const String&, SbxDataType );
/trunk/main/idl/inc/
H A Dslot.hxx190 SvMetaAttribute * GetMethod() const;
/trunk/main/basic/source/inc/
H A Druntime.hxx456 SbMethod* GetMethod() { return pMeth; } in GetMethod() function in SbiRuntime
/trunk/main/basic/source/comp/
H A Dcodegen.cxx252 pMeth = rMod.GetMethod( aProcName, pProc->GetType() ); in Save()
/trunk/main/basic/source/classes/
H A Dsbxmod.cxx593 SbMethod* SbModule::GetMethod( const String& rName, SbxDataType t ) in GetMethod() function in SbModule
884 pMeth = GetMethod( aName_, t ); in SetSource32()
/trunk/main/basic/source/runtime/
H A Druntime.cxx528 while( p && p->GetMethod() != pMeth ) in GetLocals()

Completed in 103 milliseconds