[Libreoffice-bugs] [Bug 138682] Clipboard failure with HTML content
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Dec 5 22:05:42 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=138682
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikekaganski at hotmail.com
--- Comment #4 from Julien Nabet <serval2412 at yahoo.fr> ---
I may be wrong but I don't think the change of name has an impact here.
Here's a research of bCheckExistence in all LO code:
git grep -n bCheckExistence
sal/osl/w32/file_url.cxx:402: bool bCheckExistence )
sal/osl/w32/file_url.cxx:435: if ( !GetCaseCorrectPathNameEx(
lpszPath, cchBuffer, nSkipLevels, bCheckExistence ) )
sal/osl/w32/file_url.cxx:443: if ( bCheckExistence )
sal/osl/w32/file_url.cxx:497: bool bCheckExistence
sal/osl/w32/file_url.cxx:518: return GetCaseCorrectPathNameEx(
lpszLongPath, cchBuffer, 0, bCheckExistence );
sal/osl/w32/file_url.hxx:59: bool bCheckExistence
sw/inc/PostItMgr.hxx:147: void AddPostIts(bool
bCheckExistence = true,bool bFocus = true);
sw/inc/PostItMgr.hxx:170: SwSidebarItem* InsertItem( SfxBroadcaster*
pItem, bool bCheckExistence, bool bFocus);
sw/source/uibase/docvw/PostItMgr.cxx:278:SwSidebarItem*
SwPostItMgr::InsertItem(SfxBroadcaster* pItem, bool bCheckExistence, bool
bFocus)
sw/source/uibase/docvw/PostItMgr.cxx:280: if (bCheckExistence)
sw/source/uibase/docvw/PostItMgr.cxx:1299:void SwPostItMgr::AddPostIts(const
bool bCheckExistence, const bool bFocus)
sw/source/uibase/docvw/PostItMgr.cxx:1307: InsertItem(pFormatField,
bCheckExistence, bFocus);
It's only used as name parameter. Now I know that sometimes C++ may be tricky,
so...
Do you build sources or do you use a package?
I mean, if you build sources, you may revert locally and give it a try to
confirm the commit has indeed an impact.
Mike: any C++ "trick" I would have missed here on Windows part? My typo patch
was quite straightforward. I didn't change some idl attribute or things like
this.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201205/27fc1657/attachment.htm>
More information about the Libreoffice-bugs
mailing list