GenericTextDocument.idl (d1766043) GenericTextDocument.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

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

170 [optional] interface com::sun::star::text::XTextGraphicObjectsSupplier;
171
172 [optional] interface com::sun::star::text::XTextEmbeddedObjectsSupplier;
173
174 [optional] interface com::sun::star::text::XTextTablesSupplier;
175
176 [optional] interface com::sun::star::style::XStyleFamiliesSupplier;
177
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

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

170 [optional] interface com::sun::star::text::XTextGraphicObjectsSupplier;
171
172 [optional] interface com::sun::star::text::XTextEmbeddedObjectsSupplier;
173
174 [optional] interface com::sun::star::text::XTextTablesSupplier;
175
176 [optional] interface com::sun::star::style::XStyleFamiliesSupplier;
177
178 /** @since OOo 1.1.2
178 /** @since OpenOffice 1.1.2
179 */
180 [optional] interface com::sun::star::text::XBookmarksSupplier;
181
179 */
180 [optional] interface com::sun::star::text::XBookmarksSupplier;
181
182 /** @since OOo 1.1.2
182 /** @since OpenOffice 1.1.2
183 */
184 [optional] interface com::sun::star::text::XDocumentIndexesSupplier;
185
183 */
184 [optional] interface com::sun::star::text::XDocumentIndexesSupplier;
185
186 /** @since OOo 1.1.2
186 /** @since OpenOffice 1.1.2
187 */
188 [optional] interface com::sun::star::text::XTextFieldsSupplier;
189
187 */
188 [optional] interface com::sun::star::text::XTextFieldsSupplier;
189
190 /** @since OOo 1.1.2
190 /** @since OpenOffice 1.1.2
191 */
192 [optional] interface com::sun::star::text::XTextFramesSupplier;
193
191 */
192 [optional] interface com::sun::star::text::XTextFramesSupplier;
193
194 /** @since OOo 1.1.2
194 /** @since OpenOffice 1.1.2
195 */
196 [optional] interface com::sun::star::text::XTextSectionsSupplier;
197
195 */
196 [optional] interface com::sun::star::text::XTextSectionsSupplier;
197
198 /** @since OOo 1.1.2
198 /** @since OpenOffice 1.1.2
199 */
200 [optional] interface com::sun::star::util::XNumberFormatsSupplier;
201 //-------------------------------------------------------------------------
202
203 /** contains the identifier of the default locale of the document.
204 */
205 [optional, property] com::sun::star::lang::Locale CharLocale;
206

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

238
239 //-------------------------------------------------------------------------
240 /** specifies the concordance file taken into account when
241 * creating an index.
242 *
243 * When no concordance file should be used the string is empty.
244 * Used for text documents only.
245 *
199 */
200 [optional] interface com::sun::star::util::XNumberFormatsSupplier;
201 //-------------------------------------------------------------------------
202
203 /** contains the identifier of the default locale of the document.
204 */
205 [optional, property] com::sun::star::lang::Locale CharLocale;
206

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

238
239 //-------------------------------------------------------------------------
240 /** specifies the concordance file taken into account when
241 * creating an index.
242 *
243 * When no concordance file should be used the string is empty.
244 * Used for text documents only.
245 *
246 * @since OOo 1.1.2
246 * @since OpenOffice 1.1.2
247 */
248 [optional, property] string IndexAutoMarkFileURL;
249
250 //-------------------------------------------------------------------------
251 /** specifies if change recording is active.
252 *
247 */
248 [optional, property] string IndexAutoMarkFileURL;
249
250 //-------------------------------------------------------------------------
251 /** specifies if change recording is active.
252 *
253 * @since OOo 1.1.2
253 * @since OpenOffice 1.1.2
254 */
255 [optional, property] boolean RecordChanges;
256
257 //-------------------------------------------------------------------------
258 /** specifies the first 4 digit year to be used when years
259 * are given in 2 digits.
260 *
261 * Example: if set to 1930
262 * Oct-12-29 will be interpreted as Oct-12-2029
263 * Oct-12-30 will be interpreted as Oct-12-1930
264 * Oct-12-02 will be interpreted as Oct-12-2002
265 *
254 */
255 [optional, property] boolean RecordChanges;
256
257 //-------------------------------------------------------------------------
258 /** specifies the first 4 digit year to be used when years
259 * are given in 2 digits.
260 *
261 * Example: if set to 1930
262 * Oct-12-29 will be interpreted as Oct-12-2029
263 * Oct-12-30 will be interpreted as Oct-12-1930
264 * Oct-12-02 will be interpreted as Oct-12-2002
265 *
266 * @since OOo 1.1.2
266 * @since OpenOffice 1.1.2
267 */
268 [optional, property] short TwoDigitYear;
269};
270
271//=============================================================================
272
273}; }; }; };
274
275#endif
267 */
268 [optional, property] short TwoDigitYear;
269};
270
271//=============================================================================
272
273}; }; }; };
274
275#endif