XSmartTagRecognizer.idl (d1766043) XSmartTagRecognizer.idl (bbac9d2c)
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

--- 38 unchanged lines hidden (view full) ---

47#ifndef __com_sun_star_frame_XController_idl__
48#include <com/sun/star/frame/XController.idl>
49#endif
50
51#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
52#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
53#endif
54
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

--- 38 unchanged lines hidden (view full) ---

47#ifndef __com_sun_star_frame_XController_idl__
48#include <com/sun/star/frame/XController.idl>
49#endif
50
51#ifndef __com_sun_star_lang_IndexOutOfBoundsException_idl__
52#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
53#endif
54
55#ifndef __com_sun_star_text_XTextRange_idl__
56#include <com/sun/star/text/XTextRange.idl>
57#endif
58
59
55//=============================================================================
56
57module com { module sun { module star { module smarttags {
58
59//=============================================================================
60
61/**
62 provides access to a smart tag recognizer.

--- 110 unchanged lines hidden (view full) ---

173 [in] long nLength,
174 [in] SmartTagRecognizerMode eDataType,
175 [in] com::sun::star::lang::Locale aLocale,
176 [in] com::sun::star::text::XTextMarkup xTextMarkup,
177 [in] string aApplicationName,
178 [in] com::sun::star::frame::XController xController,
179 [in] com::sun::star::i18n::XBreakIterator xTokenizer );
180
60//=============================================================================
61
62module com { module sun { module star { module smarttags {
63
64//=============================================================================
65
66/**
67 provides access to a smart tag recognizer.

--- 110 unchanged lines hidden (view full) ---

178 [in] long nLength,
179 [in] SmartTagRecognizerMode eDataType,
180 [in] com::sun::star::lang::Locale aLocale,
181 [in] com::sun::star::text::XTextMarkup xTextMarkup,
182 [in] string aApplicationName,
183 [in] com::sun::star::frame::XController xController,
184 [in] com::sun::star::i18n::XBreakIterator xTokenizer );
185
181
182 //-------------------------------------------------------------------------
183 /** indicates whether there is a property page for a smart tag type.
184
185 @param nSmartTagIndex
186 Index of the wanted smart tag type. Value needs to be
187 between 0 and the number of smarttags available
188 (exclusively).
189

--- 38 unchanged lines hidden ---
186 //-------------------------------------------------------------------------
187 /** indicates whether there is a property page for a smart tag type.
188
189 @param nSmartTagIndex
190 Index of the wanted smart tag type. Value needs to be
191 between 0 and the number of smarttags available
192 (exclusively).
193

--- 38 unchanged lines hidden ---