table.hxx (b4df81e3) table.hxx (3a02adb1)
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

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

542 void ApplyBlockFrame( const SvxBoxItem* pLineOuter,
543 const SvxBoxInfoItem* pLineInner,
544 SCCOL nStartCol, SCROW nStartRow,
545 SCCOL nEndCol, SCROW nEndRow );
546
547 void ApplyAttr( SCCOL nCol, SCROW nRow, const SfxPoolItem& rAttr );
548 void ApplyPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr );
549 void ApplyPatternArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, const ScPatternAttr& rAttr );
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

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

542 void ApplyBlockFrame( const SvxBoxItem* pLineOuter,
543 const SvxBoxInfoItem* pLineInner,
544 SCCOL nStartCol, SCROW nStartRow,
545 SCCOL nEndCol, SCROW nEndRow );
546
547 void ApplyAttr( SCCOL nCol, SCROW nRow, const SfxPoolItem& rAttr );
548 void ApplyPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr );
549 void ApplyPatternArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, const ScPatternAttr& rAttr );
550 void ApplyPooledPatternArea( SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow, const ScPatternAttr& rPooledAttr, const ScPatternAttr& rAttr );
551
550 void SetPattern( const ScAddress& rPos, const ScPatternAttr& rAttr, sal_Bool bPutToPool = sal_False )
551 {
552 if (ValidColRow(rPos.Col(),rPos.Row()))
553 aCol[rPos.Col()].SetPattern( rPos.Row(), rAttr, bPutToPool );
554 }
555 void SetPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr, sal_Bool bPutToPool = sal_False );
556 void ApplyPatternIfNumberformatIncompatible( const ScRange& rRange,
557 const ScPatternAttr& rPattern, short nNewType );

--- 381 unchanged lines hidden ---
552 void SetPattern( const ScAddress& rPos, const ScPatternAttr& rAttr, sal_Bool bPutToPool = sal_False )
553 {
554 if (ValidColRow(rPos.Col(),rPos.Row()))
555 aCol[rPos.Col()].SetPattern( rPos.Row(), rAttr, bPutToPool );
556 }
557 void SetPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr, sal_Bool bPutToPool = sal_False );
558 void ApplyPatternIfNumberformatIncompatible( const ScRange& rRange,
559 const ScPatternAttr& rPattern, short nNewType );

--- 381 unchanged lines hidden ---