TextDocumentView.idl (d1766043) TextDocumentView.idl (2a413f17)
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

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

60 /** This interface makes it possible to access the cursor which belongs
61 to the view and can be visible for the user.
62 */
63 interface com::sun::star::text::XTextViewCursorSupplier;
64
65
66 /** Gives access to the objects properties.
67
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

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

60 /** This interface makes it possible to access the cursor which belongs
61 to the view and can be visible for the user.
62 */
63 interface com::sun::star::text::XTextViewCursorSupplier;
64
65
66 /** Gives access to the objects properties.
67
68 @since OOo 2.0
68 @since OpenOffice 2.0
69 */
70 [optional] interface com::sun::star::beans::XPropertySet;
71
72
73 //-------------------------------------------------------------------------
74 /** returns the number of pages in the document
75
76 <p>Since the document needs to be formatted to get the result
77 obtaining this value may take some time.</p>
78
69 */
70 [optional] interface com::sun::star::beans::XPropertySet;
71
72
73 //-------------------------------------------------------------------------
74 /** returns the number of pages in the document
75
76 <p>Since the document needs to be formatted to get the result
77 obtaining this value may take some time.</p>
78
79 @since OOo 2.0
79 @since OpenOffice 2.0
80 */
81 [optional, property, readonly] long PageCount;
82
83 //-------------------------------------------------------------------------
84 /** returns the number of lines in the document
85
86 <p>Since the document needs to be formatted to get the result
87 obtaining this value may take some time.</p>
88
89 <p>Empty paragraphs are not counted.</p>
90
80 */
81 [optional, property, readonly] long PageCount;
82
83 //-------------------------------------------------------------------------
84 /** returns the number of lines in the document
85
86 <p>Since the document needs to be formatted to get the result
87 obtaining this value may take some time.</p>
88
89 <p>Empty paragraphs are not counted.</p>
90
91 @since OOo 2.0
91 @since OpenOffice 2.0
92 */
93 [optional, property, readonly] long LineCount;
94
95 //-------------------------------------------------------------------------
96 /** specifies if spellchecking should be done while typing.
97
92 */
93 [optional, property, readonly] long LineCount;
94
95 //-------------------------------------------------------------------------
96 /** specifies if spellchecking should be done while typing.
97
98 @since OOo 2.0
98 @since OpenOffice 2.0
99 */
100 [optional, property] boolean IsConstantSpellcheck;
101
102 //-------------------------------------------------------------------------
103 /** specifies if the marks for misspelled text should be displayed.
104
99 */
100 [optional, property] boolean IsConstantSpellcheck;
101
102 //-------------------------------------------------------------------------
103 /** specifies if the marks for misspelled text should be displayed.
104
105 @since OOo 2.0
105 @since OpenOffice 2.0
106 */
107 [optional, property] boolean IsHideSpellMarks;
108
109 //-------------------------------------------------------------------------
110};
111
112//=============================================================================
113
114}; }; }; };
115
116#endif
106 */
107 [optional, property] boolean IsHideSpellMarks;
108
109 //-------------------------------------------------------------------------
110};
111
112//=============================================================================
113
114}; }; }; };
115
116#endif