Searched refs:pUndoOutline (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | document.cxx | 927 ScDocument* pRefUndoDoc, sal_Bool* pUndoOutline, in DeleteRow() argument 977 if (pUndoOutline) in DeleteRow() 978 *pUndoOutline = sal_False; in DeleteRow() 982 pTab[i]->DeleteRow( nStartCol, nEndCol, nStartRow, nSize, pUndoOutline ); in DeleteRow() 1001 void ScDocument::DeleteRow( const ScRange& rRange, ScDocument* pRefUndoDoc, sal_Bool* pUndoOutline ) in DeleteRow() argument 1006 pRefUndoDoc, pUndoOutline ); in DeleteRow() 1118 sal_Bool* pUndoOutline, const ScMarkData* pTabMark ) in DeleteCol() argument 1167 if (pUndoOutline) in DeleteCol() 1168 *pUndoOutline = sal_False; in DeleteCol() 1172 pTab[i]->DeleteCol( nStartCol, nStartRow, nEndRow, nSize, pUndoOutline ); in DeleteCol() [all …]
|
H A D | table2.cxx | 188 sal_Bool* pUndoOutline ) in DeleteRow() argument 202 if (pUndoOutline) in DeleteRow() 203 *pUndoOutline = sal_True; in DeleteRow() 326 sal_Bool* pUndoOutline ) in DeleteCol() argument 341 if (pUndoOutline) in DeleteCol() 342 *pUndoOutline = sal_True; in DeleteCol()
|
/trunk/main/sc/inc/ |
H A D | document.hxx | 1017 ScDocument* pRefUndoDoc = NULL, sal_Bool* pUndoOutline = NULL, 1020 ScDocument* pRefUndoDoc = NULL, sal_Bool* pUndoOutline = NULL ); 1029 ScDocument* pRefUndoDoc = NULL, sal_Bool* pUndoOutline = NULL, 1032 ScDocument* pRefUndoDoc = NULL, sal_Bool* pUndoOutline = NULL );
|
H A D | table.hxx | 364 sal_Bool* pUndoOutline = NULL ); 369 sal_Bool* pUndoOutline = NULL );
|
Completed in 149 milliseconds