Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dinputopt.hxx30 bool bMoveSelection; member in ScInputOptions
49 void SetMoveSelection(bool bSet) { bMoveSelection = bSet; } in SetMoveSelection()
50 bool GetMoveSelection() const { return bMoveSelection; } in GetMoveSelection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dinputopt.hxx28 bool bMoveSelection; member in ScInputOptions
48 void SetMoveSelection(bool bSet) { bMoveSelection = bSet; } in SetMoveSelection()
49 bool GetMoveSelection() const { return bMoveSelection; } in GetMoveSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dinputopt.cxx43 bMoveSelection = true; in SetDefaults()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dinputopt.cxx41 bMoveSelection = true; in SetDefaults()