Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 184) sorted by relevance

12345678

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java544 public void setVisibleModulesChecked(boolean checked) { in setVisibleModulesChecked() argument
545 visibleModulesChecked = checked; in setVisibleModulesChecked()
552 public void setLanguageModulesChecked(boolean checked) { in setLanguageModulesChecked() argument
553 languageModulesChecked = checked; in setLanguageModulesChecked()
560 public void setApplicationModulesChecked(boolean checked) { in setApplicationModulesChecked() argument
561 applicationModulesChecked = checked; in setApplicationModulesChecked()
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableDatabaseCheckBox.idl47 <ul><li><TRUE/> will be mapped to the box being checked, and vice versa</li>
57 …<ul><li>A string equal to the reference value will be mapped to the button being checked, and vice…
77 checked.
80 possible external value bindings as soon as the check box is checked. With the member
82 the <em>not checked</em> state of the control.</p>
/trunk/main/scripting/workben/data/testdata/
H A DScriptStorageManager.csv15 …path list, doc not in path, warning dialog, confirm dialog, checkbox not checked, run button press…
16 … to path list, doc not in path, warning dialog, confirm dialog, checkbox checked, run button press…
17 …path list, doc not in path, warning dialog, confirm dialog, checkbox not checked, do not run butto…
18 … to path list, doc not in path, warning dialog, confirm dialog, checkbox checked, do not run butto…
/trunk/main/offapi/com/sun/star/awt/
H A DXPopupMenu.idl59 /** sets the state of the item to be checked or unchecked.
65 specifies if the item is checked (<TRUE/>) or unchecked (<FALSE/>).
70 /** returns whether the item is checked or unchecked.
76 <TRUE/> if the item is checked, <FALSE/> otherwise.
H A DAccessibleCheckBox.idl74 if the object is currently checked.</li>
123 0: not checked
124 1: checked
H A DMenuItemStyle.idl32 /** specifies an item which can be checked independently.
36 /** specifies an item which can be checked dependent on the neighbouring
H A DXPatternField.idl69 /** determines if the format is checked during user input.
75 /** returns whether the format is currently checked during user input.
H A DXCurrencyField.idl129 /** determines if the format is checked during user input.
135 /** returns whether the format is currently checked during user input.
H A DXDateField.idl132 /** determines if the format is checked during user input.
138 /** returns whether the format is currently checked during user input.
H A DXNumericField.idl129 /** determines if the format is checked during user input.
135 /** returns whether the format is currently checked during user input.
H A DXTimeField.idl121 /** determines if the format is checked during user input.
127 /** returns whether the format is currently checked during user input.
/trunk/main/offapi/com/sun/star/linguistic2/
H A DProofreadingResult.idl61 // the paragraph that was checked
64 // text that was checked (the paragraphs content may have changed meanwhile!)
77 // the start of the next sentence to be checked.
H A DXProofreader.idl67 /** whether is the text checked by the spellchecker
80 the flat text to be checked.
83 the flat paragraph to be checked.
H A DXProofreadingIterator.idl84 the single flat paragraph to be checked.
108 /** checks if the given document is currently being checked
114 if the document is currently being checked.
H A DXLanguageGuessing.idl140 all the text including the part that should checked.
143 specifies the starting index of the sub-string to be checked
147 specifies the length of the sub-string to be checked.
H A DLinguServiceEventFlags.idl41 /** The spelling of previously correct words should be checked again.
46 /** The spelling of previously misspelled words should be checked again.
/trunk/main/offapi/com/sun/star/form/component/
H A DRadioButton.idl49 is checked by a user interaction, all other controls in the same group
73 <p> In a group of radio buttons only one button should be checked
87 <type scope="com::sun::star::form">XSubmit</type>), and the control is checked, this reference
/trunk/main/offapi/com/sun/star/security/
H A DXDocumentDigitalSignatures.idl59 <p>Only document content will be checked.</p>
85 <p>Only Scripting content will be checked.</p>
109 <p>Only Package content will be checked.</p>
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclButton.java88 public void setChecked(boolean checked) { in setChecked() argument
89 if (checked) in setChecked()
/trunk/main/cli_ure/util/
H A Dtarget.pmk31 CSCFLAGS += -checked+ -define:DEBUG -define:TRACE
38 CSCFLAGS += -debug+ -checked+ -define:DEBUG -define:TRACE
/trunk/main/offapi/com/sun/star/installation/
H A DProtDlgRes.idl50 checked.
58 was not checked.
/trunk/main/cui/source/options/
H A Doptupdt.src76 Text [ en-US ] = "Last checked: %DATE%, %TIME%" ;
112 Text [ en-US ] = "Last checked: Not yet" ;
/trunk/main/offapi/com/sun/star/ucb/
H A DXSimpleFileAccess.idl116 URL to be checked
128 URL to be checked
208 URL to be checked
/trunk/main/offapi/com/sun/star/text/
H A DXFlatParagraphIterator.idl54 /** get the first flat paragraph to be checked or an empty reference if
63 /** get the next flat paragraph to be checked or an empty reference if
/trunk/main/solenv/gbuild/
H A DModule.mk80 $(call gb_Output_announce_title,all tests checked.)
85 $(call gb_Output_announce_title,all subsequent tests checked.)

Completed in 72 milliseconds

12345678