toolbox2.cxx (25d782d7) toolbox2.cxx (31fabce7)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 974 unchanged lines hidden (view full) ---

983 if ( s_nSymbolsStyle != nSymbolsStyle )
984 {
985 s_nSymbolsStyle = nSymbolsStyle;
986 switch ( nSymbolsStyle )
987 {
988 case STYLE_SYMBOLS_INDUSTRIAL:
989 aLargeButtonSize = Size( TB_LARGEIMAGESIZE_INDUSTRIAL, TB_LARGEIMAGESIZE_INDUSTRIAL );
990 break;
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 974 unchanged lines hidden (view full) ---

983 if ( s_nSymbolsStyle != nSymbolsStyle )
984 {
985 s_nSymbolsStyle = nSymbolsStyle;
986 switch ( nSymbolsStyle )
987 {
988 case STYLE_SYMBOLS_INDUSTRIAL:
989 aLargeButtonSize = Size( TB_LARGEIMAGESIZE_INDUSTRIAL, TB_LARGEIMAGESIZE_INDUSTRIAL );
990 break;
991 case STYLE_SYMBOLS_CRYSTAL:
992 aLargeButtonSize = Size( TB_LARGEIMAGESIZE_CRYSTAL, TB_LARGEIMAGESIZE_CRYSTAL );
993 break;
994 default:
995 aLargeButtonSize = Size( TB_LARGEIMAGESIZE, TB_LARGEIMAGESIZE );
996 }
997 }
998
999 return GetToolboxButtonSize() == TOOLBOX_BUTTONSIZE_LARGE ? aLargeButtonSize : aSmallButtonSize;
1000}
1001

--- 1432 unchanged lines hidden ---
991 default:
992 aLargeButtonSize = Size( TB_LARGEIMAGESIZE, TB_LARGEIMAGESIZE );
993 }
994 }
995
996 return GetToolboxButtonSize() == TOOLBOX_BUTTONSIZE_LARGE ? aLargeButtonSize : aSmallButtonSize;
997}
998

--- 1432 unchanged lines hidden ---