Home
last modified time | relevance | path

Searched refs:value (Results 51 – 75 of 1887) sorted by relevance

12345678910>>...76

/trunk/main/sal/qa/helper/gcov/
H A Dgcov_filter.pl261 my $value = $_[0];
266 return $value;
272 if ($value eq $func)
275 return $value;
280 $value =~ s/\(/ \(/g;
327 if ($value)
372 if ($value)
404 my $value = "";
417 $value = $1;
418 chomp($value);
[all …]
/trunk/extras/l10n/source/kok/
H A Dlocalize.sdf2156 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 kok HTML दस्तावेज 200…
2193 filter source\config\fragments\filters\Text__encoded__ui.xcu 0 value Text (encoded) UIName 0 kok …
2194 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 kok मजकूर 2002-02-02 …
3096 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m1 Title 0 ko…
3097 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 k…
3098 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 k…
3101 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 ko…
3102 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 ko…
3103 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 ko…
3107 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
[all …]
/trunk/extras/l10n/source/dgo/
H A Dlocalize.sdf2158 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 dgo HTML दस्तावेज 20…
2196 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 dgo इबारत 2002-02-02 …
3098 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m1 Title 0 dg…
3099 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 d…
3100 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 d…
3103 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 dg…
3104 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 dg…
3105 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 dg…
3109 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
3110 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m1 Title 0…
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DUnoDataAware.java53 super(dataObject, value); in UnoDataAware()
66 Boolean b = getBoolean(value); in enableControls()
77 protected void setToUI(Object value) in setToUI() argument
83 private String stringof(Object value) in stringof() argument
85 if (value.getClass().isArray()) in stringof()
97 return value.toString(); in stringof()
113 if (value == null) in getBoolean()
117 if (value instanceof Boolean) in getBoolean()
119 return (Boolean) value; in getBoolean()
121 else if (value.getClass().isArray()) in getBoolean()
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx115 OUString intval = value; in anyFromString()
116 if ( value.getLength() > 2 && value[0] == '0' && value[1] == 'x' ) in anyFromString()
117 intval = value.copy( 2 ), radix = 16; in anyFromString()
118 else if ( value.getLength() > 1 && value[0] == '#' ) in anyFromString()
119 intval = value.copy( 1 ), radix = 16; in anyFromString()
123 return uno::makeAny( value.toChar() ); in anyFromString()
147 return uno::makeAny( value.toFloat() ); in anyFromString()
151 return uno::makeAny( value ); in anyFromString()
289 any = anyFromString( value, prop.Type ); in setProperty()
314 long value; member
[all …]
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx233 const ImplControlValue& value, in drawNativeControl() argument
249 OSL_ASSERT( value.getType() != CTRL_SPINBUTTONS ); in drawNativeControl()
276 vclStateValue2StateFlag(nControlState, value) ); in drawNativeControl()
306 vclStateValue2StateFlag(nControlState, value) ); in drawNativeControl()
312 vclStateValue2StateFlag(nControlState, value) ); in drawNativeControl()
416 vclStateValue2StateFlag(nControlState, value) ); in drawNativeControl()
423 OSL_ASSERT( value.getType() == CTRL_SCROLLBAR ); in drawNativeControl()
460 if( value.getType() == CTRL_SPINBUTTONS ) in drawNativeControl()
482 vclStateValue2StateFlag(nControlState, value) ); in drawNativeControl()
488 vclStateValue2StateFlag(nControlState, value) ); in drawNativeControl()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxColumnDescriptor.java64 public void setValue(Object value) { in registerProperties()
65 type = (int) value; in registerProperties()
78 public void setValue(Object value) { in registerProperties()
79 typeName = (String) value; in registerProperties()
92 public void setValue(Object value) { in registerProperties()
93 precision = (Integer) value; in registerProperties()
107 scale = (Integer) value; in registerProperties()
121 isNullable = (Integer) value; in registerProperties()
163 description = (String) value; in registerProperties()
177 defaultValue = (String) value; in registerProperties()
[all …]
/trunk/extras/l10n/source/brx/
H A Dlocalize.sdf2086 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 brx HTML फोरमान बिलाइ …
2124 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 brx फराय बिजाब 2002-0…
3009 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m1 Title 0 br…
3010 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 b…
3011 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 b…
3014 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 br…
3015 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 br…
3016 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 br…
3020 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
3021 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m1 Title 0…
[all …]
/trunk/extras/l10n/source/mai/
H A Dlocalize.sdf2049 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 mai HTML दस्तावेज 200…
2086 filter source\config\fragments\filters\Text__encoded__ui.xcu 0 value Text (encoded) UIName 0 mai …
2087 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 mai पाठ 2002-02-02 02…
2971 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m1 Title 0 ma…
2972 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 m…
2973 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 m…
2976 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 ma…
2977 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 ma…
2978 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 ma…
2982 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
[all …]
/trunk/extras/l10n/source/mni/
H A Dlocalize.sdf2159 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 mni HTML দোকুমেন্ত 20…
2197 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 mni তেক্সত 2002-02-02…
3099 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m1 Title 0 mn…
3100 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 m…
3101 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 m…
3105 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 mn…
3106 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m4 Title 0 mn…
3110 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
3111 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m1 Title 0…
3115 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m2 Title 0…
[all …]
/trunk/extras/l10n/source/ks/
H A Dlocalize.sdf2070 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 ks دستاويزHTML 2002-0…
2108 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 ks متن 2002-02-02 02:…
2951 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 k…
2952 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m11 Title 0 k…
2955 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m2 Title 0 ks…
2956 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 ks…
2961 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m0 Title 0…
2962 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.Wizard.m1 Title 0…
7363 sc source\ui\src\condfrmt.src 0 stringlist RID_SCDLG_CONDFORMAT.LB_COND1_1 1 0 ks Cell value is …
7373 sc source\ui\src\condfrmt.src 0 stringlist RID_SCDLG_CONDFORMAT.LB_COND2_1 1 0 ks Cell value is …
[all …]
/trunk/extras/l10n/source/mn/
H A Dlocalize.sdf2779 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 mn HTML баримт 2002-0…
2819 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 mn Бичвэр 2002-02-02 …
2830 filter source\config\fragments\filters\chart8_ui.xcu 0 value chart8 UIName 0 mn ODF диаграмм 2…
2832 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 mn ODF дүрслэл 2002…
2843 filter source\config\fragments\filters\math8_ui.xcu 0 value math8 UIName 0 mn ODF томьёо 2002-…
2899 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 mn Calc 8 2002-02-02 02:…
2902 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 mn Chart 8 2002-02-02 …
2903 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 mn Draw 8 2002-02-02 02:…
2905 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 mn Impress 8 2002-…
2907 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 mn Math 8 2002-02-02 02:…
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java39 return Double.parseDouble(value); in safeParseDouble()
47 return Float.parseFloat(value); in safeParseFloat()
55 return Integer.parseInt(value); in safeParseInt()
63 return Long.parseLong(value); in safeParseLong()
70 float f = value & 0x7fffFFFFffffFFFFL; in unsignedLongToFloat()
71 if (value < 0) { in unsignedLongToFloat()
78 double d = value & 0x7fffFFFFffffFFFFL; in unsignedLongToDouble()
79 if (value < 0) { in unsignedLongToDouble()
86 return value & 0xff; in toUnsignedInt()
90 return value & 0xffff; in toUnsignedInt()
[all …]
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src1072 Text [ en-US ] = "Future value. The value (final value) to be attained after the last payment." ;
1128 Text [ en-US ] = "Present value. The current value of a series of payments" ;
1176 Text [ en-US ] = "Present value. The current value of a series of payments" ;
1184 Text [ en-US ] = "Future value. The value (end value) to be attained after the final payment." ;
1232 Text [ en-US ] = "Present value. The current value of a series of payments" ;
1240 Text [ en-US ] = "Future value. The value (end value) to be attained after the final payment." ;
1296 Text [ en-US ] = "Future value. The value (end value) to be attained after the final payment." ;
1368 Text [ en-US ] = "Future value. The value (end value) to be attained after the final payment." ;
1432 …Text [ en-US ] = "Future value. The value (end value) attained after the last payment has been mad…
2128 Text [ en-US ] = "Present value. The current value of the investment." ;
[all …]
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextattributeswrapper.mm48 sal_Int16 value = 0;
49 property.Value >>= value;
59 float value = 0;
60 property.Value >>= value;
81 sal_Int16 value = 0;
82 property.Value >>= value;
92 bool value = sal_False;
93 property.Value >>= value;
94 if ( value ) {
101 sal_Int16 value = 0;
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumn.java105 public void setValue(Object value) { in registerProperties()
106 typeName = (String) value; in registerProperties()
119 public void setValue(Object value) { in registerProperties()
120 description = (String) value; in registerProperties()
133 public void setValue(Object value) { in registerProperties()
134 defaultValue = (String) value; in registerProperties()
148 precision = (Integer) value; in registerProperties()
162 type = (Integer) value; in registerProperties()
176 scale = (Integer) value; in registerProperties()
190 isNullable = (Integer) value; in registerProperties()
[all …]
/trunk/extras/l10n/source/ss/
H A Dlocalize.sdf6511 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 ss Impress 8 2002-…
6512 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 ss Math 8 2002-02-02 02:…
6516 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 ss Calc 8 2002-02-02 02:…
6523 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 ss Draw 8 2002-02-02 02:…
6524 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 ss Chart 8 2002-02-02 …
6525 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 ss Writer 8 2002-02-…
6578 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 ss HTML-dokument 2002…
6594 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 ss ODF-tekening 200…
6602 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 ss ODF-sigblad 2002…
6636 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 ss Teks 2002-02-02 02…
[all …]
/trunk/extras/l10n/source/st/
H A Dlocalize.sdf6511 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 st Impress 8 2002-…
6512 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 st Math 8 2002-02-02 02:…
6516 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 st Calc 8 2002-02-02 02:…
6523 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 st Draw 8 2002-02-02 02:…
6524 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 st Chart 8 2002-02-02 …
6525 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 st Writer 8 2002-02-…
6578 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 st HTML-dokument 2002…
6594 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 st ODF-tekening 200…
6602 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 st ODF-sigblad 2002…
6636 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 st Teks 2002-02-02 02…
[all …]
/trunk/extras/l10n/source/tn/
H A Dlocalize.sdf6511 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 tn Impress 8 2002-…
6512 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 tn Math 8 2002-02-02 02:…
6516 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 tn Calc 8 2002-02-02 02:…
6523 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 tn Draw 8 2002-02-02 02:…
6524 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 tn Chart 8 2002-02-02 …
6525 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 tn Writer 8 2002-02-…
6578 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 tn HTML-dokument 2002…
6594 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 tn ODF-tekening 200…
6602 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 tn ODF-sigblad 2002…
6636 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 tn Teks 2002-02-02 02…
[all …]
/trunk/extras/l10n/source/ts/
H A Dlocalize.sdf6511 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 ts Impress 8 2002-…
6512 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 ts Math 8 2002-02-02 02:…
6516 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 ts Calc 8 2002-02-02 02:…
6523 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 ts Draw 8 2002-02-02 02:…
6524 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 ts Chart 8 2002-02-02 …
6525 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 ts Writer 8 2002-02-…
6578 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 ts HTML-dokument 2002…
6594 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 ts ODF-tekening 200…
6602 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 ts ODF-sigblad 2002…
6636 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 ts Teks 2002-02-02 02…
[all …]
/trunk/extras/l10n/source/nr/
H A Dlocalize.sdf6511 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 nr Impress 8 2002-…
6512 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 nr Math 8 2002-02-02 02:…
6516 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 nr Calc 8 2002-02-02 02:…
6523 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 nr Draw 8 2002-02-02 02:…
6524 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 nr Chart 8 2002-02-02 …
6525 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 nr Writer 8 2002-02-…
6578 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 nr HTML-dokument 2002…
6594 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 nr ODF-tekening 200…
6602 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 nr ODF-sigblad 2002…
6636 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 nr Teks 2002-02-02 02…
[all …]
/trunk/extras/l10n/source/nso/
H A Dlocalize.sdf6511 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 nso Impress 8 2002…
6512 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 nso Math 8 2002-02-02 02…
6516 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 nso Calc 8 2002-02-02 02…
6523 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 nso Draw 8 2002-02-02 02…
6524 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 nso Chart 8 2002-02-02…
6525 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 nso Writer 8 2002-02…
6578 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 nso HTML-dokument 200…
6594 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 nso ODF-tekening 20…
6602 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 nso ODF-sigblad 200…
6636 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 nso Teks 2002-02-02 0…
[all …]
/trunk/extras/l10n/source/ve/
H A Dlocalize.sdf6511 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 ve Impress 8 2002-…
6512 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 ve Math 8 2002-02-02 02:…
6516 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 ve Calc 8 2002-02-02 02:…
6523 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 ve Draw 8 2002-02-02 02:…
6524 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 ve Chart 8 2002-02-02 …
6525 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 ve Writer 8 2002-02-…
6578 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 ve HTML-dokument 2002…
6594 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 ve ODF-tekening 200…
6602 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 ve ODF-sigblad 2002…
6636 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 ve Teks 2002-02-02 02…
[all …]
/trunk/extras/l10n/source/xh/
H A Dlocalize.sdf6511 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 xh Impress 8 2002-…
6512 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 xh Math 8 2002-02-02 02:…
6516 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 xh Calc 8 2002-02-02 02:…
6523 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 xh Draw 8 2002-02-02 02:…
6524 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 xh Chart 8 2002-02-02 …
6525 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 xh Writer 8 2002-02-…
6578 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 xh HTML-dokument 2002…
6594 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 xh ODF-tekening 200…
6602 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 xh ODF-sigblad 2002…
6636 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 xh Teks 2002-02-02 02…
[all …]
/trunk/extras/l10n/source/zu/
H A Dlocalize.sdf6511 filter source\config\fragments\types\impress8.xcu 0 value impress8 UIName 0 zu Impress 8 2002-…
6512 filter source\config\fragments\types\math8.xcu 0 value math8 UIName 0 zu Math 8 2002-02-02 02:…
6516 filter source\config\fragments\types\calc8.xcu 0 value calc8 UIName 0 zu Calc 8 2002-02-02 02:…
6523 filter source\config\fragments\types\draw8.xcu 0 value draw8 UIName 0 zu Draw 8 2002-02-02 02:…
6524 filter source\config\fragments\types\chart8.xcu 0 value chart8 UIName 0 zu Chart 8 2002-02-02 …
6525 filter source\config\fragments\types\writer8.xcu 0 value writer8 UIName 0 zu Writer 8 2002-02-…
6578 filter source\config\fragments\filters\HTML_ui.xcu 0 value HTML UIName 0 zu HTML-dokument 2002…
6594 filter source\config\fragments\filters\draw8_ui.xcu 0 value draw8 UIName 0 zu ODF-tekening 200…
6602 filter source\config\fragments\filters\calc8_ui.xcu 0 value calc8 UIName 0 zu ODF-sigblad 2002…
6636 filter source\config\fragments\filters\Text_ui.xcu 0 value Text UIName 0 zu Teks 2002-02-02 02…
[all …]

Completed in 5932 milliseconds

12345678910>>...76