Searched refs:pAsciiServiceName (Results 1 – 3 of 3) sorted by relevance
93 const sal_Char* pAsciiServiceName; member98 :pAsciiServiceName( NULL ) in ComponentDescription()104 :pAsciiServiceName( _pAsciiServiceName ) in ComponentDescription()132 while ( pComponents->pAsciiServiceName != NULL ) in component_writeInfo()141 … xNewKey->createKey( ::rtl::OUString::createFromAscii( pComponents->pAsciiServiceName ) ); in component_writeInfo()161 while ( pComponents->pAsciiServiceName != NULL ) in component_getFactory()166 sServices[0] = ::rtl::OUString::createFromAscii( pComponents->pAsciiServiceName ); in component_getFactory()
195 const sal_Char* pAsciiServiceName; in load() member198 :pAsciiServiceName( _pService ) in load()217 if ( sComponentURL.equalsAscii( aImplementations[i].pAsciiServiceName ) ) in load()
2648 …const sal_Char* pAsciiServiceName = _bFilter ? "com.sun.star.sdb.FilterDialog" : "com.sun.star.sdb… in impl_dialogFilterOrSort_nothrow() local2652 if ( !m_aContext.createComponent( pAsciiServiceName, xDialog ) ) in impl_dialogFilterOrSort_nothrow()2654 …getDefaultDialogParent_nothrow(), ::rtl::OUString::createFromAscii( pAsciiServiceName ), sal_True … in impl_dialogFilterOrSort_nothrow()
Completed in 49 milliseconds