Modified: openoffice/branches/AOO42X/main/offapi/com/sun/star/text/BaseIndex.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/offapi/com/sun/star/text/BaseIndex.idl?rev=1860710&r1=1860709&r2=1860710&view=diff
==============================================================================
--- openoffice/branches/AOO42X/main/offapi/com/sun/star/text/BaseIndex.idl 
(original)
+++ openoffice/branches/AOO42X/main/offapi/com/sun/star/text/BaseIndex.idl Thu 
Jun  6 10:09:22 2019
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,21 +7,20 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
 
-
 #ifndef __com_sun_star_text_BaseIndex_idl__
 #define __com_sun_star_text_BaseIndex_idl__
 
@@ -51,7 +50,7 @@
 
 //=============================================================================
 
- module com {  module sun {  module star {  module text {
+ module com { module sun { module star { module text {
 
 //=============================================================================
 
@@ -59,7 +58,7 @@
 /** specifies the basic service of different indexes within a document.@see 
com::sun::star::text::DocumentIndex
                @see com::sun::star::text::ContentIndex
                @see com::sun::star::text::UserDefinedIndex
-               @see com::sun::star::text::IllustrationIndex
+               @see com::sun::star::text::IllustrationsIndex
                @see com::sun::star::text::TableIndex
                @see com::sun::star::text::ObjectIndex
  */
@@ -73,7 +72,7 @@ published service BaseIndex
 
        // DocMerge: empty anyway
        [property] string Title;
-       /** determins if the index is protected.*/
+       /** determines if the index is protected.*/
 
        // DocMerge: empty anyway
        [property] boolean IsProtected;
@@ -146,9 +145,9 @@ published service BaseIndex
 
        // DocMerge from xml: property 
com::sun::star::text::BaseIndex::BackTransparent
        /** specifies the color of the background.
-        */  
+        */
        [property] com::sun::star::util::Color BackColor;
-    
+
        /** If <TRUE/>, the background color value in "BackColor" is not 
visible.
         */
        [property] boolean BackTransparent;
@@ -161,18 +160,18 @@ published service BaseIndex
         */
        // DocMerge: empty anyway
        [optional, property] com::sun::star::container::XIndexReplace 
LevelFormat;
-       /** determins if the content of the document index is created from the
+       /** determines if the content of the document index is created from the
                complete document content or from the current chapter only.
         <p> It is not available in the bibliography</p>*/
        [optional, property] boolean CreateFromChapter;
-    //------------------------------------------------------------------------
+       
//------------------------------------------------------------------------
        /** the text section containing the content of the index */
        [property] com::sun::star::text::XTextSection ContentSection;
-    //------------------------------------------------------------------------
-    //------------------------------------------------------------------------
+       
//------------------------------------------------------------------------
+       
//------------------------------------------------------------------------
        /** the text section containing the header of the index */
        [property] com::sun::star::text::XTextSection HeaderSection;
-    //------------------------------------------------------------------------
+       
//------------------------------------------------------------------------
 };
 
 //=============================================================================
@@ -180,5 +179,3 @@ published service BaseIndex
 }; }; }; };
 
 #endif
-
-

Modified: 
openoffice/branches/AOO42X/main/offapi/com/sun/star/text/IllustrationsIndex.idl
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/offapi/com/sun/star/text/IllustrationsIndex.idl?rev=1860710&r1=1860709&r2=1860710&view=diff
==============================================================================
--- 
openoffice/branches/AOO42X/main/offapi/com/sun/star/text/IllustrationsIndex.idl 
(original)
+++ 
openoffice/branches/AOO42X/main/offapi/com/sun/star/text/IllustrationsIndex.idl 
Thu Jun  6 10:09:22 2019
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -36,17 +36,17 @@ module com { module sun { module star {
 */
 published service IllustrationsIndex
 {
-       service  com::sun::star::text::BaseIndex;
+       service com::sun::star::text::BaseIndex;
 
-       /* determins if the name or the label of an object is used to create 
the index.
+       /* determines if the name or the label of an object is used to create 
the index.
         */
        [optional, property] boolean CreateFromLabels; //tables, illustrations
-       /* determins the name of the sequence field that is evaluated to create 
the index.
+       /* determines the name of the sequence field that is evaluated to 
create the index.
         */
        [optional, property] string LabelCategory; //tables, illustrations
-       /* determins the way the paragraph containing a label is included in 
the index.
+       /* determines the way the paragraph containing a label is included in 
the index.
                @see ChapterFormat*/
-       [optional, property] short LabelDisplayType;//tables, illustrations
+       [optional, property] short LabelDisplayType; //tables, illustrations
 };
 
 //=============================================================================
@@ -54,4 +54,3 @@ published service IllustrationsIndex
 }; }; }; };
 
 #endif
-

Modified: 
openoffice/branches/AOO42X/main/offapi/type_reference/typelibrary_history.txt
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO42X/main/offapi/type_reference/typelibrary_history.txt?rev=1860710&r1=1860709&r2=1860710&view=diff
==============================================================================
--- 
openoffice/branches/AOO42X/main/offapi/type_reference/typelibrary_history.txt 
(original)
+++ 
openoffice/branches/AOO42X/main/offapi/type_reference/typelibrary_history.txt 
Thu Jun  6 10:09:22 2019
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 07/07/2004 (SB): BugID=i29741
@@ -45,8 +45,8 @@
   the cli interfaces from type library.
 
 11/19/2004 (JSC/TL): BugID=i36687
-  adjust ChainedTextFrame service. Remove XChainable interface and insert 
propeties.
-  Interface was never implmented and the functionality was supported by 
properties.
+  adjust ChainedTextFrame service. Remove XChainable interface and insert 
properties.
+  Interface was never implemented and the functionality was supported by 
properties.
 
 01/20/2005 (JSC): BugID=i40985
   change const value com.sun.star.configuration.backend.NodeAttribute:MASK to
@@ -83,9 +83,9 @@
   directory. We need only one reference per source stand. I have also removed 
the
   types_doc.rdb because all type info is already in the normal types.rdb, even
   the service nad singleton type info.
-  In the same step i have updated the reference type library with the rdb of
+  In the same step I have updated the reference type library with the rdb of
   OOo2.0.1 and have patched the following singleton types to ensure that we 
need
-  only one type ibrary:
+  only one type library:
     - com.sun.star.script.browse.theBrowseNodeFactory
     - com.sun.star.script.provider.theMasterScriptProviderFactory
     - com.sun.star.util.theMacroExpander
@@ -108,7 +108,7 @@
 
 05/15/06 (JSC, TL): TaskID=i54823,i62825
   adapt the documentation because of specification errors which have never 
matched
-  the existing implmentation.
+  the existing implementation.
   Style -> FollowStyle property is now of type string instead of boolean
   TextTableRow -> TableColumnSeparators is now a sequence instead of the 
single return
 
@@ -131,7 +131,7 @@
   new reference type library is taken from the release source tree OOD680m5.
 
 04/03/07 (JSC): TaskID=i76046
-  update reference type library with the rleased version of OO0.2.2.0. The new
+  update reference type library with the released version of OO0.2.2.0. The new
   reference type library is taken from the release source tree OOF680 m14.
 
 06/13/07 (MBA): TaskID=i26672
@@ -139,29 +139,29 @@
   never documented properties.
 
 09/26/07 (JSC): TaskID=i80473
-  update reference type library with the rleased version of OO.org 2.3. The new
+  update reference type library with the released version of OO.org 2.3. The 
new
   reference type library is taken from the release source tree OOG680 m5.
 
 03/17/08 (TL, JSC): TaskID=i85576
   remove two never implemented properties 'TopMargin' and 'ButtomMargin' from
-  com.sun.star.text.CellRange. 
-  
+  com.sun.star.text.CellRange.
+
 06/26/08 (TL, JSC): TaskID=i86515
-  change css.text.IllustrationIndex into css.text.IllustrationsIndex because 
the 
+  change css.text.IllustrationIndex into css.text.IllustrationsIndex because 
the
   implementation used the plural version.
 
 07/23/08 (TL, JSC): TaskID=i48676
-  change return type of css.linguistic2.XDictionary:getcount from short to 
long 
+  change return type of css.linguistic2.XDictionary:getcount from short to long
   to support bigger user dictionaries.
-  
+
 04/12/08 (JSC): TaskID=i96902
   update reference rdb with the released version from OO.org 3.0 (ooo300m9)
-  
+
 04/17/09 (tl, JSC): TaskID=i96846
   changed old and not longer used properties in css.linguistic2.LinguProperties
-  to maybevoid and deprecate. They should be removed in a future version. The 
+  to maybevoid and deprecate. They should be removed in a future version. The
   implementation will never return them.
-  
+
 02/25/09 (MST, JSC): TaskID=i96209
   rename module css.text.FieldMaster to css.text.fieldmaster.
   the implementation handles both variants.
@@ -170,7 +170,7 @@
   fix read-only status of properties of css.text.TextPortion
 
 02/12/10 (JSC): TaskID=i107712, i107695
-  correct typo in com.sun.star.text.RedlinePortion. Property 
+  correct typo in com.sun.star.text.RedlinePortion. Property
   RedLineDataTime have to be RedlineDateTime.
   Update reference type library with the version of OOo 3.2. The new
   reference type library is taken from the release source tree OOO320 m12.
@@ -180,8 +180,8 @@
   reference type library is taken from the release source tree OOO320 m19.
 
 11/09/10 (JSC): TaskID=i114887
-  remove drafts module from reference rdb. The odl drafts type are not used 
-  and i cleaned up the module and the type library.
+  remove drafts module from reference rdb. The odl drafts type are not used
+  and I cleaned up the module and the type library.
 
 01/28/11 (JSC): TaskID=116682
   Update css.awt.UnoControlDialog to reflect the supported XDialog2 interface


Reply via email to