/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | PropertySet_Test.java | 107 Object value; in setPropertyValue() local 125 value= new Integer(113); in setPropertyValue() 129 value= new Long(115); in setPropertyValue() 133 value= new Float(3.14); in setPropertyValue() 156 r[i++]= ret == value; in setPropertyValue() 204 value= new Long(115); in setPropertyValue() 261 value= new Long(115); in setPropertyValue() 426 value= new Long(115); in setPropertyValue() 1241 value= "string"; in test_convertPropertyValue() 1268 value= oWeak; in test_convertPropertyValue() [all …]
|
/aoo41x/main/solenv/bin/modules/installer/ |
H A D | xpdinstaller.pm | 209 $value = '' unless defined $value; 227 return $value; 242 if ( $value =~ /\bNO\b/i ) { $value = "false"; } 245 return $value; 516 $value = replace_brackets_in_string($value); 517 $value = replace_javaencoding_in_string($value); 605 $value = $value/1000; 608 if ($ganzzahl < $value) { $value = $ganzzahl + 1; } 629 if ( ! ( $value%2 == 0 )) { $value = $value + 1; } 630 $value = $value/2; # not blocks, but kB [all …]
|
H A D | setupscript.pm | 124 $value =~ s/\s+//g; 127 $value = $original; 129 $value =~ s/ /\%20/g; 131 $value = $original; 132 $value =~ s/\s/\_/g; 136 $value = $original; 137 $value =~ s/\s/\_/g; 138 $value =~ s/\.//g; 149 $value =~ s/\.//g; 154 $value =~ s/\.//g; [all …]
|
H A D | followme.pm | 159 my $value = $2; 160 if ( $name eq "updatepack" ) { $installer::globals::updatepack = $value; } 177 if ( $name eq "issolaris" ) { $installer::globals::issolaris = $value; } 178 if ( $name eq "islinux" ) { $installer::globals::islinux = $value; } 179 if ( $name eq "unpackpath" ) { $installer::globals::unpackpath = $value; } 186 if ( $name eq "product" ) { $installer::globals::product = $value; } 187 if ( $name eq "patch" ) { $installer::globals::patch = $value; } 191 if ( $name eq "compiler" ) { $installer::globals::compiler = $value; } 192 if ( $name eq "product" ) { $installer::globals::product = $value; } 193 if ( $name eq "minor" ) { $installer::globals::minor = $value; } [all …]
|
/aoo41x/main/cppu/inc/com/sun/star/uno/ |
H A D | Any.hxx | 50 inline Any::Any( T const & value ) in Any() argument 53 this, const_cast<T *>(&value), in Any() 58 inline Any::Any( bool value ) in Any() argument 60 sal_Bool b = value; in Any() 182 return Any( &value, ::cppu::getTypeFavourUnsigned(&value) ); in makeAny() 190 const sal_Bool b = value; in makeAny() 209 sal_Bool b = value; in operator <<=() 265 (value == in operator ==() 516 if (&rAny != &value) in operator >>=() 563 T value = T(); in get() local [all …]
|
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | Marshal.java | 195 output.writeBoolean(value != null && value.booleanValue()); in writeBooleanValue() 202 write8Bit(value == null ? 0 : value.byteValue()); in writeByteValue() 206 write16Bit(value == null ? 0 : value.shortValue()); in writeShortValue() 210 write32Bit(value == null ? 0 : value.intValue()); in writeLongValue() 215 output.writeLong(value == null ? 0 : value.longValue()); in writeHyperValue() 223 output.writeFloat(value == null ? 0 : value.floatValue()); in writeFloatValue() 231 output.writeDouble(value == null ? 0 : value.doubleValue()); in writeDoubleValue() 239 output.writeChar(value == null ? 0 : value.charValue()); in writeCharValue() 264 value == null ? Type.VOID : value)); in writeTypeValue() 272 if (value == null || value instanceof XInterface) { in writeAnyValue() [all …]
|
/aoo41x/main/vos/inc/vos/ |
H A D | stream.hxx | 178 return (read(&value, sizeof(value)) == sizeof(value)); in read() 183 return (read(&value, sizeof(value)) == sizeof(value)); in read() 188 return (read(&value, sizeof(value)) == sizeof(value)); in read() 193 return (read(&value, sizeof(value)) == sizeof(value)); in read() 198 return (write(&value, sizeof(value)) == sizeof(value)); in write() 203 return (write(&value, sizeof(value)) == sizeof(value)); in write() 208 return (write(&value, sizeof(value)) == sizeof(value)); in write() 213 return (write((sal_uInt8*)&value, sizeof(value)) == sizeof(value)); in write() 223 rStream.read(value); in operator >>() 230 rStream.read(value); in operator >>() [all …]
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/ |
H A D | ParaStyle.java | 44 int I(String value) { in I() argument 47 String num = value.substring(0, value.length() - 2); in I() 69 int I(String value) { in I() argument 72 String num = value.substring(0, value.length() - 2); in I() 82 String num = value.substring(0, value.length() - 1); in I() 426 resolved.value[i] = parentStyle.value[i]; in getResolved() 537 if (value[i] > ps.value[i]) in isSubset() 538 diff = value[i] - ps.value[i]; in isSubset() 540 diff = ps.value[i] - value[i]; in isSubset() 545 if ((value[i] == 0) && (ps.value[i] == 4)) in isSubset() [all …]
|
/aoo41x/main/offapi/com/sun/star/presentation/ |
H A D | AnimationEffect.idl | 42 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::NONE 50 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LEFT 58 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_TOP 146 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOCKWISE 226 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::PATH 298 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::DISSOLVE 338 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::RANDOM 426 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::APPEAR 434 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HIDE 746 // DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN [all …]
|
/aoo41x/main/binaryurp/source/ |
H A D | marshal.cxx | 71 if (value < 0xFF) { in writeCompressed() 75 Marshal::write32(buffer, value); in writeCompressed() 84 if (!value.convertToString( in writeString() 111 buffer->push_back(value); in write8() 115 write8(buffer, value >> 8); in write16() 116 write8(buffer, value & 0xFF); in write16() 120 write8(buffer, value >> 24); in write32() 123 write8(buffer, value & 0xFF); in write32() 141 value.makeComplete(); in writeType() 142 OSL_ASSERT(value.is()); in writeType() [all …]
|
/aoo41x/main/pyuno/source/module/ |
H A D | uno.py | 121 self.value = value 157 if isinstance(value, (str, unicode)) and value == "true": 159 if isinstance(value, (str, unicode)) and value == "false": 161 if value: 171 self.value=value 182 return self.value == that.value 188 self.value = value 190 self.value = value.value 199 return self.value == that.value 217 return ByteSequence( self.value + b.value ) [all …]
|
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
H A D | ProductDescription.java | 46 replacement = value; in Pair() 73 map.put(key, value); in setNewMacro() 173 if (value != null) { in parse() 183 if (value != null) { in parse() 192 if (value != null) { in parse() 201 if ((value != null) && (! value.equals(""))) { in parse() 210 if ((value != null) && (! value.equals(""))) { in parse() 218 if ((value != null) && (! value.equals(""))) { in parse() 229 if ((value != null) && (! value.equals(""))) { in parse() 239 if (value != null) { in parse() [all …]
|
/aoo41x/main/configmgr/source/ |
H A D | writemodfile.cxx | 131 for (; j < value.getLength(); ++j) { in writeAttributeValue() 133 value[j] == 0x0009 || value[j] == 0x000A || value[j] == 0x000D || in writeAttributeValue() 134 (value[j] >= 0x0020 && value[j] != 0xFFFE && value[j] != 0xFFFF)); in writeAttributeValue() 135 switch(value[j]) { in writeAttributeValue() 174 if (value) { in writeValueContent() 200 for (; j < value.getLength(); ++j) { in writeValueContent() 201 sal_Unicode c = value[j]; in writeValueContent() 252 value >>= val; in writeSingleValue() 262 value >>= val; in writeListValue() 277 value >>= val; in writeItemListValue() [all …]
|
H A D | valueparser.cxx | 58 OSL_ASSERT(value != 0); in parseHexDigit() 60 *value = c - '0'; in parseHexDigit() 64 *value = c - 'A' + 10; in parseHexDigit() 68 *value = c - 'a' + 10; in parseHexDigit() 79 *value = true; in parseValue() 85 *value = false; in parseValue() 113 *value = in parseValue() 128 *value = in parseValue() 149 *value = text.convertFromUtf8(); in parseValue() 171 *value = seq.getAsConstList(); in parseValue() [all …]
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XRow.idl | 73 its value and then call wasNull() to see if the value read was 88 the column value; if the value is SQL NULL, the result is null 99 the column value; if the value is SQL NULL, the result is null 110 the column value; if the value is SQL NULL, the result is null 121 the column value; if the value is SQL NULL, the result is null 132 the column value; if the value is SQL NULL, the result is null 143 the column value; if the value is SQL NULL, the result is null 154 the column value; if the value is SQL NULL, the result is null 165 the column value; if the value is SQL NULL, the result is null 188 the column value; if the value is SQL NULL, the result is null [all …]
|
/aoo41x/main/xsltml/ |
H A D | xsltml_2.1.2.patch | 1091 - <xsl:value-of select="@open"/> 1116 - <xsl:value-of select="@close"/> 1321 - <xsl:value-of select="@columnspan"/> 1371 - <xsl:value-of select="$colalign"/> 1378 - <xsl:value-of select="$colalign"/> 1427 - <xsl:value-of select="$text"/> 1451 + <xsl:value-of select="@columnspan"/> 1564 + <xsl:value-of select="$text"/> 1635 + <xsl:value-of select="$text"/> 1710 - <xsl:value-of select="$content"/> [all …]
|
/aoo41x/main/filter/source/xslt/import/wordml/ |
H A D | wordml2ooo_props.xsl | 96 <xsl:value-of select="'0cm'"/> 140 <xsl:value-of select="'0cm'"/> 160 <xsl:variable name="b-value"> 180 <xsl:value-of select="$font-weight"/> 183 <xsl:value-of select="$font-weight"/> 186 <xsl:variable name="b-cs-value"> 204 <xsl:variable name="i-value"> 224 <xsl:value-of select="$font-style"/> 227 <xsl:value-of select="$font-style"/> 230 <xsl:variable name="i-cs-value"> [all …]
|
/aoo41x/main/rsc/source/rscpp/ |
H A D | cpp5.c | 237 valp = value; in eval() 612 return ((value & ~(-value)) == 0); in bittest() 617 return (value == 0 || value ^ (value - 1) == (value * 2 - 1)); in bittest() 639 value = 0; in evalnum() 685 value = '\b'; in evalchar() 689 value = '\f'; in evalchar() 693 value = '\n'; in evalchar() 697 value = '\r'; in evalchar() 701 value = '\t'; in evalchar() 714 value = 0; in evalchar() [all …]
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atktextattributes.cxx | 404 value = "normal"; in FontSlant2Style() 427 if( value ) in FontSlant2Style() 486 value = "left"; in Adjust2Justification() 490 value = "right"; in Adjust2Justification() 495 value = "fill"; in Adjust2Justification() 506 if( value ) in Adjust2Justification() 583 value = "none"; in Underline2String() 598 if( value ) in Underline2String() 746 if( value ) in CaseMap2String() 1150 if( value ) in attribute_set_prepend() [all …]
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | DataAwareFields.java | 60 Class c2 = value.getClass(); in getFieldValueFor() 351 …field.set(target, value == null || (value.equals(Any.VOID)) ? PropertyNames.EMPTY_STRING : value.t… in set() 414 field.set(target, value); in set() 425 if (value instanceof Boolean) in toDouble() 429 else if (value instanceof Number) in toDouble() 433 else if (value instanceof String) in toDouble() 439 return ((short[]) value).length == 0 ? 0 : ((short[]) value)[0]; in toDouble() 449 if (value instanceof Boolean) in toBoolean() 453 else if (value instanceof Number) in toBoolean() 459 return value.equals(TRUE); in toBoolean() [all …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | FormatValueUtility.java | 68 if (value instanceof Time) in applyValueForVariable() 71 ret = formatTime((Time) value); in applyValueForVariable() 77 ret = formatDate((Date) value); in applyValueForVariable() 80 else if (value instanceof Date) in applyValueForVariable() 86 else if (value instanceof Number) in applyValueForVariable() 91 else if (value instanceof Boolean) in applyValueForVariable() 103 else if (value != null) in applyValueForVariable() 118 if (value instanceof Time) in applyValueForCell() 133 else if (value instanceof Date) in applyValueForCell() 149 else if (value instanceof Number) in applyValueForCell() [all …]
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/ |
H A D | EndianConverter.java | 51 leShort[0] = (byte) value; in writeShort() 69 leInt[0] = (byte) value; in writeInt() 120 high = value[1] & 0xFF; in readShort() 121 low = value[0] & 0xFF; in readShort() 164 ((long)(value[6]&0xFF) << 48) + in readDouble() 165 ((long)(value[5]&0xFF) << 40) + in readDouble() 166 ((long)(value[4]&0xFF) << 32) + in readDouble() 167 ((long)(value[3]&0xFF) << 24) + in readDouble() 168 ((long)(value[2]&0xFF) << 16) + in readDouble() 169 ((long)(value[1]&0xFF) << 8) + in readDouble() [all …]
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | CellStyle.java | 159 if (value.equals("italic") || value.equals("oblique")) in handleAttribute() 161 else if (value.equals("normal")) in handleAttribute() 181 String firstPart = value.substring(0, value.indexOf(" ")); in handleAttribute() 199 String num = value.substring(0, value.length() - 2); in handleAttribute() 205 fmt.setFontName(value); in handleAttribute() 214 if(value.equals("center")) { in handleAttribute() 216 } else if(value.equals("end")) { in handleAttribute() 218 } else if(value.equals("start")) { in handleAttribute() 224 if(value.equals("top")) { in handleAttribute() 226 } else if(value.equals("middle")) { in handleAttribute() [all …]
|
/aoo41x/main/oox/source/export/ |
H A D | preset-definitions-to-shape-types.pl | 299 my ( $level, $value ) = @_; 383 sub value( $ ) subroutine 409 my ( $value ) = @_; 411 return "" if ( $value eq "" ); 413 return $value if ( $value =~ /^@/ ); 420 return value( $value ); 515 $val3 *= ( value( 'w' ) / value( $p1 ) ); 554 if ( ( value( $p1 ) eq value( $p3 ) ) || ( value( $p2 ) eq value( $p3 ) ) ) { 555 my $val = value( ( value( $p1 ) eq value( $p3 ) )? $p2: $p1 ); 825 $textboxrect = value( $attr{'l'} ) . "," . value( $attr{'t'} ) . "," . [all …]
|
/aoo41x/main/offapi/com/sun/star/sdb/ |
H A D | XColumn.idl | 85 the column value 94 the column value 103 the column value 112 the column value 121 the column value 130 the column value 139 the column value 148 the column value 167 the column value 177 the column value [all …]
|