Searched refs:selection (Results 1 - 25 of 43) sorted by relevance

12

/haiku/src/apps/icon-o-matic/generic/selection/
H A DSelectable.cpp48 Selectable::SetSelection(Selection* selection) argument
50 fSelection = selection;
H A DSelectable.h29 void SetSelection(Selection* selection);
/haiku/src/apps/mediaconverter/
H A DMediaFileListView.cpp95 int32 selection = CurrentSelection(); local
96 if (selection >= 0) {
97 delete RemoveItem(selection);
100 if (selection >= count)
101 selection = count - 1;
102 Select(selection);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemovePointsCommand.h19 // independent of selection
22 const int32* selection,
24 // for removing the selection
26 const int32* selection,
40 const int32* selection,
H A DRemovePointsCommand.cpp154 // restore selection
173 const int32* selection, int32 selectionCount)
202 if (selectionCount > 0 && selection) {
205 memcpy(fOldSelection, selection, selectionCount * sizeof(int32));
172 _Init(const int32* indices, int32 count, const int32* selection, int32 selectionCount) argument
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp127 int selection = fListView->CurrentSelection(); local
128 if (selection < 0)
138 int selection = fListView->CurrentSelection(); local
139 if (selection < 0)
142 BStringItem* item = (BStringItem*)fListView->ItemAt(selection);
243 int32 selection = fListView->CurrentSelection(); local
244 if (selection >= 0) {
245 BStringItem* item = (BStringItem*)fListView->ItemAt(selection);
262 int32 selection = fListView->CurrentSelection(); local
263 if (selection <
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.h38 void SetSelection(Selection* selection);
H A DIconObjectListView.cpp162 IconObjectListView::SetSelection(Selection* selection) argument
164 if (fSelection == selection)
170 fSelection = selection;
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp106 int32 selection = -1; local
107 message->FindInt32("which", &selection);
108 if (selection == 1) {
112 } else if (selection == 0) {
/haiku/src/kits/package/solver/
H A DSolverProblemSolution.cpp24 B_TRANSLATE_MARK("do not install \"%selection%\""),
26 "\"%selection%\""),
28 B_TRANSLATE_MARK("do not deinstall \"%selection%\""),
29 B_TRANSLATE_MARK("do not deinstall all resolvables \"%selection%\""),
30 B_TRANSLATE_MARK("do not lock \"%selection%\""),
36 B_TRANSLATE_MARK("install %selection% despite its old version"),
55 const BString& selection)
60 fSelection(selection)
112 .ReplaceAll("%selection%", fSelection)
53 BSolverProblemSolutionElement(BType type, BSolverPackage* sourcePackage, BSolverPackage* targetPackage, const BString& selection) argument
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp280 BMessage* selection = NULL; local
282 selection = new BMessage(UPDATE_LINE_SELECTION);
284 selection->AddInt32("be:line", line);
286 selection->AddInt32("be:selection_offset", start);
287 selection->AddInt32("be:selection_length", max_c(0, length));
291 OpenDocument(&ref, selection);
/haiku/headers/os/package/solver/
H A DSolverProblemSolution.h48 const BString& selection);
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp21 #include <solv/selection.h>
257 SolvQueue selection; local
265 queue_push2(&selection, SOLVER_SOLVABLE, iterator.solvid);
274 queue_push2(&selection, SOLVER_SOLVABLE, iterator.solvid);
283 queue_push2(&selection, SOLVER_SOLVABLE, iterator.solvid);
292 queue_push2(&selection, SOLVER_SOLVABLE, iterator.solvid);
301 queue_push2(&selection, SOLVER_SOLVABLE, iterator.solvid);
304 return _GetFoundPackages(selection, flags, _packages);
1204 BString selection; local
1206 selection
1286 _GetFoundPackages(SolvQueue& selection, uint32 flags, BObjectList<BSolverPackage>& _packages) argument
[all...]
H A DLibsolvSolver.h121 status_t _GetFoundPackages(SolvQueue& selection,
/haiku/src/apps/resedit/
H A DResView.cpp430 ResDataRow *selection = (ResDataRow*)fListView->CurrentSelection(); local
431 if (!selection)
436 while (selection) {
437 ResourceData *data = selection->GetData();
438 fListView->RemoveRow(selection);
441 selection = (ResDataRow*)fListView->CurrentSelection();
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.h52 void SetSelection(TextSelection selection);
H A DTextEditor.cpp133 TextEditor::SetSelection(TextSelection selection) argument
135 _SetSelection(selection.Caret(), selection.Anchor(), true, true);
148 // TODO: Apply style to selection range
/haiku/src/apps/login/
H A DLoginView.cpp162 int32 selection = fUserList->CurrentSelection(); local
163 if (selection > -1) {
165 fUserList->ItemAt(selection));
/haiku/src/apps/bootmanager/
H A Dbootman.S174 selection resw 1
370 mov [bp + selection], ax
456 mov ax, [bp + selection]
462 mov [bp + selection], ax
468 mov [bp + selection], ax
472 mov ax, [bp + selection]
478 mov [bp + selection], ax
483 mov [bp + selection], ax
511 cmp cx, [bp + selection]
531 cmp cx, [bp + selection]
[all...]
/haiku/src/preferences/time/
H A DZoneView.cpp492 int32 selection = fZoneList->CurrentSelection(); local
494 = selection < 0
496 : static_cast<TimeZoneListItem*>(fZoneList->ItemAt(selection));
532 int32 selection = fZoneList->CurrentSelection(); local
533 if (selection < 0)
537 = static_cast<TimeZoneListItem*>(fZoneList->ItemAt(selection));
/haiku/headers/private/shared/
H A DCalendarView.h147 const Selection& selection, int32* year,
177 BRect _RectOfDay(const Selection& selection) const;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h313 const char *path, u32 selection,
316 const char *path, u32 selection, const char *attr);
H A Dsecurity.c4573 static BOOL feedsecurityattr(const char *attr, u32 selection, argument
4602 if (phead->dacl && (selection & DACL_SECURITY_INFORMATION)) {
4613 if (offowner && (selection & OWNER_SECURITY_INFORMATION)) {
4624 if (offgroup && (selection & GROUP_SECURITY_INFORMATION)) {
4634 if (phead->sacl && (selection & SACL_SECURITY_INFORMATION)) {
4654 if (selection & OWNER_SECURITY_INFORMATION)
4656 if (selection & GROUP_SECURITY_INFORMATION)
4658 if (selection & DACL_SECURITY_INFORMATION)
4664 if (selection & SACL_SECURITY_INFORMATION)
4679 if (selection
4725 mergesecurityattr(ntfs_volume *vol, const char *oldattr, const char *newattr, u32 selection, ntfs_inode *ni) argument
4901 ntfs_get_file_security(struct SECURITY_API *scapi, const char *path, u32 selection, char *buf, u32 buflen, u32 *psize) argument
4954 ntfs_set_file_security(struct SECURITY_API *scapi, const char *path, u32 selection, const char *attr) argument
[all...]
/haiku/src/apps/showimage/
H A DShowImageView.h125 BRect selection, BRect& srcRect,
132 BRect selection);
203 // first point in image space of selection
209 // the portion of the background bitmap the selection is made
/haiku/src/kits/interface/
H A DTabView.cpp650 int32 selection; local
651 if (message->FindInt32("data", &selection) == B_OK) {
652 Select(selection);
683 int32 selection = Selection();
685 if (deltaY > 0 && selection < numTabs - 1) {
688 } else if (deltaY < 0 && selection > 0 && numTabs > 1) {
690 Select(selection - 1);
749 int32 selection = Selection(); local
753 if (selection > 0 && numTabs > 1)
757 if (selection < numTab
[all...]

Completed in 142 milliseconds

12