Home
last modified time | relevance | path

Searched refs:value (Results 126 – 150 of 1887) sorted by relevance

12345678910>>...76

/trunk/main/writerfilter/source/doctok/
H A Dcompactxmi.xsl36 <xsl:value-of select="@name"/>
49 <xsl:value-of select="$myid"/>
77 <xsl:value-of select="$myid"/>
86 <xsl:value-of select="$classid"/>
126 <xsl:value-of select="@name"/>
129 <xsl:value-of select="$bits"/>
167 <xsl:value-of select="@name"/>
170 <xsl:value-of select="$type"/>
173 <xsl:value-of select="$size"/>
229 <xsl:value-of select="@name"/>
[all …]
/trunk/main/forms/qa/integration/forms/
H A DTextValidator.java43 String value = (String)Value; in explainInvalid() local
44 if ( containsZs( value ) ) in explainInvalid()
46 if ( !isProperChunks( value ) ) in explainInvalid()
60 String value = (String)Value; in isValid() local
61 if ( containsZs( value ) ) in isValid()
63 if ( !isProperChunks( value ) ) in isValid()
73 private boolean isProperChunks( String value ) in isProperChunks() argument
75 return ( value.length() % 3 ) == 0; in isProperChunks()
78 private boolean containsZs( String value ) in containsZs() argument
80 if ( ( value.indexOf( 'Z' ) != -1 ) in containsZs()
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DXDateField.idl37 /** gives access to the value and settings of a date field.
43 /** sets the date value which is displayed in the date field.
45 <p>The date value must be specified in the format
58 /** sets the minimum date value that can be entered by the user.
71 /** sets the maximum date value that can be entered by the user.
84 /** sets the first value to be set on POS1 key.
90 /** returns the currently set first value which is set on POS1 key.
96 /** sets the last value to be set on END key.
102 /** returns the currently set last value which is set on END key.
120 /** sets an empty value for the date.
[all …]
H A DXTimeField.idl37 /** gives access to the value and settings of a time field.
43 /** sets the time value which is displayed in the time field.
45 <p>The time value must be specified in the format HHMMSShh,
59 /** sets the minimum time value that can be entered by the user.
72 /** sets the maximum time value that can be entered by the user.
85 /** sets the first value to be set on POS1 key.
91 /** returns the currently set first value which is set on POS1 key.
97 /** sets the last value to be set on END key.
103 /** returns the currently set last value which is set on END key.
109 /** sets an empty value for the time.
[all …]
H A DXCurrencyField.idl37 /** gives access to the value and formatting of a currency field.
43 /** sets the value which is displayed in the currency field.
55 /** sets the minimum value that can be entered by the user.
61 /** returns the currently set minimum value that can be entered by the
68 /** sets the maximum value that can be entered by the user.
81 /** sets the first value to be set on POS1 key.
87 /** returns the currently set first value which is set on POS1 key.
93 /** sets the last value to be set on END key.
99 /** returns the currently set last value which is set on END key.
105 /** sets the increment value for the spin button.
[all …]
H A DXNumericField.idl37 /** gives access to the value and formatting of a numeric field.
43 /** sets the value which is displayed in the numeric field.
55 /** sets the minimum value that can be entered by the user.
61 /** returns the currently set minimum value that can be entered by the
68 /** sets the maximum value that can be entered by the user.
81 /** sets the first value to be set on POS1 key.
87 /** returns the currently set first value which is set on POS1 key.
93 /** sets the last value to be set on END key.
99 /** returns the currently set last value which is set on END key.
105 /** sets the increment value for the spin button.
[all …]
/trunk/extras/l10n/source/ku/
H A Dlocalize.sdf14661 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 ku Impress 8 2002-…
14662 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 ku Math 8 2002-02-02 02:…
14666 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 ku Calc 8 2002-02-02 02:…
14673 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 ku Draw 8 2002-02-02 02:…
14674 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 ku Chart 8 2002-02-02 …
14675 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 ku Writer 8 2002-02-…
14728 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 ku Belgeya HTML 2002-…
14744 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 ku Xêzkirina ODF 20…
14786 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 ku Tekst 2002-02-02 0…
14793 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 ku Formula ODF 2002…
[all …]
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx809 sal_Bool value; in anyToVariant() local
831 OUString value; in anyToVariant() local
845 float value; in anyToVariant() local
859 double value; in anyToVariant() local
874 sal_Int8 value; in anyToVariant() local
889 sal_Int16 value; in anyToVariant() local
911 sal_Int32 value; in anyToVariant() local
932 rAny >>= value; in anyToVariant()
948 rAny >>= value; in anyToVariant()
2414 if( value <= 0x7f && value >= -0x80) in reduceRange()
[all …]
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableIntegerValueRange.idl38 an integer value, out of a range of permitted integer values.
40 <p><type>BindableIntegerValueRange</type>s have a value property, a minimum, and a maximum,
50 <p>When the (integer) value reflected by the control model is changed, it's converted
51 into an double value and propagated to the binding.</p>
53 <p>When the external (double) value changes, it's converted as follows to an integer
54 value:
55 <ul><li>If the external value is <NULL/>, the current value of the control model
57 <li>If the external value is the <em>infinite</em> value, the control value will
58 be set to its maximum or minimum, depending on the sign of the external value.</li>
59 <li>If none of the aforementioned conditions is met, the external value will be simply
/trunk/main/sal/osl/unx/
H A Dsystem.c487 sem->value = (int)value; in sem_init()
495 sem->value = 0; in sem_destroy()
503 while (sem->value <= 0) in sem_wait()
508 sem->value--; in sem_wait()
520 if (sem->value > 0) in sem_trywait()
522 sem->value--; in sem_trywait()
539 sem->value++; in sem_post()
556 if (value==0.0) value=1e-30; in fcvt()
560 if (value<1.0) in fcvt()
563 value*=pow(10.0,1-*decpt); in fcvt()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DTableAutoFormatField.idl111 /** contains the value of the character set of the western font.
115 /** contains the value of the character set of the asian font.
125 /** contains the value of the western font family.
129 /** contains the value of the asian font family.
133 /** contains the value of the complex font family.
139 /** contains the value of the pitch of the western font.
143 /** contains the value of the pitch of the asian font.
147 /** contains the value of the pitch of the complex font.
195 /** contains the value for the character underline.
219 /** contains the value of the text color.
[all …]
H A DFilterOperator.idl51 /** value has to be equal to the specified value.
57 /** value must not be equal to the specified value.
63 /** value has to be greater than the specified value.
69 /** value has to be greater than or equal to the specified value.
75 /** value has to be less than the specified value.
81 /** value has to be less than or equal to the specified value.
H A DXDataPilotFieldGrouping.idl98 </member> is set to <FALSE/>, then the value of <member>
100 value representing a valid date/time value (if <member>
102 the value of <member>DataPilotFieldGroupInfo::Start</member> will
106 </member> is set to <FALSE/>, then the value of <member>
108 value representing a valid date/time value( if <member>
110 the value of <member>DataPilotFieldGroupInfo::End</member> will be
115 are set to <FALSE/> both, then the value of <member>
124 description of the member GroupBy below), in that case the value
126 The fractional part of the value will be ignored.</li>
133 will specify the type of day grouping (see above). If that value
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXLayerHandler.idl111 <p> The value is a combination of
166 <p> The value is a combination of
215 <p> The value is a combination of
308 <p> The value is a combination of
368 specifies the new value of the property.
373 the value can be <void/>.
403 specifies the new value of the property.
408 the value can be <void/>.
470 <p> The value is a combination of
517 <p> The value is a combination of
[all …]
H A DXUpdateHandler.idl121 <p> The value is a combination of
131 <p> The value is a combination of
184 <p> The value is a combination of
232 <p> The value is a combination of
325 <p> The value is a combination of
338 <p> The value is a combination of
382 the value can be <void/>.
413 the value can be <void/>.
546 <p> The value is a combination of
596 <p> The value is a combination of
[all …]
/trunk/main/sal/inc/rtl/
H A Dstrbuf.hxx96 OStringBuffer( const OStringBuffer & value ) in OStringBuffer() argument
98 , nCapacity( value.nCapacity ) in OStringBuffer()
100 rtl_stringbuffer_newFromStringBuffer( &pData, value.nCapacity, value.pData ); in OStringBuffer()
126 OStringBuffer(OString value) in OStringBuffer() argument
128 , nCapacity( value.getLength() + 16 ) in OStringBuffer()
130 rtl_stringbuffer_newFromStr_WithLength( &pData, value.getStr(), value.getLength() ); in OStringBuffer()
135 OStringBuffer& operator = ( const OStringBuffer& value ) in operator =() argument
137 if (this != &value) in operator =()
140 value.nCapacity, in operator =()
141 value.pData); in operator =()
[all …]
H A Dustrbuf.hxx97 OUStringBuffer( const OUStringBuffer & value ) in OUStringBuffer() argument
99 , nCapacity( value.nCapacity ) in OUStringBuffer()
101 rtl_uStringbuffer_newFromStringBuffer( &pData, value.nCapacity, value.pData ); in OUStringBuffer()
127 OUStringBuffer(OUString value) in OUStringBuffer() argument
129 , nCapacity( value.getLength() + 16 ) in OUStringBuffer()
131 rtl_uStringbuffer_newFromStr_WithLength( &pData, value.getStr(), value.getLength() ); in OUStringBuffer()
136 OUStringBuffer& operator = ( const OUStringBuffer& value ) in operator =() argument
138 if (this != &value) in operator =()
141 value.nCapacity, in operator =()
142 value.pData); in operator =()
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Dscriptitems.pm307 my ($key, $value);
334 $value = $oneitem->{$key};
335 $oneitemhash{$key} = $value;
340 $value = $oneitem->{$key};
341 $oneitemhash{$key} = $value;
1037 $oneitem->{'Value'} = $value;
1959 my $value = $oneitem->{$key};
1962 $oneitem->{$key} = $value;
1972 my $value = $oneitem->{$key};
1975 $oneitem->{$key} = $value;
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl68 the value of "ID" tag
85 the value of "ID" tag
106 the value of "ID" tag
123 the value of "ID" tag
130 represents the tag value
145 takes the specified value.
158 represents the tag value.
178 represents the tag value
191 the value of "ID" tag
198 represents the tag value.
[all …]
/trunk/main/solenv/inc/
H A Dshlinfo.rc77 value "CompanyName", "Apache Software Foundation\0"
78 value "FileVersion", PPS(VER_LEVEL) "\0"
79 value "OriginalFilename", PPS(ORG_NAME) "\0"
80 value "InternalName", PPS(INTERNAL_NAME) "\0"
81 value "LegalCopyright", S_CRIGHT " Apache Software Foundation\0"
90 value "CompanyName", "Apache Software Foundation\0"
91 value "FileVersion", PPS(VER_LEVEL) "\0"
92 value "OriginalFilename", PPS(ORG_NAME) "\0"
93 value "InternalName", PPS(INTERNAL_NAME) "\0"
105 value "Translation", 0x0407, 1252
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXSQLOutput.idl92 the value to pass to the database.
101 the value to pass to the database.
110 the value to pass to the database.
119 the value to pass to the database.
128 the value to pass to the database.
137 the value to pass to the database.
146 the value to pass to the database.
155 the value to pass to the database.
164 the value to pass to the database.
173 the value to pass to the database.
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java632 public void setDontUpdate(boolean value) { in setDontUpdate() argument
633 dontUpdate = value; in setDontUpdate()
640 public void setHideEula(boolean value) { in setHideEula() argument
641 hideEula = value; in setHideEula()
649 installedProductMinorSet = value; in setInstalledProductMinorSet()
657 debianInvestigated = value; in setDebianInvestigated()
664 public void setIsDebianSystem(boolean value) { in setIsDebianSystem() argument
665 isDebianSystem = value; in setIsDebianSystem()
673 isFirstPackage = value; in setIsFirstPackage()
681 useForceDebian = value; in setUseForceDebian()
[all …]
/trunk/extras/l10n/source/mk/
H A Dlocalize.sdf1433 filter source\config\fragments\filters\chart8_ui.xcu 0 value chart8 UIName 0 mk ODF графикон 2…
1435 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 mk ODF цртање 2002-…
1441 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 mk HTML-документ 2002…
1450 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 mk ODF формула 2002…
1491 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 mk Текст 2002-02-02 0…
1549 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 mk Calc 8 2002-02-02 02:…
1552 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 mk Chart 8 2002-02-02 …
1553 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 mk Draw 8 2002-02-02 02:…
1555 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 mk Impress 8 2002-…
1557 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 mk Math 8 2002-02-02 02:…
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbafind.cxx246 sal_Bool value = sal_False; in getMatchCase() local
248 return value; in getMatchCase()
258 sal_Bool value = sal_False; in getMatchWholeWord() local
260 return value; in getMatchWholeWord()
270 sal_Bool value = sal_False; in getMatchWildcards() local
272 return value; in getMatchWildcards()
282 sal_Bool value = sal_False; in getMatchSoundsLike() local
284 return value; in getMatchSoundsLike()
295 sal_Bool value = sal_False; in getMatchAllWordForms() local
297 if( value ) in getMatchAllWordForms()
[all …]
/trunk/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx356 sal_Int32 value; in getLongValue() local
377 return value; in getLongValue()
380 void Key::setLongValue(sal_Int32 value) in setLongValue() argument
439 return value; in getLongListValue()
528 rtl::OUString value; in getAsciiValue() local
530 &value.pData, &list[0], in getAsciiValue()
543 return value; in getAsciiValue()
551 if (!value.convertToString( in setAsciiValue()
638 return value; in getAsciiListValue()
816 return value; in getStringListValue()
[all …]

Completed in 1190 milliseconds

12345678910>>...76