Home
last modified time | relevance | path

Searched refs:value (Results 276 – 300 of 1887) sorted by relevance

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

/trunk/main/offapi/com/sun/star/style/
H A DCharacterProperties.idl92 /** This property contains the value of the text color.
109 /** This value contains the height of the characters in point.
115 /** This property contains the value for the character underline.
122 /** This property contains the value of the font weight.
129 /** This property contains the value of the posture of the document.
159 /** This optional property contains the value of the case-mapping of the
194 /** This optional property contains the value of the kerning of the
201 /** This property contains the value of the locale.
281 /** This optional property contains the font emphasis value.
341 <p>The value refers to the original width which is denoted by 100,
[all …]
/trunk/main/codemaker/inc/codemaker/
H A Dtypemanager.hxx75 TypeManager( const TypeManager& value ) in TypeManager() argument
76 : m_pImpl( value.m_pImpl ) in TypeManager()
81 TypeManager& operator = ( const TypeManager& value ) in operator =() argument
84 m_pImpl = value.m_pImpl; in operator =()
139 RegistryTypeManager( const RegistryTypeManager& value ) in RegistryTypeManager() argument
140 : TypeManager(value) in RegistryTypeManager()
141 , m_pImpl( value.m_pImpl ) in RegistryTypeManager()
/trunk/main/offapi/com/sun/star/awt/
H A DXSpinField.idl41 /** gives access to the value of a spin field and makes it possible to
60 /** increases the value by one step.
66 /** decreases the value by one step.
72 /** sets the value to the previously set lower value.
78 /** sets the value to the previously set upper value.
/trunk/main/qadevOOo/testdocs/qadevlibs/source/com/sun/star/cmp/
H A DMyPersistObject.java189 public void setPropertyValue(String property, Object value) { in setPropertyValue() argument
191 by = ((Byte)value).byteValue(); in setPropertyValue()
193 i = ((Integer)value).intValue(); in setPropertyValue()
195 c = ((Character)value).charValue(); in setPropertyValue()
197 d = ((Double)value).doubleValue(); in setPropertyValue()
199 f = ((Float)value).floatValue(); in setPropertyValue()
201 s = ((Short)value).shortValue(); in setPropertyValue()
203 st = (String)value; in setPropertyValue()
/trunk/main/offapi/com/sun/star/rendering/
H A DFloatingPointBitmapLayout.idl47 This value must not be negative
53 This value must not be negative
59 This value is permitted to be negative, denoting a bitmap
66 This value is permitted to be negative. If this value is zero,
89 This value must not be negative
95 This value must be one of the <type>Endianness</type> constants
101 This value must be one of the
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.hxx130 void loadIntegerConstant(sal_Int32 value);
132 void loadStringConstant(rtl::OString const & value);
186 sal_uInt16 addIntegerInfo(sal_Int32 value);
188 sal_uInt16 addFloatInfo(float value);
190 sal_uInt16 addLongInfo(sal_Int64 value);
192 sal_uInt16 addDoubleInfo(double value);
217 sal_uInt16 addUtf8Info(rtl::OString const & value);
221 sal_uInt16 addStringInfo(rtl::OString const & value);
/trunk/main/offapi/com/sun/star/task/
H A DXStatusIndicator.idl54 and the possible range of progress value. That means that a progress
59 initial value for progress description for showing
63 means the maximum value of the progress which can be set by
89 Initial value can be set during starting of the progress by calling
95 new value for progress description which should be shown now
100 /** update progress value
108 new value for progress which should be shown now
115 /** clear progress value and description
/trunk/main/offapi/com/sun/star/security/
H A DExtAltNameType.idl39 * Cutomize name/value pair
40 * The value of CertAltNameEntry contains a NamedValue.
48 * The value of CertAltNameEntry contains a OUString.
56 * The value of CertAltNameEntry contains a OUString.
69 * The value of CertAltNameEntry contains a OUString.
77 * The value of CertAltNameEntry contains a Sequence of sal_Int8.
85 * The value of CertAltNameEntry contains a OUString.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiHierarchicalPropertySet.java128 protected boolean checkType(String[] name, String[] type, Object[] value) { in checkType() argument
133 result &= (value[k] instanceof Boolean); in checkType()
135 if (!(value[k] instanceof Boolean)) { in checkType()
138 log.println("getting " + value[k].getClass()); in checkType()
141 result &= (value[k] instanceof Short); in checkType()
143 if (!(value[k] instanceof Short)) { in checkType()
146 log.println("getting " + value[k].getClass()); in checkType()
/trunk/main/registry/source/
H A Dkeyimpl.cxx340 rtl_copyMemory(pBuffer+VALUE_HEADEROFFSET, value, size); in setValue()
343 writeINT32(pBuffer+VALUE_HEADEROFFSET, *((sal_Int32*)value)); in setValue()
346 writeUtf8(pBuffer+VALUE_HEADEROFFSET, (const sal_Char*)value); in setValue()
352 rtl_copyMemory(pBuffer+VALUE_HEADEROFFSET, value, size); in setValue()
574 RegError ORegKey::getValue(const OUString& valueName, RegValue value) const in getValue()
638 rtl_copyMemory(value, pBuffer, valueSize); in getValue()
641 readINT32(pBuffer, *((sal_Int32*)value)); in getValue()
644 readUtf8(pBuffer, (sal_Char*)value, valueSize); in getValue()
647 readString(pBuffer, (sal_Unicode*)value, valueSize); in getValue()
650 rtl_copyMemory(value, pBuffer, valueSize); in getValue()
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl152 /** If this value is <TRUE/>, the height of the <type>Shape</type> is
160 /** If this value is <TRUE/>, the width of the <type>Shape</type> is
169 /** If this value is <TRUE/>, the left edge of every line of text is
244 the value of this property.
252 the value of this property.
260 than the value of this property.
268 than the value of this property.
300 /** This value defines the type of animation.
306 /** If this value is <TRUE/>, the text is visible at the start of the
313 /** If this value is <TRUE/>, the text is visible at the end of the
[all …]
/trunk/main/sal/inc/rtl/
H A Dstring.hxx83 OString( rtl_String * value, DO_NOT_ACQUIRE * ) in OString() argument
85 pData = value; in OString()
125 explicit OString( sal_Char value ) SAL_THROW(())
128 rtl_string_newFromStr_WithLength( &pData, &value, 1 );
136 OString( const sal_Char * value ) SAL_THROW(())
139 rtl_string_newFromStr( &pData, value );
150 OString( const sal_Char * value, sal_Int32 length ) SAL_THROW(()) in OString() argument
153 rtl_string_newFromStr_WithLength( &pData, value, length ); in OString()
170 OString( const sal_Unicode * value, sal_Int32 length, in OString() argument
175 rtl_uString2String( &pData, value, length, encoding, convertFlags ); in OString()
/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx201 entry.value <<= ac_policy; in add_access_control_entries()
232 entry.value <<= ac_policy; in add_access_control_entries()
237 entry.value <<= OUSTR("com.sun.star.security.comp.stoc.FilePolicy"); in add_access_control_entries()
257 entry.value <<= ac_user; in add_access_control_entries()
301 entry.value <<= n; in add_access_control_entries()
310 entry.value <<= ac_mode; in add_access_control_entries()
315 entry.value <<= ac_service; in add_access_control_entries()
387 entry.value <<= create_boostrap_macro_expander_factory(); in bootstrapInitialContext()
394 entry.value <<= OUSTR("com.sun.star.comp.stoc.TypeDescriptionManager"); in bootstrapInitialContext()
462 entry.value <<= xSF; in bootstrapInitialContext()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlField2.idl73 /** Gets the value of the reflected field from the given object,
75 For enums, the given object is ignored; the returned value
76 reflects the constant enum 32-bit value.
86 value of field
97 /** Sets the value of the reflected field of the given object,
107 @param value
108 value to be set
117 [in] any value )
/trunk/main/offapi/com/sun/star/awt/tree/
H A DTreeControlModel.idl52 <p>The default value is <member scope="com::sun::star::view">SelectionType::NONE</member></p>
67 <p>The default value is <TRUE/></p>
73 <p>The default value is <TRUE/></p>
78 <p>The default value is <TRUE/></p>
83 <p>If the specified value is less than or equal to zero, the row height is the maximum height
85 <p>The default value is 0</p>
90 <p>The default value is <FALSE/></p>
101 <p>The default value is <FALSE/></p>
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableDatabaseRadioButton.idl52 <p>If the value binding associated with a <type>BindableDatabaseRadioButton</type>
54 is <em>not</em> empty, then the radio button will exchange it's value as string:
55 …<ul><li>A string equal to the reference value will be mapped to the button being checked, and vice…
56 …<li>A string not equal to the reference value will be mapped to the button being unchecked, and vi…
69 and an external value binding.</p>
73 /** specifies a value which is to be associated with the control when it's <em>not</em>
77 possible external value bindings as soon as the radio button is selected. With the member
78 … <member>SecondaryRefValue</member>, clients of the radio button can also associate a value with
/trunk/extras/l10n/source/ne/
H A Dlocalize.sdf2637 …internalgraphicfilters\bmp_Export.xcu 0 value bmp_Export UIName 0 ne _: bmp_Export.xcu#bmp_Expor…
2638 …internalgraphicfilters\bmp_Import.xcu 0 value bmp_Import UIName 0 ne _: bmp_Import.xcu#bmp_Impor…
2648 …internalgraphicfilters\met_Export.xcu 0 value met_Export UIName 0 ne _: met_Export.xcu#met_Expor…
2649 …internalgraphicfilters\met_Import.xcu 0 value met_Import UIName 0 ne _: met_Import.xcu#met_Impor…
2650 …internalgraphicfilters\pbm_Export.xcu 0 value pbm_Export UIName 0 ne _: pbm_Export.xcu#pbm_Expor…
2655 …internalgraphicfilters\pct_Export.xcu 0 value pct_Export UIName 0 ne _: pct_Export.xcu#pct_Expor…
2656 …internalgraphicfilters\pct_Import.xcu 0 value pct_Import UIName 0 ne _: pct_Import.xcu#pct_Impor…
2678 …internalgraphicfilters\xpm_Export.xcu 0 value xpm_Export UIName 0 ne _: xpm_Export.xcu#xpm_Expor…
2679 …internalgraphicfilters\xpm_Import.xcu 0 value xpm_Import UIName 0 ne _: xpm_Import.xcu#xpm_Impor…
10092 …\04060105.xhp 0 help par_id3150468 23 0 ne OR(Logical value 1; Logical value 2 ...Logical value
[all …]
/trunk/extras/l10n/source/el/
H A Dlocalize.sdf8868 …E 1 0 el Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula,…
22072 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 el Chart 8 20200411 15…
22074 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 el Writer 8 20200411…
22078 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 el Calc 8 20200411 15:09…
22079 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 el Draw 8 20200411 15:09…
22083 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 el Math 8 20200411 15:09…
22128 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 el Τύπος ODF 202004…
22152 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 el Κείμενο 20200411 1…
31377 …>Καθορίζει το μέγεθος της μπάρας κύλισης σε "value units". Μια τιμή ("Scroll value max." minus "Sc…
32156 …το μέγεθος της γραμμής κύλισης σε "value units". Για παράδειγμα, μια τιμή ("Scroll value max." m…
[all …]
/trunk/extras/l10n/source/ru/
H A Dlocalize.sdf8868 …E 1 0 ru Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula,…
22072 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 ru Chart 8 20200411 15…
22073 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 ru Impress 8 20200…
22074 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 ru Writer 8 20200411…
22078 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 ru Calc 8 20200411 15:09…
22079 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 ru Draw 8 20200411 15:09…
22083 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 ru Math 8 20200411 15:09…
22098 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 ru Документ HTML 2020…
22152 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 ru Текст 20200411 15:…
55050 …ID_FUNC_TYP\"\>Returns the type of value, where 1 = number, 2 = text, 4 = Boolean value, 8 = formu…
[all …]
/trunk/main/stoc/source/defaultregistry/
H A Ddefaultregistry.cxx415 void SAL_CALL NestedKeyImpl::setLongValue( sal_Int32 value ) in setLongValue() argument
423 m_localKey->setLongValue(value); in setLongValue()
429 m_localKey->setLongValue(value); in setLongValue()
501 void SAL_CALL NestedKeyImpl::setAsciiValue( const OUString& value ) in setAsciiValue() argument
509 m_localKey->setAsciiValue(value); in setAsciiValue()
515 m_localKey->setAsciiValue(value); in setAsciiValue()
587 void SAL_CALL NestedKeyImpl::setStringValue( const OUString& value ) in setStringValue() argument
595 m_localKey->setStringValue(value); in setStringValue()
601 m_localKey->setStringValue(value); in setStringValue()
681 m_localKey->setBinaryValue(value); in setBinaryValue()
[all …]
/trunk/main/o3tl/inc/o3tl/
H A Dvector_pool.hxx56 this->at(nIdx).value = rCopy; in store()
76 return this->operator[](nIdx).value; in get()
80 return this->operator[](nIdx).value; in get()
89 value(), in type()
93 value(val), in type()
97 ValueType value; member
/trunk/main/binaryurp/source/
H A Dmarshal.hxx52 static void write8(std::vector< unsigned char > * buffer, sal_uInt8 value);
55 std::vector< unsigned char > * buffer, sal_uInt16 value);
58 std::vector< unsigned char > * buffer, sal_uInt32 value);
63 BinaryAny const & value);
67 com::sun::star::uno::TypeDescription const & value);
78 com::sun::star::uno::TypeDescription const & type, void const * value);
/trunk/extras/l10n/source/km/
H A Dlocalize.sdf8868 …E 1 0 km Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula,…
22072 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 km Chart 8 20200411 15…
22073 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 km Impress 8 20200…
22074 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 km Writer 8 20200411…
22078 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 km Calc 8 20200411 15:09…
22079 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 km Draw 8 20200411 15:09…
22083 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 km Math 8 20200411 15:09…
22098 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 km ឯកសារ ​HTML 202004…
22152 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 km អត្ថបទ 20200411 15…
22155 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 km គំនូរ ODF 202004…
[all …]
/trunk/extras/l10n/source/ko/
H A Dlocalize.sdf8868 …E 1 0 ko Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula,…
22072 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 ko Chart 8 20200411 15…
22074 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 ko Writer 8 20200411…
22078 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 ko Calc 8 20200411 15:09…
22079 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 ko Draw 8 20200411 15:09…
22083 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 ko Math 8 20200411 15:09…
22098 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 ko HTML 문서 20200411 1…
22128 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 ko ODF 수식 20200411 …
22152 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 ko 텍스트 20200411 15:09…
22155 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 ko ODF 그리기 20200411…
[all …]
/trunk/extras/l10n/source/bg/
H A Dlocalize.sdf22072 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 bg Chart 8 20200411 15…
22073 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 bg Impress 8 20200…
22074 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 bg Writer 8 20200411…
22078 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 bg Calc 8 20200411 15:09…
22079 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 bg Draw 8 20200411 15:09…
22083 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 bg Math 8 20200411 15:09…
22098 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 bg Документ на HTML 2…
22128 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 bg ODF - формула 20…
22152 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 bg Текст 20200411 15:…
22155 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 bg ODF - рисунка 20…
[all …]

Completed in 6932 milliseconds

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