Home
last modified time | relevance | path

Searched refs:lang (Results 151 – 175 of 8192) sorted by relevance

12345678910>>...328

/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx132 #define XTYPEPROVIDER ::com::sun::star::lang::XTypeProvider
158 #define EVENTOBJECT ::com::sun::star::lang::EventObject
169 #define XUNOTUNNEL ::com::sun::star::lang::XUnoTunnel
745 css::lang::IllegalArgumentException,
752 css::lang::IllegalArgumentException,
1096 throw ( ::com::sun::star::lang::IllegalArgumentException,
1102 throw ( ::com::sun::star::lang::IllegalArgumentException,
1108 throw ( ::com::sun::star::lang::IllegalArgumentException,
1292 throw (css::lang::IllegalArgumentException,
1297 throw (css::lang::IllegalArgumentException,
[all …]
H A Dobjuno.hxx57 ::com::sun::star::lang::XComponent,
64 ::com::sun::star::lang::XInitialization,
85 ::com::sun::star::lang::IllegalArgumentException,
86 ::com::sun::star::lang::WrappedTargetException);
90 ::com::sun::star::lang::WrappedTargetException);
94 ::com::sun::star::lang::WrappedTargetException);
98 ::com::sun::star::lang::WrappedTargetException);
102 ::com::sun::star::lang::WrappedTargetException);
106 ::com::sun::star::lang::WrappedTargetException);
114 ::com::sun::star::lang::WrappedTargetException);
[all …]
/trunk/main/udkapi/
H A DUnoApi_udkapi.mk65 udkapi/com/sun/star/lang/ServiceManager \
285 udkapi/com/sun/star/lang/EventObject \
291 udkapi/com/sun/star/lang/Locale \
301 udkapi/com/sun/star/lang/XComponent \
304 udkapi/com/sun/star/lang/XEventListener \
306 udkapi/com/sun/star/lang/XLocalizable \
307 udkapi/com/sun/star/lang/XMain \
311 udkapi/com/sun/star/lang/XServiceInfo \
312 udkapi/com/sun/star/lang/XServiceName \
315 udkapi/com/sun/star/lang/XTypeProvider \
[all …]
/trunk/main/svx/inc/svx/
H A DAccessibleShape.hxx105 public ::com::sun::star::lang::XUnoTunnel
138 throw ( ::com::sun::star::lang::IndexOutOfBoundsException,
143 throw ( ::com::sun::star::lang::IndexOutOfBoundsException,
157 throw ( ::com::sun::star::lang::IndexOutOfBoundsException,
162 throw ( ::com::sun::star::lang::IndexOutOfBoundsException,
167 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException)…
255 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
372 disposing (const ::com::sun::star::lang::EventObject& Source)
392 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
394 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/provider/
H A DScriptProvider.java29 import com.sun.star.lang.XMultiComponentFactory;
30 import com.sun.star.lang.XInitialization;
31 import com.sun.star.lang.XTypeProvider;
32 import com.sun.star.lang.XServiceInfo;
488 com.sun.star.lang.WrappedTargetException in setPropertyValue()
495 com.sun.star.lang.WrappedTargetException in getPropertyValue()
503 com.sun.star.lang.WrappedTargetException in addPropertyChangeListener()
511 com.sun.star.lang.WrappedTargetException in removePropertyChangeListener()
520 com.sun.star.lang.WrappedTargetException in addVetoableChangeListener()
588 …, java.lang.Object aElement ) throws com.sun.star.lang.IllegalArgumentException, com.sun.star.cont… in replaceByName()
[all …]
/trunk/main/reportdesign/source/core/api/
H A DFixedText.cxx65 ,const uno::Reference< lang::XMultiServiceFactory>& _xFactory in OFixedText()
156 …::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::Wr… in setPropertyValue()
161 …t ::rtl::OUString& PropertyName ) throw (beans::UnknownPropertyException, lang::WrappedTargetExcep… in getPropertyValue()
166 …ertyChangeListener >& xListener ) throw (beans::UnknownPropertyException, lang::WrappedTargetExcep… in addPropertyChangeListener()
176 …ableChangeListener >& aListener ) throw (beans::UnknownPropertyException, lang::WrappedTargetExcep… in addVetoableChangeListener()
192 void SAL_CALL OFixedText::setDataField( const ::rtl::OUString& /*_datafield*/ ) throw (lang::Illega… in setDataField()
249 void SAL_CALL OFixedText::setParent( const uno::Reference< uno::XInterface >& Parent ) throw (lang:… in setParent()
282 …2 Index, const uno::Any& Element ) throw (lang::IllegalArgumentException, lang::IndexOutOfBoundsEx… in insertByIndex()
287 …ALL OFixedText::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, lang::W… in removeByIndex()
293 …2 Index, const uno::Any& Element ) throw (lang::IllegalArgumentException, lang::IndexOutOfBoundsEx… in replaceByIndex()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx112 else if (rType == ::getCppuType( (uno::Reference< lang::XServiceInfo > const *)0 )) in queryAggregation()
114 void * p = static_cast< lang::XTypeProvider * >( this ); in queryAggregation()
117 else if (rType == ::getCppuType( (uno::Reference< lang::XInitialization > const *)0 )) in queryAggregation()
119 void * p = static_cast< lang::XInitialization * >( this ); in queryAggregation()
147 aTypes.push_back( LCL_CPPUTYPE( lang::XComponent )); in getTypes()
148 aTypes.push_back( LCL_CPPUTYPE( lang::XTypeProvider )); in getTypes()
151 aTypes.push_back( LCL_CPPUTYPE( lang::XServiceInfo )); in getTypes()
152 aTypes.push_back( LCL_CPPUTYPE( lang::XInitialization )); in getTypes()
329 , lang::WrappedTargetException, uno::RuntimeException) in setPropertyValue()
364 throw (beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException) in getPropertyValue()
[all …]
/trunk/main/sw/source/core/access/
H A Dacctable.hxx135 throw (::com::sun::star::lang::IndexOutOfBoundsException,
139 throw (::com::sun::star::lang::IndexOutOfBoundsException,
143 throw (::com::sun::star::lang::IndexOutOfBoundsException,
147 throw (::com::sun::star::lang::IndexOutOfBoundsException,
164 throw (::com::sun::star::lang::IndexOutOfBoundsException,
167 throw (::com::sun::star::lang::IndexOutOfBoundsException,
172 throw (::com::sun::star::lang::IndexOutOfBoundsException,
184 throw (::com::sun::star::lang::IndexOutOfBoundsException,
188 throw (::com::sun::star::lang::IndexOutOfBoundsException,
191 throw (::com::sun::star::lang::IndexOutOfBoundsException,
[all …]
/trunk/main/sd/source/ui/inc/
H A Dunomodel.hxx82 public ::com::sun::star::lang::XServiceInfo,
197 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:…
236 …::sun::star::container::XNameAccess, ::com::sun::star::lang::XServiceInfo, ::com::sun::star::lang:…
256 …Index( sal_Int32 Index ) throw(::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
269 …dEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& …
270 …eEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& …
279 …com::sun::star::drawing::XDrawPages, ::com::sun::star::lang::XServiceInfo, ::com::sun::star::lang:…
294 …Index( sal_Int32 Index ) throw(::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
307 …dEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& …
316 ::com::sun::star::lang::XServiceInfo , ::com::sun::star::lang::XComponent >
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXSchemaHandlerImpl.java33 com.sun.star.lang.WrappedTargetException { in addInstance()
39 com.sun.star.lang.WrappedTargetException { in addItemType()
46 com.sun.star.lang.WrappedTargetException { in addProperty()
52 com.sun.star.lang.WrappedTargetException { in addPropertyWithDefault()
58 com.sun.star.lang.WrappedTargetException { in endComponent()
64 com.sun.star.lang.WrappedTargetException { in endNode()
70 com.sun.star.lang.WrappedTargetException { in endSchema()
76 com.sun.star.lang.WrappedTargetException { in endTemplate()
82 com.sun.star.lang.WrappedTargetException { in importComponent()
88 com.sun.star.lang.WrappedTargetException { in startComponent()
[all …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DUnoUrlTest.java62 } catch (com.sun.star.lang.IllegalArgumentException e) { in testStart1()
71 } catch (com.sun.star.lang.IllegalArgumentException e) { in testStart2()
79 } catch (com.sun.star.lang.IllegalArgumentException e) { in testStart3()
88 } catch (com.sun.star.lang.IllegalArgumentException e) { in testStart4()
97 } catch (com.sun.star.lang.IllegalArgumentException e) { in testParam1()
105 } catch (com.sun.star.lang.IllegalArgumentException e) { in testParam2()
113 } catch (com.sun.star.lang.IllegalArgumentException e) { in testPartName1()
121 } catch (com.sun.star.lang.IllegalArgumentException e) { in testOID1()
132 } catch (com.sun.star.lang.IllegalArgumentException e) { in testOIDandParams1()
144 } catch (com.sun.star.lang.IllegalArgumentException e) { in testOIDandParams2()
[all …]
/trunk/main/sc/inc/
H A Ddatauno.hxx114 com::sun::star::lang::XUnoTunnel,
115 com::sun::star::lang::XServiceInfo >
142 ::com::sun::star::lang::WrappedTargetException,
163 ::com::sun::star::lang::WrappedTargetException,
168 ::com::sun::star::lang::WrappedTargetException,
174 ::com::sun::star::lang::WrappedTargetException,
254 com::sun::star::lang::XServiceInfo >
287 com::sun::star::lang::XServiceInfo >
343 com::sun::star::lang::XServiceInfo >,
487 com::sun::star::lang::XServiceInfo >,
[all …]
/trunk/main/svl/source/fsstor/
H A Doinputstreamcontainer.cxx137 throw lang::DisposedException(); in readBytes()
155 throw lang::DisposedException(); in readSomeBytes()
173 throw lang::DisposedException(); in skipBytes()
190 throw lang::DisposedException(); in available()
207 throw lang::DisposedException(); in closeInput()
222 throw lang::DisposedException(); in getInputStream()
237 throw lang::DisposedException(); in getOutputStream()
251 throw lang::DisposedException(); in seek()
267 throw lang::DisposedException(); in getPosition()
283 throw lang::DisposedException(); in getLength()
[all …]
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblemenuitem.hxx64 virtual ::com::sun::star::lang::Locale implGetLocale();
86 …virtual sal_Bool SAL_CALL setCaretPosition( sal_Int32 nIndex ) throw (::com::sun::star::lang::Inde…
87 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
89 … SAL_CALL getCharacterBounds( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
95 …on( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
98 …, sal_Int16 aTextType ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
99 …, sal_Int16 aTextType ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
100 …, sal_Int16 aTextType ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
101 …xt( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
105 …virtual sal_Bool SAL_CALL doAccessibleAction ( sal_Int32 nIndex ) throw (::com::sun::star::lang::I…
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Daccessibletexthelper.hxx63 virtual ::com::sun::star::lang::Locale implGetLocale() = 0;
73 …sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBou…
79 …ge( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
80 …, sal_Int16 aTextType ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
81 …, sal_Int16 aTextType ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
82 …, sal_Int16 aTextType ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
131 …virtual sal_Unicode SAL_CALL getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::Index…
137 …ge( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
138 …, sal_Int16 aTextType ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
139 …, sal_Int16 aTextType ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
[all …]
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx80 using namespace com::sun::star::lang;
525 lang::XMultiServiceFactory, lang::XMultiComponentFactory, lang::XServiceInfo,
526 lang::XInitialization, lang::XUnoTunnel,
652 SAL_THROW( (lang::DisposedException) ) in is_disposed()
660 SAL_THROW( (lang::DisposedException) ) in check_undisposed()
664 throw lang::DisposedException( in check_undisposed()
682 throw lang::DisposedException( in getRoot()
785 lang::IllegalArgumentException, lang::WrappedTargetException, RuntimeException) in setPropertyValue()
1262 catch (lang::DisposedException & exc) in createInstanceWithContext()
1326 catch (lang::DisposedException & exc) in createInstanceWithArgumentsAndContext()
[all …]
/trunk/main/forms/qa/integration/forms/
H A DRadioButtons.java27 import com.sun.star.lang.*;
39 import java.lang.*;
76 public void before() throws com.sun.star.uno.Exception, java.lang.Exception in before()
106 public void checkSingleButtons() throws com.sun.star.uno.Exception, java.lang.Exception in checkSingleButtons()
136 public void checkThreeGroups( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkThreeGroups()
181 public void checkMultipleForms( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkMultipleForms()
222 public void checkCalcPageSwitch( ) throws com.sun.star.uno.Exception, java.lang.Exception in checkCalcPageSwitch()
283 …reTestStep( boolean useSpreadsheetDocument ) throws com.sun.star.uno.Exception, java.lang.Exception in prepareTestStep()
300 …ckRadio( String groupName, String refValue ) throws com.sun.star.uno.Exception, java.lang.Exception in checkRadio()
318 …etRadioModel( String name, String refValue ) throws com.sun.star.uno.Exception, java.lang.Exception in getRadioModel()
[all …]
/trunk/main/filter/source/t602/
H A Dt602filter.hxx98 com::sun::star::lang::XLocalizable,
99 com::sun::star::lang::XServiceInfo,
103 ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > mxMSF;
104 com::sun::star::lang::Locale meLocale;
120 virtual void SAL_CALL setLocale( const com::sun::star::lang::Locale& eLocale )
122 virtual com::sun::star::lang::Locale SAL_CALL getLocale()
140 ::com::sun::star::lang::IllegalArgumentException,
141 ::com::sun::star::lang::WrappedTargetException,
154 com::sun::star::lang::XInitialization,
155 com::sun::star::lang::XServiceInfo
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCalendar.java33 import com.sun.star.lang.Locale;
34 import com.sun.star.lang.XMultiServiceFactory;
121 log.println(lang + " ... FAILED"); in _loadDefaultCalendar()
146 log.println(lang + " ... FAILED"); in _getAllCalendars()
175 log.println(lang + " ... FAILED"); in _loadCalendar()
205 log.println(lang + " ... FAILED"); in _getLoadedCalendar()
233 log.println(lang + " ... FAILED"); in _getUniqueID()
259 log.println(lang + " ... FAILED"); in _setDateTime()
285 log.println(lang + " ... FAILED"); in _getDateTime()
349 log.println(lang + " ... OK"); in _setValue()
[all …]
/trunk/main/linguistic/source/
H A Dgciterator.cxx233 static lang::Locale lcl_GetPrimaryLanguageOfSentence( in lcl_GetPrimaryLanguageOfSentence()
302 const uno::Reference< lang::XComponent > &xComponent ) in GetOrCreateDocId()
421 catch (lang::IllegalArgumentException &) in ProcessResult()
456 const lang::Locale &rLocale ) in GetGrammarChecker()
522 uno::Sequence< lang::Locale > aLangPortionsLocale; in DequeueAndCheck()
667 throw (uno::RuntimeException, lang::IllegalArgumentException) in startProofreading()
693 const lang::Locale& rLocale, in checkSentenceAtPosition()
779 const lang::Locale &rLocale ) in GetSuggestedEndOfSentence()
1239 const lang::Locale &rLocale, in SetServiceList()
1260 const lang::Locale &rLocale ) const in GetServiceList()
[all …]
/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx69 Reference< lang::XMultiComponentFactory > const & xMgr,
76 Reference< lang::XSingleComponentFactory >
119 Reference< lang::XMultiServiceFactory >(), in createSimpleRegistry()
150 Reference< lang::XMultiServiceFactory >(), in createNestedRegistry()
320 Reference< lang::XMultiComponentFactory > bootstrapInitialSF( in bootstrapInitialSF()
327 Reference< lang::XMultiComponentFactory > xMgr( in bootstrapInitialSF()
332 Reference< lang::XMultiServiceFactory >(), in bootstrapInitialSF()
365 Reference< lang::XMultiComponentFactory > const & xSF, in bootstrapInitialContext()
489 Reference< lang::XSingleComponentFactory > xFac( in bootstrapInitialContext()
530 Reference< lang::XMultiComponentFactory > xSF( in createImplServiceFactory()
[all …]
/trunk/main/offapi/com/sun/star/ui/
H A DXImageManager.idl28 #include <com/sun/star/lang/XComponent.idl>
52 #include <com/sun/star/lang/XInitialization.idl>
56 #include <com/sun/star/lang/IllegalArgumentException.idl>
60 #include <com/sun/star/lang/IllegalAccessException.idl>
142 <type scope="com::sun::star::lang">IllegalArgumentException</type>
160 <type scope="com::sun::star::lang">IllegalArgumentException</type> is
183 <type scope="com::sun::star::lang">IllegalArgumentException</type>
185 <type scope="com::sun::star::lang">IllegalAccessException</type> is
219 <member scope="com::sun::star::lang">XComponent::dispose()</member>.
222 interface ::com::sun::star::lang::XComponent;
[all …]
/trunk/main/offapi/com/sun/star/resource/
H A DXLocale.idl31 #include <com/sun/star/lang/Locale.idl>
67 com::sun::star::lang::Locale create( [in] string aLanguage,
87 com::sun::star::lang::Locale getDefault();
100 void setDefault( [in] com::sun::star::lang::Locale newLocale );
108 sequence<com::sun::star::lang::Locale> getAvailableLocales();
178 [in] com::sun::star::lang::Locale inLocale );
201 [in] com::sun::star::lang::Locale inLocale );
223 [in] com::sun::star::lang::Locale inLocale );
246 [in] com::sun::star::lang::Locale inLocale );
259 boolean equals( [in] com::sun::star::lang::Locale l1,
[all …]
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx54 const uno::Reference< lang::XMultiServiceFactory >& xSF ) in GetStorageFactory()
61 uno::Reference < lang::XSingleServiceFactory > xStorageFactory( in GetStorageFactory()
73 const uno::Reference< lang::XMultiServiceFactory >& xSF ) in GetFileSystemStorageFactory()
80 uno::Reference < lang::XSingleServiceFactory > xStorageFactory( in GetFileSystemStorageFactory()
92 const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in GetTemporaryStorage()
107 const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in GetStorageFromURL()
126 const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in GetStorageFromURL2()
133 uno::Reference< lang::XSingleServiceFactory > xFact; in GetStorageFromURL2()
157 const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in GetStorageFromInputStream()
176 const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in GetStorageFromStream()
[all …]
/trunk/main/i18npool/inc/
H A Dindexentrysupplier.hxx38 com::sun::star::lang::XServiceInfo
49 const com::sun::star::lang::Locale& rLocale )
53 const com::sun::star::lang::Locale& rLocale,
58 const com::sun::star::lang::Locale& rLocale )
62 const com::sun::star::lang::Locale& rLocale )
66 const rtl::OUString& PhoneticEntry, const com::sun::star::lang::Locale& rLocale )
70 const rtl::OUString& PhoneticEntry1, const com::sun::star::lang::Locale& rLocale1,
72 const com::sun::star::lang::Locale& rLocale2 )
76 const com::sun::star::lang::Locale& rLocale, const rtl::OUString& SortAlgorithm )
80 const com::sun::star::lang::Locale& rLocale )
[all …]

Completed in 119 milliseconds

12345678910>>...328