Home
last modified time | relevance | path

Searched refs:xI (Results 26 – 50 of 51) sorted by relevance

123

/trunk/main/toolkit/source/controls/
H A Dstdtabcontrollermodel.cxx153 …const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > xI = rCtrls.getCon… in ImplWriteControls() local
154 …::com::sun::star::uno::Reference< ::com::sun::star::io::XPersistObject > xPO( xI, ::com::sun::sta… in ImplWriteControls()
184 …::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel > xI( xObj, ::com::sun::st… in ImplReadControls()
185 aSeq.getArray()[n] = xI; in ImplReadControls()
/trunk/main/unotools/source/i18n/
H A Dcharclass.cxx92 Reference < XInterface > xI = ::comphelper::getComponentInstance( in getComponentInstance() local
95 if ( xI.is() ) in getComponentInstance()
97 Any x = xI->queryInterface( ::getCppuType((const Reference< XCharacterClassification >*)0) ); in getComponentInstance()
H A Dcalendarwrapper.cxx81 Reference< XInterface > xI = ::comphelper::getComponentInstance( in CalendarWrapper() local
84 if ( xI.is() ) in CalendarWrapper()
86 Any x = xI->queryInterface( ::getCppuType((const Reference< XExtendedCalendar >*)0) ); in CalendarWrapper()
H A Dlocaledatawrapper.cxx114 Reference< XInterface > xI = ::comphelper::getComponentInstance( in LocaleDataWrapper() local
117 if ( xI.is() ) in LocaleDataWrapper()
119 Any x = xI->queryInterface( ::getCppuType((const Reference< XLocaleData2 >*)0) ); in LocaleDataWrapper()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx756 Reference<XInterface > xI( *new OWeakObject() ); in performTest() local
762 (float)17.0815, 3.1415926359, TestEnum_LOLA, OUString::createFromAscii("dumdidum"), xI, in performTest()
763 Any( &xI, ::getCppuType( (const Reference<XInterface > *)0 ) ) ); in performTest()
765 OSL_ENSURE( aData.Any == xI, "### unexpected any!" ); in performTest()
766 OSL_ENSURE( !(aData.Any != xI), "### unexpected any!" ); in performTest()
778 aData.Enum, aData.String, xI, in performTest()
779 Any( &xI, ::getCppuType( (const Reference<XInterface > *)0 ) ) ); in performTest()
/trunk/main/i18npool/source/numberformatcode/
H A Dnumberformatcode.cxx268 xI = xMSF->createInstance( in createLocaleDataObject()
271 if ( xI.is() ) { in createLocaleDataObject()
272 …::com::sun::star::uno::Any x = xI->queryInterface( ::getCppuType((const ::com::sun::star::uno::Ref… in createLocaleDataObject()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XSearchable.java165 Object xI = oObj.findNext(start,Sdesc); in _findNext() local
166 tRes.tested("findNext()", xI != null); in _findNext()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaNumberingControl.cxx53 Reference < XInterface > xI = xMSF->createInstance( in lcl_GetNumberingProvider() local
55 Reference<XDefaultNumberingProvider> xRet(xI, UNO_QUERY); in lcl_GetNumberingProvider()
/trunk/main/sw/source/ui/misc/
H A Dnumberingtypelistbox.cxx57 uno::Reference < uno::XInterface > xI = xMSF->createInstance( in SwNumberingTypeListBox() local
59 uno::Reference<text::XDefaultNumberingProvider> xDefNum(xI, uno::UNO_QUERY); in SwNumberingTypeListBox()
/trunk/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx522 Reference < uno::XInterface > xI = xMSF->createInstance( in createLocaleSpecificBreakIterator() local
525 if ( xI.is() ) { in createLocaleSpecificBreakIterator()
526 xI->queryInterface( getCppuType((const Reference< XBreakIterator>*)0) ) >>= xBI; in createLocaleSpecificBreakIterator()
/trunk/main/chart2/source/view/main/
H A DDrawModelWrapper.cxx217 uno::Reference< uno::XInterface > xI = this->SdrModel::getUnoModel(); in getUnoModel() local
218 return uno::Reference<frame::XModel>::query( xI ); in getUnoModel()
/trunk/main/scripting/source/dlgprov/
H A Ddlgprov.cxx611 Reference< XInterface > xI = xSMgr->createInstanceWithContext in inspectHandler() local
613 if (xI.is()) in inspectHandler()
614 xIntrospection = Reference< XIntrospection >::query( xI ); in inspectHandler()
/trunk/main/chart2/source/tools/
H A DTitleHelper.cxx307 uno::Reference< uno::XInterface > xI( in setCompleteString() local
310 uno::Reference< XFormattedString > xFormattedString( xI, uno::UNO_QUERY ); in setCompleteString()
/trunk/main/i18npool/source/characterclassification/
H A Dcclass_unicode_parser.cxx410 XInterface > xI = in setupInternational() local
413 if ( xI.is() ) in setupInternational()
415 Any x = xI->queryInterface( getCppuType((const Reference< XLocaleData>*)0) ); in setupInternational()
/trunk/main/vcl/source/control/
H A Dedit.cxx800 …uno::Reference < XInterface > xI = xMSF->createInstance( OUString::createFromAscii( "com.sun.star.… in ImplGetBreakIterator() local
801 if ( xI.is() ) in ImplGetBreakIterator()
803 … Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XBreakIterator >*)0) ); in ImplGetBreakIterator()
820 …uno::Reference < XInterface > xI = xMSF->createInstance( OUString::createFromAscii( "com.sun.star.… in ImplGetInputSequenceChecker() local
821 if ( xI.is() ) in ImplGetInputSequenceChecker()
823 …Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XExtendedInputSequenceCheck… in ImplGetInputSequenceChecker()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx69 …::com::sun::star::uno::Reference < ::com::sun::star::uno::XInterface > xI = xMSF->createInstance( … in CreateToolkit()
72 if ( xI.is() ) in CreateToolkit()
73 …xToolkit = ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit>( xI, ::com::sun::sta… in CreateToolkit()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx870 …Reference < XInterface > xI = xMSF->createInstance( rtl::OUString::createFromAscii( "com.sun.star.… in GetBreakIterator() local
871 if ( xI.is() ) in GetBreakIterator()
873 Any x = xI->queryInterface( ::getCppuType((const Reference< i18n::XBreakIterator >*)0) ); in GetBreakIterator()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx1461 Reference < XInterface > xI = xMSF->createInstance( in Init() local
1463 Reference<XDefaultNumberingProvider> xDefNum(xI, UNO_QUERY); in Init()
1741 Reference < XInterface > xI = xMSF->createInstance( in Init() local
1743 Reference<XDefaultNumberingProvider> xDefNum(xI, UNO_QUERY); in Init()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx76 Reference < XInterface > xI = xMSF->createInstance( in lcl_getFormatter() local
78 Reference<XDefaultNumberingProvider> xRet(xI, UNO_QUERY); in lcl_getFormatter()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx250 uno::Reference<uno::XInterface> xI = m_aControllers.getElements()[0]; in impl_getCurrentController() local
251 return uno::Reference<frame::XController>( xI, uno::UNO_QUERY ); in impl_getCurrentController()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1827 Reference < XInterface > xI = xMSF->createInstance( in GetNumberingInfo() local
1830 Reference<XDefaultNumberingProvider> xDefNum(xI, UNO_QUERY); in GetNumberingInfo()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx711 …uno::Reference< uno::XInterface > xI = xMSF->createInstance( OUString::createFromAscii( "com.sun.s… in GetInputSequenceChecker() local
712 if ( xI.is() ) in GetInputSequenceChecker()
714 …Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XExtendedInputSequenceCheck… in GetInputSequenceChecker()
/trunk/main/cui/source/options/
H A Doptlingu.cxx768 uno::Reference < XInterface > xI = xMSF->createInstance( in SvxLinguData_Impl() local
770 xLinguSrvcMgr = uno::Reference<XLinguServiceManager>(xI, UNO_QUERY); in SvxLinguData_Impl()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2549 …Reference< XInterface > xI = xFactory->createInstance( rtl::OUString::createFromAscii("com.sun.sta… in doIntrospection() local
2550 if (xI.is()) in doIntrospection()
2551 xIntrospection = Reference< XIntrospection >::query( xI ); in doIntrospection()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx4569 …Reference < XInterface > xI = xMSF->createInstance( OUString::createFromAscii( "com.sun.star.i18n.… in ImplGetInputSequenceChecker() local
4570 if ( xI.is() ) in ImplGetInputSequenceChecker()
4572 …Any x = xI->queryInterface( ::getCppuType((const Reference< i18n::XExtendedInputSequenceChecker >*… in ImplGetInputSequenceChecker()

Completed in 202 milliseconds

123