| DocumentIndex.idl (d1766043) | DocumentIndex.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 --- 28 unchanged lines hidden (view full) --- 37//============================================================================= 38 39/** specifies service of content indexes within a document.@see com::sun::star::text::BaseIndex 40 */ 41published service DocumentIndex 42{ 43 service com::sun::star::text::BaseIndex; 44 | 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 --- 28 unchanged lines hidden (view full) --- 37//============================================================================= 38 39/** specifies service of content indexes within a document.@see com::sun::star::text::BaseIndex 40 */ 41published service DocumentIndex 42{ 43 service com::sun::star::text::BaseIndex; 44 |
| 45 /** determins if alphabetical separators are genererated. | 45 /** determines if alphabetical separators are genererated. |
| 46 */ 47 [optional, property] boolean UseAlphabeticalSeparators; 48 | 46 */ 47 [optional, property] boolean UseAlphabeticalSeparators; 48 |
| 49 /** determins if a index entry is generated for each primary/secondary key. | 49 /** determines if a index entry is generated for each primary/secondary key. |
| 50 */ 51 [optional, property] boolean UseKeyAsEntry; 52 | 50 */ 51 [optional, property] boolean UseKeyAsEntry; 52 |
| 53 /** determins if same entries on different pages are combined into one index entry. | 53 /** determines if same entries on different pages are combined into one index entry. |
| 54 */ 55 [optional, property] boolean UseCombinedEntries; 56 | 54 */ 55 [optional, property] boolean UseCombinedEntries; 56 |
| 57 /** determins if the similarity of index entries is checked case sensitively. | 57 /** determines if the similarity of index entries is checked case sensitively. |
| 58 */ 59 [optional, property] boolean IsCaseSensitive; 60 | 58 */ 59 [optional, property] boolean IsCaseSensitive; 60 |
| 61 /** determins if following page numbers are displayed using a 'pp.'. | 61 /** determines if following page numbers are displayed using a 'pp.'. |
| 62 */ 63 [optional, property] boolean UsePP; 64 | 62 */ 63 [optional, property] boolean UsePP; 64 |
| 65 /** determins if if following page numbers are displayed using a dash. | 65 /** determines if if following page numbers are displayed using a dash. |
| 66 */ 67 [optional, property] boolean UseDash; 68 | 66 */ 67 [optional, property] boolean UseDash; 68 |
| 69 /** determins if all entries start with a capital letter. | 69 /** determines if all entries start with a capital letter. |
| 70 */ 71 [optional, property] boolean UseUpperCase; 72 | 70 */ 71 [optional, property] boolean UseUpperCase; 72 |
| 73 /** determins the name of the character style that is applied to the number | 73 /** determines the name of the character style that is applied to the number |
| 74 of a page where main index entry is located. 75 */ 76 [optional, property] string MainEntryCharacterStyleName; 77 78 /** 79 contains all index marks that are related to this index. 80 */ 81 [readonly, property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks; --- 17 unchanged lines hidden --- | 74 of a page where main index entry is located. 75 */ 76 [optional, property] string MainEntryCharacterStyleName; 77 78 /** 79 contains all index marks that are related to this index. 80 */ 81 [readonly, property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks; --- 17 unchanged lines hidden --- |