Searched refs:extend (Results 1 - 12 of 12) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelection.h25 bool extend = false);
H A DSelection.cpp30 Selection::Select(Selectable* object, bool extend) argument
34 if (!extend)
/haiku/src/apps/icon-o-matic/shape/commands/
H A DPathCommand.cpp52 bool extend) const
H A DPathCommand.h33 bool extend = false) const;
/haiku/headers/os/interface/
H A DListView.h116 void Select(int32 index, bool extend = false);
118 bool extend = false);
177 bool _Select(int32 index, bool extend);
178 bool _Select(int32 from, int32 to, bool extend);
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h116 void _Select(int32 index, bool extend = false);
118 int32 count, bool extend = false);
H A DPathManipulator.cpp1426 PathManipulator::_Select(int32 index, bool extend) argument
1428 if (!extend)
1440 PathManipulator::_Select(const int32* indices, int32 count, bool extend) argument
1442 if (extend) {
/haiku/src/tools/checkstyle/
H A Dcheckstyle.py90 files.extend(findCppFiles(arg))
/haiku/src/kits/interface/
H A DListView.cpp489 bool extend = fListType == B_MULTIPLE_SELECTION_LIST local
509 if (!extend || fAnchorIndex <= fFirstSelected) {
513 Select(fAnchorIndex - i, extend);
534 if (!extend || fAnchorIndex >= fLastSelected) {
538 Select(fAnchorIndex + i, extend);
556 if (extend) {
574 if (extend) {
1258 BListView::Select(int32 index, bool extend) argument
1260 if (_Select(index, extend)) {
1268 BListView::Select(int32 start, int32 finish, bool extend) argument
1708 _Select(int32 index, bool extend) argument
1757 _Select(int32 from, int32 to, bool extend) argument
[all...]
/haiku/src/apps/terminal/
H A DTermView.h239 void _SelectWord(BPoint where, bool extend,
241 void _SelectLine(BPoint where, bool extend,
H A DTermView.cpp2381 // invalidate too many lines, since we have to extend the given
2743 TermView::_SelectWord(BPoint where, bool extend, bool useInitialSelection) argument
2752 if (extend) {
2769 TermView::_SelectLine(BPoint where, bool extend, bool useInitialSelection) argument
2774 if (extend) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp349 bool extend = false);
351 bool extend = false);
1734 SourceView::TextView::_SelectWordAt(const SelectionPoint& point, bool extend) argument
1751 if (extend) {
1784 SourceView::TextView::_SelectLineAt(const SelectionPoint& point, bool extend) argument
1786 if (extend) {

Completed in 117 milliseconds