Home
last modified time | relevance | path

Searched refs:bPutToPool (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/inc/
H A Dattarray.hxx122 … 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 Dcolumn.hxx318 …void SetPattern( SCROW nRow, const ScPatternAttr& rPatAttr, sal_Bool bPutToPool = sal_False…
320 const ScPatternAttr& rPatAttr, sal_Bool bPutToPool = sal_False );
H A Dtable.hxx559 …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 Ddocument.hxx1290 sal_Bool bPutToPool = sal_False );
1292 sal_Bool bPutToPool = sal_False );
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx632 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 Dattarray.cxx293 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 Ddocument.cxx4198 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 Dtable2.cxx2122 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()