formatsh.cxx (52d7ec27) formatsh.cxx (de739a45)
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

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

2038 aLine.SetOutWidth( 1 );
2039 aLine.SetInWidth( 0 );
2040 aLine.SetDistance( 0 );
2041 SvxLineItem aItem(SID_FRAME_LINESTYLE);
2042 aItem.SetLine(&aLine);
2043 rSet.Put( aItem );
2044 rSet.InvalidateItem(SID_FRAME_LINESTYLE);
2045 }
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

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

2038 aLine.SetOutWidth( 1 );
2039 aLine.SetInWidth( 0 );
2040 aLine.SetDistance( 0 );
2041 SvxLineItem aItem(SID_FRAME_LINESTYLE);
2042 aItem.SetLine(&aLine);
2043 rSet.Put( aItem );
2044 rSet.InvalidateItem(SID_FRAME_LINESTYLE);
2045 }
2046 else // all the lines have same style or no line availavle, use initial value (0,0,0,0)
2046 else // all the lines have same style or no line available, use initial value (0,0,0,0)
2047 {
2048 SvxLineItem aItem(SID_FRAME_LINESTYLE);
2049 aItem.SetLine(&aLine);
2050 rSet.Put( aItem );
2051 }
2052 }
2053 }
2054 break;

--- 623 unchanged lines hidden ---
2047 {
2048 SvxLineItem aItem(SID_FRAME_LINESTYLE);
2049 aItem.SetLine(&aLine);
2050 rSet.Put( aItem );
2051 }
2052 }
2053 }
2054 break;

--- 623 unchanged lines hidden ---