#87851# sort language only available in alphabetical index and bibliography
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: BaseIndex.idl,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: os $ $Date: 2001-06-06 11:27:13 $
|
||||
* last change: $Author: os $ $Date: 2001-06-18 14:04:23 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -195,13 +195,6 @@ service BaseIndex
|
||||
<p> It is not available in the bibliography</p>*/
|
||||
[optional, property] boolean CreateFromChapter;
|
||||
//------------------------------------------------------------------------
|
||||
/** contains the locale of the index.
|
||||
*/
|
||||
[property] com::sun::star::lang::Locale Locale;
|
||||
//------------------------------------------------------------------------
|
||||
/** contains the name of the sort algorithm that is used to sort the entries.
|
||||
*/
|
||||
[property] string SortAlgorithm;
|
||||
|
||||
|
||||
};
|
||||
|
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: Bibliography.idl,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
|
||||
* last change: $Author: os $ $Date: 2001-06-18 14:04:23 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -78,25 +78,19 @@ service Bibliography
|
||||
{
|
||||
// DocMerge: empty anyway
|
||||
service com::sun::star::text::BaseIndex;
|
||||
|
||||
//------------------------------------------------------------------------
|
||||
/** contains the locale of the index.
|
||||
*/
|
||||
[property] com::sun::star::lang::Locale Locale;
|
||||
//------------------------------------------------------------------------
|
||||
/** contains the name of the sort algorithm that is used to sort the entries.
|
||||
*/
|
||||
[property] string SortAlgorithm;
|
||||
};
|
||||
|
||||
//=============================================================================
|
||||
|
||||
}; }; }; };
|
||||
|
||||
/*=============================================================================
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.1.1.1 2000/09/18 23:35:58 hjs
|
||||
initial import
|
||||
|
||||
Revision 1.3 2000/09/11 11:52:58 mi
|
||||
documentation merged from XML
|
||||
|
||||
Revision 1.1 2000/08/09 15:52:11 os
|
||||
#77072# service Bibliography
|
||||
|
||||
=============================================================================*/
|
||||
#endif
|
||||
|
||||
|
@@ -2,9 +2,9 @@
|
||||
*
|
||||
* $RCSfile: DocumentIndex.idl,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: os $ $Date: 2001-03-07 12:41:22 $
|
||||
* last change: $Author: os $ $Date: 2001-06-18 14:04:23 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
@@ -119,6 +119,14 @@ service DocumentIndex
|
||||
contains all index marks that are related to this index.
|
||||
*/
|
||||
[readonly, property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks;
|
||||
//------------------------------------------------------------------------
|
||||
/** contains the locale of the index.
|
||||
*/
|
||||
[property] com::sun::star::lang::Locale Locale;
|
||||
//------------------------------------------------------------------------
|
||||
/** contains the name of the sort algorithm that is used to sort the entries.
|
||||
*/
|
||||
[property] string SortAlgorithm;
|
||||
};
|
||||
|
||||
//=============================================================================
|
||||
|
Reference in New Issue
Block a user