From 792a4cc0f88e97ab210171dd6d0e166eab435f08 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 1 Feb 2012 10:17:39 +0000 Subject: implement a basic optimal size for the preview window --- svx/inc/svx/fntctrl.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'svx/inc') diff --git a/svx/inc/svx/fntctrl.hxx b/svx/inc/svx/fntctrl.hxx index 2ba8483f3385..2b32f5f694f2 100644 --- a/svx/inc/svx/fntctrl.hxx +++ b/svx/inc/svx/fntctrl.hxx @@ -54,6 +54,8 @@ private: SVX_DLLPRIVATE void SetFontSize(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont); SVX_DLLPRIVATE void SetFontLang(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont); + Size m_aInitialSize; + public: SvxFontPrevWindow( Window* pParent, const ResId& rId ); virtual ~SvxFontPrevWindow(); @@ -94,6 +96,8 @@ public: void SetFromItemSet( const SfxItemSet &rSet, bool bPreviewBackgroundToCharacter = false ); + + virtual Size GetOptimalSize(WindowSizeType eType) const; }; #endif // #ifndef _SVX_FNTCTRL_HXX -- cgit