Home
last modified time | relevance | path

Searched refs:value (Results 476 – 500 of 1887) sorted by relevance

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

/trunk/main/solenv/bin/modules/installer/
H A Dworker.pm1061 my $value = "";
1063 …if ( $value =~ /\<progpath\>/ ) { $value =~ s/\\\"/\"\"/g; } # Quoting for INF is done by double "…
1066 if ( $value ne "" ) { $value = "\"" . $value . "\""; }
1734 my $value = $variableshashref->{$key};
1736 $string =~ s/\Q$key\E/$value/g;
1758 my $value = $variableshashref->{$key};
1760 $string =~ s/\Q$key\E/$value/g;
1853 my $value = $variableshashref->{$key};
2333 my $value = $2;
2334 $allvariables->{$key} = $value;
[all …]
/trunk/main/udkapi/com/sun/star/reflection/
H A DXUnionTypeDescription.idl39 The discriminant of a union switches between the current value types.
53 /** Returns the default discriminant value.
56 default discriminant value
60 /** Returns the type of the default value.
63 type of the default value
/trunk/main/solenv/bin/modules/installer/patch/
H A DMsiTable.pm363 my ($self, $column, $value) = @_;
374 if ($row->GetValue($column_index) eq $value)
382 $value,
439 my $value = shift @data;
441 $items[$column_index] = $value;
/trunk/main/offapi/com/sun/star/style/
H A DTabAlign.idl41 // DocMerge from xml: value com::sun::star::style::TabAlign::LEFT
49 // DocMerge from xml: value com::sun::star::style::TabAlign::CENTER
57 // DocMerge from xml: value com::sun::star::style::TabAlign::RIGHT
65 // DocMerge from xml: value com::sun::star::style::TabAlign::DECIMAL
73 // DocMerge from xml: value com::sun::star::style::TabAlign::DEFAULT
/trunk/main/offapi/com/sun/star/text/
H A DTextContentAnchorType.idl41 // DocMerge from xml: value com::sun::star::text::TextContentAnchorType::AT_PARAGRAPH
48 // DocMerge from xml: value com::sun::star::text::TextContentAnchorType::AS_CHARACTER
59 // DocMerge from xml: value com::sun::star::text::TextContentAnchorType::AT_PAGE
70 // DocMerge from xml: value com::sun::star::text::TextContentAnchorType::AT_FRAME
77 // DocMerge from xml: value com::sun::star::text::TextContentAnchorType::AT_CHARACTER
H A DControlCharacter.idl41 // DocMerge from idl: value com::sun::star::text::ControlCharacter::PARAGRAPH_BREAK
48 // DocMerge from idl: value com::sun::star::text::ControlCharacter::LINE_BREAK
55 // DocMerge from idl: value com::sun::star::text::ControlCharacter::HARD_HYPHEN
63 // DocMerge from idl: value com::sun::star::text::ControlCharacter::SOFT_HYPHEN
73 // DocMerge from idl: value com::sun::star::text::ControlCharacter::HARD_SPACE
/trunk/main/offapi/com/sun/star/table/
H A DTableBorderDistances.idl45 if the corresponding distance should be set or if the old value should
57 /** specifies whether the value of <member>TableBorder::TopDistance</member>
69 /** specifies whether the value of <member>TableBorder::BottomDistance</member>
81 /** specifies whether the value of <member>TableBorder::LeftDistance</member>
93 /** specifies whether the value of <member>TableBorder::RightDistance</member>
/trunk/main/offapi/com/sun/star/drawing/
H A DTextAdjust.idl45 // DocMerge from xml: value com::sun::star::drawing::TextAdjust::LEFT
52 // DocMerge from xml: value com::sun::star::drawing::TextAdjust::CENTER
59 // DocMerge from xml: value com::sun::star::drawing::TextAdjust::RIGHT
66 // DocMerge from xml: value com::sun::star::drawing::TextAdjust::BLOCK
73 // DocMerge from xml: value com::sun::star::drawing::TextAdjust::STRETCH
/trunk/main/offapi/com/sun/star/logging/
H A DConsoleHandler.idl58 …<ul><li><code>Encoding</code> - denotes the initial value of the <member>XLogHandler::Encoding</me…
59 …<li><code>Formatter</code> - denotes the initial value of the <member>XLogHandler::Formatter</memb…
60 … <li><code>Level</code> - denotes the initial value of the <member>XLogHandler::Level</member></li>
61 …<li><code>Threshold</code> - denotes the initial value of the <member>XConsoleHandler::Threshold</…
66 settings whose value is of the wrong type.
/trunk/main/l10ntools/scripts/tool/
H A Dpseudo.py85 def __setitem__(self, key, value): argument
87 self._valuelist.append(value)
88 return dict.__setitem__(self, key, value)
172 for key,value in d.items():
174 print("key="+str(key)+" value="+str(value))
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DComponentContextEntry.java54 public ComponentContextEntry( Object lateInit, Object value ) in ComponentContextEntry() argument
57 this.m_value = value; in ComponentContextEntry()
64 public ComponentContextEntry( Object value ) in ComponentContextEntry() argument
67 this.m_value = value; in ComponentContextEntry()
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DListboxControlActions.idl50 /** Removes an item from a listbox. The given value has to be a
53 The value should be a sal_Int32.
63 /** Selects an item in a listbox. The given value has to be a position.
64 The index of the first position is 0. A value of -1 removes the
67 The value should be a sal_Int32.
/trunk/main/offapi/com/sun/star/ucb/
H A DCachedContentResultSet.idl56 <p>Every negative value for parameter <member>FetchSize</member> will
57 force an implementation specific value to be set.
64 <p>The value can be one of the
67 <p>The default value is implementation specific.
69 <p>If you set the value to
/trunk/main/scripting/java/org/openoffice/idesupport/ui/
H A DScriptPanel.java119 Object value = editor.getCellEditorValue(); in tableFocusLost() local
120 if (value != null) in tableFocusLost()
121 model.setValueAt(value, in tableFocusLost()
196 public void setValueAt(Object value, int row, int col) { in setValueAt() argument
198 entry.setLogicalName((String)value); in setValueAt()
/trunk/main/svtools/source/table/
H A Dcellvalueconversion.cxx210 sal_Int64 value( 0 ); in convertToDouble() local
211 OSL_VERIFY( i_value >>= value ); in convertToDouble()
212 return value; in convertToDouble()
231 bool value( false ); in convertToDouble() local
232 OSL_VERIFY( i_value >>= value ); in convertToDouble()
233 return value ? 1 : 0; in convertToDouble()
/trunk/main/udkapi/com/sun/star/registry/
H A DNestedRegistry.idl93 <dd> sets the value at the specified key in registry1.
98 <dd> returns the value at the specified key in registry1, or if
99 the value is not present in registry1, it will return the value of registry2.
128 … create an instance of this service where the value of the any parameter must be the sequence with
130 … of the <type scope="com::sun::star::lang">XInitialization</type> interface where the value of the
/trunk/main/offapi/com/sun/star/chart/
H A DStockDiagram.idl121 value of stocks on the opening and closing date.
130 value. The next series is interpreted as the day's highest
131 value, and the last series is interpreted as the closing
132 value.</p>
135 is needed with the opening value of the stocks. It is assumed
137 value.</p>
/trunk/main/offapi/com/sun/star/sdbc/
H A DKeyRule.idl34 /** a possible value for the column's
68 /** a possible value for the column's
100 /** a possible value for the column's
128 /** a possible value for the column's
154 /** a possible value for the column's
176 is set to the default value.
H A DXClob.idl50 that stores a Character Large Object as a column value in a row of
73 (Character Large Object) value,
76 value on the client, and for
81 value.
105 value
120 value
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentType.java29 private DocumentType( int value ) in DocumentType() argument
31 super( value ); in DocumentType()
44 public static DocumentType fromInt(int value) in fromInt() argument
46 switch(value) in fromInt()
H A DBooleanValidator.java46 boolean value = ((Boolean)Value).booleanValue(); in explainInvalid()
47 if ( m_preventChecked && ( value == true ) ) in explainInvalid()
64 boolean value = ((Boolean)Value).booleanValue(); in isValid()
65 if ( m_preventChecked && ( value == true ) ) in isValid()
/trunk/main/forms/qa/integration/forms/
H A DDocumentType.java29 private DocumentType( int value ) in DocumentType() argument
31 super( value ); in DocumentType()
45 public static DocumentType fromInt(int value) in fromInt() argument
47 switch(value) in fromInt()
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java203 …public static void setValueToCell(XSpreadsheet xSpreadsheet, int column, int row, double value) th… in setValueToCell() argument
205 xCell.setValue(value); in setValueToCell()
469 public static void setProperties(Object obj, String propName, Object value) throws Exception { in setProperties() argument
472 xPropertySet.setPropertyValue(propName, value); in setProperties()
485 Object value = xPropertySet.getPropertyValue(propName); in getProperties() local
487 return value; in getProperties()
497 public static void setCellProperties(XCell xCell, String propName, Object value) throws Exception { in setCellProperties() argument
499 setProperties(xCell, propName, value); in setCellProperties()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DSimpleDataAware.java32 public SimpleDataAware(Object dataObject, Value value, Object control_, Value controlValue_) in SimpleDataAware() argument
34 super(dataObject, value); in SimpleDataAware()
46 protected void setToUI(Object value) in setToUI() argument
48 controlValue.set(value, control); in setToUI()
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DDocumentType.java29 private DocumentType( int value ) in DocumentType() argument
31 super( value ); in DocumentType()
47 public static DocumentType fromInt(int value) in fromInt() argument
49 switch(value) in fromInt()

Completed in 87 milliseconds

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