diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-10 12:32:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-10 13:23:35 +0100 |
commit | 0dc13e9c06bf5bc188b427f0760d0dc2eee8f75e (patch) | |
tree | 23f77494de34696b5bf593d985519bf0ecd261fe /include | |
parent | ae4da7d36b66bfdf9c253ba69d2bcff979c71d9e (diff) |
tweak things to allow switching between small and large toolbar icons
Change-Id: Ife4da4c6f4acc3b3f9fde18cdfc09635cf9b6776
Diffstat (limited to 'include')
-rw-r--r-- | include/dbaccess/ToolBoxHelper.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/dbaccess/ToolBoxHelper.hxx b/include/dbaccess/ToolBoxHelper.hxx index e06dc308e8a8..6fe04d5423ac 100644 --- a/include/dbaccess/ToolBoxHelper.hxx +++ b/include/dbaccess/ToolBoxHelper.hxx @@ -42,16 +42,17 @@ namespace dbaui /** will be called when the controls need to be resized. @param _rDiff Contains the difference of the old and new toolbox size. + + TO-DO: remove this when all implmentations + are converted to .ui format */ virtual void resizeControls(const Size& _rDiff) = 0; - /** will be called when the image list is needed. + /** will be called when the image list needs to change @param _eSymbolsSize <svtools/imgdef.hxx> - @param _bHiContast - <TRUE/> when in high contrast mode. */ - virtual ImageList getImageList(sal_Int16 _eSymbolsSize) const = 0; + virtual void setImageList(sal_Int16 _eSymbolsSize) = 0; /** only the member will be set, derived classes can overload this function and do what need to be done. @param _pTB |