Home
last modified time | relevance | path

Searched refs:RemoveOutline (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dolinefun.hxx36 void RemoveOutline( const ScRange& rRange, bool bColumns, bool bRecord, bool bApi );
H A Ddbfunc.hxx93 void RemoveOutline( bool bColumns, bool bRecord = true );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dolinefun.hxx37 void RemoveOutline( const ScRange& rRange, bool bColumns, bool bRecord, bool bApi );
H A Ddbfunc.hxx97 void RemoveOutline( bool bColumns, bool bRecord = true );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundodat.cxx199 pViewShell->RemoveOutline( bColumns, false ); in Redo()
215 rViewShell.RemoveOutline( bColumns ); in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Dolinefun.cxx138 void ScOutlineDocFunc::RemoveOutline( const ScRange& rRange, bool bColumns, bool bRecord, bool bApi… in RemoveOutline() function in ScOutlineDocFunc
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Dolinefun.cxx138 void ScOutlineDocFunc::RemoveOutline( const ScRange& rRange, bool bColumns, bool bRecord, bool bApi… in RemoveOutline() function in ScOutlineDocFunc
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Ddbfunc3.cxx109 void ScDBFunc::RemoveOutline( bool bColumns, bool bRecord ) in RemoveOutline() function in ScDBFunc
116 aFunc.RemoveOutline( aRange, bColumns, bRecord, false ); in RemoveOutline()
H A Dcellsh1.cxx1242 pTabViewShell->RemoveOutline( bColumn ); in ExecuteEdit()
1259 pTabViewShell->RemoveOutline( bColumns ); in ExecuteEdit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundodat.cxx208 pViewShell->RemoveOutline( bColumns, false ); in Redo()
224 rViewShell.RemoveOutline( bColumns ); in Repeat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Ddbfunc3.cxx104 void ScDBFunc::RemoveOutline( bool bColumns, bool bRecord ) in RemoveOutline() function in ScDBFunc
111 aFunc.RemoveOutline( aRange, bColumns, bRecord, false ); in RemoveOutline()
H A Dcellsh1.cxx1236 pTabViewShell->RemoveOutline( bColumns ); in ExecuteEdit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx7543 aFunc.RemoveOutline( aGroupRange, bColumns, true, true ); in ungroup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx7537 aFunc.RemoveOutline( aGroupRange, bColumns, true, true ); in ungroup()