Home
last modified time | relevance | path

Searched refs:value (Results 426 – 450 of 1887) sorted by relevance

1...<<11121314151617181920>>...76

/trunk/main/pyuno/source/module/
H A Dpyuno_type.cxx145 PyRef value( PyObject_GetAttrString( obj, const_cast< char * >("value") ), SAL_NO_ACQUIRE ); in PyChar2Unicode() local
146 if( ! PyUnicode_Check( value.get() ) ) in PyChar2Unicode()
153 if( PyUnicode_GetSize( value.get() ) < 1 ) in PyChar2Unicode()
160 sal_Unicode c = (sal_Unicode)PyUnicode_ReadChar( value.get(), 0 ); in PyChar2Unicode()
162 sal_Unicode c = (sal_Unicode)PyUnicode_AsUnicode( value.get() )[0]; in PyChar2Unicode()
171 PyRef value( PyObject_GetAttrString( obj, const_cast< char * >("value") ), SAL_NO_ACQUIRE); in PyEnum2Enum() local
172 if( !PYSTR_CHECK( typeName.get() ) || ! PYSTR_CHECK( value.get() ) ) in PyEnum2Enum()
180 OUString strValue( pyString2ustring( value.get() ) ); in PyEnum2Enum()
/trunk/main/offapi/com/sun/star/util/
H A DTriState.idl33 /** This enumeration represents a tristate value.<p>
36 value.<p>
40 /** The value is equivalent to <FALSE/>.
46 /** The value is equivalent to <TRUE/>.
52 /** The value is indeterminate.
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx227 aRet = CFStringToOUString( (CFStringRef) aField->value); in getString()
286 CFNumberType numberType = CFNumberGetType( (CFNumberRef) aField->value ); in getInt()
289 m_bWasNull = !CFNumberGetValue((CFNumberRef) aField->value, numberType, &nRet); in getInt()
315 CFNumberType numberType = CFNumberGetType( (CFNumberRef) aField->value ); in getLong()
318 m_bWasNull = !CFNumberGetValue((CFNumberRef) aField->value, numberType, &nRet); in getLong()
344 CFNumberType numberType = CFNumberGetType( (CFNumberRef) aField->value ); in getFloat()
347 m_bWasNull = !CFNumberGetValue((CFNumberRef) aField->value, numberType, &nVal); in getFloat()
373 CFNumberType numberType = CFNumberGetType( (CFNumberRef) aField->value ); in getDouble()
376 m_bWasNull = !CFNumberGetValue((CFNumberRef) aField->value, numberType, &nVal); in getDouble()
434 nRet = CFDateToDateTime((CFDateRef) aField->value); in getTimestamp()
[all …]
/trunk/extras/l10n/source/gl/
H A Dlocalize.sdf8868 …E 1 0 gl Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula,…
31261value for the control field to prevent the user from entering a smaller value.\</ahelp\>For numeri…
31508 …lly, a value NULL is not the same as an empty string. In general, a term NULL is used to denote an…
49246 …p hid=\".\" visibility=\"hidden\"\>Enter the value to add to the displayed value as the positive e…
49247 …d=\".\" visibility=\"hidden\"\>Enter the value to subtract from the displayed value as the negativ…
55007 …par_id3150417 105 0 gl \<emph\>Value\</emph\> is a value, number, Boolean value, or an error val…
55050 …ID_FUNC_TYP\"\>Returns the type of value, where 1 = number, 2 = text, 4 = Boolean value, 8 = formu…
58631 … (current) value. The cash value is the deposit of cash or the current cash value of an allowance …
59610 …er\</emph\> is the number whose absolute value is to be calculated. The absolute value of a number…
60608 … (current) value. The cash value is the deposit of cash or the current cash value of an allowance …
[all …]
/trunk/extras/l10n/source/ca-XR/
H A Dlocalize.sdf30604value\</emph\> and \<emph\>Max. value\</emph\>: You can enter the minimum and maximum numeric valu…
30605 …_id3153665 130 0 ca-XR \<emph\>Default value\</emph\>: This value is set for new records as the …
31377 …\>Specifies the size of scrollbar thumb in "value units". A value of ("Scroll value max." minus "S…
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…
49245 …p hid=\".\" visibility=\"hidden\"\>Enter the value to add to the displayed value as the positive e…
49246 …d=\".\" visibility=\"hidden\"\>Enter the value to subtract from the displayed value as the negativ…
55006 …_id3150417 105 0 ca-XR \<emph\>Value\</emph\> is a value, number, Boolean value, or an error val…
58630 … (current) value. The cash value is the deposit of cash or the current cash value of an allowance …
60607 … (current) value. The cash value is the deposit of cash or the current cash value of an allowance …
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DPropertyValueState.idl32 /** defines the states of a property value in the process of obtaining the
33 value (asynchronously).
40 /** The property value was not obtained yet.
45 /** The value was obtained.
47 <p>The value is stored in <member>PropertyValueInfo::Value</member>.
/trunk/extras/l10n/source/uz/
H A Dlocalize.sdf17304value\</emph\> and \<emph\>Max. value\</emph\>: You can enter the minimum and maximum numeric valu…
17305 …par_id3153665 130 0 uz \<emph\>Default value\</emph\>: This value is set for new records as the …
17529 …lly, a value NULL is not the same as an empty string. In general, a term NULL is used to denote an…
18388 … the size of the scrollbar thumb in "value units". For example, a value of ("Scroll value max." mi…
19044 …\>Specifies the size of scrollbar thumb in "value units". A value of ("Scroll value max." minus "S…
28954 … (current) value. The cash value is the deposit of cash or the current cash value of an allowance …
31055 … (current) value. The cash value is the deposit of cash or the current cash value of an allowance …
31056 …86 0 uz \<emph\>FV\</emph\> is the expected value. The future value determines the desired (futu…
33464 …par_id3150417 105 0 uz \<emph\>Value\</emph\> is a value, number, Boolean value, or an error val…
33510 …fic value for which the data type is determined. Value 1 = number, value 2 = text, value 4 = Boole…
[all …]
/trunk/main/udkapi/com/sun/star/container/
H A DXStringKeyMap.idl67 the value matching aKey.
92 The key string which should be used to store the value.
95 The value that should be stored.
101 if there is already a value stored under the key aKey.
132 /** obtains the value of an element by index.
138 the value matching the given index.
/trunk/main/offapi/com/sun/star/form/component/
H A DRadioButton.idl69 /** contains a default value for the control.
71 <p>This value is used when the control is initially displayed, and for resetting it.</p>
83 /** contains a reference value which is used for submission in a HTML
88 value is used for submission.</p>
93 /** specifies a value which is to be associated with the control when it's <em>not</em>
99 the value should be associated with the control when it is <em>not</em> selected.</p>
/trunk/main/apple_remote/source/
H A DRemoteControlContainer.m89 - (void) setListeningToRemote: (BOOL) value {
92 [[remoteControls objectAtIndex: i] setListeningToRemote: value];
94 …if (value && value != [self isListeningToRemote]) [self performSelector:@selector(reset) withObjec…
133 - (void) setOpenInExclusiveMode: (BOOL) value {
136 [[remoteControls objectAtIndex: i] setOpenInExclusiveMode:value];
/trunk/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge216 name,value = None,''
265 value = unescapestr(line[i:].strip())
266 while value[-1:] == '\\':
267 value = value[:-1] # remove \
271 value += unescapestr(line.strip())
274 props[name] = value
/trunk/main/desktop/test/deployment/version/
H A Dreadme.txt35 C version_badvalue contains a bad <version value="1.a"/> (not allowed by the
37 D version_0.0 contains <version value="0.0"/> (same as version "0").
38 E version_1.2.3 contains <version value="1.2.3"/>.
39 F version_1.2.4.7 contains <version value="1.2.4.7"/>.
40 G version_1.02.4.7.0 contains <version value="1.02.4.7.0"/> (same as version
42 H version_1.2.15.3 contains <version value="1.2.15.3"/>.
/trunk/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx73 void addAttr(string name, string value);
74 void addAttr(string name, const ::rtl::OUString & value);
110 void attribute(const string & name, const string & value);
111 void attribute(const string & name, const ::rtl::OUString & value);
112 void attribute(const string & name, sal_uInt32 value);
/trunk/main/offapi/com/sun/star/ui/
H A DLayoutSize.idl28 It specifies a range of valid values and a preferred value.
32 Zero or positive. The value itself is included in the valid
35 A value larger than or equal to Minimum.
36 The special value -1 means that there is no upper bound. Every value larger than or
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dcall.s66 movq -144(%rbp), %rax # Return value (int case)
67 movq -136(%rbp), %rdx # Return value (int case)
68 movq -144(%rbp), %xmm0 # Return value (int case)
69 movq -136(%rbp), %xmm1 # Return value (int case)
72 movlpd -144(%rbp), %xmm0 # Return value (float/double case)
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dcall.s66 movq -144(%rbp), %rax # Return value (int case)
67 movq -136(%rbp), %rdx # Return value (int case)
68 movq -144(%rbp), %xmm0 # Return value (int case)
69 movq -136(%rbp), %xmm1 # Return value (int case)
72 movlpd -144(%rbp), %xmm0 # Return value (float/double case)
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm432 NSMutableString * value = [ [ NSMutableString alloc ] init ];
433 [ value appendString: @"radio button " ];
434 [ value appendString: [ nIndex stringValue ] ];
435 [ value appendString: @" of " ];
436 [ value appendString: [ nGroupsize stringValue ] ];
441 return value;
671 id value = nil;
678 value = [ self performSelector: methodSelector ];
691 return value;
833 (void)value;
[all …]
/trunk/extras/l10n/source/eu/
H A Dlocalize.sdf8868 …E 1 0 eu Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula,…
22072 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 eu Chart 8 20200411 15…
22078 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 eu Calc 8 20200411 15:09…
22079 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 eu Draw 8 20200411 15:09…
22083 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 eu Math 8 20200411 15:09…
31283value changes when the user scrolls a mouse wheel. Never: No change of the value. When focused: (d…
31508 …lly, a value NULL is not the same as an empty string. In general, a term NULL is used to denote an…
48990 …elp par_id030520091052489 0 eu \<ahelp hid=\".\"\>For a missing value, the y-value will be show…
49247 …p hid=\".\" visibility=\"hidden\"\>Enter the value to add to the displayed value as the positive e…
49248 …d=\".\" visibility=\"hidden\"\>Enter the value to subtract from the displayed value as the negativ…
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXSchemaHandler.idl179 <p> The value is a combination of
222 <p> The value is a combination of
293 <p> The value is a combination of
333 <p> The value is a combination of
390 <p> The property will have a default value of <NULL/>
400 <p> The value is a combination of
439 <p> The value is a combination of
444 specifies the value of the new property.
446 <p> The value also determines the type.
447 Therefore the value must not be <void/>.
[all …]
/trunk/extras/l10n/source/et/
H A Dlocalize.sdf30604value\</emph\> and \<emph\>Max. value\</emph\>: You can enter the minimum and maximum numeric valu…
30605 …par_id3153665 130 0 et \<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…
31508 …lly, a value NULL is not the same as an empty string. In general, a term NULL is used to denote an…
58631 … (current) value. The cash value is the deposit of cash or the current cash value of an allowance …
59610 …er\</emph\> is the number whose absolute value is to be calculated. The absolute value of a number…
60608 … (current) value. The cash value is the deposit of cash or the current cash value of an allowance …
60609 …86 0 et \<emph\>FV\</emph\> is the expected value. The future value determines the desired (futu…
[all …]
/trunk/main/desktop/source/deployment/manager/
H A Ddp_properties.cxx106 OUString value(OUSTR("0")); in getPropertyValue() local
107 if (v.Value >>= value) in getPropertyValue()
109 if (value.equals(OUSTR("1"))) in getPropertyValue()
110 value = OUSTR("1"); in getPropertyValue()
117 return value; in getPropertyValue()
/trunk/main/offapi/com/sun/star/sdb/
H A DDataColumn.idl44 /** is used to retrieve the columns value.
49 /** is used to update the columns value.
54 /** contains the column's value. This could be a constraint property, to
55 veto modifications, if a new value does not fit into rules
61 /** contains the original value of the column.
/trunk/main/offapi/com/sun/star/style/
H A DParagraphAdjust.idl40 // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::LEFT
47 // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::RIGHT
54 // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::BLOCK
61 // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::CENTER
68 // DocMerge from xml: value com::sun::star::style::ParagraphAdjust::STRETCH
/trunk/main/writerfilter/source/doctok/
H A DWW8sprms.xsl33 <xsl:variable name='sprmname'><xsl:value-of select='xhtml:td[1]'/></xsl:variable>
34 <xsl:variable name='sprmid'><xsl:value-of select='xhtml:td[2]'/></xsl:variable>
36 <xsl:attribute name='xmi.id'><xsl:value-of select='$sprmname'/></xsl:attribute>
37 <xsl:attribute name='name'><xsl:value-of select='$sprmname'/></xsl:attribute>
43 <UML:TaggedValue.dataValue><xsl:value-of select='$sprmid'/></UML:TaggedValue.dataValue>
51 <UML:TaggedValue.dataValue>rtf:<xsl:value-of select='$sprmname'/></UML:TaggedValue.dataValue>
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePreview.idl115 A value of <TRUE/> shows the preview window.
116 <p>A value of <FALSE/> hides the preview window.</p>
119 A value of <TRUE/> on success.
120 <p>A value of <FALSE/> if the operation fails for any reason or the preview
129 A value of <TRUE/> if the preview window is visible.
130 <p>A value of <FALSE/> if the preview window is invisible.</p>

Completed in 5748 milliseconds

1...<<11121314151617181920>>...76