tblsel.hxx (1d2dbeb0) tblsel.hxx (4d7c9de0)
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

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

172 _FndLines& GetLines() { return aLines; }
173 const SwTableBox* GetBox() const { return pBox; }
174 SwTableBox* GetBox() { return pBox; }
175 const _FndLine* GetUpper() const { return pUpper; }
176 _FndLine* GetUpper() { return pUpper; }
177
178 void SetTableLines( const SwSelBoxes &rBoxes, const SwTable &rTable );
179 void SetTableLines( const SwTable &rTable );
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

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

172 _FndLines& GetLines() { return aLines; }
173 const SwTableBox* GetBox() const { return pBox; }
174 SwTableBox* GetBox() { return pBox; }
175 const _FndLine* GetUpper() const { return pUpper; }
176 _FndLine* GetUpper() { return pUpper; }
177
178 void SetTableLines( const SwSelBoxes &rBoxes, const SwTable &rTable );
179 void SetTableLines( const SwTable &rTable );
180 void DelFrms ( SwTable &rTable );
180 //Solution:Add an input param to identify if acc table should be disposed
181 //void DelFrms ( SwTable &rTable );
182 void DelFrms ( SwTable &rTable,sal_Bool bAccTableDispose = sal_False );
181 void MakeFrms( SwTable &rTable );
182 void MakeNewFrms( SwTable &rTable, const sal_uInt16 nNumber,
183 const sal_Bool bBehind );
184 sal_Bool AreLinesToRestore( const SwTable &rTable ) const;
185
186 void ClearLineBehind() { pLineBehind = 0; }
187};
188

--- 38 unchanged lines hidden ---
183 void MakeFrms( SwTable &rTable );
184 void MakeNewFrms( SwTable &rTable, const sal_uInt16 nNumber,
185 const sal_Bool bBehind );
186 sal_Bool AreLinesToRestore( const SwTable &rTable ) const;
187
188 void ClearLineBehind() { pLineBehind = 0; }
189};
190

--- 38 unchanged lines hidden ---