Home
last modified time | relevance | path

Searched refs:bAutoUpdateCells (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/inc/
H A Dcrsrsh.hxx243 sal_Bool bAutoUpdateCells : 1; // sal_True -> Zellen werden autoformatiert member in SwCrsrShell
855 sal_Bool IsAutoUpdateCells() const { return bAutoUpdateCells; } in IsAutoUpdateCells()
856 void SetAutoUpdateCells( sal_Bool bFlag ) { bAutoUpdateCells = bFlag; } in SetAutoUpdateCells()
/AOO41X/main/sw/source/core/crsr/
H A Dcrsrsh.cxx2658 bCallChgLnk = bHasFocus = bSVCrsrVis = bAutoUpdateCells = sal_True; in SwCrsrShell()
2702 bCallChgLnk = bHasFocus = bSVCrsrVis = bAutoUpdateCells = sal_True; in SwCrsrShell()