viewtab.cxx (89abf1be) viewtab.cxx (550fbbbd)
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

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

1184 rSet.Put(aLR);
1185 }
1186 break;
1187 }
1188
1189 // provide left and right margins of current page style
1190 case SID_ATTR_PAGE_LRSPACE:
1191 {
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

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

1184 rSet.Put(aLR);
1185 }
1186 break;
1187 }
1188
1189 // provide left and right margins of current page style
1190 case SID_ATTR_PAGE_LRSPACE:
1191 {
1192 SvxLongLRSpaceItem aLongLR(
1193 (long)aPageLRSpace.GetLeft(),
1194 (long)aPageLRSpace.GetRight(),
1192 const SvxLRSpaceItem aTmpPageLRSpace( rDesc.GetMaster().GetLRSpace() );
1193 const SvxLongLRSpaceItem aLongLR(
1194 (long)aTmpPageLRSpace.GetLeft(),
1195 (long)aTmpPageLRSpace.GetRight(),
1195 SID_ATTR_PAGE_LRSPACE );
1196 rSet.Put( aLongLR );
1197 }
1198 break;
1199
1200 case SID_ATTR_LONG_ULSPACE:
1201 {
1202 // Rand Seite Oben Unten

--- 864 unchanged lines hidden ---
1196 SID_ATTR_PAGE_LRSPACE );
1197 rSet.Put( aLongLR );
1198 }
1199 break;
1200
1201 case SID_ATTR_LONG_ULSPACE:
1202 {
1203 // Rand Seite Oben Unten

--- 864 unchanged lines hidden ---