Searched refs:bPutToPool (Results 1 – 8 of 8) sorted by relevance
/aoo41x/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 = sal_Fal… 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 = sal_Fa…
|
H A D | document.hxx | 1293 sal_Bool bPutToPool = sal_False ); 1295 sal_Bool bPutToPool = sal_False );
|
/aoo41x/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 | 4209 sal_Bool bPutToPool ) in SetPattern() argument 4213 pTab[nTab]->SetPattern( nCol, nRow, rAttr, bPutToPool ); in SetPattern() 4218 sal_Bool bPutToPool ) in SetPattern() argument 4222 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()
|
Completed in 3309 milliseconds