/aoo41x/main/extensions/source/resource/ |
H A D | resource.cxx | 215 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 …]
|
/aoo41x/main/vcl/source/app/ |
H A D | unohelp.cxx | 137 …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()
|
/aoo41x/main/i18npool/source/textconversion/ |
H A D | textconversionImpl.cxx | 94 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 D | textconversion_ko.cxx | 50 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 D | textconversion_zh.cxx | 45 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()
|
/aoo41x/main/comphelper/source/processfactory/ |
H A D | componentfactory.cxx | 55 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()
|
/aoo41x/main/i18npool/source/search/ |
H A D | textsearch.cxx | 108 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 …]
|
/aoo41x/main/unotools/source/processfactory/ |
H A D | componentfactory.cxx | 62 Reference< XInterface > xI; in getComponentInstance() local 65 xI = xMSF->createInstance( rImplementationName ); in getComponentInstance() 66 if( !xI.is() ) in getComponentInstance() 71 xI = xSSF->createInstance(); in getComponentInstance() 73 return xI; in getComponentInstance()
|
/aoo41x/main/i18npool/source/collator/ |
H A D | collatorImpl.cxx | 41 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 D | chaptercollator.cxx | 42 Reference < XInterface > xI = in ChapterCollator() local 44 if ( xI.is() ) in ChapterCollator() 45 … xI->queryInterface(::getCppuType((const Reference< XCharacterClassification>*)0)) >>= cclass; in ChapterCollator()
|
/aoo41x/main/i18npool/source/calendar/ |
H A D | calendarImpl.cxx | 79 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() 95 … xI->queryInterface(::getCppuType((const Reference< XExtendedCalendar>*)0)) >>= xCalendar; in loadCalendar()
|
/aoo41x/main/cppuhelper/test/ |
H A D | testimplhelper.cxx | 399 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()
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | checkit.cxx | 39 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()
|
/aoo41x/main/i18npool/source/transliteration/ |
H A D | transliterationImpl.cxx | 155 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()
|
/aoo41x/main/unotools/source/i18n/ |
H A D | nativenumberwrapper.cxx | 67 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 D | numberformatcodewrapper.cxx | 71 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 D | transliterationwrapper.cxx | 68 Reference< XInterface > xI = ::comphelper::getComponentInstance( in TransliterationWrapper() local 73 if ( xI.is() ) in TransliterationWrapper() 75 Any x = xI->queryInterface( in TransliterationWrapper()
|
/aoo41x/main/sw/source/core/tox/ |
H A D | toxhlp.cxx | 47 STAR_REFERENCE( uno::XInterface ) xI = in IndexEntrySupplierWrapper() 50 if( xI.is() ) in IndexEntrySupplierWrapper() 52 UNO_NMSPC::Any x = xI->queryInterface( ::getCppuType( in IndexEntrySupplierWrapper()
|
/aoo41x/main/i18npool/source/inputchecker/ |
H A D | inputsequencechecker.cxx | 126 Reference < uno::XInterface > xI = xMSF->createInstance( in getInputSequenceChecker() local 130 if ( xI.is() ) { in getInputSequenceChecker() 132 … xI->queryInterface( getCppuType((const Reference< XExtendedInputSequenceChecker>*)0) ) >>= xISC; in getInputSequenceChecker()
|
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_cpp_bridgetest.cxx | 376 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 D | cli_vb_bridgetest.vb | 556 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 D | cli_cs_bridgetest.cs | 358 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()
|
/aoo41x/main/eventattacher/source/ |
H A D | eventattacher.cxx | 341 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()
|
/aoo41x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier.cxx | 110 Reference < XInterface > xI = xMSF->createInstance( in createLocaleSpecificIndexEntrySupplier() local 113 if ( xI.is() ) { in createLocaleSpecificIndexEntrySupplier() 114 …xI->queryInterface( ::getCppuType((const Reference< com::sun::star::i18n::XExtendedIndexEntrySuppl… in createLocaleSpecificIndexEntrySupplier()
|
/aoo41x/main/i18npool/source/characterclassification/ |
H A D | characterclassificationImpl.cxx | 147 Reference < XInterface > xI = xMSF->createInstance( in createLocaleSpecificCharacterClassification() local 151 if ( xI.is() ) { in createLocaleSpecificCharacterClassification() 152 … xI->queryInterface(::getCppuType((const Reference< XCharacterClassification>*)0) ) >>= xCI; in createLocaleSpecificCharacterClassification()
|