| ContentIndex.idl (d1766043) | ContentIndex.idl (d8faddcc) |
|---|---|
| 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 --- 26 unchanged lines hidden (view full) --- 35 36/** specifies service of content indexes within a document.@see com::sun::star::text::BaseIndex 37 */ 38published service ContentIndex 39{ 40 // DocMerge: empty anyway 41 service com::sun::star::text::BaseIndex; 42 | 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 --- 26 unchanged lines hidden (view full) --- 35 36/** specifies service of content indexes within a document.@see com::sun::star::text::BaseIndex 37 */ 38published service ContentIndex 39{ 40 // DocMerge: empty anyway 41 service com::sun::star::text::BaseIndex; 42 |
| 43 /** determins the depth of outline levels that are included into the content index.*/ | 43 /** determines the depth of outline levels that are included into the content index.*/ |
| 44 45 /// @missing 46 [optional, property] short Level; 47 | 44 45 /// @missing 46 [optional, property] short Level; 47 |
| 48 /** determins if the document index is created from outlines. | 48 /** determines if the document index is created from outlines. |
| 49 */ 50 [optional, property] boolean CreateFromOutline; 51 52 /** contains the interface to access the paragraph style names that are included 53 in this index. 54 @see DocumentIndexParagraphStyles 55 */ 56 [optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles; --- 14 unchanged lines hidden --- | 49 */ 50 [optional, property] boolean CreateFromOutline; 51 52 /** contains the interface to access the paragraph style names that are included 53 in this index. 54 @see DocumentIndexParagraphStyles 55 */ 56 [optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles; --- 14 unchanged lines hidden --- |