Footnote.idl (d1766043) Footnote.idl (361c8c00)
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

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

50 interface com::sun::star::text::XFootnote;
51
52 /** provides access to the text of the footnote (or
53 endnote).
54
55 */
56 interface com::sun::star::text::XText;
57 /** contains an internal identifier for the use as SequenceNumber property in reference fields.
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

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

50 interface com::sun::star::text::XFootnote;
51
52 /** provides access to the text of the footnote (or
53 endnote).
54
55 */
56 interface com::sun::star::text::XText;
57 /** contains an internal identifier for the use as SequenceNumber property in reference fields.
58 @see com.sun.star.text.textfield.GetReference.
58 @see com::sun::star::text::textfield::GetReference.
59 */
60 [optional, readonly, property]short ReferenceId;
61};
62
63//=============================================================================
64
65}; }; }; };
66
67#endif
59 */
60 [optional, readonly, property]short ReferenceId;
61};
62
63//=============================================================================
64
65}; }; }; };
66
67#endif