https://bugs.documentfoundation.org/show_bug.cgi?id=147262
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #2 from Julien Nabet <[email protected]> --- It's been like this since 8834a4391c31502aabe137834ed852aa6b620287 in 2010. Mike/Andreas: I noticed: 142 { u"CallByName", SbxVARIANT, 3 | FUNCTION_, SbRtl_CallByName }, 143 arg(u"Object", SbxOBJECT), 144 arg(u"ProcedureName", SbxSTRING), 145 arg(u"CallType", SbxINTEGER), 146 (see https://opengrok.libreoffice.org/xref/core/basic/source/runtime/stdobj.cxx?r=af3316b6#144) and more generally with git grep: basctl/source/basicide/baside2.cxx:1128: if (GetEditorWindow().GetProcedureName(aCurrLine, sProcType, sProcName)) basctl/source/basicide/baside2.hxx:156: bool GetProcedureName(OUString const & rLine, OUString& rProcType, OUString& rProcName) const; basctl/source/basicide/baside2b.cxx:768: bool bFoundName = GetProcedureName(aLine, sProcType, sProcName); basctl/source/basicide/baside2b.cxx:813:bool EditorWindow::GetProcedureName(OUString const & rLine, OUString& rProcType, OUString& rProcName) const basic/source/runtime/methods1.cxx:125: // 2. parameter is ProcedureName basic/source/runtime/stdobj.cxx:144: arg(u"ProcedureName", SbxSTRING), I thought about changing method name to make it explicit. Ok for you? (it doesn't seem to be in public API) -- You are receiving this mail because: You are the assignee for the bug.
