Home
last modified time | relevance | path

Searched refs:pUndoOutline (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sc/source/core/data/
H A Ddocument.cxx927 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 Dtable2.cxx188 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()
/aoo42x/main/sc/inc/
H A Ddocument.hxx1017 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 Dtable.hxx364 sal_Bool* pUndoOutline = NULL );
369 sal_Bool* pUndoOutline = NULL );

Completed in 117 milliseconds