Home
last modified time | relevance | path

Searched refs:SelectionType (Results 1 – 25 of 1055) sorted by relevance

12345678910>>...43

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dformatclipboard.cxx48 if( nSelectionType & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic) ) in lcl_CreateEmptyItemSet()
256 … if( ( nSelectionType & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic) ) in HasContentForThisType()
258 … ( m_nSelectionType & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic) ) in HasContentForThisType()
262 if( nSelectionType & SelectionType::Text && m_nSelectionType & SelectionType::Text ) in HasContentForThisType()
271 & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic in CanCopyThisType()
272 …| SelectionType::Text | SelectionType::DrawObject | SelectionType::Table | SelectionType::TableCel… in CanCopyThisType()
347 if( nSelectionType & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic) ) in Copy()
402 if( nSelectionType & SelectionType::Text ) in Copy()
557 … if( nSelectionType & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic) ) in Paste()
565 if( m_pTableItemSet && nSelectionType & (SelectionType::Table | SelectionType::TableCell) ) in Paste()
[all …]
H A Dviewdlg2.cxx216 SelectionType eType = rSh.GetSelectionType(); in InsertCaption()
217 if (eType & SelectionType::Ole) in InsertCaption()
218 eType = SelectionType::Graphic; in InsertCaption()
221 (eType & SelectionType::Frame) ? SwLabelType::Fly : in InsertCaption()
222 (eType == SelectionType::Text) ? SwLabelType::Fly : in InsertCaption()
223 (eType & SelectionType::DrawObject) ? SwLabelType::Draw : in InsertCaption()
288 if (eType & SelectionType::Graphic) in InsertCaption()
290 else if( eType & SelectionType::Table) in InsertCaption()
292 else if( eType & SelectionType::Frame) in InsertCaption()
294 else if( eType == SelectionType::Text) in InsertCaption()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dformatclipboard.cxx49 if( nSelectionType & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic) ) in lcl_CreateEmptyItemSet()
257 … if( ( nSelectionType & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic) ) in HasContentForThisType()
259 … ( m_nSelectionType & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic) ) in HasContentForThisType()
263 if( nSelectionType & SelectionType::Text && m_nSelectionType & SelectionType::Text ) in HasContentForThisType()
272 & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic in CanCopyThisType()
273 …| SelectionType::Text | SelectionType::DrawObject | SelectionType::Table | SelectionType::TableCel… in CanCopyThisType()
348 if( nSelectionType & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic) ) in Copy()
403 if( nSelectionType & SelectionType::Text ) in Copy()
559 … if( nSelectionType & (SelectionType::Frame | SelectionType::Ole | SelectionType::Graphic) ) in Paste()
567 if( m_pTableItemSet && nSelectionType & (SelectionType::Table | SelectionType::TableCell) ) in Paste()
[all …]
H A Dviewdlg2.cxx203 SelectionType eType = rSh.GetSelectionType(); in InsertCaption()
204 if (eType & SelectionType::Ole) in InsertCaption()
205 eType = SelectionType::Graphic; in InsertCaption()
208 (eType & SelectionType::Frame) ? LTYPE_FLY : in InsertCaption()
209 (eType == SelectionType::Text) ? LTYPE_FLY : in InsertCaption()
210 (eType & SelectionType::DrawObject) ? LTYPE_DRAW : in InsertCaption()
275 if (eType & SelectionType::Graphic) in InsertCaption()
277 else if( eType & SelectionType::Table) in InsertCaption()
279 else if( eType & SelectionType::Frame) in InsertCaption()
281 else if( eType == SelectionType::Text) in InsertCaption()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/wrtsh/
H A Ddelete.cxx133 …const SelectionType nCmp = SelectionType::Frame | SelectionType::Graphic | SelectionType::Ole | Se… in DelLeft()
293 if(nSelection & SelectionType::Text) in DelRight()
298 case SelectionType::PostIt: in DelRight()
299 case SelectionType::Text: in DelRight()
300 case SelectionType::Table: in DelRight()
301 case SelectionType::NumberList: in DelRight()
399 case SelectionType::Frame: in DelRight()
400 case SelectionType::Graphic: in DelRight()
401 case SelectionType::Ole: in DelRight()
402 case SelectionType::DrawObject: in DelRight()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/web/
H A Dwview.cxx106 & ~SelectionType::TableCell; in SelectShell()
108 SelectionType _nSelectionType = GetSelectionType(); in SelectShell()
112 if ( _nSelectionType & SelectionType::Ole || in SelectShell()
113 _nSelectionType & SelectionType::Graphic ) in SelectShell()
161 if ( _nSelectionType & SelectionType::Ole ) in SelectShell()
167 else if ( _nSelectionType & SelectionType::Frame in SelectShell()
168 || _nSelectionType & SelectionType::Graphic) in SelectShell()
173 if(_nSelectionType & SelectionType::Graphic ) in SelectShell()
180 else if ( _nSelectionType & SelectionType::Frame ) in SelectShell()
205 else if ( _nSelectionType & SelectionType::DbForm ) in SelectShell()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/web/
H A Dwview.cxx112 & ~SelectionType::TableCell; in SelectShell()
114 SelectionType _nSelectionType = GetSelectionType(); in SelectShell()
118 if ( _nSelectionType & SelectionType::Ole || in SelectShell()
119 _nSelectionType & SelectionType::Graphic ) in SelectShell()
167 if ( _nSelectionType & SelectionType::Ole ) in SelectShell()
173 else if ( _nSelectionType & SelectionType::Frame in SelectShell()
174 || _nSelectionType & SelectionType::Graphic) in SelectShell()
179 if(_nSelectionType & SelectionType::Graphic ) in SelectShell()
186 else if ( _nSelectionType & SelectionType::Frame ) in SelectShell()
211 else if ( _nSelectionType & SelectionType::DbForm ) in SelectShell()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/wrtsh/
H A Ddelete.cxx138 …const SelectionType nCmp = SelectionType::Frame | SelectionType::Graphic | SelectionType::Ole | Se… in DelLeft()
302 if(nSelection & SelectionType::Text) in DelRight()
307 case SelectionType::PostIt: in DelRight()
308 case SelectionType::Text: in DelRight()
309 case SelectionType::Table: in DelRight()
310 case SelectionType::NumberList: in DelRight()
414 case SelectionType::Frame: in DelRight()
415 case SelectionType::Graphic: in DelRight()
416 case SelectionType::Ole: in DelRight()
417 case SelectionType::DrawObject: in DelRight()
[all …]
/dports/misc/broot/broot-1.7.0/src/tree/
H A Dtree_line.rs4 app::{Selection, SelectionType},
69 pub fn is_of(&self, selection_type: SelectionType) -> bool { in is_of()
71 SelectionType::Any => true, in is_of()
72 SelectionType::File => self.is_file(), in is_of()
73 SelectionType::Directory => self.is_dir(), in is_of()
79 pub fn selection_type(&self) -> SelectionType { in selection_type() argument
82 File => SelectionType::File, in selection_type()
83 Dir | BrokenSymLink(_) => SelectionType::Directory, in selection_type()
86 SelectionType::Directory in selection_type()
88 SelectionType::File in selection_type()
[all …]
/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dui_selection.ph31 struct SelectionType *ui_sel_lookForItem (int unitNo);
32 struct SelectionType *ui_sel_lookForSelectedItem (struct SelectionType *);
48 struct SelectionType *ui_sel_listPtr; /* pointer to first item */
58 static struct SelectionType *ui_sel_createItem (void);
59 static struct SelectionType *ui_sel_getFreeItem (void);
60 static void ui_sel_freeItem (struct SelectionType *);
62 struct SelectionType *, int, struct PosType);
67 static struct SelectionType *ui_sel_freeListPtr;/* pointer to first free item*/
H A Dui_selection.c90 struct SelectionType *selPtr; in ui_sel_createItem()
92 selPtr = (struct SelectionType *) malloc(sizeof(struct SelectionType)); in ui_sel_createItem()
121 struct SelectionType *selPtr; in ui_sel_lookForItem()
149 (struct SelectionType *SelectionPtr) in ui_sel_lookForSelectedItem()
152 struct SelectionType *selPtr; in ui_sel_lookForSelectedItem()
173 struct SelectionType *selPtr; in ui_sel_freeItem()
207 struct SelectionType *selPtr; in ui_sel_getFreeItem()
240 struct SelectionType *selPtr; in ui_sel_drawBoxes()
395 struct SelectionType *selPtr; in ui_sel_selectOne()
435 struct SelectionType *selPtr; in ui_sel_unselectOne()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/
H A DContextualSearchSelectionController.java39 @IntDef({SelectionType.UNDETERMINED, SelectionType.TAP, SelectionType.LONG_PRESS,
40 SelectionType.RESOLVING_LONG_PRESS})
42 public @interface SelectionType { annotation in ContextualSearchSelectionController
75 private @SelectionType int mSelectionType;
211 @SelectionType
225 return mSelectionType == SelectionType.TAP; in isTapSelection()
298 if (mSelectionType == SelectionType.TAP) { in handleSelectionChanged()
308 assert mSelectionType == SelectionType.TAP; in handleSelectionChanged()
389 mSelectionType = SelectionType.UNDETERMINED; in resetSelectionStates()
421 mSelectionType = SelectionType.TAP; in handleShowUnhandledTapUIIfNeeded()
[all …]
H A DContextualSearchInternalStateController.java13 …ort org.chromium.chrome.browser.contextualsearch.ContextualSearchSelectionController.SelectionType;
49 private @SelectionType int mSelectionType;
202 mSelectionType = SelectionType.UNDETERMINED; in reset()
222 mSelectionType = SelectionType.LONG_PRESS; in enter()
225 mSelectionType = SelectionType.RESOLVING_LONG_PRESS; in enter()
228 mSelectionType = SelectionType.TAP; in enter()
231 mSelectionType = SelectionType.UNDETERMINED; in enter()
402 if (mSelectionType == SelectionType.LONG_PRESS) { in finishWorkingOn()
404 } else if (mSelectionType == SelectionType.RESOLVING_LONG_PRESS) { in finishWorkingOn()
424 transitionTo(mSelectionType == SelectionType.TAP in finishWorkingOn()
/dports/www/newsboat/newsboat-2.22.1/src/
H A Dselectformaction.cpp28 , type(SelectionType::TAG) in SelectFormAction()
113 case SelectionType::TAG: { in process_operation()
121 case SelectionType::FILTER: { in process_operation()
159 case SelectionType::TAG: in prepare()
170 case SelectionType::FILTER: in prepare()
234 case SelectionType::TAG: in update_heading()
238 case SelectionType::FILTER: in update_heading()
260 case SelectionType::TAG: in get_keymap_hint()
262 case SelectionType::FILTER: in get_keymap_hint()
271 case SelectionType::TAG: in title()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/frmdlg/
H A Dcption.cxx126 if ( eType & SelectionType::Ole ) in SwCaptionDialog()
128 eType = SelectionType::Graphic; in SwCaptionDialog()
155 if (eType & SelectionType::Graphic) in SwCaptionDialog()
234 if (eType == SelectionType::Graphic in SwCaptionDialog()
235 || eType == SelectionType::Table in SwCaptionDialog()
236 || eType == (SelectionType::Table | SelectionType::NumberList) in SwCaptionDialog()
237 || eType == (SelectionType::Table | SelectionType::Text) in SwCaptionDialog()
238 || eType == (SelectionType::Table | SelectionType::NumberList | SelectionType::Text) in SwCaptionDialog()
240 || eType == (SelectionType::DrawObject | SelectionType::Ornament)) in SwCaptionDialog()
245 else if(eType == SelectionType::Frame in SwCaptionDialog()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/frmdlg/
H A Dcption.cxx129 if ( eType & SelectionType::Ole ) in SwCaptionDialog()
131 eType = SelectionType::Graphic; in SwCaptionDialog()
158 if (eType & SelectionType::Graphic) in SwCaptionDialog()
237 if (eType == SelectionType::Graphic in SwCaptionDialog()
238 || eType == SelectionType::Table in SwCaptionDialog()
239 || eType == (SelectionType::Table | SelectionType::NumberList) in SwCaptionDialog()
240 || eType == (SelectionType::Table | SelectionType::Text) in SwCaptionDialog()
241 || eType == (SelectionType::Table | SelectionType::NumberList | SelectionType::Text) in SwCaptionDialog()
243 || eType == (SelectionType::DrawObject | SelectionType::Ornament)) in SwCaptionDialog()
248 else if(eType == SelectionType::Frame in SwCaptionDialog()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/alacritty_terminal/src/
H A Dselection.rs92 pub enum SelectionType { enum
119 pub ty: SelectionType,
124 pub fn new(ty: SelectionType, location: Point, side: Side) -> Selection { in new() argument
162 if self.ty != SelectionType::Block { in rotate()
181 if self.ty != SelectionType::Block { in rotate()
194 SelectionType::Simple => { in is_empty()
208 SelectionType::Block => { in is_empty()
222 SelectionType::Semantic | SelectionType::Lines => false, in is_empty()
254 SelectionType::Block in include_all()
260 SelectionType::Block => (Side::Left, Side::Right), in include_all()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/config/
H A Dbarcfg.cxx63 static sal_Int32 lcl_getArrayIndex(SelectionType nSelType) in lcl_getArrayIndex()
66 if(nSelType & SelectionType::NumberList) in lcl_getArrayIndex()
68 if(nSelType & SelectionType::Table) in lcl_getArrayIndex()
73 else if(nSelType & SelectionType::Table) in lcl_getArrayIndex()
75 else if(nSelType & SelectionType::Ornament) in lcl_getArrayIndex()
77 else if(nSelType & SelectionType::Graphic) in lcl_getArrayIndex()
82 void SwToolbarConfigItem::SetTopToolbar(SelectionType nSelType, ToolbarId eBarId) in SetTopToolbar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/config/
H A Dbarcfg.cxx65 static sal_Int32 lcl_getArrayIndex(SelectionType nSelType) in lcl_getArrayIndex()
68 if(nSelType & SelectionType::NumberList) in lcl_getArrayIndex()
70 if(nSelType & SelectionType::Table) in lcl_getArrayIndex()
75 else if(nSelType & SelectionType::Table) in lcl_getArrayIndex()
77 else if(nSelType & SelectionType::Ornament) in lcl_getArrayIndex()
79 else if(nSelType & SelectionType::Graphic) in lcl_getArrayIndex()
84 void SwToolbarConfigItem::SetTopToolbar(SelectionType nSelType, ToolbarId eBarId) in SetTopToolbar()
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/clipboard/
H A Dbase.py9 from prompt_toolkit.selection import SelectionType
24 def __init__(self, text='', type=SelectionType.CHARACTERS):
26 assert type in (SelectionType.CHARACTERS, SelectionType.LINES, SelectionType.BLOCK)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/clipboard/
H A Dbase.py9 from prompt_toolkit.selection import SelectionType
24 def __init__(self, text='', type=SelectionType.CHARACTERS):
26 assert type in (SelectionType.CHARACTERS, SelectionType.LINES, SelectionType.BLOCK)
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DSelectionManager.cpp71 Selection* normalSel = frameSel->GetSelection(SelectionType::eNormal); in SetControlSelectionListener()
76 Selection* spellSel = frameSel->GetSelection(SelectionType::eSpellCheck); in SetControlSelectionListener()
85 Selection* normalSel = frameSel->GetSelection(SelectionType::eNormal); in AddDocSelectionListener()
89 Selection* spellSel = frameSel->GetSelection(SelectionType::eSpellCheck); in AddDocSelectionListener()
97 Selection* normalSel = frameSel->GetSelection(SelectionType::eNormal); in RemoveDocSelectionListener()
102 Selection* spellSel = frameSel->GetSelection(SelectionType::eSpellCheck); in RemoveDocSelectionListener()
193 if (selection->GetType() == SelectionType::eNormal) { in ProcessSelectionChanged()
198 } else if (selection->GetType() == SelectionType::eSpellCheck) { in ProcessSelectionChanged()
/dports/misc/broot/broot-1.7.0/src/app/
H A Dselection.rs24 pub enum SelectionType { enum
36 pub stype: SelectionType,
47 impl SelectionType { impl
106 pub fn common_stype(&self) -> Option<SelectionType> { in common_stype() argument
111 let stype = SelectionType::from(&stage.paths()[0]); in common_stype()
113 if stype != SelectionType::from(path) { in common_stype()
/dports/www/firefox/firefox-99.0/accessible/base/
H A DSelectionManager.cpp71 Selection* normalSel = frameSel->GetSelection(SelectionType::eNormal); in SetControlSelectionListener()
76 Selection* spellSel = frameSel->GetSelection(SelectionType::eSpellCheck); in SetControlSelectionListener()
85 Selection* normalSel = frameSel->GetSelection(SelectionType::eNormal); in AddDocSelectionListener()
89 Selection* spellSel = frameSel->GetSelection(SelectionType::eSpellCheck); in AddDocSelectionListener()
97 Selection* normalSel = frameSel->GetSelection(SelectionType::eNormal); in RemoveDocSelectionListener()
102 Selection* spellSel = frameSel->GetSelection(SelectionType::eSpellCheck); in RemoveDocSelectionListener()
213 if (selection->GetType() == SelectionType::eNormal) { in ProcessSelectionChanged()
218 } else if (selection->GetType() == SelectionType::eSpellCheck) { in ProcessSelectionChanged()
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DSelectionManager.cpp71 Selection* normalSel = frameSel->GetSelection(SelectionType::eNormal); in SetControlSelectionListener()
76 Selection* spellSel = frameSel->GetSelection(SelectionType::eSpellCheck); in SetControlSelectionListener()
85 Selection* normalSel = frameSel->GetSelection(SelectionType::eNormal); in AddDocSelectionListener()
89 Selection* spellSel = frameSel->GetSelection(SelectionType::eSpellCheck); in AddDocSelectionListener()
97 Selection* normalSel = frameSel->GetSelection(SelectionType::eNormal); in RemoveDocSelectionListener()
102 Selection* spellSel = frameSel->GetSelection(SelectionType::eSpellCheck); in RemoveDocSelectionListener()
213 if (selection->GetType() == SelectionType::eNormal) { in ProcessSelectionChanged()
218 } else if (selection->GetType() == SelectionType::eSpellCheck) { in ProcessSelectionChanged()

12345678910>>...43