Home
last modified time | relevance | path

Searched refs:enabled (Results 26 – 50 of 258) sorted by relevance

1234567891011

/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldAutoShowInfo.idl35 <p>If enabled, only a number of items with the highest or lowest result
44 /** specifies whether the AutoShow feature is enabled or not.
H A DXCalculatable.idl58 /** returns whether automatic calculation is enabled.
66 <TRUE/>, if automatic calculation is enabled.
/trunk/main/offapi/com/sun/star/ucb/
H A DWebDAVContentProvider.idl41 the server is not WebDAV enabled.
88 is DAV enabled.
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java875 public static void setEnabled(Object control, boolean enabled) in setEnabled() argument
877 setEnabled(control, enabled ? Boolean.TRUE : Boolean.FALSE); in setEnabled()
880 public static void setEnabled(Object control, Boolean enabled) in setEnabled() argument
882 Helper.setUnoPropertyValue(getModel(control), PropertyNames.PROPERTY_ENABLED, enabled); in setEnabled() local
/trunk/main/rhino/
H A Drhino1_7R3.patch586 - enabled = false;
587 + enabled = true;
593 enabled = true;
597 + return enabled;
/trunk/main/offapi/com/sun/star/awt/
H A DAccessibleIconChoiceControl.idl73 if the object is enabled.</li>
93 … >AccessibleStateType::MULTI_SELECTABLE</const> is set when mutli selection is enabled.</li>
H A DAccessibleTreeListBox.idl75 if the object is enabled.</li>
93 … >AccessibleStateType::MULTI_SELECTABLE</const> is set when mutli selection is enabled.</li>
H A DUnoControlComboBoxModel.idl66 /** specifies whether automatic completion of text is enabled.
107 /** determines whether the control is enabled or disabled.
H A DUnoControlButtonModel.idl81 /** determines whether the control is enabled or disabled.
230 is enabled and its pressed state can be obtained with this property.
H A DXMenu.idl132 specifies whether the menu item should be enabled (<TRUE/>) or
144 <TRUE/> if the item is enabled, <FALSE/> otherwise.
/trunk/main/offapi/com/sun/star/frame/
H A DXDispatchRecorderSupplier.idl91 /** dispatch given URL and record it if recording is enabled
95 If recording isn't enabled it will be a normal <member>XDispatch::dispatch()</member>
H A DFrame.idl172 <type>XDispatch</type>. A supplier is available only, if recording was enabled.
185 no possibility to check for enabled/disabled recording then.
/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx810 sal_Bool enabled = sal_False; in isScriptFlagEnabled() local
812 aEnabled >>= enabled; in isScriptFlagEnabled()
814 return enabled; in isScriptFlagEnabled()
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePicker.idl52 <p>If the multiselection mode is enabled, multiple files
117 <li>Multiselection is enabled:
H A DXWizard.idl62 …<p>Single steps in the wizard can be freely enabled and disabled, using the <member>enablePage</me…
69 generically in which situations it should be enabled or disabled.</p>
102 specifies whether the button should be enabled (<TRUE/>) or disabled (<FALSE/>)
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java428 private void enableGoButton(boolean enabled) in enableGoButton() argument
430 m_goButton.setEnabled(enabled); in enableGoButton()
431 m_stepButton.setEnabled(enabled); in enableGoButton()
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dtypes.mk110 /// Add multiple CxxObject s to be compiled and linked (with exceptions enabled).
116 /// Add multiple CxxObject s to be compiled and linked (without exceptions enabled).
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDbTools.java199 boolean enabled = defaultValue; in isDataSourcePropertyEnabled()
205 enabled = AnyConverter.toBoolean(propertyValue.Value); in isDataSourcePropertyEnabled()
210 return enabled; in isDataSourcePropertyEnabled()
/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfiglistener.hxx35 virtual void autoCheckStatusChanged(bool enabled) = 0;
/trunk/main/sal/qa/ByteSequence/
H A Dmakefile.mk42 APP1TEST = enabled
/trunk/main/sal/qa/sal/
H A Dmakefile.mk41 APP1TEST = enabled
/trunk/main/sal/qa/osl/setthreadname/
H A Dmakefile.mk42 APP1TEST = enabled
/trunk/main/sal/qa/osl/thread/
H A Dmakefile.mk42 APP1TEST = enabled
/trunk/main/cppuhelper/qa/unourl/
H A Dmakefile.mk51 APP1TEST = enabled
/trunk/main/sal/qa/rtl/math/
H A Dmakefile.mk43 APP1TEST = enabled

Completed in 63 milliseconds

1234567891011