fuparagr.cxx (79aad27f) fuparagr.cxx (766ce4d0)
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

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

149 const sal_Int16 nStartAt = ((SfxInt16Item*)pItem)->GetValue();
150 pOutliner->SetNumberingStartValue( eSelection.nStartPara, nStartAt );
151 }
152 }
153
154 // invalidieren der Slots
155 static sal_uInt16 SidArray[] = {
156 SID_ATTR_TABSTOP,
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

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

149 const sal_Int16 nStartAt = ((SfxInt16Item*)pItem)->GetValue();
150 pOutliner->SetNumberingStartValue( eSelection.nStartPara, nStartAt );
151 }
152 }
153
154 // invalidieren der Slots
155 static sal_uInt16 SidArray[] = {
156 SID_ATTR_TABSTOP,
157 SID_ATTR_PARA_LINESPACE,
158 SID_ATTR_PARA_ULSPACE,
157 SID_ATTR_PARA_ADJUST_LEFT,
158 SID_ATTR_PARA_ADJUST_RIGHT,
159 SID_ATTR_PARA_ADJUST_CENTER,
160 SID_ATTR_PARA_ADJUST_BLOCK,
161 SID_ATTR_PARA_LINESPACE_10,
162 SID_ATTR_PARA_LINESPACE_15,
163 SID_ATTR_PARA_LINESPACE_20,
164 SID_ATTR_PARA_LRSPACE,

--- 19 unchanged lines hidden ---
159 SID_ATTR_PARA_ADJUST_LEFT,
160 SID_ATTR_PARA_ADJUST_RIGHT,
161 SID_ATTR_PARA_ADJUST_CENTER,
162 SID_ATTR_PARA_ADJUST_BLOCK,
163 SID_ATTR_PARA_LINESPACE_10,
164 SID_ATTR_PARA_LINESPACE_15,
165 SID_ATTR_PARA_LINESPACE_20,
166 SID_ATTR_PARA_LRSPACE,

--- 19 unchanged lines hidden ---