LibreOffice Module sdext (master) 1
|
#include "optimizerdialog.hxx"
#include "impoptimizer.hxx"
#include "fileopendialog.hxx"
#include <com/sun/star/awt/XItemEventBroadcaster.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/frame/XTitle.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp>
#include <com/sun/star/ucb/XSimpleFileAccess.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/util/XModifiable.hpp>
#include <comphelper/propertyvalue.hxx>
#include <sal/macros.h>
#include <osl/time.h>
#include <vcl/errinf.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <svtools/sfxecode.hxx>
#include <svtools/ehdl.hxx>
#include <tools/urlobj.hxx>
#include <o3tl/string_view.hxx>
#include <bitmaps.hlst>
Go to the source code of this file.
Functions | |
IMPL_LINK (SummaryPage, SaveAsNewActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK (SummaryPage, SaveSettingsActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK (ObjectsPage, OLEActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK (ObjectsPage, OLEOptimizationActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK (ImagesPage, CompressionActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK (ImagesPage, RemoveCropAreaActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK (ImagesPage, EmbedLinkedGraphicsActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK (SlidesPage, UnusedHiddenSlidesActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK (SlidesPage, UnusedMasterPagesActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK (SlidesPage, DeleteNotesActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK (SlidesPage, UnusedSlidesActionPerformed, weld::Toggleable &, rBox, void) | |
IMPL_LINK_NOARG (IntroPage, ButtonActionPerformed, weld::Button &, void) | |
IMPL_LINK (IntroPage, ComboBoxActionPerformed, weld::ComboBox &, rBox, void) | |
IMPL_LINK (ImagesPage, SpinButtonActionPerformed, weld::SpinButton &, rBox, void) | |
IMPL_LINK_NOARG (ImagesPage, ComboBoxActionPerformed, weld::ComboBox &, void) | |
IMPL_LINK | ( | ImagesPage | , |
CompressionActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 435 of file optimizerdialog.cxx.
References Any, and TK_JPEGCompression.
IMPL_LINK | ( | ImagesPage | , |
EmbedLinkedGraphicsActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 451 of file optimizerdialog.cxx.
References Any, and TK_EmbedLinkedGraphics.
IMPL_LINK | ( | ImagesPage | , |
RemoveCropAreaActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 446 of file optimizerdialog.cxx.
References Any, and TK_RemoveCropArea.
IMPL_LINK | ( | ImagesPage | , |
SpinButtonActionPerformed | , | ||
weld::SpinButton & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 665 of file optimizerdialog.cxx.
References Any, and TK_JPEGQuality.
IMPL_LINK | ( | IntroPage | , |
ComboBoxActionPerformed | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 652 of file optimizerdialog.cxx.
IMPL_LINK | ( | ObjectsPage | , |
OLEActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 417 of file optimizerdialog.cxx.
References Any, and TK_OLEOptimizationType.
IMPL_LINK | ( | ObjectsPage | , |
OLEOptimizationActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 427 of file optimizerdialog.cxx.
References Any, and TK_OLEOptimization.
IMPL_LINK | ( | SlidesPage | , |
DeleteNotesActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 466 of file optimizerdialog.cxx.
References Any, and TK_DeleteNotesPages.
IMPL_LINK | ( | SlidesPage | , |
UnusedHiddenSlidesActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 456 of file optimizerdialog.cxx.
References Any, and TK_DeleteHiddenSlides.
IMPL_LINK | ( | SlidesPage | , |
UnusedMasterPagesActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 461 of file optimizerdialog.cxx.
References Any, and TK_DeleteUnusedMasterPages.
IMPL_LINK | ( | SlidesPage | , |
UnusedSlidesActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 471 of file optimizerdialog.cxx.
IMPL_LINK | ( | SummaryPage | , |
SaveAsNewActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 403 of file optimizerdialog.cxx.
IMPL_LINK | ( | SummaryPage | , |
SaveSettingsActionPerformed | , | ||
weld::Toggleable & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 412 of file optimizerdialog.cxx.
IMPL_LINK_NOARG | ( | ImagesPage | , |
ComboBoxActionPerformed | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 670 of file optimizerdialog.cxx.
References Any, and TK_ImageResolution.
IMPL_LINK_NOARG | ( | IntroPage | , |
ButtonActionPerformed | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 636 of file optimizerdialog.cxx.