colorpicker.cxx (e0dd4dc1) colorpicker.cxx (ae2dc0fa)
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

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

1191
1192, maFLBottmLine( this, CUI_RES( FT_BOTTOMLINE ) )
1193, maBTNHelp( this, CUI_RES( BTN_HELP ) )
1194, maBTNOk( this, CUI_RES( BTN_OK ) )
1195, maBTNCancel( this, CUI_RES( BTN_CANCEL ) )
1196{
1197 FreeResource();
1198
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

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

1191
1192, maFLBottmLine( this, CUI_RES( FT_BOTTOMLINE ) )
1193, maBTNHelp( this, CUI_RES( BTN_HELP ) )
1194, maBTNOk( this, CUI_RES( BTN_OK ) )
1195, maBTNCancel( this, CUI_RES( BTN_CANCEL ) )
1196{
1197 FreeResource();
1198
1199 String sUnitText;
1200 sUnitText.Append( ' ' );
1201 sUnitText.Append( (sal_Unicode) 0xb0 );
1199 String sUnitText( (sal_Unicode) 0xb0 );
1202
1203 maMFHue.SetCustomUnitText( sUnitText );
1204
1205 Link aLink( LINK( this, ColorPickerDialog, ColorModifyHdl ) );
1206 maColorField.SetModifyHdl( aLink );
1207 maColorSlider.SetModifyHdl( aLink );
1208
1209 maMFRed.SetModifyHdl( aLink );

--- 496 unchanged lines hidden ---
1200
1201 maMFHue.SetCustomUnitText( sUnitText );
1202
1203 Link aLink( LINK( this, ColorPickerDialog, ColorModifyHdl ) );
1204 maColorField.SetModifyHdl( aLink );
1205 maColorSlider.SetModifyHdl( aLink );
1206
1207 maMFRed.SetModifyHdl( aLink );

--- 496 unchanged lines hidden ---