From c0d7dfa56c8a335bdea1be2ddce33a0f19b28bbd Mon Sep 17 00:00:00 2001 From: Arnaud Versini Date: Sun, 24 Apr 2016 21:00:05 +0200 Subject: BASIC : Add SbModule::FindMethod Change-Id: I3418c4a3d24b3b6630d6c80a6c8aa9d4ffb7e73a Reviewed-on: https://gerrit.libreoffice.org/24346 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/basic/sbmod.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/basic') diff --git a/include/basic/sbmod.hxx b/include/basic/sbmod.hxx index 23ef22009671..3727d1dcfbb6 100644 --- a/include/basic/sbmod.hxx +++ b/include/basic/sbmod.hxx @@ -132,6 +132,7 @@ public: bool createCOMWrapperForIface( css::uno::Any& o_rRetAny, SbClassModuleObject* pProxyClassModuleObject ); void GetCodeCompleteDataFromParse(CodeCompleteDataCache& aCache); const SbxArrayRef& GetMethods() { return pMethods;} + SbMethod* FindMethod( const OUString&, SbxClassType ); static OUString GetKeywordCase( const OUString& sKeyword ); }; -- cgit