Home
last modified time | relevance | path

Searched refs:aElementNames (Results 1 – 24 of 24) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java399 String[] aElementNames = new String[2]; in readGridConfiguration() local
401 aElementNames[0] = "XAxis"; in readGridConfiguration()
402 aElementNames[1] = "YAxis"; in readGridConfiguration()
404 Object[] aElementValues = xSubdivProperties.getPropertyValues(aElementNames); in readGridConfiguration()
416 aElementNames[0] = "XAxis/Metric"; in readGridConfiguration()
417 aElementNames[1] = "YAxis/Metric"; in readGridConfiguration()
419 aElementValues = xResolutionProperties.getHierarchicalPropertyValues(aElementNames); in readGridConfiguration()
459 String[] aElementNames = xChildAccess.getElementNames(); in browseElementRecursively() local
462 for(int i=0; i< aElementNames.length; ++i) in browseElementRecursively()
464 Object aChild = xChildAccess.getByName( aElementNames[i] ); in browseElementRecursively()
[all …]
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx749 Sequence< ::rtl::OUString > aElementNames; in getElementNames() local
751 aElementNames = m_xScriptsStorage->getElementNames(); in getElementNames()
755 aElementNames.getConstArray(), in getElementNames()
756 aElementNames.getConstArray() + aElementNames.getLength(), in getElementNames()
1073 Sequence< ::rtl::OUString > aElementNames( _rxContainer->getElementNames() ); in lcl_collectHierarchicalElementNames_throw() local
1074 for ( const ::rtl::OUString* elementName = aElementNames.getConstArray(); in lcl_collectHierarchicalElementNames_throw()
1075 elementName != aElementNames.getConstArray() + aElementNames.getLength(); in lcl_collectHierarchicalElementNames_throw()
1300 ::std::set< ::rtl::OUString > aElementNames( aDocStorage.getElementNames() ); in impl_checkScriptStorageStructure_nothrow()
1306 aElementNames.erase( lcl_getScriptsSubStorageName( aKnownStorageBasedTypes[i] ) ); in impl_checkScriptStorageStructure_nothrow()
1308 if ( !aElementNames.empty() ) in impl_checkScriptStorageStructure_nothrow()
[all …]
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx542 Sequence< OUString > aElementNames = pImplLib->getElementNames(); in changeLibraryPassword() local
543 sal_Int32 nNameCount = aElementNames.getLength(); in changeLibraryPassword()
544 const OUString* pNames = aElementNames.getConstArray(); in changeLibraryPassword()
618 Sequence< OUString > aElementNames = pLib->getElementNames(); in implStorePasswordLibrary() local
619 sal_Int32 nNameCount = aElementNames.getLength(); in implStorePasswordLibrary()
620 const OUString* pNames = aElementNames.getConstArray(); in implStorePasswordLibrary()
907 Sequence< OUString > aElementNames = pLib->getElementNames(); in implLoadPasswordLibrary() local
908 sal_Int32 nNameCount = aElementNames.getLength(); in implLoadPasswordLibrary()
909 const OUString* pNames = aElementNames.getConstArray(); in implLoadPasswordLibrary()
H A Dnamecont.cxx1382 Sequence< OUString > aElementNames = pLib->getElementNames(); in implStoreLibrary() local
1383 sal_Int32 nNameCount = aElementNames.getLength(); in implStoreLibrary()
1384 const OUString* pNames = aElementNames.getConstArray(); in implStoreLibrary()
1754 sal_Int32 nElementCount = rLib.aElementNames.getLength(); in implImportLibDescriptor()
1755 const OUString* pElementNames = rLib.aElementNames.getConstArray(); in implImportLibDescriptor()
1887 rLib.aElementNames = pImplLib->getElementNames(); in storeLibraries_Impl()
2531 Sequence< OUString > aElementNames = xNameAccess->getElementNames(); in renameLibrary() local
2532 sal_Int32 nNameCount = aElementNames.getLength(); in renameLibrary()
2533 const OUString* pNames = aElementNames.getConstArray(); in renameLibrary()
2738 aLibDesc.aElementNames = pImplLib->getElementNames(); in exportLibrary()
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_import.cxx304 Sequence< OUString > aElementNames( nElementCount ); in endElement() local
305 OUString* pElementNames = aElementNames.getArray(); in endElement()
312 pLib->aElementNames = aElementNames; in endElement()
H A Dxmllib_export.cxx147 sal_Int32 nElementCount = rLib.aElementNames.getLength(); in exportLibrary()
150 const OUString* pElementNames = rLib.aElementNames.getConstArray(); in exportLibrary()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx1244 uno::Sequence< rtl::OUString > aElementNames; in GetActiveDictionariesByFormat() local
1245 GetElementNamesFor( aG_Dictionaries, aElementNames ); in GetActiveDictionariesByFormat()
1246 sal_Int32 nLen = aElementNames.getLength(); in GetActiveDictionariesByFormat()
1247 const rtl::OUString *pElementNames = aElementNames.getConstArray(); in GetActiveDictionariesByFormat()
1446 uno::Sequence< rtl::OUString > aElementNames( xNA->getElementNames() ); in HasVendorImages() local
1447 sal_Int32 nVendors = aElementNames.getLength(); in HasVendorImages()
1448 const rtl::OUString *pVendor = aElementNames.getConstArray(); in HasVendorImages()
1486 uno::Sequence< rtl::OUString > aElementNames( xNA->getElementNames() ); in HasGrammarChecker() local
1487 bRes = aElementNames.getLength() > 0; in HasGrammarChecker()
/trunk/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx276 uno::Sequence< ::rtl::OUString > aElementNames = mxNameAccess->getElementNames(); in getItemByIndex() local
277 if( (1 <= nIndex) && (nIndex <= aElementNames.getLength()) ) in getItemByIndex()
279 …n createCollectionItem( mxNameAccess->getByName( aElementNames[ nIndex - 1 ] ), uno::Any( aElement… in getItemByIndex()
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx234 … Sequence< ::rtl::OUString > aElementNames( xElementNameAccess->getElementNames() ); in determineRadioGroupId() local
235 const ::rtl::OUString* pElementNames = aElementNames.getConstArray(); in determineRadioGroupId()
236 … const ::rtl::OUString* pElementNamesEnd = pElementNames + aElementNames.getLength(); in determineRadioGroupId()
241 … sal_Int32 nLocalGroupIndex = pElementNames - aElementNames.getConstArray(); in determineRadioGroupId()
/trunk/main/xmloff/source/core/
H A Dunoatrcn.cxx167 uno::Sequence< OUString > aElementNames( (sal_Int32)nAttrCount ); in getElementNames() local
168 OUString *pNames = aElementNames.getArray(); in getElementNames()
179 return aElementNames; in getElementNames()
/trunk/main/chart2/source/model/main/
H A DChartModel_Persistence.cxx615 const uno::Sequence< ::rtl::OUString > aElementNames( in impl_loadGraphics() local
618 for( int i = 0; i < aElementNames.getLength(); ++i ) in impl_loadGraphics()
620 if( xGraphicsStorage->isStreamElement( aElementNames[ i ] ) ) in impl_loadGraphics()
624 aElementNames[ i ], in impl_loadGraphics()
/trunk/main/xmlsecurity/source/helper/
H A Ddocumentsignaturehelper.cxx236 Sequence< ::rtl::OUString > aElementNames = xElements->getElementNames(); in CreateElementList() local
237 sal_Int32 nElements = aElementNames.getLength(); in CreateElementList()
238 const ::rtl::OUString* pNames = aElementNames.getConstArray(); in CreateElementList()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DGraphicalTestArguments.java356 String[] aElementNames = aNameAccess.getElementNames(); in showInternalFilterName() local
357 for (int i = 0; i<aElementNames.length; i++) in showInternalFilterName()
359 GlobalLogWriter.get().println(aElementNames[i]); in showInternalFilterName()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.cxx354 Sequence< ::rtl::OUString > aElementNames( xNames->getElementNames() ); in getDocumentSubStoragesNames() local
355 for ( sal_Int32 i=0; i<aElementNames.getLength(); ++i ) in getDocumentSubStoragesNames()
357 if ( xRootStor->isStorageElement( aElementNames[i] ) ) in getDocumentSubStoragesNames()
358 aNames.push_back( aElementNames[i] ); in getDocumentSubStoragesNames()
/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx666 Sequence< rtl::OUString > aElementNames = xNameAccess->getElementNames(); in impl_fillElements() local
670 for ( sal_Int32 i = 0; i < aElementNames.getLength(); i++ ) in impl_fillElements()
672 aModuleIdentifier = aElementNames[i]; in impl_fillElements()
H A Dtoolbarsmenucontroller.cxx653 … Sequence< rtl::OUString > aElementNames = xPersistentWindowState->getElementNames(); in itemSelected() local
654 sal_Int32 nCount = aElementNames.getLength(); in itemSelected()
661 rtl::OUString aElementName = aElementNames[i]; in itemSelected()
/trunk/main/linguistic/source/
H A Dgciterator.cxx1053 const uno::Sequence< OUString > aElementNames( xNA->getElementNames() ); in GetConfiguredGCSvcs_Impl() local
1054 const OUString *pElementNames = aElementNames.getConstArray(); in GetConfiguredGCSvcs_Impl()
1056 sal_Int32 nLen = aElementNames.getLength(); in GetConfiguredGCSvcs_Impl()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1831 Sequence< ::rtl::OUString > aElementNames( xScriptLibrary->getElementNames() ); in LegacyPsswdBinaryLimitExceeded() local
1832 sal_Int32 nLen = aElementNames.getLength(); in LegacyPsswdBinaryLimitExceeded()
1837 const ::rtl::OUString* pElementNames = aElementNames.getConstArray(); in LegacyPsswdBinaryLimitExceeded()
1838 …const ::rtl::OUString* pElementNamesEnd = aElementNames.getConstArray() + aElementNames.getLength(… in LegacyPsswdBinaryLimitExceeded()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java296 final String[] aElementNames = xContainer.getElementNames(); in getUsedStyle() local
297 for (int i = 0; i < aElementNames.length; i++) in getUsedStyle()
299 final String sName = aElementNames[i]; in getUsedStyle()
/trunk/main/framework/source/uiconfiguration/
H A Dwindowstateconfiguration.cxx1359 Sequence< rtl::OUString > aElementNames = xNameAccess->getElementNames(); local
1363 for ( sal_Int32 i = 0; i < aElementNames.getLength(); i++ )
1365 aModuleIdentifier = aElementNames[i];
/trunk/main/xmlscript/inc/xmlscript/
H A Dxmllib_imexp.hxx47 ::com::sun::star::uno::Sequence< ::rtl::OUString > aElementNames;
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx1149 uno::Sequence< rtl::OUString > aElementNames = xNameAccess->getElementNames(); in getIgnoredUpdates() local
1151 for ( sal_Int32 i = 0; i < aElementNames.getLength(); i++ ) in getIgnoredUpdates()
1153 ::rtl::OUString aIdentifier = aElementNames[i]; in getIgnoredUpdates()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1519 Sequence< ::rtl::OUString > aElementNames; in createUniqueName() local
1523 aElementNames = _rxContainer->getElementNames(); in createUniqueName()
1525 return createUniqueName( aElementNames, _rBaseName, _bStartWithNumber ); in createUniqueName()
/trunk/main/package/source/xstor/
H A Dxstorage.cxx1629 uno::Sequence< ::rtl::OUString > aElementNames( nSize ); in GetElementNames() local
1636 aElementNames[nInd++] = (*pElementIter)->m_aName; in GetElementNames()
1639 aElementNames.realloc( nInd ); in GetElementNames()
1640 return aElementNames; in GetElementNames()