Searched refs:RemoveOutline (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | olinefun.hxx | 45 …sal_Bool RemoveOutline( const ScRange& rRange, sal_Bool bColumns, sal_Bool bRecord, sal_Bool bApi…
|
H A D | dbfunc.hxx | 107 void RemoveOutline( sal_Bool bColumns, sal_Bool bRecord = sal_True );
|
/trunk/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 232 pViewShell->RemoveOutline( bColumns, sal_False ); in Redo() 248 rViewShell.RemoveOutline( bColumns, sal_True ); in Repeat()
|
/trunk/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 126 void ScDBFunc::RemoveOutline( sal_Bool bColumns, sal_Bool bRecord ) in RemoveOutline() function in ScDBFunc 133 aFunc.RemoveOutline( aRange, bColumns, bRecord, sal_False ); in RemoveOutline()
|
H A D | cellsh1.cxx | 1145 pTabViewShell->RemoveOutline( bColumns ); in ExecuteEdit()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | olinefun.cxx | 159 sal_Bool ScOutlineDocFunc::RemoveOutline( const ScRange& rRange, sal_Bool bColumns, sal_Bool bRecor… in RemoveOutline() function in ScOutlineDocFunc
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 7909 aFunc.RemoveOutline( aGroupRange, bColumns, sal_True, sal_True ); in ungroup()
|
Completed in 271 milliseconds