Searched refs:bAttrs (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/inc/ |
H A D | attarray.hxx | 151 sal_Bool bRefresh, sal_Bool bAttrs );
|
H A D | document.hxx | 862 sal_Bool bRefresh = sal_False, sal_Bool bAttrs = sal_False ); 865 sal_Bool bRefresh = sal_False, sal_Bool bAttrs = sal_False ); 866 …sal_Bool ExtendMerge( ScRange& rRange, sal_Bool bRefresh = sal_False, sal_Bool bAttrs = sal_Fals…
|
H A D | column.hxx | 146 sal_Bool bRefresh, sal_Bool bAttrs );
|
H A D | table.hxx | 529 sal_Bool bRefresh, sal_Bool bAttrs );
|
/trunk/main/sc/source/core/data/ |
H A D | document.cxx | 4683 const ScMarkData& rMark, sal_Bool bRefresh, sal_Bool bAttrs ) in ExtendMergeSel() argument 4696 … if ( ExtendMerge( nStartCol, nStartRow, nThisEndCol, nThisEndRow, nTab, bRefresh, bAttrs ) ) in ExtendMergeSel() 4710 SCTAB nTab, sal_Bool bRefresh, sal_Bool bAttrs ) in ExtendMerge() argument 4716 bFound = pTab[nTab]->ExtendMerge( nStartCol, nStartRow, rEndCol, rEndRow, bRefresh, bAttrs ); in ExtendMerge() 4730 sal_Bool ScDocument::ExtendMerge( ScRange& rRange, sal_Bool bRefresh, sal_Bool bAttrs ) in ExtendMerge() argument 4745 nTab, bRefresh, bAttrs ) ) in ExtendMerge()
|
H A D | column.cxx | 272 sal_Bool bRefresh, sal_Bool bAttrs ) in ExtendMerge() argument 274 …rn pAttrArray->ExtendMerge( nThisCol, nStartRow, nEndRow, rPaintCol, rPaintRow, bRefresh, bAttrs ); in ExtendMerge()
|
H A D | attarray.cxx | 1363 sal_Bool bRefresh, sal_Bool bAttrs ) in ExtendMerge() argument 1390 if (bAttrs) in ExtendMerge()
|
H A D | table2.cxx | 1428 sal_Bool bRefresh, sal_Bool bAttrs ) in ExtendMerge() argument 1439 bFound |= aCol[i].ExtendMerge( i, nStartRow, nOldEndY, rEndCol, rEndRow, bRefresh, bAttrs ); in ExtendMerge()
|
Completed in 90 milliseconds