Lines Matching refs:bBasicCall
107 sal_uInt16 nCount, sal_Bool bBasicCall, sal_Bool bVisual ) in Left() argument
109 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Left()
126 sal_uInt16 nCount, sal_Bool bBasicCall, sal_Bool bVisual ) in Right() argument
128 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly() ) in Right()
145 sal_Bool SwWrtShell::Up( sal_Bool bSelect, sal_uInt16 nCount, sal_Bool bBasicCall ) in Up() argument
147 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Up()
163 sal_Bool SwWrtShell::Down( sal_Bool bSelect, sal_uInt16 nCount, sal_Bool bBasicCall ) in Down() argument
165 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Down()
182 sal_Bool SwWrtShell::LeftMargin( sal_Bool bSelect, sal_Bool bBasicCall ) in LeftMargin() argument
184 if ( !bSelect && !bBasicCall && IsCrsrReadonly() ) in LeftMargin()
200 sal_Bool SwWrtShell::RightMargin( sal_Bool bSelect, sal_Bool bBasicCall ) in RightMargin() argument
202 if ( !bSelect && !bBasicCall && IsCrsrReadonly() ) in RightMargin()
214 return SwCrsrShell::RightMargin(bBasicCall); in RightMargin()