[Bug 69973] gtk+ recent-files integration improvements

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Feb 15 06:43:42 PST 2015


https://bugs.documentfoundation.org/show_bug.cgi?id=69973

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2412 at yahoo.fr

--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
Michael: I noticed that AddDocumentToPickList was called at the opening +
closing of the document.
    406             case SFX_EVENT_OPENDOC:
    407             {
    408                 AddDocumentToPickList(pDocSh);
    409             }
    410             break;
    411 
    412             case SFX_EVENT_SAVEDOCDONE:
    413             case SFX_EVENT_SAVEASDOCDONE:
    414             case SFX_EVENT_SAVETODOCDONE:
    415             case SFX_EVENT_CLOSEDOC:
    416             {
    417                 AddDocumentToPickList(pDocSh);
    418             }
    419             break;
    420 
    421             case SFX_EVENT_SAVEASDOC:
    422             {
... 434                     AddDocumentToPickList(pDocSh);

See
http://opengrok.libreoffice.org/xref/core/sfx2/source/appl/sfxpicklist.cxx#406

Moreover, shell/source/unix/sysshell/systemshell.cxx is nowhere to be seen (at
least in master sources).

Any thoughts?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150215/556582e3/attachment.html>


More information about the LibreOffice mailing list