diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-16 09:12:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-16 12:45:56 +0100 |
commit | 52bce8fadde39e32c0008babadc2c22cc501f753 (patch) | |
tree | c238b858401b18edaa27d62cd909a276ee76db73 /include/sfx2 | |
parent | 84e5cdce3ed58c663109bb557b75cd6e45bb2dbc (diff) |
convert versions of dialog to .ui
Change-Id: I1be2211b5c936e6e00f2fe81883b8fb1e67ef550
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/dialoghelper.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sfx2/dialoghelper.hxx b/include/sfx2/dialoghelper.hxx index c15f23b7769a..37cd6bbc98a7 100644 --- a/include/sfx2/dialoghelper.hxx +++ b/include/sfx2/dialoghelper.hxx @@ -11,8 +11,11 @@ #define _SFX_DIALOGHELPER_HXX #include "sfx2/dllapi.h" +#include <rtl/ustring.hxx> #include <tools/gen.hxx> +class DateTime; +class LocaleDataWrapper; class Window; class VclBuilderContainer; @@ -27,6 +30,10 @@ void SFX2_DLLPUBLIC setPreviewsToSamePlace(Window *pParent, VclBuilderContainer Size SFX2_DLLPUBLIC getParagraphPreviewOptimalSize(const Window *pReference); +OUString SFX2_DLLPUBLIC getWidestTime(const LocaleDataWrapper& rWrapper); + +OUString SFX2_DLLPUBLIC formatTime(const DateTime& rDateTime, const LocaleDataWrapper& rWrapper); + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |