Home
last modified time | relevance | path

Searched refs:SelectionOptions (Results 1 – 25 of 86) sorted by relevance

1234

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dsettings.hxx184 enum class SelectionOptions enum
193 template<> struct typed_flags<SelectionOptions> : is_typed_flags<SelectionOptions, 0x0007> {};
499 void SetSelectionOptions( SelectionOptions nOptions );
500 SelectionOptions GetSelectionOptions() const;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Text/
H A Dmod.rs308 pub struct SelectionOptions(pub u32); struct
309 impl SelectionOptions { impl
316 impl ::core::marker::Copy for SelectionOptions {} implementation
317 impl ::core::clone::Clone for SelectionOptions { implementation
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dsettings.hxx178 enum class SelectionOptions enum
185 template<> struct typed_flags<SelectionOptions> : is_typed_flags<SelectionOptions, 0x0004> {};
517 void SetSelectionOptions( SelectionOptions nOptions );
518 SelectionOptions GetSelectionOptions() const;
H A Dweldutils.hxx212 virtual SelectionOptions GetEntrySelectionOptions() const override;
223 void SetEntrySelectionOptions(SelectionOptions eOptions) { m_eOptions = eOptions; } in SetEntrySelectionOptions()
243 SelectionOptions m_eOptions;
H A Dformatter.hxx156 virtual SelectionOptions GetEntrySelectionOptions() const = 0;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/declarations/network/
H A DNetwork.d.ts501 setSelection(selection: { nodes?: IdType[], edges?: IdType[] }, options?: SelectionOptions): void;
670 export interface SelectionOptions { interface
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/vis-network/dist/types/network/
H A DNetwork.d.ts501 setSelection(selection: { nodes?: IdType[], edges?: IdType[] }, options?: SelectionOptions): void;
670 export interface SelectionOptions { interface
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Daboutdialog.cxx36 | SelectionOptions::Focus); in AboutDialog()
/dports/editors/lazarus-devel/examples/virtualtreeview/minimal/
H A DMain.lfm58 TreeOptions.SelectionOptions = [toMultiSelect, toCenterScrollIntoView]
/dports/editors/lazarus-devel/examples/virtualtreeview/advanced/
H A DMultilineDemo.lfm91 TreeOptions.SelectionOptions = [toMultiSelect]
H A DDrawTreeDemo.lfm109 TreeOptions.SelectionOptions = [toFullRowSelect]
H A DPropertiesDemo.lfm89 TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toCenterScrollIntoView]
H A DGridDemo.lfm122 …TreeOptions.SelectionOptions = [toDisableDrawSelection, toExtendedFocus, toMiddleClickSelect, toMu…
/dports/editors/lazarus-qt5-devel/examples/virtualtreeview/advanced/
H A DMultilineDemo.lfm91 TreeOptions.SelectionOptions = [toMultiSelect]
H A DDrawTreeDemo.lfm109 TreeOptions.SelectionOptions = [toFullRowSelect]
H A DPropertiesDemo.lfm89 TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toCenterScrollIntoView]
H A DGridDemo.lfm122 …TreeOptions.SelectionOptions = [toDisableDrawSelection, toExtendedFocus, toMiddleClickSelect, toMu…
/dports/editors/lazarus-qt5-devel/examples/virtualtreeview/minimal/
H A DMain.lfm58 TreeOptions.SelectionOptions = [toMultiSelect, toCenterScrollIntoView]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/DBTools/Source/
H A DformMain.dfm65 TreeOptions.SelectionOptions = [toFullRowSelect, toRightClickSelect]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Text/
H A Dmod.rs3435 pub struct SelectionOptions(pub u32); struct
3436 impl SelectionOptions { implementation
3437 pub const StartActive: SelectionOptions = SelectionOptions(1u32);
3438 pub const AtEndOfLine: SelectionOptions = SelectionOptions(2u32);
3439 pub const Overtype: SelectionOptions = SelectionOptions(4u32);
3440 pub const Active: SelectionOptions = SelectionOptions(8u32);
3441 pub const Replace: SelectionOptions = SelectionOptions(16u32);
3455 impl ::std::ops::BitOr for SelectionOptions { implementation
3461 impl ::std::ops::BitAnd for SelectionOptions { implementation
3467 impl ::std::ops::BitOrAssign for SelectionOptions { implementation
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dfmtfield.cxx328 SelectionOptions nSelOptions = GetEntrySelectionOptions(); in SetTextFormatted()
329 if (nSelOptions & SelectionOptions::ShowFirst) in SetTextFormatted()
921 virtual SelectionOptions GetEntrySelectionOptions() const override in GetEntrySelectionOptions()
/dports/editors/lazarus/lazarus/components/onlinepackagemanager/
H A Dopkman_categoriesfrm.pas150 TreeOptions.SelectionOptions := [toFullRowSelect, toRightClickSelect];
H A Dopkman_packagelistfrm.pas243 TreeOptions.SelectionOptions := [toFullRowSelect, toRightClickSelect];
/dports/editors/lazarus-qt5/lazarus/components/onlinepackagemanager/
H A Dopkman_categoriesfrm.pas150 TreeOptions.SelectionOptions := [toFullRowSelect, toRightClickSelect];
H A Dopkman_packagelistfrm.pas243 TreeOptions.SelectionOptions := [toFullRowSelect, toRightClickSelect];

1234