#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/beans/XPropertyAccess.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
#include <com/sun/star/cui/AsynchronousColorPicker.hpp>
#include <com/sun/star/cui/ColorPicker.hpp>
#include <comphelper/diagnose_ex.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <svtools/colrdlg.hxx>
#include <svtools/dialogclosedlistener.hxx>
#include <vcl/weld.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
|
| constexpr OUStringLiteral | sColor = u"Color" |
| |
◆ IMPL_LINK()
| IMPL_LINK |
( |
SvColorDialog |
, |
|
|
DialogClosedHdl |
, |
|
|
css::ui::dialogs::DialogClosedEvent * |
, |
|
|
pEvent |
, |
|
|
void |
|
|
) |
| |
◆ sColor
| constexpr OUStringLiteral sColor = u"Color" |
|
constexpr |