Searched refs:bBasicCall (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sw/source/ui/wrtsh/ |
| H A D | move.cxx | 104 sal_uInt16 nCount, sal_Bool bBasicCall, sal_Bool bVisual ) in Left() argument 106 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Left() 123 sal_uInt16 nCount, sal_Bool bBasicCall, sal_Bool bVisual ) in Right() argument 125 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly() ) in Right() 142 sal_Bool SwWrtShell::Up( sal_Bool bSelect, sal_uInt16 nCount, sal_Bool bBasicCall ) in Up() argument 144 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Up() 160 sal_Bool SwWrtShell::Down( sal_Bool bSelect, sal_uInt16 nCount, sal_Bool bBasicCall ) in Down() argument 162 if ( !bSelect && !bBasicCall && IsCrsrReadonly() && !GetViewOptions()->IsSelectionInReadonly()) in Down() 179 sal_Bool SwWrtShell::LeftMargin( sal_Bool bSelect, sal_Bool bBasicCall ) in LeftMargin() argument 181 if ( !bSelect && !bBasicCall && IsCrsrReadonly() ) in LeftMargin() [all …]
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | wrtsh.hxx | 196 sal_uInt16 nCount, sal_Bool bBasicCall, sal_Bool bVisual = sal_False ); 198 sal_uInt16 nCount, sal_Bool bBasicCall, sal_Bool bVisual = sal_False ); 200 sal_Bool bBasicCall = sal_False ); 202 sal_Bool bBasicCall = sal_False ); 206 sal_Bool LeftMargin ( sal_Bool bSelect, sal_Bool bBasicCall ); 207 sal_Bool RightMargin( sal_Bool bSelect, sal_Bool bBasicCall );
|