NativeNumberXmlAttributes.idl (d1766043) NativeNumberXmlAttributes.idl (d695a2a0)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 27 unchanged lines hidden (view full) ---

36 Attributes describing a native number mode for a specific locale,
37 stored in XML file format.
38
39 <p> Used with
40 <member>XNativeNumberSupplier::convertToXmlAttributes()</member> and
41 <member>XNativeNumberSupplier::convertFromXmlAttributes()</member>
42 </p>
43
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 27 unchanged lines hidden (view full) ---

36 Attributes describing a native number mode for a specific locale,
37 stored in XML file format.
38
39 <p> Used with
40 <member>XNativeNumberSupplier::convertToXmlAttributes()</member> and
41 <member>XNativeNumberSupplier::convertFromXmlAttributes()</member>
42 </p>
43
44 @since OOo 1.1.2
44 @since OpenOffice 1.1.2
45 */
46
47published struct NativeNumberXmlAttributes
48{
49 /// The locale of the native number representation
50 ::com::sun::star::lang::Locale Locale;
51
52 /// The number "1" expressed as a native number string.

--- 12 unchanged lines hidden ---
45 */
46
47published struct NativeNumberXmlAttributes
48{
49 /// The locale of the native number representation
50 ::com::sun::star::lang::Locale Locale;
51
52 /// The number "1" expressed as a native number string.

--- 12 unchanged lines hidden ---