LibreOffice Module cui (master)
1
|
#include <config_features.h>
#include <sal/config.h>
#include <algorithm>
#include <cassert>
#include <vcl/errinf.hxx>
#include <ucbhelper/content.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <avmedia/mediawindow.hxx>
#include <unotools/pathoptions.hxx>
#include <sfx2/opengrf.hxx>
#include <vcl/graphicfilter.hxx>
#include <svx/gallery1.hxx>
#include <svx/galtheme.hxx>
#include <cuigaldlg.hxx>
#include <bitmaps.hlst>
#include <unotools/localedatawrapper.hxx>
#include <unotools/syslocale.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/ucb/ContentCreationException.hpp>
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <com/sun/star/ui/dialogs/FolderPicker.hpp>
#include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp>
#include <dialmgr.hxx>
#include <strings.hrc>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
Go to the source code of this file.
IMPL_LINK | ( | ActualizeProgress | , |
TimeoutHdl | , | ||
Timer * | , | ||
_pTimer | , | ||
void | |||
) |
Definition at line 401 of file cuigaldlg.cxx.
References LINK.
IMPL_LINK | ( | ActualizeProgress | , |
ActualizeHdl | , | ||
const INetURLObject & | , | ||
rURL | , | ||
void | |||
) |
Definition at line 413 of file cuigaldlg.cxx.
References GetReducedString(), and Application::Reschedule().
IMPL_LINK | ( | TPGalleryThemeProperties | , |
DialogClosedHdl | , | ||
css::ui::dialogs::DialogClosedEvent * | , | ||
pEvt | , | ||
void | |||
) |
Definition at line 1003 of file cuigaldlg.cxx.
References DBG_ASSERT.
IMPL_LINK_NOARG | ( | SearchProgress | , |
ClickCancelBtn | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 205 of file cuigaldlg.cxx.
IMPL_LINK_NOARG | ( | SearchProgress | , |
CleanUpHdl | , | ||
void * | , | ||
void | |||
) |
Definition at line 211 of file cuigaldlg.cxx.
IMPL_LINK_NOARG | ( | TakeProgress | , |
ClickCancelBtn | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 305 of file cuigaldlg.cxx.
IMPL_LINK_NOARG | ( | TakeProgress | , |
CleanUpHdl | , | ||
void * | , | ||
void | |||
) |
IMPL_LINK_NOARG | ( | ActualizeProgress | , |
ClickCancelBtn | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 395 of file cuigaldlg.cxx.
IMPL_LINK_NOARG | ( | GalleryIdDialog | , |
ClickOkHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 451 of file cuigaldlg.cxx.
References aStr, Application::CreateMessageDialog(), CuiResId(), GalleryThemeEntry::GetId(), Gallery::GetThemeCount(), Gallery::GetThemeInfo(), GalleryThemeEntry::GetThemeName(), i, m_xDialog, nCount, nId, and RET_OK.
IMPL_LINK_NOARG | ( | TPGalleryThemeProperties | , |
SelectFileTypeHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 779 of file cuigaldlg.cxx.
References Application::CreateBuilder(), GetFrameWeld(), and RET_YES.
IMPL_LINK_NOARG | ( | TPGalleryThemeProperties | , |
ClickSearchHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 810 of file cuigaldlg.cxx.
References aURL, comphelper::getProcessComponentContext(), and RET_OK.
IMPL_LINK_NOARG | ( | TPGalleryThemeProperties | , |
ClickPreviewHdl | , | ||
weld::ToggleButton & | , | ||
void | |||
) |
Definition at line 859 of file cuigaldlg.cxx.
IMPL_LINK_NOARG | ( | TPGalleryThemeProperties | , |
ClickTakeHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 905 of file cuigaldlg.cxx.
References SvxOpenGraphicDialog::AsLink(), CuiResId(), SvxOpenGraphicDialog::EnableLink(), SvxOpenGraphicDialog::Execute(), GetFrameWeld(), SvxOpenGraphicDialog::GetPath(), and pData.
IMPL_LINK_NOARG | ( | TPGalleryThemeProperties | , |
ClickTakeAllHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 928 of file cuigaldlg.cxx.
IMPL_LINK_NOARG | ( | TPGalleryThemeProperties | , |
SelectFoundHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 938 of file cuigaldlg.cxx.
IMPL_LINK_NOARG | ( | TPGalleryThemeProperties | , |
DClickFoundHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 967 of file cuigaldlg.cxx.
IMPL_LINK_NOARG | ( | TPGalleryThemeProperties | , |
PreviewTimerHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 979 of file cuigaldlg.cxx.