dociter.hxx (f750960c) | dociter.hxx (cbe561cd) |
---|---|
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 --- 462 unchanged lines hidden (view full) --- 471 ~ScHorizontalValueIterator(); 472 void GetCurNumFmtInfo( short& nType, sal_uLong& nIndex ); 473 /// Does NOT reset rValue if no value found! 474 bool GetNext( double& rValue, sal_uInt16& rErr ); 475}; 476 477 478// | 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 --- 462 unchanged lines hidden (view full) --- 471 ~ScHorizontalValueIterator(); 472 void GetCurNumFmtInfo( short& nType, sal_uLong& nIndex ); 473 /// Does NOT reset rValue if no value found! 474 bool GetNext( double& rValue, sal_uInt16& rErr ); 475}; 476 477 478// |
479// returns all areas that do not have a Default-Formating (horizontal) | 479// returns all areas that do not have a Default-Formatting (horizontal) |
480// 481 482class ScHorizontalAttrIterator 483{ 484private: 485 ScDocument* pDoc; 486 SCTAB nTab; 487 SCCOL nStartCol; --- 12 unchanged lines hidden (view full) --- 500 ScHorizontalAttrIterator( ScDocument* pDocument, SCTAB nTable, 501 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ); 502 ~ScHorizontalAttrIterator(); 503 504 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow ); 505}; 506 507// | 480// 481 482class ScHorizontalAttrIterator 483{ 484private: 485 ScDocument* pDoc; 486 SCTAB nTab; 487 SCCOL nStartCol; --- 12 unchanged lines hidden (view full) --- 500 ScHorizontalAttrIterator( ScDocument* pDocument, SCTAB nTable, 501 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ); 502 ~ScHorizontalAttrIterator(); 503 504 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow ); 505}; 506 507// |
508// returns all non empty cells and areas with formating (horizontal) | 508// returns all non empty cells and areas with formatting (horizontal) |
509// 510 511class SC_DLLPUBLIC ScUsedAreaIterator 512{ 513private: 514 ScHorizontalCellIterator aCellIter; 515 ScHorizontalAttrIterator aAttrIter; 516 --- 51 unchanged lines hidden --- | 509// 510 511class SC_DLLPUBLIC ScUsedAreaIterator 512{ 513private: 514 ScHorizontalCellIterator aCellIter; 515 ScHorizontalAttrIterator aAttrIter; 516 --- 51 unchanged lines hidden --- |