Lines Matching refs:xNA
1064 Reference< XHierarchicalNameAccess > xNA; in findJarFileForPath() local
1068 return xNA; in findJarFileForPath()
1108 xNA = xTestNA; in findJarFileForPath()
1114 return xNA; in findJarFileForPath()
1836 Reference< XHierarchicalNameAccess > xNA; in nextJarFile() local
1838 while( !xNA.is() && m_eState != END_REACHED ) in nextJarFile()
1843 xNA = m_rDatabases.jarFile( m_aInitialModule, m_aLanguage ); in nextJarFile()
1857 xNA = implGetJarFromPackage( xHelpPackage, o_pExtensionPath, o_pExtensionRegistryPath ); in nextJarFile()
1867 xNA = implGetJarFromPackage( xHelpPackage, o_pExtensionPath, o_pExtensionRegistryPath ); in nextJarFile()
1877 xNA = implGetJarFromPackage( xHelpPackage, o_pExtensionPath, o_pExtensionRegistryPath ); in nextJarFile()
1887 return xNA; in nextJarFile()
1893 Reference< XHierarchicalNameAccess > xNA; in implGetJarFromPackage() local
1918 xNA = Reference< XHierarchicalNameAccess >( xIfc, UNO_QUERY ); in implGetJarFromPackage()
1920 VOS_ENSURE( xNA.is(), in implGetJarFromPackage()
1930 if( xNA.is() && o_pExtensionPath != NULL ) in implGetJarFromPackage()
1947 return xNA; in implGetJarFromPackage()