summaryrefslogtreecommitdiffstats
path: root/include/sfx2/dialoghelper.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-16 09:12:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-16 12:45:56 +0100
commit52bce8fadde39e32c0008babadc2c22cc501f753 (patch)
treec238b858401b18edaa27d62cd909a276ee76db73 /include/sfx2/dialoghelper.hxx
parentoption dialog isn't fully layout aware yet, so always calculate (diff)
downloadcore-52bce8fadde39e32c0008babadc2c22cc501f753.tar.gz
core-52bce8fadde39e32c0008babadc2c22cc501f753.zip
convert versions of dialog to .ui
Change-Id: I1be2211b5c936e6e00f2fe81883b8fb1e67ef550
Diffstat (limited to 'include/sfx2/dialoghelper.hxx')
-rw-r--r--include/sfx2/dialoghelper.hxx7
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: */