printfun.hxx (38d50f7b) printfun.hxx (d636f962)
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

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

204 SCROW nRepeatStartRow;
205 SCROW nRepeatEndRow;
206
207 SCCOL nStartCol;
208 SCROW nStartRow;
209 SCCOL nEndCol;
210 SCROW nEndRow;
211
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

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

204 SCROW nRepeatStartRow;
205 SCROW nRepeatEndRow;
206
207 SCCOL nStartCol;
208 SCROW nStartRow;
209 SCCOL nEndCol;
210 SCROW nEndRow;
211
212 SCCOL* pPageEndX; // Seitenaufteilung
213 SCROW* pPageEndY;
214 ScPageRowEntry* pPageRows;
215 size_t nPagesX;
212 // #123672# use dynamic mem to react on size changes
213 std::vector< SCCOL > maPageEndX;
214 std::vector< SCROW > maPageEndY;
215 std::vector< ScPageRowEntry> maPageRows;
216
217 size_t nPagesX;
216 size_t nPagesY;
217 size_t nTotalY;
218
219 ScHeaderEditEngine* pEditEngine;
220 SfxItemSet* pEditDefaults;
221
222 ScHeaderFieldData aFieldData;
223

--- 131 unchanged lines hidden ---
218 size_t nPagesY;
219 size_t nTotalY;
220
221 ScHeaderEditEngine* pEditEngine;
222 SfxItemSet* pEditDefaults;
223
224 ScHeaderFieldData aFieldData;
225

--- 131 unchanged lines hidden ---