Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dlingucfg.cxx963 xNA.set( xNA->getByName( rNodeName ), uno::UNO_QUERY_THROW ); in GetElementNamesFor()
1007 xNA.set( xNA->getByName( rSetName ), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
1008 xNA.set( xNA->getByName( rSetEntry ), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
1033 xNA.set( xNA->getByName( rSetName ), uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor()
1034 xNA = GetOrCreateSetEntry_Impl( xNA, rSetEntry ); in SetOrCreateSupportedDictionaryFormatsFor()
1123 xNA.set( xNA->getByName( aG_Dictionaries ), uno::UNO_QUERY_THROW ); in GetDictionaryEntry()
1124 xNA.set( xNA->getByName( rNodeName ), uno::UNO_QUERY_THROW ); in GetDictionaryEntry()
1175 xNA.set( xNA->getByName( aG_Dictionaries ), uno::UNO_QUERY_THROW ); in SetOrCreateDictionaryEntry()
1176 xNA = GetOrCreateSetEntry_Impl( xNA, rNodeName ); in SetOrCreateDictionaryEntry()
1334 xNA.set( xNA->getByName( rServiceImplName ), uno::UNO_QUERY_THROW ); in GetVendorImageUrl_Impl()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx113 Reference< XHierarchicalNameAccess > xNA = in isErrorDocument() local
115 bErrorDoc = !xNA.is(); in isErrorDocument()
431 Reference< XHierarchicalNameAccess > xNA = in open() local
436 if( xNA.is() ) in open()
501 Reference< XHierarchicalNameAccess > xNA = in open() local
506 if( xNA.is() ) in open()
762 Reference< XHierarchicalNameAccess > xNA = in zipOpen() local
767 if( xNA.is() ) in zipOpen()
799 Reference< XHierarchicalNameAccess > xNA = in helpOpen() local
804 if( xNA.is() ) in helpOpen()
[all …]
H A Ddatabases.cxx1064 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()
1887 return xNA; in nextJarFile()
1893 Reference< XHierarchicalNameAccess > xNA; in implGetJarFromPackage() local
1920 VOS_ENSURE( xNA.is(), in implGetJarFromPackage()
1930 if( xNA.is() && o_pExtensionPath != NULL ) in implGetJarFromPackage()
[all …]
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx2579 if ( !xNA.is() ) in renameData()
2582 if ( !xNA->hasByHierarchicalName( aURI.getPath() ) ) in renameData()
2619 if ( !xNA.is() ) in storeData()
2662 if ( !xNA->hasByHierarchicalName( m_aUri.getPath() ) ) in storeData()
2750 if ( !xNA->hasByHierarchicalName( m_aUri.getPath() ) ) in storeData()
2860 if ( !xNA.is() ) in removeData()
2906 if ( !xNA.is() ) in flushData()
2937 if ( !xNA.is() ) in getInputStream()
2940 if ( !xNA->hasByHierarchicalName( m_aUri.getPath() ) ) in getInputStream()
2977 if ( !xNA.is() ) in getIterator()
[all …]
H A Dpkgprovider.cxx64 const uno::Reference< container::XHierarchicalNameAccess > & xNA, in Package()
66 : m_aName( rName ), m_xNA( xNA ), m_pOwner( pOwner ) {} in Package()
/trunk/main/svx/source/accessibility/
H A DDGColorNameLookUp.cxx90 uno::Reference<container::XNameAccess> xNA; in DGColorNameLookUp() local
101 xNA = uno::Reference<container::XNameAccess>(xColorTable, uno::UNO_QUERY); in DGColorNameLookUp()
102 if (xNA.is()) in DGColorNameLookUp()
107 aNames = xNA->getElementNames(); in DGColorNameLookUp()
117 if (xNA.is()) in DGColorNameLookUp()
123 uno::Any aColor (xNA->getByName (aNames[i])); in DGColorNameLookUp()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwl/
H A DFilterFactory.java98 XNameAccess xNA = (XNameAccess) UnoRuntime.queryInterface in createTestEnvironment() local
100 String[] filterNames = xNA.getElementNames(); in createTestEnvironment()
107 instance = (Object[]) xNA.getByName(filterName); in createTestEnvironment()
134 xNA.getByName(filterNames[i]); in createTestEnvironment()
H A DContentHandlerFactory.java92 XNameAccess xNA = (XNameAccess) UnoRuntime.queryInterface in createTestEnvironment() local
94 tEnv.addObjRelation("XMSF.serviceNames", xNA.getElementNames()); in createTestEnvironment()
95 String[] dummy = xNA.getElementNames(); in createTestEnvironment()
H A DTypeDetection.java118 XNameAccess xNA = (XNameAccess) UnoRuntime.queryInterface in createTestEnvironment() local
120 String[] elementNames = xNA.getElementNames(); in createTestEnvironment()
124 instance = (Object[]) xNA.getByName(elementName); in createTestEnvironment()
H A DFrameLoaderFactory.java91 XNameAccess xNA = (XNameAccess) UnoRuntime.queryInterface in createTestEnvironment() local
93 tEnv.addObjRelation("XMSF.serviceNames", xNA.getElementNames()); in createTestEnvironment()
/trunk/main/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java171 XNameAccess xNA = UnoRuntime.queryInterface(XNameAccess.class, oObj); in checkReadonlySupport() local
172 String[] filterNames = xNA.getElementNames(); in checkReadonlySupport()
202 xNA = UnoRuntime.queryInterface(XNameAccess.class, oObj); in checkReadonlySupport()
207 instance = (Object[]) xNA.getByName(filterName); in checkReadonlySupport()
H A DTypeDetection6FileFormat.java115 XNameAccess xNA = UnoRuntime.queryInterface(XNameAccess.class, oObj); in checkFileFormatSupport() local
118 assertTrue(msg, xNA.hasByName("TypeDetection6FileFormat")); in checkFileFormatSupport()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessiblePreviewHeaderCell.java185 XNameAccess xNA = xSFS.getStyleFamilies(); in createTestEnvironment() local
189 Object oPageStyles = xNA.getByName("PageStyles"); in createTestEnvironment()
190 xNA = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, in createTestEnvironment()
193 Object oDefStyle = xNA.getByName("Default"); in createTestEnvironment()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_provider.cxx545 uno::Reference< container::XNameAccess > xNA( in queryNamesOfChildren() local
548 OSL_ENSURE( xNA.is(), "Got no css.container.XNameAccess!" ); in queryNamesOfChildren()
549 if ( xNA.is() ) in queryNamesOfChildren()
551 rNames = xNA->getElementNames(); in queryNamesOfChildren()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOQueryDesign.java159 XNameAccess xNA = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oDBC); in createTestEnvironment() local
160 oDataSource = xNA.getByName(sDataSourceName); in createTestEnvironment()
258 XNameAccess xNA = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oDBC); in getUninitializedObj() local
259 oDataSource = xNA.getByName(sDataSourceName); in getUninitializedObj()
/trunk/main/linguistic/source/
H A Dgciterator.cxx1062 uno::Reference< container::XNameAccess > xNA( GetUpdateAccess(), uno::UNO_QUERY_THROW ); in GetConfiguredGCSvcs_Impl() local
1063 xNA.set( xNA->getByName( A2OU("GrammarCheckerList") ), uno::UNO_QUERY_THROW ); in GetConfiguredGCSvcs_Impl()
1064 const uno::Sequence< OUString > aElementNames( xNA->getElementNames() ); in GetConfiguredGCSvcs_Impl()
1071 uno::Any aTmp( xNA->getByName( pElementNames[i] ) ); in GetConfiguredGCSvcs_Impl()
/trunk/main/sw/source/ui/utlui/
H A Dswrenamexnameddlg.cxx69 uno::Reference< container::XNameAccess > & xNA ) : in SwRenameXNamedDlg()
78 xNameAccess(xNA) in SwRenameXNamedDlg()
/trunk/main/writerfilter/source/dmapper/
H A DOLEHandler.cxx212 uno::Reference< container::XNameAccess > xNA( xEmbeddedResolver, uno::UNO_QUERY_THROW ); in copyOLEOStream() local
216 if( (xNA->getByName( aURL ) >>= xOLEStream) && xOLEStream.is() ) in copyOLEOStream()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java395 XNameAccess xNA = UnoRuntime.queryInterface(XNameAccess.class, uD); in setWizardTemplateDocInfo() local
396 Object gn = xNA.getByName("givenname"); in setWizardTemplateDocInfo()
397 Object sn = xNA.getByName("sn"); in setWizardTemplateDocInfo()
/trunk/main/sc/qa/complex/calcPreview/
H A DViewForwarder.java845 XNameAccess xNA = xSFS.getStyleFamilies(); in checkPreviewHeaderCells() local
848 Object oPageStyles = xNA.getByName("PageStyles"); in checkPreviewHeaderCells()
849 xNA = in checkPreviewHeaderCells()
851 Object oDefStyle = xNA.getByName("Default"); in checkPreviewHeaderCells()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1503 Reference< XNameAccess > xNA( getModel(), UNO_QUERY ); in setModel() local
1504 if ( xNA.is() ) in setModel()
1506 Sequence< ::rtl::OUString > aNames = xNA->getElementNames(); in setModel()
1513 xNA->getByName( *pNames ) >>= xCtrlModel; in setModel()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx1233 Reference< XHierarchicalNameAccess > xNA( in getConfigWriteAccess() local
1235 if ( xNA.is() ) in getConfigWriteAccess()
1238 xNA->getByHierarchicalName( rPath ) >>= xInterface; in getConfigWriteAccess()
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1413 Reference< XNameAccess > xNA( mxEmbeddedResolver, UNO_QUERY ); in GetStreamForEmbeddedObjectURLFromBase64() local
1414 if( xNA.is() ) in GetStreamForEmbeddedObjectURLFromBase64()
1417 Any aAny = xNA->getByName( aURL ); in GetStreamForEmbeddedObjectURLFromBase64()
H A Dxmlexp.cxx2064 Reference < XNameAccess > xNA( mxEmbeddedResolver, UNO_QUERY ); in AddEmbeddedObjectAsBase64() local
2065 if( xNA.is() ) in AddEmbeddedObjectAsBase64()
2067 Any aAny = xNA->getByName( rEmbeddedObjectURL ); in AddEmbeddedObjectAsBase64()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1058 Reference< container::XNameAccess > xNA( m_xUnoControlDialogModel , UNO_QUERY ); in Paste() local
1059 Sequence< OUString > aNames_ = xNA->getElementNames(); in Paste()

Completed in 171 milliseconds