Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundoblk.cxx1979 bIsIncrement( bIncrement ) in ScUndoIndent()
1989 const char* pId = bIsIncrement ? STR_UNDO_INC_INDENT : STR_UNDO_DEC_INDENT; in GetComment()
2013 rDoc.ChangeSelectionIndent( bIsIncrement, aMarkData ); in Redo()
2022 pViewTarget->GetViewShell()->ChangeIndent( bIsIncrement ); in Repeat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundoblk.cxx1962 bIsIncrement( bIncrement ) in ScUndoIndent()
1972 const char* pId = bIsIncrement ? STR_UNDO_INC_INDENT : STR_UNDO_DEC_INDENT; in GetComment()
1996 rDoc.ChangeSelectionIndent( bIsIncrement, aMarkData ); in Redo()
2005 static_cast<ScTabViewTarget&>(rTarget).GetViewShell()->ChangeIndent( bIsIncrement ); in Repeat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dundoblk.hxx865 bool bIsIncrement; member in ScUndoIndent
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dundoblk.hxx866 bool const bIsIncrement; member in ScUndoIndent