Date: prev next · Thread: first prev next last
October 2016 Archives by date, by thread · List index


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

Katarina Behrens (CIB) <Katarina.Behrens@cib.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needsDevEval                |difficultyBeginner,
                   |                            |easyHack, skillCpp

--- Comment #4 from Katarina Behrens (CIB) <Katarina.Behrens@cib.de> ---
A good easy hack candidate

The code opening either help window or online help is in
sfx2/source/appl/sfxhelp.cxx, in particular SfxHelp::Start_Impl function. 

Use imp_hasHelpInstalled function to check if help is installed, or simply plug
your code in where this function is already called.

For the question dialog implementation, you may want to use MessageBox class
(vcl/source/windows/layout.cxx), or inherit from it to create your own dialog
class

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.