Den mån 21 okt. 2019 kl 12:53 skrev Stephan Bergmann <sberg...@redhat.com>:

> On 18/10/2019 20:16, Johnny Rosenberg wrote:
> > *Private Function ItemFound(sItem As string, _   oRange As
> > com.sun.star.sheet.XSheetCellRange) As Boolean Dim oDescriptor As
> > com.sun.star.util.XReplaceDescriptor
> > oDescriptor=oRange.createSearchDescriptor()*
> > *⁝*
> > *⁝*
> > *End Function*
> >
> > So the answer to my question seems to be
> > ”com.sun.star.util.XReplaceDescriptor”. Exactly why is a little blurry to
> > me at the moment.
>
> css.util.XReplaceDescriptor is derived from css.util.XSearchDescriptor.
> I assume that what dim'ing you need should depend on what you do with
> oDescriptor in the part you elided:  If you only call
> XSearchDescriptor-methods on it, then dim as XSearchDescriptor should
> suffice.  If you call any of the XReplaceDescriptor-only methods
> (getting/setting the ReplaceString), then you need to dim as
> XReplaceDescriptor.
>
> But in that case, why did the error message happen at the
”oDescriptor=oRange.createSearchDescriptor()” line? I hadn't started to use
it yet…


Kind regards

Johnny Rosenberg

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Reply via email to