On 15.04.2015 11:13, Andy Mendoza wrote:
I have a problem with the printdialog box of LibreOffice Developer's
Build. When I click the Cancel button it still proceeds with the
printing. I tried tracing the code in printdlg.cxx but I get stuck with
this line
mpCancelButton->SetClickHdl( LINK(this, PrintDialog, ClickHdl));
I don't know where SetClickHdl came from and what does it do?
How do I fix this problem?
that is the fabulous tools LINK macro, the best technology breakthrough
of 1991 or so.
there should be a IMPL_LINK(PrintDialog, ClickHdl ...) in the same file
that is the callback that is set here.
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.