Home
last modified time | relevance | path

Searched refs:value (Results 201 – 225 of 1887) sorted by relevance

12345678910>>...76

/trunk/main/sal/inc/rtl/
H A Dustring.hxx81 OUString( rtl_uString * value, DO_NOT_ACQUIRE * ) in OUString() argument
83 pData = value; in OUString()
133 explicit OUString( sal_Unicode value ) SAL_THROW(())
136 rtl_uString_newFromStr_WithLength( &pData, &value, 1 );
144 OUString( const sal_Unicode * value ) SAL_THROW(())
147 rtl_uString_newFromStr( &pData, value );
158 OUString( const sal_Unicode * value, sal_Int32 length ) SAL_THROW(()) in OUString() argument
161 rtl_uString_newFromStr_WithLength( &pData, value, length ); in OUString()
178 OUString( const sal_Char * value, sal_Int32 length, in OUString() argument
1254 rtl_uString_internConvert( &pNew, value, length, encoding, in intern()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/
H A DOfficeSettings.java102 public void setWarnBeforeDocDeploy(boolean value) { in setWarnBeforeDocDeploy() argument
103 putProperty(WARN_BEFORE_DOC_DEPLOY, new Boolean(value), true); in setWarnBeforeDocDeploy()
110 public void setWarnBeforeParcelDelete(boolean value) { in setWarnBeforeParcelDelete() argument
111 putProperty(WARN_BEFORE_PARCEL_DELETE, new Boolean(value), true); in setWarnBeforeParcelDelete()
118 public void setWarnAfterDirDeploy(boolean value) { in setWarnAfterDirDeploy() argument
119 putProperty(WARN_AFTER_DIR_DEPLOY, new Boolean(value), true); in setWarnAfterDirDeploy()
126 public void setWarnBeforeMount(boolean value) { in setWarnBeforeMount() argument
127 putProperty(WARN_BEFORE_MOUNT, new Boolean(value), true); in setWarnBeforeMount()
/trunk/main/udkapi/com/sun/star/uri/
H A DXVndSunStarScriptUrl.idl41 <var>value</var><br/>
43 &emsp;<var>value</var> = *<var>schar</var><br/>
67 the non-escaped value of the name part.
99 returns the value of a parameter with a given key.
105 the non-escaped value of the first parameter with the given key. If
112 sets the value of a parameter with a given key.
117 @param value
118 the non-escaped value to be set for the parameter. If there already is a
119 parameter with this key, the value of its first appearance will be replaced.
120 Otherwise, a parameter with the given key/value will be appended.
[all …]
/trunk/main/solenv/bin/
H A Drelocate58 my $value = &$function($state, $_);
59 print $new_file $value;
70 my ($state, $value) = @_;
72 $value =~ s/$state->{'old_root'}/$state->{'new_root'}/g;
73 $value =~ s/$state->{'win32_old_root'}/$state->{'win32_new_root'}/g;
75 return $value;
121 my ($name, $value) = ($1, $2);
124 $old_root = $value;
194 my $rewrite = sub { my $state = shift; my $value = shift;
195 $value =~ s/$state->{'old_root'}/$state->{'new_root'}/g;
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroupInfo.idl46 /** specifies whether the start value for the grouping is taken
50 <li>If <FALSE/> is set, the value from <member>Start</member> will be
51 used as start value for the grouping.</li>
52 <li>If <TRUE/> is set, the start value for the grouping will be
61 /** specifies whether the end value for the grouping is taken
65 <li>If <FALSE/> is set, the value from <member>End</member> will be
66 used as end value for the grouping.</li>
67 <li>If <TRUE/> is set, the end value for the grouping will be
84 <li>If <TRUE/> is set, <member>Step</member> contains a value greater
96 /** specifies the start value for the grouping if <member>HasAutoStart
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkvalue.cxx69 value_wrapper_get_current_value( AtkValue *value, in value_wrapper_get_current_value() argument
73 accessibility::XAccessibleValue* pValue = getValue( value ); in value_wrapper_get_current_value()
83 value_wrapper_get_maximum_value( AtkValue *value, in value_wrapper_get_maximum_value() argument
87 accessibility::XAccessibleValue* pValue = getValue( value ); in value_wrapper_get_maximum_value()
97 value_wrapper_get_minimum_value( AtkValue *value, in value_wrapper_get_minimum_value() argument
101 accessibility::XAccessibleValue* pValue = getValue( value ); in value_wrapper_get_minimum_value()
111 value_wrapper_set_current_value( AtkValue *value, in value_wrapper_set_current_value() argument
115 accessibility::XAccessibleValue* pValue = getValue( value ); in value_wrapper_set_current_value()
/trunk/main/oox/source/dump/
H A Ddumperbase.ini69 # - <value>, <firstvalue>, <bitfield>, <bitmask> etc. denote integer values.
71 # - <bool> denotes a boolean value. Possible values are 0|1|false|true.
85 # exclude = <value>[,<value>...]
87 # <value> = <constname>
105 # 1 = my-value
108 # 0x0004 = other-value
111 # - Defines the name 'my-value' for the constant 1.
129 # exclude = <value>[,<value>...]
226 # - <bitfield>: The mask of the embedded bitfield. Must be a value with
241 # - noshift = <bool>: If set to 'true', the extracted value will be
[all …]
/trunk/main/offapi/com/sun/star/style/
H A DCharacterStyle.idl52 /** This value contains the character height as difference in point to the height of
56 /** This value contains the character height as percentage value relative to the height of
60 /** This value contains the character height as difference in point to the height of
64 /** This value contains the character height as percentage value relative to the height of
68 /** This value contains the character height as difference in point to the height of
72 /** This value contains the character height as percentage value relative to the height of
/trunk/main/pyuno/zipcore/
H A Dpython.cxx207 wchar_t * value = new wchar_t[ local
211 wsprintfW(value, L"%s%s%s", path, n == 0 ? L"" : L";", orig);
213 if (!SetEnvironmentVariableW(L"PATH", value)) {
219 delete [] value;
235 value = new wchar_t[
242 value, L"%s;%s;%s;%s;%s%s%s", path1, pythonpath2, pythonpath4,
246 value = new wchar_t[
251 value, L"%s;%s%s%s", pythonpath2, pythonpath3,
254 if (!SetEnvironmentVariableW(L"PYTHONPATH", value)) {
260 delete [] value;
/trunk/main/solenv/bin/modules/installer/
H A Dconfiguration.pm543 my $value = $oneconfig->{'Value'};
553 $value =~ s/^\s*\<//;
554 $value =~ s/\>\s*$//;
565 $value =~ s/\�/ae/;
566 $value =~ s/\�/oe/;
567 $value =~ s/\�/ue/;
568 $value =~ s/\�/AE/;
569 $value =~ s/\�/OE/;
570 $value =~ s/\�/UE/;
578 $newvalueline =~ s/VALUECONTENT/$value/g;
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxViewDescriptor.java58 public void setValue(Object value) { in registerProperties()
59 catalogName = (String) value; in registerProperties()
72 public void setValue(Object value) { in registerProperties()
73 schemaName = (String) value; in registerProperties()
86 public void setValue(Object value) { in registerProperties()
87 command = (String) value; in registerProperties()
100 public void setValue(Object value) { in registerProperties()
101 checkOption = (int) value; in registerProperties()
H A DSdbcxKeyDescriptor.java63 public void setValue(Object value) { in registerProperties()
64 type = (int) value; in registerProperties()
77 public void setValue(Object value) { in registerProperties()
78 referencedTable = (String) value; in registerProperties()
91 public void setValue(Object value) { in registerProperties()
92 updateRule = (int) value; in registerProperties()
105 public void setValue(Object value) { in registerProperties()
106 deleteRule = (int) value; in registerProperties()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DScriptNode.java106 String value = nameElement.getAttribute("value"); in getStringProperty() local
108 return new StringProperty(this, name, value); in getStringProperty()
112 private String name, value; field in ScriptNode.StringProperty
115 public StringProperty(ScriptNode sn, String name, String value) { in StringProperty() argument
116 super(value, String.class, name, in StringProperty()
120 this.value = value; in StringProperty()
124 return value; in getValue()
/trunk/main/basebmp/inc/basebmp/
H A Dmetafunctions.hxx107 template< typename T > inline typename make_unsigned<T>::type unsigned_cast( T value ) in BASEBMP_MAKE_UNSIGNED()
109 return static_cast< typename make_unsigned<T>::type >(value); in BASEBMP_MAKE_UNSIGNED()
177 enum { value = vigra::IfBool< (val & 1) == 0, enumerator
179 boost::mpl::integral_c< int,-1 > > ::type::value + 1 };
184 enum { value = 0 }; enumerator
193 enum { value = bitcount<next>::value + (val & 1) }; enumerator
198 enum { value = 0 }; enumerator
/trunk/main/offapi/com/sun/star/text/
H A DRelOrientation.idl40 // DocMerge from idl: value com::sun::star::text::RelOrientation::FRAME
47 // DocMerge from idl: value com::sun::star::text::RelOrientation::PRINT_AREA
54 // DocMerge from idl: value com::sun::star::text::RelOrientation::CHAR
61 // DocMerge from idl: value com::sun::star::text::RelOrientation::PAGE_LEFT
68 // DocMerge from idl: value com::sun::star::text::RelOrientation::PAGE_RIGHT
75 // DocMerge from idl: value com::sun::star::text::RelOrientation::FRAME_LEFT
82 // DocMerge from idl: value com::sun::star::text::RelOrientation::FRAME_RIGHT
89 // DocMerge from idl: value com::sun::star::text::RelOrientation::PAGE_FRAME
97 // DocMerge from idl: value com::sun::star::text::RelOrientation::PAGE_PRINT_AREA
H A DViewSettings.idl159 /** Defines the zoom value to use.
186 may enforce an upper bound for the value.</p>
190 if the value is out of bounds.
197 may enforce an upper bound for the value.</p>
201 if the value is out of bounds.
208 <p>The value must be greater than 0. The application
209 may enforce more restricting bounds for the value.</p>
213 if the value is out of bounds.
220 <p>The value must be greater than 0. The application
221 may enforce more restricting bounds for the value.</p>
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabHeader.cxx59 fields[i]->value = _fields[i]->value; in MacabHeader()
60 if (fields[i]->value) in MacabHeader()
61 CFRetain(fields[i]->value); in MacabHeader()
155 …if(fields[i] == NULL || fields[i]->value == NULL || CFGetTypeID(fields[i]->value) != CFStringGetTy… in getString()
159 nRet = CFStringToOUString( (CFStringRef) fields[i]->value); in getString()
265 (CFStringRef) _field1->value, in compareFields()
266 (CFStringRef) _field2->value, in compareFields()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/
H A DWeakMap.java130 public boolean containsValue(Object value) { in containsValue() argument
131 return map.containsValue(value); in containsValue()
161 public Object put(Object key, Object value) { in put() argument
163 return map.put(key, new Entry(key, value, queue)); in put()
294 private Entry(Object key, Object value, ReferenceQueue queue) { in Entry() argument
295 super(value, queue); in Entry()
297 if (value instanceof DisposeNotifier) { in Entry()
298 ((DisposeNotifier) value).addDisposeListener(this); in Entry()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOView.java64 public void setValue(Object value) { in registerProperties()
65 catalogName = (String) value; in registerProperties()
78 public void setValue(Object value) { in registerProperties()
79 schemaName = (String) value; in registerProperties()
92 public void setValue(Object value) { in registerProperties()
93 command = (String) value; in registerProperties()
106 public void setValue(Object value) { in registerProperties()
107 checkOption = (int) value; in registerProperties()
/trunk/main/offapi/com/sun/star/rendering/
H A DXColorSpace.idl69 @return a value from the <type>ColorSpaceType</type> constant
79 tags, specifying for each component of a color value, to what
95 @return a value from the <type>RenderingIntent</type> constant
158 alpha value of 1.0 (fully opaque) is assumed.
175 /** Convert color value in this color space to premultiplied sRGB
179 alpha value of 1.0 (fully opaque) is assumed. The resulting
181 value (e.g. if alpha is 0.5, each color value has only half of
202 be fully opaque for the given rgb color value.
220 specified alpha value is silently ignored.
239 specified alpha value is silently ignored.
[all …]
/trunk/extras/l10n/source/bo/
H A Dlocalize.sdf27346 …e\text\scalc\01\04060119.xhp 0 help par_id3153321 304 0 bo NPV(rate;value 1;value 2;...) 2002…
27545 …ext\scalc\01\04060181.xhp 0 help par_id3148585 16 0 bo COUNT(value 1; value 2; ...value 30) 2…
27554 …xt\scalc\01\04060181.xhp 0 help par_id3153111 25 0 bo COUNTA(value 1; value 2; ...value 30) 2…
28136 …calc\01\04060185.xhp 0 help par_id3147422 189 0 bo STDEVA(Value 1;value 2;...value 30) 2002-0…
28152 …alc\01\04060185.xhp 0 help par_id3146851 197 0 bo STDEVPA(Value 1;value 2;...value 30) 2002-0…
28259 …alc\01\04060185.xhp 0 help par_id3149920 214 0 bo \<emph\>Value 1,value 2,...value 30\</emph\>ནི…
28573 …0105.xhp 0 help par_id3155819 24 0 bo \<emph\>Logical value 1; Logical value 2 ...Logical value
29614 …>value\</emph\> གྲངས་ཐང་རིགས་ཀྱི་དམིགས་འཛུགས་གྲངས་ཐང་གཏན་འཁེལ་བྱེད། value 1 = གྲངས་ཀ་ value 2 = ཡི…
42332 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 bo Math 8 2002-02-02 02:…
42336 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 bo Calc 8 2002-02-02 02:…
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlSpinButtonModel.idl43 <p>A spin button is a control which has a numeric value associated with it,
44 and allows to change this value using two spin buttons.</p>
47 (own) visual representation of the associated value, but is used to propagate
48 it's value to other controls.</p>
99 /** specifies the increment by which the value is changed when using operating
118 /** specifies the current value of the control.
124 /** specifies the minimum value of the control.
130 /** specifies the maximum value of the control.
159 an action (such as spinning the value), then usual control implementations
168 … <p>Usually, the mouse wheel spins the numeric value displayed in the control. Using this property,
/trunk/main/offapi/com/sun/star/animations/
H A DXAnimate.idl55 A value of zero should always be the default and animate the complete target.
67 /** A sequence of one or more values, each of which must be a legal value for
86 or if the values attribute has only one value, the CalcMode attribute is ignored
106 /** Specifies the starting value of the animation.
108 Must be a legal value for the specified attribute.
115 /** Specifies the ending value of the animation.
117 Must be a legal value for the specified attribute.
124 /** Specifies a relative offset value for the animation.
126 Must be a legal value of a domain for which addition to the attributeType
127 domain is defined and which yields a value in the attributeType domain.
/trunk/main/offapi/com/sun/star/form/validation/
H A DXValidatableFormComponent.idl55 <li>The current value: Even if the validity flag does not change with the user
56 input (e.g. because the user replaces one invalid value with another invalid
57 value), observers might be interested in the current value, for example to
72 /** determines whether the current value of the component passed the validity test
76 the current value (see <member>getCurrentValue</member>) of the component, where
84 /** retrieves the current value of the component.
86 <p>The type of the current value, as well as it's semantics, depend on the service
93 … <p>If no validator has been set (<member>XValidatable::setValidator</member>), the value returned
101 of the validatable form component (the validity flag, or the value) changed.</p>
/trunk/main/registry/source/
H A Dregimpl.cxx235 RTConstValue value(reader.getFieldValue(i)); in dumpType() local
236 switch (value.m_type) { in dumpType()
248 static_cast< unsigned int >(value.m_value.aByte)); in dumpType()
293 printString(value.m_value.aString); in dumpType()
1529 sal_Int32 value; in dumpValue() local
1530 readINT32(pBuffer, value); in dumpValue()
1537 readUtf8(pBuffer, value, valueSize); in dumpValue()
1543 rtl_freeMemory(value); in dumpValue()
1555 sal_Unicode* value = new sal_Unicode[size]; in dumpValue() local
1556 readString(pBuffer, value, size); in dumpValue()
[all …]

Completed in 2257 milliseconds

12345678910>>...76