Home
last modified time | relevance | path

Searched refs:value (Results 26 – 50 of 1887) sorted by relevance

12345678910>>...76

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DEndianConverter.java51 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 …]
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumn.idl85 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 …]
H A DXColumnUpdate.idl67 the new column value
76 the new column value
85 the new column value
94 the new column value
103 the new column value
112 the new column value
121 the new column value
130 the new column value
139 the new column value
148 the new column value
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextTable.java183 String[] value = new String[6]; in createTestEnvironment()
189 value[i] = textRange.getString(); in createTestEnvironment()
195 String[] vals = { value[3], value[4], value[5] }; in createTestEnvironment()
201 value[4] + ", " + value[5]); in createTestEnvironment()
205 String[] vals = { value[0], value[1], value[2] }; in createTestEnvironment()
211 value[2] + ", " + value[3]); in createTestEnvironment()
222 value[1] + ", " + value[2] + in createTestEnvironment()
223 ", " + value[3] + ", " + in createTestEnvironment()
224 value[4] + ", " + value[5]); in createTestEnvironment()
233 value[1] + ", " + value[2] + in createTestEnvironment()
[all …]
/trunk/main/cppu/inc/com/sun/star/uno/
H A DAny.h76 explicit inline Any( T const & value );
78 explicit inline Any( bool value );
266 inline Any SAL_CALL makeAny( const C & value ) SAL_THROW( () );
270 inline Any SAL_CALL makeAny( bool const & value ) SAL_THROW( () );
282 inline void SAL_CALL operator <<= ( Any & rAny, const C & value ) SAL_THROW( () );
285 inline void SAL_CALL operator <<= ( Any & rAny, bool const & value )
298 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, C & value ) SAL_THROW( () );
330 inline sal_Bool SAL_CALL operator >>= ( Any const & rAny, bool & value )
333 inline sal_Bool SAL_CALL operator == ( Any const & rAny, bool const & value )
354 inline sal_Bool SAL_CALL operator >>= ( const Any & rAny, Type & value ) SAL_THROW( () );
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellRangeObj.java247 String[] value = new String[4]; in createTestEnvironment()
263 String[] vals = { value[0], value[1], value[2], value[3] }; in createTestEnvironment()
267 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
268 value[3]); in createTestEnvironment()
271 String[] vals = { value[0], value[1], value[2], value[3] }; in createTestEnvironment()
275 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
276 value[3]); in createTestEnvironment()
284 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
285 value[3]); in createTestEnvironment()
291 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
[all …]
H A DScCellCursorObj.java261 String[] value = new String[4]; in createTestEnvironment()
277 String[] vals = { value[0], value[1], value[2], value[3] }; in createTestEnvironment()
281 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
282 value[3]); in createTestEnvironment()
285 String[] vals = { value[0], value[1], value[2], value[3] }; in createTestEnvironment()
289 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
290 value[3]); in createTestEnvironment()
298 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
299 value[3]); in createTestEnvironment()
305 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
[all …]
H A DScTableSheetObj.java356 String[] value = new String[4]; in createTestEnvironment()
372 String[] vals = { value[0], value[1], value[2], value[3] }; in createTestEnvironment()
376 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
377 value[3]); in createTestEnvironment()
380 String[] vals = { value[0], value[1], value[2], value[3] }; in createTestEnvironment()
384 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
385 value[3]); in createTestEnvironment()
393 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
394 value[3]); in createTestEnvironment()
400 value[1] + ", " + value[2] + ", " + in createTestEnvironment()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.cxx82 fields[_column]->value = _value; in insertAtColumn()
83 if (fields[_column]->value) in insertAtColumn()
95 return contains(_field->value); in contains()
133 _copy->value = fields[i]->value; in copy()
134 if (_copy->value) in copy()
135 CFRetain(_copy->value); in copy()
167 CFRelease(fields[i]->value); in releaseFields()
199 (CFStringRef) _field1->value, in compareFields()
200 (CFStringRef) _field2->value, in compareFields()
206 (CFDateRef) _field1->value, in compareFields()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DTextStyle.java170 String r = value.substring(1, 3); in parseColorString()
171 String g = value.substring(3, 5); in parseColorString()
207 if (value.equals("none")) in handleAttribute()
214 if (value.equals("none")) in handleAttribute()
228 String firstPart = value.substring(0, value.indexOf(" ")); in handleAttribute()
245 if (value.endsWith("pt")) { in handleAttribute()
246 String num = value.substring(0, value.length() - 2); in handleAttribute()
252 fontName = value; in handleAttribute()
454 if (value != null) in toCSV()
470 if (value != null) in toLastCSV()
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl71 the new column value
82 the new column value
93 the new column value
104 the new column value
115 the new column value
126 the new column value
137 the new column value
148 the new column value
159 the new column value
170 the new column value
[all …]
H A DXParameters.idl135 the parameter value
148 the parameter value
160 the parameter value
172 the parameter value
184 the parameter value
196 the parameter value
208 the parameter value
222 the parameter value
236 the parameter value
249 the parameter value
[all …]
/trunk/extras/l10n/source/as/
H A Dlocalize.sdf2206 …src 0 string STR_OBJECT_AVERAGE_LINE_WITH_PARAMETERS 0 as Mean value line with value %AVERAGE_V…
6281 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 as Impress 8 2002-…
6282 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 as Math 8 2002-02-02 02:…
6286 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 as Calc 8 2002-02-02 02:…
6293 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 as Draw 8 2002-02-02 02:…
6294 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 as Chart 8 2002-02-02 …
6295 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 as Writer 8 2002-02-…
6348 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 as HTML ডকুমেন্ট 2002…
6364 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 as ODF Drawing 2002…
6406 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 as টেক্সট 2002-02-02 …
[all …]
/trunk/extras/l10n/source/ml/
H A Dlocalize.sdf6260 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 ml Impress 8 2002-…
6261 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 ml Math 8 2002-02-02 02:…
6262 filter source\config\fragments\types\calc8_template.xcu 0 value calc8_template UIName 0 ml Calc 8…
6265 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 ml Calc 8 2002-02-02 02:…
6267 filter source\config\fragments\types\StarBase.xcu 0 value StarBase UIName 0 ml OpenDocument ഡേറ്റ…
6269 filter source\config\fragments\types\draw8_template.xcu 0 value draw8_template UIName 0 ml Draw 8…
6272 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 ml Draw 8 2002-02-02 02:…
6273 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 ml Chart 8 2002-02-02 …
6274 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 ml Writer 8 2002-02-…
6284 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 ml HTML ഡോക്കുമെന്റ് …
[all …]
/trunk/extras/l10n/source/te/
H A Dlocalize.sdf8554 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 te Impress 8 2002-…
8555 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 te మ్యాత్ 8 2002-02-02 0…
8559 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 te Calc 8 2002-02-02 02:…
8566 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 te Draw 8 2002-02-02 02:…
8567 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 te Chart 8 2002-02-02 …
8568 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 te 8 2002-02-02 02:0…
8637 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 te చిత్రలేఖనము 2002…
8642 filter source\config\fragments\filters\impress8_ui.xcu 0 value impress8 UIName 0 te సమర్పణం 20…
8679 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 te పాఠం 2002-02-02 02…
8686 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 te సూత్రం 2002-02-0…
[all …]
/trunk/extras/l10n/source/or/
H A Dlocalize.sdf8552 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 or Impress 8 2002-…
8553 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 or ଗଣିତ ୮ 2002-02-02 02:…
8557 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 or Calc 8 2002-02-02 02:…
8564 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 or Draw 8 2002-02-02 02:…
8565 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 or ଚାର୍ଟ ୮ 2002-02-02 …
8566 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 or Writer 8 2002-02-…
8619 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 or HTML ଦଲିଲ 2002-02-…
8666 …ML__Writer__ui.xcu 0 value StarOffice XML (Writer) UIName 0 or StarOffice_XML__Writer__ui.xcu#St…
8677 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 or ଟେକ୍ସଟ 2002-02-02 …
8684 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 or ODF ସୂତ୍ର 2002-0…
[all …]
/trunk/extras/l10n/source/mr/
H A Dlocalize.sdf8552 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 mr इंप्रेस 8 2002-…
8553 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 mr मॅथ 8 2002-02-02 02:0…
8557 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 mr कॅल्क 8 2002-02-02 …
8564 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 mr ड्रा 8 2002-02-02 02:…
8565 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 mr तक्ता 8 2002-02-02 …
8566 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 mr रायटर 8 2002-02-0…
8619 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 mr HTML दस्तऐवज 2002-…
8635 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 mr ODF रेखाचित्र 20…
8677 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 mr पाठ्य 2002-02-02 0…
8684 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 mr ODF सूत्र 2002-0…
[all …]
/trunk/extras/l10n/source/my/
H A Dlocalize.sdf8111 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 my တင်ဆက်မှုပုံစံ ၈ …
8112 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 my ပုံသေနည်း ၈ 2002-02-…
8116 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 my စာရင်းစာရွက်လွှာ ၈ 20…
8123 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 my ပုံဆွဲမှု ၈ 2002-02-…
8124 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 my ကားချပ် ၈ 2002-02-0…
8125 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 my မှတ်တမ်းမှတ်ရာ ၈ …
8178 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 my HTML မှတ်တမ်းမှတ်ရာ …
8194 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 my ODF ပုံဆွဲခြင်း …
8236 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 my စာသား 2002-02-02 0…
8243 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 my ODF ဖော်မျူလာ 20…
[all …]
/trunk/extras/l10n/source/pa-IN/
H A Dlocalize.sdf7815 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 pa-IN ਕੈਲਸ 8 2002-02-02 …
7816 filter source\config\fragments\types\calc8_template.xcu 0 value calc8_template UIName 0 pa-IN ਕੈਲ…
7818 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 pa-IN ਚਾਰਟ 8 2002-02-0…
7819 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 pa-IN ਡਰਾਅ 8 2002-02-02 …
7820 filter source\config\fragments\types\draw8_template.xcu 0 value draw8_template UIName 0 pa-IN ਡਰਾ…
7821 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 pa-IN ਇੰਪਰੈਸ 8 200…
7823 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 pa-IN ਮੈਥ 8 2002-02-02 0…
7824 filter source\config\fragments\types\StarBase.xcu 0 value StarBase UIName 0 pa-IN ਓਪਨਡੌਕੂਮੈਂਟ ਡਾਟ…
7825 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 pa-IN ਰਾਇਟਰ 8 2002-0…
7878 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 pa-IN ਟੈਕਸਟ 2002-02-0…
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DBibliographyDataField.idl53 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::ADDRESS
58 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::ANNOTE
63 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::AUTHOR
83 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::EDITOR
103 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::MONTH
108 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::NOTE
123 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::PAGES
143 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::TITLE
158 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::YEAR
163 // DocMerge from idl: value com::sun::star::text::BibliographyDataField::URL
[all …]
/trunk/extras/l10n/source/be-BY/
H A Dlocalize.sdf11100 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 be-BY Impress 8 20…
11101 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 be-BY Math 8 2002-02-02 …
11105 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 be-BY Calc 8 2002-02-02 …
11112 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 be-BY Draw 8 2002-02-02 …
11113 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 be-BY Chart 8 2002-02-…
11114 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 be-BY Writer 8 2002-…
11124 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 be-BY Дакумент HTML 2…
11140 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 be-BY Рысунак ODF 2…
11182 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 be-BY Тэкст 2002-02-0…
11189 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 be-BY Формула ODF 2…
[all …]
/trunk/extras/l10n/source/bn/
H A Dlocalize.sdf7951 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 bn ইমপ্রেস ৮ 2002-…
7952 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 bn গণিত ৮ 2002-02-02 02:…
7956 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 bn ক্যালক ৮ 2002-02-02 0…
7963 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 bn আঁকন ৮ 2002-02-02 02:…
7964 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 bn রেখাচিত্র ৮ 2002-02…
7965 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 bn লেখক ৮ 2002-02-02…
8018 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 bn HTML নথি 2002-02-0…
8034 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 bn ODF ড্রইং 2002-0…
8042 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 bn ODF স্প্রেডসীট 2…
8076 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 bn টেক্সট 2002-02-02 …
[all …]
/trunk/extras/l10n/source/sd/
H A Dlocalize.sdf2085 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 sd HTML دستاويز 2002-…
2123 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 sd मजकूर 2002-02-02 0…
3007 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 s…
3008 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 s…
3011 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 sd…
3012 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 sd…
3013 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 sd…
3014 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m6 Title 0 sd…
3017 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
3018 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m1 Title 0…
[all …]
/trunk/main/udkapi/com/sun/star/registry/
H A DXRegistryKey.idl102 the type of the key value or NOT_DEFINED if the key has no value.
118 if the value is not of type long.
125 /** sets a long value to the key.
127 <p>If the key already has a value, the value will be
133 void setLongValue( [in] long value )
154 <p>If the key already has a value, the value will be
183 If the key already has a value, the value will be overridden.
211 If the key already has a value, the value will be overridden.
237 <p> If the key already has a value, the value will be
264 <p>If the key already has a value, the value will be overridden.
[all …]
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx132 sValue( value ) in rtl_bootstrap_NameValue()
140 rtl::OUString * value) in find() argument
142 OSL_ASSERT(value != NULL); in find()
145 *value = i->sValue; in find()
162 OSL_ASSERT(value != NULL); in getFromCommandLineArgs()
211 *value = (*ii).sValue; in getFromCommandLineArgs()
491 value, in getValue()
498 value, in getValue()
545 rtl_uString_new(value); in getValue()
588 value, in expandValue()
[all …]

Completed in 4417 milliseconds

12345678910>>...76