summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/i18n/XScriptTypeDetector.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/i18n/XScriptTypeDetector.idl')
-rw-r--r--offapi/com/sun/star/i18n/XScriptTypeDetector.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/i18n/XScriptTypeDetector.idl b/offapi/com/sun/star/i18n/XScriptTypeDetector.idl
index b27b09e5a4f4..6a5e4ce8df8c 100644
--- a/offapi/com/sun/star/i18n/XScriptTypeDetector.idl
+++ b/offapi/com/sun/star/i18n/XScriptTypeDetector.idl
@@ -22,13 +22,10 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module i18n {
-//=============================================================================
-//--------------------------------------------------------------------------
/**
contains the help routines for layouting complex text
@@ -48,36 +45,30 @@ published interface XScriptTypeDetector : ::com::sun::star::uno::XInterface
long beginOfScriptDirection( [in] string aText, [in] long nPos,
[in] short nScriptDirection );
- //--------------------------------------------------------------------------
/** @returns the position where the specified Script Direction ends.
*/
long endOfScriptDirection( [in] string aText, [in] long nPos,
[in] short nScriptDirection );
- //--------------------------------------------------------------------------
/** @returns the Script Direction of the current position.
*/
short getScriptDirection ([in] string aText, [in] long nPos,
[in] short nDefaultScriptDirection );
- //--------------------------------------------------------------------------
/** @returns the position where the specified CTL Script Type starts.
*/
long beginOfCTLScriptType( [in] string aText, [in] long nPos);
- //--------------------------------------------------------------------------
/** @returns the position where the specified CTL Script Type ends.
*/
long endOfCTLScriptType( [in] string aText, [in] long nPos);
- //--------------------------------------------------------------------------
/** @returns the CTL script type of the current position. <br/>
One of <type>CTLScriptType</type> constants.
*/
short getCTLScriptType ([in] string aText, [in] long nPos);
};
-//=============================================================================
}; }; }; };
#endif