Home
last modified time | relevance | path

Searched refs:value (Results 151 – 175 of 1887) sorted by relevance

12345678910>>...76

/trunk/main/offapi/com/sun/star/style/
H A DGraphicLocation.idl41 // DocMerge from xml: value com::sun::star::style::GraphicLocation::NONE
42 /** This value specifies that a location is not yet assigned.
48 // DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_TOP
55 // DocMerge from xml: value com::sun::star::style::GraphicLocation::MIDDLE_TOP
62 // DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_TOP
69 // DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_MIDDLE
83 // DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_MIDDLE
90 // DocMerge from xml: value com::sun::star::style::GraphicLocation::LEFT_BOTTOM
104 // DocMerge from xml: value com::sun::star::style::GraphicLocation::RIGHT_BOTTOM
111 // DocMerge from xml: value com::sun::star::style::GraphicLocation::AREA
[all …]
/trunk/main/toolkit/source/controls/grid/
H A Dgridcolumn.cxx110 m_aIdentifier = value; in setIdentifier()
123 impl_set( m_nColumnWidth, value, "ColumnWidth" ); in setColumnWidth()
134 …void SAL_CALL GridColumn::setMaxWidth(::sal_Int32 value) throw (::com::sun::star::uno::RuntimeExce… in setMaxWidth() argument
136 impl_set( m_nMaxWidth, value, "MaxWidth" ); in setMaxWidth()
147 …void SAL_CALL GridColumn::setMinWidth(::sal_Int32 value) throw (::com::sun::star::uno::RuntimeExce… in setMinWidth() argument
149 impl_set( m_nMinWidth, value, "MinWidth" ); in setMinWidth()
162 impl_set( m_sTitle, value, "Title" ); in setTitle()
173 void SAL_CALL GridColumn::setHelpText( const ::rtl::OUString & value ) throw (RuntimeException) in setHelpText() argument
175 impl_set( m_sHelpText, value, "HelpText" ); in setHelpText()
186 …void SAL_CALL GridColumn::setResizeable(sal_Bool value) throw (::com::sun::star::uno::RuntimeExcep… in setResizeable() argument
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DFilterOperator2.idl57 /** value has to be equal to the specified value.
63 /** value must not be equal to the specified value.
69 /** value has to be greater than the specified value.
75 /** value has to be greater than or equal to the specified value.
81 /** value has to be less than the specified value.
87 /** value has to be less than or equal to the specified value.
H A DSolverConstraintOperator.idl37 /// The cell value is less or equal to the specified value.
40 /// The cell value is equal to the specified value.
43 /// The cell value is greater or equal to the specified value.
46 /// The cell value is an integer value.
49 /// The cell value is a binary value (0 or 1).
H A DDataPilotFieldGroupBy.idl41 /** Groups all members of a DataPilot field containing a date/time value
42 by their current value for seconds.
45 contain a time with a seconds value of 2, regardless of the date,
52 /** Groups all members of a DataPilot field containing a date/time value
53 by their current value for minutes.
56 contain a time with a minutes value of 2, regardless of the date,
63 /** Groups all members of a DataPilot field containing a date/time value
64 by their current value for hours.
74 /** Groups all members of a DataPilot field containing a date/time value
95 /** Groups all members of a DataPilot field containing a date/time value
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dsrcparser.py68 def transValue (value): argument
73 if value.lower() in ["true", "false"]:
74 value = value.lower()
75 return value
152 value = []
170 value = []
173 values.append(value)
174 value = []
177 values.append(value)
178 value = []
[all …]
/trunk/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx171 rtl::OUString value; in TEST_F() local
172 altNames[n].Value >>= value; in TEST_F()
173 ASSERT_EQ( rtl::OUString::createFromAscii("my@other.address"), value ); in TEST_F()
184 rtl::OUString value; in TEST_F() local
185 altNames[n].Value >>= value; in TEST_F()
186 ASSERT_EQ( rtl::OUString::createFromAscii("alt.openoffice.org"), value); in TEST_F()
201 rtl::OUString value; in TEST_F() local
202 altNames[n].Value >>= value; in TEST_F()
228 rtl::OUString value; in TEST_F() local
229 altNames[n].Value >>= value; in TEST_F()
[all …]
/trunk/main/udkapi/com/sun/star/beans/
H A DPropertyState.idl33 /** This enumeration lists the states that a property value can have.
37 <li>whether a value is available or void, </li>
38 <li>whether the value is stored in the property set itself or is a
49 /** The value of the property is stored in the PropertySet itself.
51 <p>The property value must be available and of the specified type.
54 then the value may be void. </p>
65 value must be available and of the specified type. If the
68 value may be void. </p>
74 /** The value of the property is only a recommendation because there
80 property value must be available and of the specified type.
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSheetSettings.java246 configItem.appendChild(settings.createTextNode(value)); in addConfigItem()
294 public void addAttribute(String name, String value) { in addAttribute() argument
297 cursorX = Integer.parseInt(value); in addAttribute()
299 cursorY = Integer.parseInt(value); in addAttribute()
302 splitPointX = Integer.parseInt(value); in addAttribute()
304 splitPointY = Integer.parseInt(value); in addAttribute()
306 paneNumber = Integer.parseInt(value); in addAttribute()
309 posLeft = Integer.parseInt(value); in addAttribute()
311 posTop = Integer.parseInt(value); in addAttribute()
314 splitTypeX = Integer.parseInt(value); in addAttribute()
[all …]
/trunk/main/cli_ure/source/scripts/
H A Dincrement_version.pl148 my $value = substr($line, $i + 1);
149 $value = trim($value);
167 $value = incrementNewVersion($value);
171 $value = incrementOldVersion($value);
175 $value = incrementPolicyVersion($value);
182 return "${name}=${value}\n";
/trunk/main/udkapi/com/sun/star/lang/
H A DSystemDependent.idl59 // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN32
60 /** The called interface method returns a value specified for the
69 // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_WIN16
70 /** The called interface method returns a value specified for
79 // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_JAVA
80 /** The called interface method returns a value specified for the system java.
93 // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_OS2
94 /** The called interface method returns a value specified for the <em>OS/2</em> system.
100 // DocMerge from idl: value com::sun::star::lang::SystemDependent::SYSTEM_MAC
101 /** The called interface method returns a value specified for the <em>MAC-OS</em> system.
[all …]
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src182 Text = "s$1$: parameter no. $2$: type: string; value: $3$";
187 Text = "s$1$: parameter no. $2$: type: boolean; value: $3$";
192 Text = "s$1$: parameter no. $2$: type: byte; value: $3$";
197 Text = "s$1$: parameter no. $2$: type: date; value: $3$";
202 Text = "s$1$: parameter no. $2$: type: time; value: $3$";
212 Text = "s$1$: parameter no. $2$: type: double; value: $3$";
217 Text = "s$1$: parameter no. $2$: type: float; value: $3$";
222 Text = "s$1$: parameter no. $2$: type: int; value: $3$";
227 Text = "s$1$: parameter no. $2$: type: long; value: $3$";
242 Text = "s$1$: parameter no. $2$: type: short; value: $3$";
[all …]
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt74 …ue N Formatted The value string associated with this item. Selecting the line will set the as…
77 CompLocator Type Y 0 1 A boolean value that determines if the registry value is a filename or a…
185 IniFile Value N Formatted The value to be written.
205 …ue N Formatted The value string associated with this item. Selecting the line will set the as…
210 …e N Identifier The value string associated with this item. Selecting the line will set the as…
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
352 Reg64 Name Y Formatted The registry value name.
355 Reg64 Value Y Formatted The registry value.
358 Registry Name Y Formatted The registry value name.
361 Registry Value Y Formatted The registry value.
[all …]
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt74 …ue N Formatted The value string associated with this item. Selecting the line will set the as…
77 CompLocator Type Y 0 1 A boolean value that determines if the registry value is a filename or a…
185 IniFile Value N Formatted The value to be written.
205 …ue N Formatted The value string associated with this item. Selecting the line will set the as…
210 …e N Identifier The value string associated with this item. Selecting the line will set the as…
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
352 Reg64 Name Y Formatted The registry value name.
355 Reg64 Value Y Formatted The registry value.
358 Registry Name Y Formatted The registry value name.
361 Registry Value Y Formatted The registry value.
[all …]
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt74 …ue N Formatted The value string associated with this item. Selecting the line will set the as…
77 CompLocator Type Y 0 1 A boolean value that determines if the registry value is a filename or a…
185 IniFile Value N Formatted The value to be written.
205 …ue N Formatted The value string associated with this item. Selecting the line will set the as…
210 …e N Identifier The value string associated with this item. Selecting the line will set the as…
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
352 Reg64 Name Y Formatted The registry value name.
355 Reg64 Value Y Formatted The registry value.
358 Registry Name Y Formatted The registry value name.
361 Registry Value Y Formatted The registry value.
[all …]
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt74 …ue N Formatted The value string associated with this item. Selecting the line will set the as…
77 CompLocator Type Y 0 1 A boolean value that determines if the registry value is a filename or a…
185 IniFile Value N Formatted The value to be written.
205 …ue N Formatted The value string associated with this item. Selecting the line will set the as…
210 …e N Identifier The value string associated with this item. Selecting the line will set the as…
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
352 Reg64 Name Y Formatted The registry value name.
355 Reg64 Value Y Formatted The registry value.
358 Registry Name Y Formatted The registry value name.
361 Registry Value Y Formatted The registry value.
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontent.cxx373 PropertyValue value; in execute() local
375 value.Handle = -1; in execute()
377 value.State = PropertyState_DIRECT_VALUE; in execute()
378 seq[0] <<= value; in execute()
408 PropertyValue value; in execute() local
410 value.Handle = -1; in execute()
413 seq[0] <<= value; in execute()
530 PropertyValue value; in execute() local
531 value.Name = in execute()
533 value.Handle = -1; in execute()
[all …]
/trunk/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl51 <p>The default value is <FALSE/></p>
59 <p>The value given here is ignored if <member>ShowRowHeader</member> is <FALSE/>.</p>
65 <p>The default value is <TRUE/></p>
73 <p>The value given here is ignored if <member>ShowColumnHeader</member> is <FALSE/>.</p>
111 <p>The default value is <FALSE/></p>
116 <p>The default value is <FALSE/></p>
125 <p>The default value is <member scope="com::sun::star::view">SelectionType::SINGLE</member></p>
137 … <p>If this property has a value of <VOID/>, the grid control renderer will use some default color,
196 <p>If this property has a value of <VOID/>, rows will be painted
225 value of the text in the control.
[all …]
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx269 OUString val( val2str( value.getValue(), value.getValueTypeRef() ) ); in dumpEntry()
353 Any value; member
357 : value( value_ ) in ContextEntry()
464 iFind->second->value.clear(); in replaceByName()
469 iFind->second->value = element; in replaceByName()
551 return pEntry->value; in lookupMap()
637 pEntry->value <<= xInstance; in lookupMap()
639 return pEntry->value; in lookupMap()
642 ret = pEntry->value; in lookupMap()
721 pEntry->value >>= xComp; in disposing()
[all …]
H A Dpropertysetmixin.cxx474 css::uno::Any const & value,
573 object, value, in setProperty()
650 css::uno::Any value; in getProperty() local
791 value.clear(); in getProperty()
826 return value; in getProperty()
862 css::uno::Any const & value, in wrapValue() argument
957 bool present = value.hasValue(); in wrapValue()
1003 return value; in wrapValue()
1183 value, false, false, 1); in setPropertyValue()
1322 sal_Int32 handle, css::uno::Any const & value) in setFastPropertyValue() argument
[all …]
/trunk/main/sal/rtl/source/
H A Dalloc_impl.h59 #define RTL_MEMORY_ALIGN(value, align) (((value) + ((align) - 1)) & ~((align) - 1)) argument
61 #define RTL_MEMORY_ISP2(value) (((value) & ((value) - 1)) == 0) argument
62 #define RTL_MEMORY_P2ALIGN(value, align) ((value) & -(sal_IntPtr)(align)) argument
64 #define RTL_MEMORY_P2ROUNDUP(value, align) \ argument
65 (-(-(sal_IntPtr)(value) & -(sal_IntPtr)(align)))
66 #define RTL_MEMORY_P2END(value, align) \ argument
67 (-(~(sal_IntPtr)(value) & -(sal_IntPtr)(align)))
/trunk/extras/l10n/source/sq/
H A Dlocalize.sdf21418 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 sq %PRODUCTNAME Impre…
21419 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 sq Matematikë 2002-02-02…
21423 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 sq %PRODUCTNAME Calc 200…
21430 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 sq Vizato tekstin 2002-…
21431 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 sq Diagram 2002-02-02 …
21432 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 sq %PRODUCTNAME Writer …
21477 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 sq HTML Dokument 2002…
21499 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 sq Titull, Tabelë kalk…
21532 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 sq Tekst 2002-02-02 0…
21539 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 sq Fontet e formulave …
[all …]
/trunk/main/udkapi/com/sun/star/registry/
H A DRegistryValueType.idl34 /** represents all possible types of a key value.
36 <p>An ASCII value and a string value will both be handled with type
45 // DocMerge from xml: value com::sun::star::registry::RegistryValueType::NOT_DEFINED
53 // DocMerge from xml: value com::sun::star::registry::RegistryValueType::LONG
61 // DocMerge from xml: value com::sun::star::registry::RegistryValueType::ASCII
69 // DocMerge from xml: value com::sun::star::registry::RegistryValueType::STRING
77 // DocMerge from xml: value com::sun::star::registry::RegistryValueType::BINARY
85 // DocMerge from xml: value com::sun::star::registry::RegistryValueType::LONGLIST
93 // DocMerge from xml: value com::sun::star::registry::RegistryValueType::ASCIILIST
101 // DocMerge from xml: value com::sun::star::registry::RegistryValueType::STRINGLIST
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DLengthCalculator.java49 public void add(final CSSNumericValue value) in add() argument
51 if (value == null) in add()
56 final CSSNumericType numericType = value.getType(); in add()
59 millimeter += value.getValue() * 10; in add()
63 millimeter += value.getValue(); in add()
67 point += value.getValue(); in add()
71 point += 12 * value.getValue(); in add()
75 point += 72 * value.getValue(); in add()
79 pixel += value.getValue(); in add()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java68 entity.value = entity.value == null ? new String(ch, start, length) in characters()
69 : entity.value + new String(ch, start, length); in characters()
111 private String value; /* XML element characters */ field in XMLPackageDescription
117 value = null; in XMLPackageDescription()
136 return value; in getValue()
222 value = "no package file found"; in read()
273 String value = (String) attributes.get(key); in dump() local
274 System.out.print(" " + key + "=\"" + value + "\""); in dump()
280 if ((value != null) && (value.length() > 0)) { in dump()
281 String trimmedValue = value.trim(); in dump()

Completed in 1928 milliseconds

12345678910>>...76