From 1b06cbc631f4d6e58ec5b9d8f82bc882a3e4b3c7 Mon Sep 17 00:00:00 2001 From: Andre Fischer Date: Fri, 19 Mar 2010 15:06:39 +0100 Subject: renaissance1: #i107215# Reorganized and improved layouting. --- vcl/inc/vcl/splitwin.hxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'vcl/inc') diff --git a/vcl/inc/vcl/splitwin.hxx b/vcl/inc/vcl/splitwin.hxx index dbc90538eaaf..0cf9c889d619 100644 --- a/vcl/inc/vcl/splitwin.hxx +++ b/vcl/inc/vcl/splitwin.hxx @@ -204,6 +204,18 @@ public: BOOL bPropGreat = FALSE ); void SetItemSize( USHORT nId, long nNewSize ); long GetItemSize( USHORT nId ) const; + /** Set a range that limits the (variable part of the) size with an + upper and a lower bound (both are valid values themselves.) + @param nId + Id of the item for which the size limits are set. + @param aRange + Values of -1 define missing bounds, thus setting a range (-1,-1) + (the default) removes the size limitiation. + */ + void SetItemSizeRange (USHORT nId, const Range aRange); + /** Return the current size limits for the specified item. + */ + Range GetItemSizeRange (USHORT nId) const; long GetItemSize( USHORT nId, SplitWindowItemBits nBits ) const; void SetItemBits( USHORT nId, SplitWindowItemBits nNewBits ); SplitWindowItemBits GetItemBits( USHORT nId ) const; -- cgit From 08b6b244b215ec4a96686866685eab5421da3dd5 Mon Sep 17 00:00:00 2001 From: Andre Fischer Date: Thu, 8 Jul 2010 12:27:24 +0200 Subject: renaissance1: resolved merge conflicts, cleanup. --- vcl/inc/vcl/abstdlg.hxx | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 vcl/inc/vcl/abstdlg.hxx (limited to 'vcl/inc') diff --git a/vcl/inc/vcl/abstdlg.hxx b/vcl/inc/vcl/abstdlg.hxx old mode 100644 new mode 100755 -- cgit