attarray.hxx (38d50f7b) attarray.hxx (557cb412)
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

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

161
162 sal_Bool IsEmpty() const;
163
164//UNUSED2008-05 SCROW GetFirstEntryPos() const;
165//UNUSED2008-05 SCROW GetLastEntryPos( sal_Bool bIncludeBottom ) const;
166
167 sal_Bool GetFirstVisibleAttr( SCROW& rFirstRow ) const;
168 sal_Bool GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const;
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

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

161
162 sal_Bool IsEmpty() const;
163
164//UNUSED2008-05 SCROW GetFirstEntryPos() const;
165//UNUSED2008-05 SCROW GetLastEntryPos( sal_Bool bIncludeBottom ) const;
166
167 sal_Bool GetFirstVisibleAttr( SCROW& rFirstRow ) const;
168 sal_Bool GetLastVisibleAttr( SCROW& rLastRow, SCROW nLastData ) const;
169 /*
170 Get the last cell's row number , which have visual atribute or visual data in attribute list
171 */
172 sal_Bool GetLastAttr( SCROW& rLastRow, SCROW nLastData ) const;
169 sal_Bool HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
170 sal_Bool IsVisibleEqual( const ScAttrArray& rOther,
171 SCROW nStartRow, SCROW nEndRow ) const;
172 sal_Bool IsAllEqual( const ScAttrArray& rOther, SCROW nStartRow, SCROW nEndRow ) const;
173
174 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow) const;
175 sal_Bool TestInsertRow( SCSIZE nSize ) const;
176 void InsertRow( SCROW nStartRow, SCSIZE nSize );

--- 62 unchanged lines hidden ---
173 sal_Bool HasVisibleAttrIn( SCROW nStartRow, SCROW nEndRow ) const;
174 sal_Bool IsVisibleEqual( const ScAttrArray& rOther,
175 SCROW nStartRow, SCROW nEndRow ) const;
176 sal_Bool IsAllEqual( const ScAttrArray& rOther, SCROW nStartRow, SCROW nEndRow ) const;
177
178 sal_Bool TestInsertCol( SCROW nStartRow, SCROW nEndRow) const;
179 sal_Bool TestInsertRow( SCSIZE nSize ) const;
180 void InsertRow( SCROW nStartRow, SCSIZE nSize );

--- 62 unchanged lines hidden ---