/aoo42x/main/idl/source/objects/ |
H A D | slot.cxx | 324 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 …]
|
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | WikiArticle.java | 135 GetMethod aRequest = new GetMethod( aURI.getEscapedPathQuery() ); in getArticleWiki() 177 GetMethod aRequest = new GetMethod( aURI.getEscapedPathQuery() ); in InitArticleHTML()
|
H A D | WikiEditSettingDialog.java | 220 GetMethod aRequest = new GetMethod( aURI.getEscapedPathQuery() ); in DoLogin()
|
H A D | Helper.java | 75 import org.apache.commons.httpclient.methods.GetMethod; 816 GetMethod aGetCookie = new GetMethod( aURI.getEscapedPathQuery() ); in Login()
|
/aoo42x/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 1650 ->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 …]
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | i18n_ic.cxx | 345 maContext = XCreateIC( pInputMethod->GetMethod(), in SalI18N_InputContext() 449 maContext = XCreateIC( pInputMethod->GetMethod(), in Map()
|
/aoo42x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1052 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()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | basides1.cxx | 400 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()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | i18n_im.hxx | 47 XIM GetMethod() { return maMethod; } in GetMethod() function in SalI18N_InputMethod
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | minfitem.hxx | 57 String GetMethod() const in GetMethod() function in SfxMacroInfoItem
|
/aoo42x/main/cli_ure/source/basetypes/uno/ |
H A D | PolymorphicType.cs | 355 return m_base.GetMethod( in GetMethodImpl()
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbmod.hxx | 79 SbMethod* GetMethod( const String&, SbxDataType );
|
/aoo42x/main/idl/inc/ |
H A D | slot.hxx | 190 SvMetaAttribute * GetMethod() const;
|
/aoo42x/main/basic/source/inc/ |
H A D | runtime.hxx | 456 SbMethod* GetMethod() { return pMeth; } in GetMethod() function in SbiRuntime
|
/aoo42x/main/basic/source/comp/ |
H A D | codegen.cxx | 252 pMeth = rMod.GetMethod( aProcName, pProc->GetType() ); in Save()
|
/aoo42x/main/basic/source/classes/ |
H A D | sbxmod.cxx | 593 SbMethod* SbModule::GetMethod( const String& rName, SbxDataType t ) in GetMethod() function in SbModule 884 pMeth = GetMethod( aName_, t ); in SetSource32()
|
/aoo42x/main/basic/source/runtime/ |
H A D | runtime.cxx | 528 while( p && p->GetMethod() != pMeth ) in GetLocals()
|