fontwork.cxx (c7be74b1) fontwork.cxx (7ea7a1cc)
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

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

595// aFbShadowX.SetBitmap( Bitmap( ResId( RID_SVXBMP_SHADOW_ANGLE, _pMgr ) ) );
596 aMtrFldShadowX.SetUnit(FUNIT_CUSTOM);
597 aMtrFldShadowX.SetDecimalDigits(1);
598 aMtrFldShadowX.SetMin(-1800);
599 aMtrFldShadowX.SetMax( 1800);
600 aMtrFldShadowX.SetSpinSize(10);
601
602// aFbShadowY.SetBitmap( Bitmap( ResId( RID_SVXBMP_SHADOW_SIZE, _pMgr ) ) );
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

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

595// aFbShadowX.SetBitmap( Bitmap( ResId( RID_SVXBMP_SHADOW_ANGLE, _pMgr ) ) );
596 aMtrFldShadowX.SetUnit(FUNIT_CUSTOM);
597 aMtrFldShadowX.SetDecimalDigits(1);
598 aMtrFldShadowX.SetMin(-1800);
599 aMtrFldShadowX.SetMax( 1800);
600 aMtrFldShadowX.SetSpinSize(10);
601
602// aFbShadowY.SetBitmap( Bitmap( ResId( RID_SVXBMP_SHADOW_SIZE, _pMgr ) ) );
603 aMtrFldShadowY.SetUnit(FUNIT_CUSTOM);
603 aMtrFldShadowY.SetUnit(FUNIT_PERCENT);
604 aMtrFldShadowY.SetDecimalDigits(0);
605 aMtrFldShadowY.SetMin(-999);
606 aMtrFldShadowY.SetMax( 999);
607 aMtrFldShadowY.SetSpinSize(10);
608
609 if ( bRestoreValues )
610 {
611 aMtrFldShadowX.SetValue(nSaveShadowAngle);

--- 349 unchanged lines hidden ---
604 aMtrFldShadowY.SetDecimalDigits(0);
605 aMtrFldShadowY.SetMin(-999);
606 aMtrFldShadowY.SetMax( 999);
607 aMtrFldShadowY.SetSpinSize(10);
608
609 if ( bRestoreValues )
610 {
611 aMtrFldShadowX.SetValue(nSaveShadowAngle);

--- 349 unchanged lines hidden ---