LibreOffice Module sdext (master) 1
|
#include "optimizerdialog.hxx"
#include "pppoptimizer.hxx"
#include "graphiccollector.hxx"
#include "pagecollector.hxx"
#include <com/sun/star/awt/PushButtonType.hpp>
#include <com/sun/star/awt/XSpinField.hpp>
#include <com/sun/star/awt/XTextComponent.hpp>
#include <com/sun/star/presentation/XCustomPresentationSupplier.hpp>
#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <com/sun/star/awt/FontWeight.hpp>
#include <com/sun/star/frame/XStorable.hpp>
#include <rtl/ustrbuf.hxx>
#include <sal/macros.h>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
Functions | |
static OUString | ImpValueOfInMB (sal_Int64 rVal, sal_Unicode nSeparator) |
|
static |
Definition at line 156 of file optimizerdialogcontrols.cxx.
Referenced by OptimizerDialog::UpdateControlStatesPage4().