Home
last modified time | relevance | path

Searched refs:lang (Results 276 – 300 of 8956) sorted by relevance

1...<<11121314151617181920>>...359

/trunk/main/unotools/inc/unotools/
H A Dfontcfg.hxx40 namespace lang { namespace
44 inline bool operator==( const com::sun::star::lang::Locale& rLeft, const com::sun::star::lang::Loca… in operator ==()
59 size_t operator()( const com::sun::star::lang::Locale& rLocale ) const in operator ()()
70 com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >
84 std::hash_map< com::sun::star::lang::Locale,
97 rtl::OUString getDefaultFont( const com::sun::star::lang::Locale& rLocale, int nType ) const;
98 rtl::OUString getUserInterfaceFont( const com::sun::star::lang::Locale& rLocale ) const;
174 com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory >
190 std::hash_map< com::sun::star::lang::Locale, LocaleSubst, utl::LocaleHash > m_aSubst;
204 void readLocaleSubst( const com::sun::star::lang::Locale& rLocale ) const;
[all …]
/trunk/main/basegfx/inc/basegfx/tools/
H A Dunopolypolygon.hxx44 ::com::sun::star::lang::XServiceInfo > UnoPolyPolygonBase;
53 …star::rendering::XPolyPolygon2D >& polyPolygon ) throw (::com::sun::star::lang::IllegalArgumentExc…
55 … getNumberOfPolygonPoints( ::sal_Int32 polygon ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
58 …virtual ::sal_Bool SAL_CALL isClosed( ::sal_Int32 index ) throw (::com::sun::star::lang::IndexOutO…
59 …sed( ::sal_Int32 index, ::sal_Bool closedState ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
63 …Point2D > >& points, ::sal_Int32 nPolygonIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
64 …l_Int32 nPolygonIndex, ::sal_Int32 nPointIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
65 …l_Int32 nPolygonIndex, ::sal_Int32 nPointIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
70 …l_Int32 nPolygonIndex, ::sal_Int32 nPointIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
71 …l_Int32 nPolygonIndex, ::sal_Int32 nPointIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx…
[all …]
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_common.cxx37 IndexEntrySupplier_Common::IndexEntrySupplier_Common(const Reference < lang::XMultiServiceFactory >… in IndexEntrySupplier_Common()
49 Sequence < lang::Locale > SAL_CALL IndexEntrySupplier_Common::getLocaleList() throw (RuntimeExcepti… in getLocaleList()
60 const lang::Locale& ) throw (RuntimeException) in getPhoneticCandidate()
65 sal_Bool SAL_CALL IndexEntrySupplier_Common::usePhoneticEntry( const lang::Locale& ) throw (Runtime… in usePhoneticEntry()
70 sal_Bool SAL_CALL IndexEntrySupplier_Common::loadAlgorithm( const lang::Locale& rLocale, in loadAlgorithm()
81 const OUString&, const lang::Locale& ) throw (RuntimeException) in getIndexKey()
89 const OUString& rIndexEntry1, const OUString&, const lang::Locale&, in compareIndexEntry()
90 const OUString& rIndexEntry2, const OUString&, const lang::Locale& ) in compareIndexEntry()
99 const lang::Locale& rLocale, const OUString& ) throw (RuntimeException) in getIndexCharacter()
105 const lang::Locale& ) throw (RuntimeException) in getIndexFollowPageWord()
[all …]
/trunk/main/framework/inc/helper/
H A Dpropertysetcontainer.hxx46 …PropertySetContainer( const com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFac…
57 …hrow (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsEx…
60 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetExc…
64 …hrow (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsEx…
71 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetExc…
84 com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xServiceManager;
/trunk/main/editeng/source/uno/
H A Dunotext.cxx278 , lang::XServiceInfo() in SvxUnoTextRangeBase()
280 , lang::XUnoTunnel() in SvxUnoTextRangeBase()
629 throw lang::IllegalArgumentException(); in SetPropertyValueHelper()
1623 else QUERYINT( lang::XServiceInfo ); in queryAggregation()
1624 else QUERYINT( lang::XTypeProvider ); in queryAggregation()
1625 else QUERYINT( lang::XUnoTunnel ); in queryAggregation()
1739 , lang::XTypeProvider() in SvxUnoTextBase()
1783 QUERYINT( lang::XServiceInfo ); in queryAggregation()
1789 QUERYINT( lang::XTypeProvider ); in queryAggregation()
1790 QUERYINT( lang::XUnoTunnel ); in queryAggregation()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleEditableText.java112 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _cutText()
125 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _cutText()
140 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _cutText()
176 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _pasteText()
189 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _pasteText()
204 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _pasteText()
241 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _deleteText()
254 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _deleteText()
272 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _deleteText()
311 } catch(com.sun.star.lang.IndexOutOfBoundsException e) { in _insertText()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/tree/
H A D_XTreeControl.java33 import com.sun.star.lang.EventObject;
230 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _isNodeExpanded()
270 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _isNodeExpanded()
288 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _isNodeCollapsed()
328 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _isNodeCollapsed()
345 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _makeNodeVisible()
352 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _makeNodeVisible()
401 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addTreeExpansionListener()
422 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addTreeExpansionListener()
439 } catch (com.sun.star.lang.IllegalArgumentException ex) { in _addTreeExpansionListener()
[all …]
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTableCell.cxx38 …l_Int32 _nIndex, const ::rtl::OUString& _sText ) throw (::com::sun::star::lang::IndexOutOfBoundsEx… in checkIndex_Impl()
41 throw ::com::sun::star::lang::IndexOutOfBoundsException(); in checkIndex_Impl()
49 using namespace ::com::sun::star::lang;
104 ::com::sun::star::lang::Locale AccessibleGridControlTableCell::implGetLocale() in implGetLocale()
195 throw ( ::com::sun::star::lang::IndexOutOfBoundsException, in getAccessibleChild()
198 throw ::com::sun::star::lang::IndexOutOfBoundsException(); in getAccessibleChild()
253 …TableCell::setCaretPosition ( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx… in setCaretPosition()
263 …ntrolTableCell::getCharacter( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsEx… in getCharacter()
327 …, sal_Int16 aTextType ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star… in getTextAtIndex()
333 …, sal_Int16 aTextType ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star… in getTextBeforeIndex()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshap4.cxx77 using namespace ::com::sun::star::lang;
102 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:… in setPropertyValueImpl()
639 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:… in setPropertyValue()
645 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:… in setPropertyValues()
651 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:… in setPropertyValueImpl()
712 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:… in setPropertyValue()
718 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:… in setPropertyValues()
724 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:… in setPropertyValueImpl()
785 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:… in setPropertyValue()
791 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:… in setPropertyValues()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A DDocumentMetadataAccess.hxx125 ::com::sun::star::lang::IllegalArgumentException);
139 ::com::sun::star::lang::IllegalArgumentException,
153 ::com::sun::star::lang::IllegalArgumentException,
162 ::com::sun::star::lang::IllegalArgumentException,
167 ::com::sun::star::lang::IllegalArgumentException,
172 ::com::sun::star::lang::IllegalArgumentException,
183 ::com::sun::star::lang::IllegalArgumentException,
184 ::com::sun::star::lang::WrappedTargetException);
190 ::com::sun::star::lang::WrappedTargetException);
196 ::com::sun::star::lang::WrappedTargetException);
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dprov.hxx56 public com::sun::star::lang::XServiceInfo,
57 public com::sun::star::lang::XInitialization,
58 public com::sun::star::lang::XTypeProvider,
103 static com::sun::star::uno::Reference< com::sun::star::lang::XSingleServiceFactory > SAL_CALL
155 com::sun::star::lang::IllegalArgumentException,
156 com::sun::star::lang::WrappedTargetException,
163 com::sun::star::lang::WrappedTargetException,
171 com::sun::star::lang::WrappedTargetException,
179 com::sun::star::lang::WrappedTargetException,
187 com::sun::star::lang::WrappedTargetException,
[all …]
/trunk/main/linguistic/source/
H A Dgciterator.hxx86 ::com::sun::star::lang::XComponent,
87 ::com::sun::star::lang::XServiceInfo
91 com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > m_xMSF;
138 …tOrCreateDocId( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > &xCom…
149 …rtl::OUString &rText, sal_Int32 nSentenceStartPos, const ::com::sun::star::lang::Locale &rLocale );
154 …r::linguistic2::XProofreader > GetGrammarChecker( const ::com::sun::star::lang::Locale & rLocale );
166 …explicit GrammarCheckingIterator( const com::sun::star::uno::Reference< com::sun::star::lang::XMul…
184 …dEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& …
188 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
196 …virtual void SetServiceList( const ::com::sun::star::lang::Locale &rLocale, const ::com::sun::star…
[all …]
H A Dlngsvcmgr.hxx68 com::sun::star::lang::XComponent,
69 com::sun::star::lang::XServiceInfo
87 ::com::sun::star::lang::XEventListener > xListenerHelper;
90 com::sun::star::lang::Locale > aAvailSpellLocales;
92 com::sun::star::lang::Locale > aAvailGrammarLocales;
94 com::sun::star::lang::Locale > aAvailHyphLocales;
96 com::sun::star::lang::Locale > aAvailThesLocales;
156 …anagerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& …
163 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::lang::Locale > SAL_CALL getAvailableLoc…
167 …dEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& …
[all …]
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DMinMaxLineWrapper.hxx56 < ::com::sun::star::lang::XComponent
57 , ::com::sun::star::lang::XServiceInfo
78 ::com::sun::star::lang::XEventListener >& xListener )
81 ::com::sun::star::lang::XEventListener >& aListener )
87 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:…
88 …row (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
90 …row (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
92 …row (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
97 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:…
107 …row (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
[all …]
H A DUpDownBarWrapper.hxx55 < ::com::sun::star::lang::XComponent
56 , ::com::sun::star::lang::XServiceInfo
77 ::com::sun::star::lang::XEventListener >& xListener )
80 ::com::sun::star::lang::XEventListener >& aListener )
86 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:…
87 …row (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
89 …row (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
91 …row (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
96 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:…
106 …row (::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExcep…
[all …]
/trunk/main/sw/inc/
H A Dunocoll.hxx278 ::com::sun::star::lang::XServiceInfo
292 …Index(sal_Int32 nIndex) throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
317 ::com::sun::star::lang::XServiceInfo
334 …Index(sal_Int32 nIndex) throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
337 …w( ::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::WrappedTargetExcep…
429 …Index(sal_Int32 nIndex) throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
461 …Index(sal_Int32 nIndex) throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
493 …Index(sal_Int32 nIndex) throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
508 ::com::sun::star::lang::XServiceInfo
524 …Index(sal_Int32 nIndex) throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star…
[all …]
H A Dunoport.hxx98 ::com::sun::star::lang::XUnoTunnel,
99 ::com::sun::star::lang::XServiceInfo
141 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:…
144 …throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetExce…
187 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:…
195 …:beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star:…
214 …ddEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > &…
215 …veEventListener(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener > &…
269 , ::com::sun::star::lang::XServiceInfo
270 , ::com::sun::star::lang::XUnoTunnel
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx145 ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException);
150 ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException);
156 ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException);
243 catch( const lang::IndexOutOfBoundsException& e ) in notifyEvent()
252 throw (lang::IndexOutOfBoundsException, uno::RuntimeException) in getAccessible()
281 ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException) in attachRecursive()
295 ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException) in attachRecursive()
310 ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException) in attachRecursive()
341 ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException) in detachRecursive()
355 ) throw (lang::IndexOutOfBoundsException, uno::RuntimeException) in detachRecursive()
[all …]
/trunk/main/framework/inc/uielement/
H A Drootitemcontainer.hxx61 class RootItemContainer : public ::com::sun::star::lang::XTypeProvider ,
63 public ::com::sun::star::lang::XSingleComponentFactory ,
64 public ::com::sun::star::lang::XUnoTunnel ,
91 …hrow (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsEx…
94 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetExc…
98 …hrow (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::IndexOutOfBoundsEx…
105 …throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::lang::WrappedTargetExc…
126 …const com::sun::star::uno::Any& aValue ) throw( com::sun::star::lang::IllegalArgumentExc…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DBasicMacroTools.java33 import com.sun.star.lang.XComponent;
34 import com.sun.star.lang.XMultiServiceFactory;
54 XComponent xDoc) throws java.lang.Exception { in BasicMacroTools()
87 throws java.lang.Exception { in BasicMacroTools()
130 throws java.lang.Exception { in makeParser()
142 throws java.lang.Exception { in loadLibrary()
145 } catch (java.lang.Exception e) { in loadLibrary()
157 } catch (com.sun.star.lang.WrappedTargetException e) { in loadLibrary()
165 throws java.lang.Exception { in appendLibrary()
168 } catch (java.lang.Exception e) { in appendLibrary()
[all …]
/trunk/main/extensions/qa/integration/extensions/
H A DServicesHandler.java26 import com.sun.star.lang.ClassNotFoundException;
31 import com.sun.star.lang.XServiceInfo;
32 import com.sun.star.lang.XMultiServiceFactory;
33 import com.sun.star.lang.XSingleComponentFactory;
55 public void disposing(com.sun.star.lang.EventObject eventObject) in disposing()
107 public void addEventListener(com.sun.star.lang.XEventListener _eventListener) in addEventListener()
112 …eans.XPropertyChangeListener _propertyChangeListener) throws com.sun.star.lang.NullPointerException in addPropertyChangeListener()
144 catch( com.sun.star.lang.IllegalArgumentException e ) in describePropertyLine()
187 public void inspect(Object _component) throws com.sun.star.lang.NullPointerException in inspect()
204 public void removeEventListener(com.sun.star.lang.XEventListener _eventListener) in removeEventListener()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java214 throws com.sun.star.lang.IllegalArgumentException { in hexToInt()
220 throw new com.sun.star.lang.IllegalArgumentException( in hexToInt()
227 throws com.sun.star.lang.IllegalArgumentException { in decodeUTF8()
252 throw new com.sun.star.lang.IllegalArgumentException( in decodeUTF8()
258 throws com.sun.star.lang.IllegalArgumentException { in buildParamHashMap()
282 throw new com.sun.star.lang.IllegalArgumentException( in buildParamHashMap()
305 throws com.sun.star.lang.IllegalArgumentException { in parseUnoUrlPart()
315 throw new com.sun.star.lang.IllegalArgumentException( in parseUnoUrlPart()
363 throws com.sun.star.lang.IllegalArgumentException { in parseUnoUrl()
371 throw new com.sun.star.lang.IllegalArgumentException( in parseUnoUrl()
[all …]
/trunk/main/reportdesign/source/core/api/
H A DSection.cxx179 lang::EventObject aDisposeEvent( static_cast< ::cppu::OWeakObject* >( this ) ); in disposing()
408 void SAL_CALL OSection::setCanGrow( ::sal_Bool /*_cangrow*/ ) throw (lang::IllegalArgumentException… in setCanGrow()
418 void SAL_CALL OSection::setCanShrink( ::sal_Bool /*_canshrink*/ ) throw (lang::IllegalArgumentExcep… in setCanShrink()
485 throw lang::IllegalArgumentException(); in createReportComponent()
488 uno::Reference< lang::XMultiServiceFactory> xFac(getReportDefinition(),uno::UNO_QUERY_THROW); in createReportComponent()
535 …::setParent( const uno::Reference< uno::XInterface >& /*Parent*/ ) throw (lang::NoSupportException… in setParent()
537 throw lang::NoSupportException(); in setParent()
570 …SAL_CALL OSection::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException, lang::W… in getByIndex()
588 …::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::Wr… in setPropertyValue()
668 uno::Reference< lang::XUnoTunnel> xTunnel; in getSomething()
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXSchemaHandler.idl39 #include <com/sun/star/lang/WrappedTargetException.idl>
64 @throws com::sun::star::lang::WrappedTargetException
85 @throws com::sun::star::lang::WrappedTargetException
108 @throws com::sun::star::lang::WrappedTargetException
136 @throws com::sun::star::lang::WrappedTargetException
158 @throws com::sun::star::lang::WrappedTargetException
198 @throws com::sun::star::lang::WrappedTargetException
245 @throws com::sun::star::lang::WrappedTargetException
272 @throws com::sun::star::lang::WrappedTargetException
309 @throws com::sun::star::lang::WrappedTargetException
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx91 public lang::XTypeProvider,
273 lang::XTypeProvider,
274 lang::XServiceInfo,
275 lang::XComponent,
290 lang::XTypeProvider,
291 lang::XServiceInfo,
292 lang::XComponent,
325 lang::EventObject aEvt; in dispose()
332 lang::EventObject aEvt; in dispose()
1623 lang::XTypeProvider,
[all …]

Completed in 163 milliseconds

1...<<11121314151617181920>>...359