Searched refs:bPutToPool (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/sc/inc/ |
| H A D | attarray.hxx | 122 … void SetPattern( SCROW nRow, const ScPatternAttr* pPattern, sal_Bool bPutToPool = sal_False ); 123 …a( SCROW nStartRow, SCROW nEndRow, const ScPatternAttr* pPattern, sal_Bool bPutToPool = sal_False);
|
| H A D | column.hxx | 318 …void SetPattern( SCROW nRow, const ScPatternAttr& rPatAttr, sal_Bool bPutToPool = sal_False… 320 const ScPatternAttr& rPatAttr, sal_Bool bPutToPool = sal_False );
|
| H A D | table.hxx | 559 …void SetPattern( const ScAddress& rPos, const ScPatternAttr& rAttr, sal_Bool bPutToPool = s… in SetPattern() argument 562 aCol[rPos.Col()].SetPattern( rPos.Row(), rAttr, bPutToPool ); in SetPattern() 564 …void SetPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr, sal_Bool bPutToPool = …
|
| H A D | document.hxx | 1290 sal_Bool bPutToPool = sal_False ); 1292 sal_Bool bPutToPool = sal_False );
|
| /trunk/main/sc/source/core/data/ |
| H A D | column.cxx | 632 void ScColumn::SetPattern( SCROW nRow, const ScPatternAttr& rPatAttr, sal_Bool bPutToPool ) in SetPattern() argument 634 pAttrArray->SetPattern( nRow, &rPatAttr, bPutToPool ); in SetPattern() 639 const ScPatternAttr& rPatAttr, sal_Bool bPutToPool ) in SetPatternArea() argument 641 pAttrArray->SetPatternArea( nStartRow, nEndRow, &rPatAttr, bPutToPool ); in SetPatternArea()
|
| H A D | attarray.cxx | 293 void ScAttrArray::SetPattern( SCROW nRow, const ScPatternAttr* pPattern, sal_Bool bPutToPool ) in SetPattern() argument 295 SetPatternArea( nRow, nRow, pPattern, bPutToPool ); in SetPattern() 317 …SetPatternArea(SCROW nStartRow, SCROW nEndRow, const ScPatternAttr *pPattern, sal_Bool bPutToPool ) in SetPatternArea() argument 321 if (bPutToPool) in SetPatternArea()
|
| H A D | document.cxx | 4198 sal_Bool bPutToPool ) in SetPattern() argument 4202 pTab[nTab]->SetPattern( nCol, nRow, rAttr, bPutToPool ); in SetPattern() 4207 sal_Bool bPutToPool ) in SetPattern() argument 4211 pTab[nTab]->SetPattern( rPos, rAttr, bPutToPool ); in SetPattern()
|
| H A D | table2.cxx | 2122 void ScTable::SetPattern( SCCOL nCol, SCROW nRow, const ScPatternAttr& rAttr, sal_Bool bPutToPool ) in SetPattern() argument 2125 aCol[nCol].SetPattern( nRow, rAttr, bPutToPool ); in SetPattern()
|