LibreOffice Module sfx2 (master) 1
|
#include <unotools/localedatawrapper.hxx>
#include <sfx2/dialoghelper.hxx>
#include <tools/datetime.hxx>
#include <vcl/outdev.hxx>
Go to the source code of this file.
Functions | |
Size | getParagraphPreviewOptimalSize (const OutputDevice &rReference) |
Size | getDrawPreviewOptimalSize (const OutputDevice &rReference) |
Size | getPreviewStripSize (const OutputDevice &rReference) |
Size | getPreviewOptionsSize (const OutputDevice &rReference) |
OUString | getWidestDateTime (const LocaleDataWrapper &rWrapper, bool bWithSec) |
OUString | formatDateTime (const DateTime &rDateTime, const LocaleDataWrapper &rWrapper, bool bWithSec) |
OUString formatDateTime | ( | const DateTime & | rDateTime, |
const LocaleDataWrapper & | rWrapper, | ||
bool | bWithSec | ||
) |
Definition at line 43 of file dialoghelper.cxx.
References LocaleDataWrapper::getDate(), and LocaleDataWrapper::getTime().
Referenced by getWidestDateTime(), SfxVersionDialog::Init_Impl(), SfxCmisVersionsDialog::LoadVersions(), and SfxViewVersionDialog_Impl::SfxViewVersionDialog_Impl().
Size getDrawPreviewOptimalSize | ( | const OutputDevice & | rReference | ) |
Definition at line 20 of file dialoghelper.cxx.
References OutputDevice::LogicToPixel().
Size getParagraphPreviewOptimalSize | ( | const OutputDevice & | rReference | ) |
Definition at line 15 of file dialoghelper.cxx.
References OutputDevice::LogicToPixel().
Size getPreviewOptionsSize | ( | const OutputDevice & | rReference | ) |
Definition at line 30 of file dialoghelper.cxx.
References OutputDevice::LogicToPixel().
Size getPreviewStripSize | ( | const OutputDevice & | rReference | ) |
Definition at line 25 of file dialoghelper.cxx.
References OutputDevice::LogicToPixel().
OUString getWidestDateTime | ( | const LocaleDataWrapper & | rWrapper, |
bool | bWithSec | ||
) |
Definition at line 35 of file dialoghelper.cxx.
References formatDateTime().