Searched refs:xSvcInfo (Results 1 – 3 of 3) sorted by relevance
507 uno::Reference< lang::XServiceInfo > xSvcInfo( xDicTmp, uno::UNO_QUERY ); in SwSpellPopup() local508 if (xSvcInfo.is()) in SwSpellPopup()511 xSvcInfo->getImplementationName(), bHC) ); in SwSpellPopup()
1176 uno::Reference< lang::XServiceInfo > xSvcInfo( xDicTmp, uno::UNO_QUERY ); in ExecuteSpellPopup() local1177 if (xSvcInfo.is()) in ExecuteSpellPopup()1180 xSvcInfo->getImplementationName(), bHC) ); in ExecuteSpellPopup()
996 uno::Reference< lang::XServiceInfo > xSvcInfo( xDicTmp, uno::UNO_QUERY );997 if (xSvcInfo.is())1000 xSvcInfo->getImplementationName(), bHC) );
Completed in 95 milliseconds