Home
last modified time | relevance | path

Searched refs:value (Results 76 – 100 of 1887) sorted by relevance

12345678910>>...76

/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx377 if (value >= -1 && value <= 5) { in loadIntegerConstant()
380 } else if (value >= -128 && value <= 127) { in loadIntegerConstant()
384 } else if (value >= -32768 && value <= 32767) { in loadIntegerConstant()
389 ldc(m_classFile.addIntegerInfo(value)); in loadIntegerConstant()
394 ldc(m_classFile.addStringInfo(value)); in loadStringConstant()
527 sal_uInt16 ClassFile::addFloatInfo(float value) { in addFloatInfo() argument
535 bytes.floatBytes = value; in addFloatInfo()
561 sal_uInt16 ClassFile::addDoubleInfo(double value) { in addDoubleInfo() argument
569 bytes.doubleBytes = value; in addDoubleInfo()
735 if (value.getLength() > SAL_MAX_UINT16) { in addUtf8Info()
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DBibliographyDataType.idl38 // DocMerge from idl: value com::sun::star::text::BibliographyDataType::ARTICLE
43 // DocMerge from idl: value com::sun::star::text::BibliographyDataType::BOOK
48 // DocMerge from idl: value com::sun::star::text::BibliographyDataType::BOOKLET
59 // DocMerge from idl: value com::sun::star::text::BibliographyDataType::INBOOK
74 // DocMerge from idl: value com::sun::star::text::BibliographyDataType::JOURNAL
79 // DocMerge from idl: value com::sun::star::text::BibliographyDataType::MANUAL
89 // DocMerge from idl: value com::sun::star::text::BibliographyDataType::MISC
114 // DocMerge from idl: value com::sun::star::text::BibliographyDataType::EMAIL
119 // DocMerge from idl: value com::sun::star::text::BibliographyDataType::WWW
124 // DocMerge from idl: value com::sun::star::text::BibliographyDataType::CUSTOM1
[all …]
/trunk/main/
H A Doowintool35 my $value;
42 if ( defined $value ) {
43 chomp ($value);
44 $value =~ s|\r\n||;
48 return $value;
118 my ($value, $key);
120 if (!defined $value)
124 if (!defined $value)
128 if (!defined $value)
131 $value = reg_get_value ($key);
[all …]
/trunk/main/lucene/
H A Dlucene-java-version.patch5 <property name="javac.deprecation" value="off"/>
6 <property name="javac.debug" value="on"/>
7 - <property name="javac.source" value="1.4"/>
8 - <property name="javac.target" value="1.4"/>
9 + <property name="javac.source" value="1.6"/>
10 + <property name="javac.target" value="1.6"/>
20 - <property name="javac.source" value="1.4" />
21 - <property name="javac.target" value="1.4" />
22 + <property name="javac.source" value="1.6" />
23 + <property name="javac.target" value="1.6" />
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java362 ? new Any(new Type(type), value) : value; in readAnyValue()
372 ? value : new Any(new Type(type), value); in readAnyValue()
395 return value; in readSequenceValue()
415 Object value; in readStructValue() local
423 readFields(type, value); in readStructValue()
424 return value; in readStructValue()
428 Exception value; in readExceptionValue() local
430 value = (Exception) in readExceptionValue()
442 readFields(type, value); in readExceptionValue()
443 return value; in readExceptionValue()
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dregistry.pm282 my $value = "";
284 if ( $registry->{'Value'} ) { $value = $registry->{'Value'}; }
286 $value =~ s/\\\"/\"/g; # no more masquerading of '"'
288 $value =~ s/\<progpath\>/\[INSTALLLOCATION\]/;
291 …if ( $value =~ /\%/ ) { $value = installer::worker::replace_variables_in_string($value, $allvariab…
293 return $value;
304 my $value = "";
308 $value =~ s/\\\"/\"/g; # no more masquerading of '"'
310 $value =~ s/\<progpath\>/\[INSTALLLOCATION\]/;
313 …if ( $value =~ /\%/ ) { $value = installer::worker::replace_variables_in_string($value, $allvariab…
[all …]
/trunk/extras/l10n/source/sa-IN/
H A Dlocalize.sdf2760 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 sa-IN HTML लेखपत्रम् …
2800 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 sa-IN पाठः 2002-02-02…
2805 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 sa-IN ODFविस्तारफलकम् …
2811 filter source\config\fragments\filters\chart8_ui.xcu 0 value chart8 UIName 0 sa-IN ODF तालिका …
2813 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 sa-IN ODF रेखाचित्रम् …
2824 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 sa-IN ODF सूत्रम् …
2880 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 sa-IN Calc 8 2002-02-02 …
2883 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 sa-IN तालिका 8 2002-02…
2884 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 sa-IN रेखाचित्रम् 8 2002…
2888 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 sa-IN गणितम् 8 2002-02-0…
[all …]
/trunk/main/extensions/source/oooimprovement/
H A Dconfig.cxx76 sal_Int32 value; in incrementCfgValue() local
83 rel_path, key) >>= value; in incrementCfgValue()
84 value += increment_by; in incrementCfgValue()
88 Any(value)); in incrementCfgValue()
90 return value; in incrementCfgValue()
112 OUString value; in getSoapId() local
118 result.append(value); in getSoapId()
175 OUString value; in getCompleteProductname() local
180 result.append(value); in getCompleteProductname()
187 if(value.getLength()) result.appendAscii(" ").append(value); in getCompleteProductname()
[all …]
/trunk/main/chart2/source/view/axes/
H A DDateScaling.cxx68 double SAL_CALL DateScaling::doScaling( double value ) in doScaling() argument
71 double fResult(value); in doScaling()
72 if( ::rtl::math::isNan( value ) || ::rtl::math::isInf( value ) ) in doScaling()
81 fResult = value; in doScaling()
142 double SAL_CALL InverseDateScaling::doScaling( double value ) in doScaling() argument
145 double fResult(value); in doScaling()
146 if( ::rtl::math::isNan( value ) || ::rtl::math::isInf( value ) ) in doScaling()
154 value -= 0.5; in doScaling()
155 fResult = value; in doScaling()
164 value -= 0.5*lcl_fNumberOfMonths; in doScaling()
[all …]
/trunk/main/desktop/source/deployment/manager/
H A Ddp_activepackages.cxx72 ::rtl::OUString const & fileName, ::rtl::OString const & value) in decodeOldData() argument
75 sal_Int32 i = value.indexOf(';'); in decodeOldData()
80 value.getStr() + i + 1, value.getLength() - i - 1, in decodeOldData()
87 sal_Int32 i1 = value.indexOf(separator); in decodeNewData()
90 value.getStr(), i1, RTL_TEXTENCODING_UTF8); in decodeNewData()
91 sal_Int32 i2 = value.indexOf(separator, i1 + 1); in decodeNewData()
95 sal_Int32 i3 = value.indexOf(separator, i2 + 1); in decodeNewData()
101 value.getStr() + i2 + 1, value.getLength() - i2 - 1, in decodeNewData()
106 sal_Int32 i4 = value.indexOf(separator, i3 + 1); in decodeNewData()
110 value.getStr() + i3 + 1, i4 - i3 - 1, in decodeNewData()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DNumericValidator.java42 double value = ((Double)Value).doubleValue(); in explainInvalid() local
43 if ( Double.compare( Double.NaN, value ) == 0 ) in explainInvalid()
45 if ( !isProperRange( value ) ) in explainInvalid()
47 if ( !isProperDigitCount( value ) ) in explainInvalid()
61 double value = ((Double)Value).doubleValue(); in isValid() local
64 if ( !isProperRange( value ) ) in isValid()
66 if ( !isProperDigitCount( value ) ) in isValid()
76 private boolean isProperRange( double value) in isProperRange() argument
78 return ( value >= 0 ) && ( value <= 100 ); in isProperRange()
81 private boolean isProperDigitCount( double value) in isProperDigitCount() argument
[all …]
/trunk/main/forms/qa/integration/forms/
H A DNumericValidator.java43 double value = ((Double)Value).doubleValue(); in explainInvalid() local
44 if ( Double.compare( Double.NaN, value ) == 0 ) in explainInvalid()
46 if ( !isProperRange( value ) ) in explainInvalid()
48 if ( !isProperDigitCount( value ) ) in explainInvalid()
62 double value = ((Double)Value).doubleValue(); in isValid() local
65 if ( !isProperRange( value ) ) in isValid()
67 if ( !isProperDigitCount( value ) ) in isValid()
77 private boolean isProperRange( double value) in isProperRange() argument
79 return ( value >= 0 ) && ( value <= 100 ); in isProperRange()
82 private boolean isProperDigitCount( double value) in isProperDigitCount() argument
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DColorComponentTag.idl84 alpha value.<p>
88 /// CieXYZ X value
91 /// CieXYZ Y value
94 /// CieXYZ Z value
106 /// HSV H value
109 /// HSV S value
112 /// HSV V value
115 /// HSL H value
118 /// HSL S value
121 /// HSL L value
[all …]
/trunk/main/desktop/win32/source/applauncher/ooo/
H A Dverinfo.rc62 value "CompanyName", "Apache Software Foundation\0"
64 value "FileVersion", PPS(VER_LEVEL) "\0"
65 value "ProductVersion", PPS(VER_LEVEL) "\0"
66 value "OriginalFilename", PPS(RES_APP_NAME) ".exe\0"
67 value "InternalName", PPS(RES_APP_NAME) "\0"
76 value "FileVersion", PPS(VER_LEVEL) "\0"
77 value "ProductVersion", PPS(VER_LEVEL) "\0"
78 value "OriginalFilename", PPS(RES_APP_NAME) ".exe\0"
79 value "InternalName", PPS(RES_APP_NAME) "\0"
88 value "Translation", 0x0407, 1252
[all …]
/trunk/main/desktop/win32/source/applauncher/
H A Dverinfo.rc67 value "CompanyName", "Apache Software Foundation\0"
69 value "FileVersion", PPS(VER_LEVEL) "\0"
70 value "ProductVersion", PPS(VER_LEVEL) "\0"
71 value "OriginalFilename", PPS(RES_APP_NAME) ".exe\0"
72 value "InternalName", PPS(RES_APP_NAME) "\0"
81 value "FileVersion", PPS(VER_LEVEL) "\0"
82 value "ProductVersion", PPS(VER_LEVEL) "\0"
83 value "OriginalFilename", PPS(RES_APP_NAME) ".exe\0"
84 value "InternalName", PPS(RES_APP_NAME) "\0"
93 value "Translation", 0x0407, 1252
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8inc.xsl36 <xsl:variable name="name"><xsl:value-of select="xhtml:td[3]"/></xsl:variable>
37 <xsl:variable name="type"><xsl:value-of select="xhtml:td[4]"/></xsl:variable>
49 <xsl:variable name="bits"><xsl:value-of select="xhtml:td[5]"/></xsl:variable>
50 <xsl:variable name="mask"><xsl:value-of select="xhtml:td[6]"/></xsl:variable>
53 <xsl:value-of select="$comment"/>
55 offset : <xsl:value-of select="$offset"/>
56 name : <xsl:value-of select="$name"/>
57 type : <xsl:value-of select="$type"/>
58 shift : <xsl:value-of select="concat($shift, '&#xa;')"/>
61 <xsl:value-of select="$saltype"/> get_<xsl:value-of select="$name"/>() const<xsl:choose>
[all …]
/trunk/main/crashrep/source/win32/
H A Drcheader.txt75 value "CompanyName", "OpenOffice.org\0"
77 value "FileVersion", PPS(VER_LEVEL) "\0"
78 value "ProductVersion", PPS(VER_LEVEL) "\0"
79 value "OriginalFilename", "SOREPORT.EXE\0"
80 value "InternalName", "CrashReport\0"
87 value "CompanyName", "OpenOffice.org\0"
89 value "FileVersion", PPS(VER_LEVEL) "\0"
91 value "OriginalFilename", "SOREPORT.EXE\0"
92 value "InternalName", "CrashReport\0"
101 value "Translation", 0x0407, 1252
[all …]
/trunk/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch52 + <property name="version" value="9.0.0.7"/>
53 + <property name="versionh" value="9-0-0-7"/>
59 + <property name="root" value="."/>
62 + <property name="troot" value="."/>
121 + <property name="lib.dir" value="libs"/>
122 + <property name="temp.dir" value="temp"/>
143 + <property name="build.debug" value="true"/>
250 + value="//"
255 + value="//"
287 + value="//"
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleValue.idl31 /** Implement this interface to give access to a single numerical value.
34 numerical value and should be implemented by any class that supports
35 numerical value like scroll bars and spin boxes. This interface lets
36 you access the value and its upper and lower bounds.</p>
42 /** Returns the value of this object as a number.
48 Returns the current value represented by this object.
52 /** Sets the value of this object to the given number.
58 the minimum value the new value will be the minimum and if it is
66 Returns <TRUE/> if the new value could successfully be set and
71 /** Returns the maximal value that can be represented by this object.
[all …]
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c88 char* value; in main() local
180 value = getenv( ENVVARNAME ); in main()
189 if ( value != NULL ) in main()
203 if ( value != NULL ) in main()
206 strcat( envstr, value ); in main()
211 value = getenv( "PATH" ); in main()
214 if ( value != NULL ) in main()
218 if ( value != NULL ) { in main()
227 value = getenv ( "HOME" ); in main()
228 if ( value && *value ) { in main()
[all …]
/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl100 /** sets the value of a property
105 the property value to set
146 /** converts a given control-compatible value to a property value
153 … <p>This method converts a control value into a property value, which subsequently can be used
159 …The to-be-converted control value. This value has been obtained from an <type>XPropertyControl</ty…
177 /** converts a given property value to a control-compatible value
194 equals the property's value type.</p>
199 The to-be-converted property value.
405 the new value of the property
407 the old value of the property
[all …]
/trunk/main/setup_native/source/win32/stwrapper/
H A Dresource.rc100 value "CompanyName", "Sun Microsystems, Inc.\0"
102 value "FileVersion", PPS(VER_LEVEL) "\0"
103 value "ProductVersion", PPS(VER_LEVEL) "\0"
104 value "OriginalFilename", "STCLIENT_WRAPPER.EXE\0"
105 value "InternalName", "stclient_wrapper\0"
112 value "CompanyName", "Sun Microsystems, Inc.\0"
114 value "FileVersion", PPS(VER_LEVEL) "\0"
115 value "ProductVersion", PPS(VER_LEVEL) "\0"
117 value "InternalName", "stclient_wrapper\0"
126 value "Translation", 0x0407, 1252
[all …]
/trunk/main/chart2/source/tools/
H A DScaling.cxx77 LogarithmicScaling::doScaling( double value ) in doScaling() argument
81 if( ::rtl::math::isNan( value ) || ::rtl::math::isInf( value ) ) in doScaling()
84 fResult = log( value ) / m_fLogOfBase; in doScaling()
128 ExponentialScaling::doScaling( double value ) in doScaling() argument
132 if( ::rtl::math::isNan( value ) || ::rtl::math::isInf( value ) ) in doScaling()
135 fResult = pow( m_fBase, value ); in doScaling()
181 if( ::rtl::math::isNan( value ) || ::rtl::math::isInf( value ) ) in doScaling()
184 fResult = m_fOffset + m_fSlope * value; in doScaling()
228 double SAL_CALL PowerScaling::doScaling( double value ) in doScaling() argument
232 if( ::rtl::math::isNan( value ) || ::rtl::math::isInf( value ) ) in doScaling()
[all …]
/trunk/main/sal/qa/helper/gcov/
H A Dgcov_resultinterpreter.pl100 my $value;
102 while (($key, $value) = each %list)
107 if ($value <= 0.00)
114 if ($value != 0.00)
116 print "$key, $value\n";
121 if ($value >= $nPercent)
123 print "$key, $value\n";
128 if ($value > 0.00 && $value < 100.00)
130 print "$key, $value\n";
135 print "$key, $value\n";
[all …]
/trunk/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx390 fieldValue[fieldIndex] = value; in setValue()
722 sal_Int32 nMinutes = value / 60000; in getValue()
724 abs( value - nMinutes * 60000))); in getValue()
730 sal_Int32 nMinutes = value / 60000; in getValue()
732 abs( value - nMinutes * 60000))); in getValue()
737 fieldValue[fieldIndex] = (sal_Int16) value; in getValue()
967 sal_Int16 quarter = value / 3; in getDisplayString()
987 value += 1; // month is zero based in getDisplayString()
999 value += 1; // month is zero based in getDisplayString()
1007 if (value < 100 || eraArray) in getDisplayString()
[all …]

Completed in 594 milliseconds

12345678910>>...76