Home
last modified time | relevance | path

Searched refs:value (Results 501 – 525 of 1887) sorted by relevance

1...<<21222324252627282930>>...76

/trunk/main/forms/qa/integration/forms/
H A DBooleanValidator.java52 boolean value = ((Boolean)Value).booleanValue(); in explainInvalid()
53 if ( m_preventChecked && ( value == true ) ) in explainInvalid()
70 boolean value = ((Boolean)Value).booleanValue(); in isValid()
71 if ( m_preventChecked && ( value == true ) ) in isValid()
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java201 public boolean value() { in exists()
217 public boolean value() {
228 public boolean value() {
239 public boolean value() {
250 public boolean value() {
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx267 OUString const & name, OUString const & value, sal_Int32 level ) in printf_line() argument
270 dp_misc::writeConsole(name + OUSTR(": ") + value + OUSTR("\n")); in printf_line()
292 OUString value; in printf_package() local
296 value = OUSTR("unknown"); in printf_package()
298 value = reg.Value ? OUSTR("yes") : OUSTR("no"); in printf_package()
301 value = OUSTR("n/a"); in printf_package()
302 printf_line( OUSTR("is registered"), value, level + 1 ); in printf_package()
/trunk/main/configmgr/source/
H A Dlocalizedvaluenode.cxx43 LocalizedValueNode::LocalizedValueNode(int layer, css::uno::Any const & value): in LocalizedValueNode() argument
44 Node(layer), value_(value) in LocalizedValueNode()
59 void LocalizedValueNode::setValue(int layer, css::uno::Any const & value) { in setValue() argument
61 value_ = value; in setValue()
H A Dpropertynode.cxx48 int layer, Type staticType, bool nillable, css::uno::Any const & value, in PropertyNode() argument
50 Node(layer), staticType_(staticType), nillable_(nillable), value_(value), in PropertyNode()
78 void PropertyNode::setValue(int layer, css::uno::Any const & value) { in setValue() argument
80 value_ = value; in setValue()
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DFileLoggerImpl.cxx49 …void FileLoggerImpl::beginNode(const std::string& nodeId, const std::string& value, const std::str… in beginNode() argument
54 …file_ << nodeId << " [ label=\"(" << value << ")\", shape=box, color=grey, style=filled ];"<< endl; in beginNode()
56 file_ << nodeId << " [ label=\"(" << value << ")\" ];"<< endl; in beginNode()
65 file_ << nodeId << " [ label=\"(" << value << ")\", shape=diamond ];"<< endl; in beginNode()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DIntArrayList.java105 public void set(int index, int value) { in set() argument
106 list.set(index, new Integer(value)); in set()
116 public void add(int value) { in add() argument
117 list.add(new Integer(value)); in add()
/trunk/main/apple_remote/source/
H A DMultiClickRemoteBehavior.m62 - (void) setSimulateHoldEvent: (BOOL) value {
63 simulateHoldEvents = value;
76 - (void) setClickCountingEnabled: (BOOL) value {
77 if (value) {
87 - (void) setClickCountEnabledButtons: (unsigned int)value {
88 clickCountEnabledButtons = value;
/trunk/main/lucene/
H A Dlucene.patch4 <attribute name="Implementation-Title" value="org.apache.lucene"/>
7 - value="${version} ${svnversion} - ${DSTAMP} ${TSTAMP}"/>
8 + value="${version}"/>
10 value="The Apache Software Foundation"/>
/trunk/main/oovbaapi/ooo/vba/
H A DXDocumentProperties.idl43 …only add a new document property to the custom DocumentProperties collection. Depending on value of
46 …argument is True, the LinkSource argument is required; if it's False, the value argument is requir…
49 …* @param Value The value of the property, if it's not linked to the contents of the container docu…
50 …* The value is converted to match the data type specified by the type argument, if it can't be con…
51 …nt is True, the Value argument is ignored and the new document property is assigned a default value
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1366 Note that the S_FALSE return value is considered a non-error value and the
1678 1 based, 0 indicates that this value is not applicable
1685 @retval S_OK if at least one value is valid
1862 @retval S_FALSE if no parent, [out] value is -1
2225 value the new value will be the minimum and if it is greater than the
2226 maximum then the new value will be the maximum.
2228 @param [in] value
2235 [in] VARIANT value
2652 index value.
2697 index value.
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DCalculator.java38 int value = 0; in calculateInstallSize() local
43 value = value + size; in calculateInstallSize()
46 return value; in calculateInstallSize()
/trunk/main/basebmp/inc/basebmp/
H A Dgenericcolorimageaccessor.hxx66 void set(Color const& value, Iterator const& i) const in set() argument
68 value, meDrawMode ); } in set()
71 void set(value_type const& value, Iterator const& i, Difference const& diff) const in set() argument
74 value, meDrawMode ); } in set()
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile28 # TAG = value [value, ...]
30 # TAG += value [value, ...]
191 # Doxygen uses this value to replace tabs by spaces in code fragments.
196 # as commands in the documentation. An alias has the form "name=value".
200 # You can put \n's in the value part of an alias to insert newlines.
484 # If the value of the INPUT tag contains directories, you can use the
511 # If the value of the INPUT tag contains directories, you can use the
534 # commands irrespective of the value of the RECURSIVE tag.
651 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
729 # the value YES disables it.
[all …]
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseListBox.idl81 property reflects which column value of a result set should
82 be used as the value of the component. If the control is bound
83 to a database field, the column value is stored in the
93 <dd>The column value of the result set at the position is
112 …<p>Depending on the value of this property, the way the value of <member>ListBox::ListSource</memb…
138 … SQL features here, but, on the other hand, loose features like parameter value substitution.</dd>
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/style/
H A DFontFamilyGenericMapper.java44 final CSSValue value = targetRule.getPropertyCSSValue(FontStyleKeys.FONT_FAMILY); in updateStyle() local
45 if (!(value instanceof CSSValueList)) in updateStyle()
56 final CSSValueList list = (CSSValueList) value; in updateStyle()
58 CSSValueList.insertLast(list, value)); in updateStyle()
H A DFontFamilyMapper.java44 final CSSValue value = targetRule.getPropertyCSSValue(FontStyleKeys.FONT_FAMILY); in updateStyle() local
45 if (!(value instanceof CSSValueList)) in updateStyle()
56 final CSSValueList list = (CSSValueList) value; in updateStyle()
58 CSSValueList.insertFirst(list, value)); in updateStyle()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DMapToXNameContainerAdapter.java41 public void insertByName(String key, Object value) in insertByName() argument
48 map.put(key, value); in insertByName()
67 public void replaceByName(String key, Object value) in replaceByName() argument
74 map.put(key, value); in replaceByName()
/trunk/main/offapi/com/sun/star/drawing/
H A DMeasureProperties.idl122 /** If this value is <TRUE/>, the measure has a fixed angle.
127 /** If this value is <TRUE/>, the text is rotated 90 degrees.
132 /** If this value is <TRUE/>, the text is printed upside down.
137 /** This value is the number of decimal places that is used to format the
138 measure value.
/trunk/main/offapi/com/sun/star/sheet/
H A DXExternalDocLink.idl62 document to fetch the value in first access. If <false/>, the source
74 <p>This index value corresponds with the external document
77 value is stored within a formula token instance.</p>
79 <p>Each external document cache instance has a unique index value, and this
80 index value can be used to retrieve the corresponding external document cache
/trunk/main/offapi/com/sun/star/datatransfer/
H A DXMimeContentType.idl87 A value of <TRUE/> if the MIME content-type has the specified parameter.
88 <p>A value of <FALSE/> if the MIME content-type has not the specified parameter.</p>
93 /** To get the value of a specified parameter.
96 The name of the parameter for which the value is requested.
99 The value of the specified parameter.
/trunk/extras/l10n/source/tr/
H A Dlocalize.sdf28255 …s a serial time value for the specified hour, minute, and second parameters that are passed as num…
30604value\</emph\> and \<emph\>Max. value\</emph\>: You can enter the minimum and maximum numeric valu…
30605 …par_id3153665 130 0 tr \<emph\>Default value\</emph\>: This value is set for new records as the …
31261value for the control field to prevent the user from entering a smaller value.\</ahelp\>For numeri…
31377 …\>Specifies the size of scrollbar thumb in "value units". A value of ("Scroll value max." minus "S…
31420 …is enabled, the value you enter in Reference value (on) is copied to the cell. If the control is d…
31425value of 1 to the field "feminine" and the value 2 to the "masculine" field, the value 1 is transm…
31508 …lly, a value NULL is not the same as an empty string. In general, a term NULL is used to denote an…
32156 … the size of the scrollbar thumb in "value units". For example, a value of ("Scroll value max." mi…
55050 …ID_FUNC_TYP\"\>Returns the type of value, where 1 = number, 2 = text, 4 = Boolean value, 8 = formu…
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DRadioDataAware.java40 public RadioDataAware(Object data, Value value, Object[] radioButs) in RadioDataAware() argument
42 super(data, value); in RadioDataAware()
53 protected void setToUI(Object value) in setToUI() argument
55 int selected = ((Number) value).intValue(); in setToUI()
/trunk/main/l10ntools/java/jpropex/java/
H A DOrderedHashMap.java39 public Object add( Object key , Object value ) in add() argument
42 return hm.put( key, value ); in add()
44 public Object add( int index , Object key , Object value ) in add() argument
47 return hm.put( key, value ); in add()
/trunk/main/offapi/com/sun/star/text/
H A DTextFrame.idl72 /** contains the metric height value of the frame.
77 /** contains the metric width value of the frame.
85 <p>If the value for "WidthPercent" is 0, the absolute value from
94 <p>If the value for "HeightPercent" is 0, the absolute value from

Completed in 3628 milliseconds

1...<<21222324252627282930>>...76