Home
last modified time | relevance | path

Searched refs:xI (Results 1 – 25 of 51) sorted by relevance

123

/trunk/main/extensions/source/resource/
H A Dresource.cxx215 if( xI.is() ) in getIntrospection()
216 return xI->getIntrospection(); in getIntrospection()
358 if( xI.is() ) in invoke()
396 if( xI.is() ) in setValue()
397 xI->setValue( PropertyName, Value ); in setValue()
412 if( xI.is() ) in getValue()
413 return xI->getValue( PropertyName ); in getValue()
433 if( xI.is() ) in hasMethod()
434 return xI->hasMethod( Name ); in hasMethod()
449 if( xI.is() ) in hasProperty()
[all …]
/trunk/main/vcl/source/app/
H A Dunohelp.cxx137 …uno::Reference < uno::XInterface > xI = xMSF->createInstance( ::rtl::OUString::createFromAscii( "c… in CreateBreakIterator() local
138 if ( xI.is() ) in CreateBreakIterator()
140 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XBreakIterator >*)0) ); in CreateBreakIterator()
153 …uno::Reference < uno::XInterface > xI = xMSF->createInstance( ::rtl::OUString::createFromAscii( "c… in CreateCharacterClassification() local
154 if ( xI.is() ) in CreateCharacterClassification()
156 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XCharacterClassificati… in CreateCharacterClassification()
169 …uno::Reference < uno::XInterface > xI = xMSF->createInstance( ::rtl::OUString::createFromAscii( "c… in CreateCollator() local
170 if ( xI.is() ) in CreateCollator()
172 uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XCollator >*)0) ); in CreateCollator()
/trunk/main/i18npool/source/textconversion/
H A DtextconversionImpl.cxx94 Reference < XInterface > xI; in getLocaleSpecificTextConversion() local
96 xI = xMSF->createInstance( in getLocaleSpecificTextConversion()
99 if ( ! xI.is() ) in getLocaleSpecificTextConversion()
100 xI = xMSF->createInstance( in getLocaleSpecificTextConversion()
103 if ( ! xI.is() ) in getLocaleSpecificTextConversion()
104 xI = xMSF->createInstance( in getLocaleSpecificTextConversion()
109 if (xI.is()) in getLocaleSpecificTextConversion()
110 xI->queryInterface( getCppuType((const Reference< XTextConversion>*)0) ) >>= xTC; in getLocaleSpecificTextConversion()
H A Dtextconversion_ko.cxx50 Reference < XInterface > xI; in TextConversion_ko() local
52 xI = xMSF->createInstance( in TextConversion_ko()
55 if ( xI.is() ) in TextConversion_ko()
56 xI->queryInterface( getCppuType((const Reference< XConversionDictionary>*)0) ) >>= xCD; in TextConversion_ko()
58 xI = xMSF->createInstance( in TextConversion_ko()
61 if ( xI.is() ) in TextConversion_ko()
62 xI->queryInterface( getCppuType((const Reference< XConversionDictionaryList>*)0) ) >>= xCDL; in TextConversion_ko()
H A Dtextconversion_zh.cxx45 Reference < XInterface > xI; in TextConversion_zh() local
46 xI = xMSF->createInstance( in TextConversion_zh()
48 if ( xI.is() ) in TextConversion_zh()
49 xI->queryInterface( getCppuType((const Reference< XConversionDictionaryList>*)0) ) >>= xCDL; in TextConversion_zh()
/trunk/main/comphelper/source/processfactory/
H A Dcomponentfactory.cxx55 Reference< XInterface > xI; in getComponentInstance() local
58 xI = xMSF->createInstance( rImplementationName ); in getComponentInstance()
59 if( !xI.is() ) in getComponentInstance()
65 xI = xSSF->createInstance(); in getComponentInstance()
67 return xI; in getComponentInstance()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx108 Reference < XInterface > xI = xMSF->createInstance( in setOptions() local
111 if ( xI.is() ) in setOptions()
112 xI->queryInterface( ::getCppuType( in setOptions()
130 Reference < XInterface > xI = xMSF->createInstance( in setOptions() local
133 if ( xI.is() ) in setOptions()
134 xI->queryInterface( ::getCppuType( in setOptions()
147 Reference < XInterface > xI = xMSF->createInstance( in setOptions() local
149 if( xI.is() ) in setOptions()
150 xI->queryInterface( ::getCppuType( in setOptions()
421 if( xI.is() ) in IsDelimiter()
[all …]
/trunk/main/i18npool/source/collator/
H A DcollatorImpl.cxx41 Reference < XInterface > xI = in CollatorImpl() local
43 if ( xI.is() ) in CollatorImpl()
44 xI->queryInterface(::getCppuType((const Reference< XLocaleData>*)0)) >>= localedata; in CollatorImpl()
165 Reference < XInterface > xI = in createCollator() local
168 if (xI.is()) { in createCollator()
170 xI->queryInterface( getCppuType((const Reference< XCollator>*)0) ) >>= xC; in createCollator()
H A Dchaptercollator.cxx42 Reference < XInterface > xI = in ChapterCollator() local
44 if ( xI.is() ) in ChapterCollator()
45xI->queryInterface(::getCppuType((const Reference< XCharacterClassification>*)0)) >>= cclass; in ChapterCollator()
/trunk/main/i18npool/source/calendar/
H A DcalendarImpl.cxx79 Reference < XInterface > xI = xMSF->createInstance( in loadCalendar() local
82 if ( ! xI.is() ) { in loadCalendar()
87 xI = xMSF->createInstance( in loadCalendar()
94 if ( xI.is() ) in loadCalendar()
95xI->queryInterface(::getCppuType((const Reference< XExtendedCalendar>*)0)) >>= xCalendar; in loadCalendar()
/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx399 Reference< I > xI( xg, UNO_QUERY ); in dotest() local
400 if (xI.is()) in dotest()
464 Reference< I > xI( xH, UNO_QUERY ); in test_ImplHelper() local
466 OSL_ASSERT( xI->i().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("i") ) ); in test_ImplHelper()
472 xI.set( xH, UNO_QUERY ); in test_ImplHelper()
474 OSL_ASSERT( xI->i().equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("i2") ) ); in test_ImplHelper()
/trunk/main/sw/source/core/bastyp/
H A Dcheckit.cxx39 Reference < XInterface > xI = xMSF->createInstance( in SwCheckIt() local
41 if ( xI.is() ) in SwCheckIt()
43 … Any x = xI->queryInterface( ::getCppuType((const Reference< XExtendedInputSequenceChecker >*)0) ); in SwCheckIt()
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx155 Reference < XInterface > xI= in TransliterationImpl() local
157 if ( xI.is() ) { in TransliterationImpl()
158 … Any x = xI->queryInterface( ::getCppuType( (const uno::Reference< i18n::XLocaleData >*)0) ); in TransliterationImpl()
603 Reference< XInterface > xI = xFactory->createInstance(); in loadBody() local
604 if (xI.is()) { in loadBody()
605 a = xI->queryInterface(::getCppuType(( in loadBody()
/trunk/main/unotools/source/i18n/
H A Dnativenumberwrapper.cxx67 uno::Reference< uno::XInterface > xI = ::comphelper::getComponentInstance( in NativeNumberWrapper() local
70 if ( xI.is() ) in NativeNumberWrapper()
72 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XNativeNumberSupplier … in NativeNumberWrapper()
H A Dnumberformatcodewrapper.cxx71 Reference< XInterface > xI = ::comphelper::getComponentInstance( in NumberFormatCodeWrapper() local
74 if ( xI.is() ) in NumberFormatCodeWrapper()
76 Any x = xI->queryInterface( ::getCppuType((const Reference< XNumberFormatCode >*)0) ); in NumberFormatCodeWrapper()
H A Dtransliterationwrapper.cxx68 Reference< XInterface > xI = ::comphelper::getComponentInstance( in TransliterationWrapper() local
73 if ( xI.is() ) in TransliterationWrapper()
75 Any x = xI->queryInterface( in TransliterationWrapper()
/trunk/main/i18npool/source/inputchecker/
H A Dinputsequencechecker.cxx126 Reference < uno::XInterface > xI = xMSF->createInstance( in getInputSequenceChecker() local
130 if ( xI.is() ) { in getInputSequenceChecker()
132xI->queryInterface( getCppuType((const Reference< XExtendedInputSequenceChecker>*)0) ) >>= xISC; in getInputSequenceChecker()
/trunk/main/sw/source/core/tox/
H A Dtoxhlp.cxx47 STAR_REFERENCE( uno::XInterface ) xI = in IndexEntrySupplierWrapper()
50 if( xI.is() ) in IndexEntrySupplierWrapper()
52 UNO_NMSPC::Any x = xI->queryInterface( ::getCppuType( in IndexEntrySupplierWrapper()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx376 Object* xI= new WeakBase();
378 Any aAny( __typeof(Object), xI);
383 Constants::STRING_TEST_CONSTANT, xI,
386 bRet = check( aData->Any.Value == xI, "### unexpected any!" ) && bRet;
387 bRet = check( !(aData->Any.Value != xI), "### unexpected any!" ) && bRet;
402 Any aAnySet(__typeof(Object), xI);
412 xI,
H A Dcli_vb_bridgetest.vb556 Dim xI As New WeakBase
558 Dim aAny As New Any(GetType(System.Object), xI)
564 CONSTANTS.STRING_TEST_CONSTANT, xI, _
567 bRet = check( aData.Any.Value Is xI, "### unexpected any!" ) And bRet
582 Dim aAnySet As New Any(GetType(System.Object), xI)
586 aData.Double, aData.Enum, aData.String, xI, aAnySet)
H A Dcli_cs_bridgetest.cs358 Object xI= new WeakBase(); in performTest()
360 Any aAny = new Any( typeof(Object), xI); in performTest()
365 Constants.STRING_TEST_CONSTANT, xI, in performTest()
368 bRet = check( aData.Any.Value == xI, "### unexpected any!" ) && bRet; in performTest()
369 bRet = check( !(aData.Any.Value != xI), "### unexpected any!" ) && bRet; in performTest()
384 Any aAnySet= new Any(typeof(Object), xI); in performTest()
388 aData.Enum, aData.String, xI, in performTest()
/trunk/main/eventattacher/source/
H A Deventattacher.cxx341 Reference< XIntrospection > xI; in initialize() local
342 pArray[i] >>= xI; in initialize()
343 if( xI.is() ) in initialize()
346 m_xIntrospection = xI; in initialize()
366 if( !xALAS.is() && !xI.is() && !xIdlR.is() && !xC.is() ) in initialize()
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier.cxx110 Reference < XInterface > xI = xMSF->createInstance( in createLocaleSpecificIndexEntrySupplier() local
113 if ( xI.is() ) { in createLocaleSpecificIndexEntrySupplier()
114xI->queryInterface( ::getCppuType((const Reference< com::sun::star::i18n::XExtendedIndexEntrySuppl… in createLocaleSpecificIndexEntrySupplier()
/trunk/main/i18npool/source/characterclassification/
H A DcharacterclassificationImpl.cxx147 Reference < XInterface > xI = xMSF->createInstance( in createLocaleSpecificCharacterClassification() local
151 if ( xI.is() ) { in createLocaleSpecificCharacterClassification()
152xI->queryInterface(::getCppuType((const Reference< XCharacterClassification>*)0) ) >>= xCI; in createLocaleSpecificCharacterClassification()
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx385 Reference< XInterface > xI(new MyClass); in performTest() local
390 TestEnum_LOLA, OUSTR(STRING_TEST_CONSTANT), xI, in performTest()
391 Any(&xI, getCppuType((Reference< XInterface > const *) 0))); in performTest()
392 bRet &= check(aData.Any == xI, "### unexpected any!"); in performTest()
393 bRet &= check(!(aData.Any != xI), "### unexpected any!"); in performTest()
403 xI, Any(&xI, getCppuType((Reference< XInterface > const *) 0))); in performTest()

Completed in 116 milliseconds

123