/trunk/main/odk/examples/DevelopersGuide/Config/ |
H A D | ConfigExamples.java | 399 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 D | migrationengine.cxx | 748 Sequence< ::rtl::OUString > aElementNames; in getElementNames() local 750 aElementNames = m_xScriptsStorage->getElementNames(); in getElementNames() 754 aElementNames.getConstArray(), in getElementNames() 755 aElementNames.getConstArray() + aElementNames.getLength(), in getElementNames() 1072 Sequence< ::rtl::OUString > aElementNames( _rxContainer->getElementNames() ); in lcl_collectHierarchicalElementNames_throw() local 1073 for ( const ::rtl::OUString* elementName = aElementNames.getConstArray(); in lcl_collectHierarchicalElementNames_throw() 1074 elementName != aElementNames.getConstArray() + aElementNames.getLength(); in lcl_collectHierarchicalElementNames_throw() 1299 ::std::set< ::rtl::OUString > aElementNames( aDocStorage.getElementNames() ); in impl_checkScriptStorageStructure_nothrow() 1305 aElementNames.erase( lcl_getScriptsSubStorageName( aKnownStorageBasedTypes[i] ) ); in impl_checkScriptStorageStructure_nothrow() 1307 if ( !aElementNames.empty() ) in impl_checkScriptStorageStructure_nothrow() [all …]
|
/trunk/main/basic/source/uno/ |
H A D | scriptcont.cxx | 547 Sequence< OUString > aElementNames = pImplLib->getElementNames(); in changeLibraryPassword() local 548 sal_Int32 nNameCount = aElementNames.getLength(); in changeLibraryPassword() 549 const OUString* pNames = aElementNames.getConstArray(); in changeLibraryPassword() 623 Sequence< OUString > aElementNames = pLib->getElementNames(); in implStorePasswordLibrary() local 624 sal_Int32 nNameCount = aElementNames.getLength(); in implStorePasswordLibrary() 625 const OUString* pNames = aElementNames.getConstArray(); in implStorePasswordLibrary() 913 Sequence< OUString > aElementNames = pLib->getElementNames(); in implLoadPasswordLibrary() local 914 sal_Int32 nNameCount = aElementNames.getLength(); in implLoadPasswordLibrary() 915 const OUString* pNames = aElementNames.getConstArray(); in implLoadPasswordLibrary()
|
H A D | namecont.cxx | 1395 Sequence< OUString > aElementNames = pLib->getElementNames(); in implStoreLibrary() local 1396 sal_Int32 nNameCount = aElementNames.getLength(); in implStoreLibrary() 1397 const OUString* pNames = aElementNames.getConstArray(); in implStoreLibrary() 1767 sal_Int32 nElementCount = rLib.aElementNames.getLength(); in implImportLibDescriptor() 1768 const OUString* pElementNames = rLib.aElementNames.getConstArray(); in implImportLibDescriptor() 1900 rLib.aElementNames = pImplLib->getElementNames(); in storeLibraries_Impl() 2559 Sequence< OUString > aElementNames = xNameAccess->getElementNames(); in renameLibrary() local 2560 sal_Int32 nNameCount = aElementNames.getLength(); in renameLibrary() 2561 const OUString* pNames = aElementNames.getConstArray(); in renameLibrary() 2774 aLibDesc.aElementNames = pImplLib->getElementNames(); in exportLibrary()
|
/trunk/main/xmlscript/source/xmllib_imexp/ |
H A D | xmllib_import.cxx | 322 Sequence< OUString > aElementNames( nElementCount ); in endElement() local 323 OUString* pElementNames = aElementNames.getArray(); in endElement() 330 pLib->aElementNames = aElementNames; in endElement()
|
H A D | xmllib_export.cxx | 149 sal_Int32 nElementCount = rLib.aElementNames.getLength(); in exportLibrary() 152 const OUString* pElementNames = rLib.aElementNames.getConstArray(); in exportLibrary()
|
/trunk/main/unotools/source/config/ |
H A D | lingucfg.cxx | 1244 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 D | collectionbase.cxx | 276 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 D | formpdfexport.cxx | 233 … Sequence< ::rtl::OUString > aElementNames( xElementNameAccess->getElementNames() ); in determineRadioGroupId() local 234 const ::rtl::OUString* pElementNames = aElementNames.getConstArray(); in determineRadioGroupId() 235 … const ::rtl::OUString* pElementNamesEnd = pElementNames + aElementNames.getLength(); in determineRadioGroupId() 240 … sal_Int32 nLocalGroupIndex = pElementNames - aElementNames.getConstArray(); in determineRadioGroupId()
|
/trunk/main/xmloff/source/core/ |
H A D | unoatrcn.cxx | 170 uno::Sequence< OUString > aElementNames( (sal_Int32)nAttrCount ); in getElementNames() local 171 OUString *pNames = aElementNames.getArray(); in getElementNames() 182 return aElementNames; in getElementNames()
|
/trunk/main/chart2/source/model/main/ |
H A D | ChartModel_Persistence.cxx | 634 const uno::Sequence< ::rtl::OUString > aElementNames( in impl_loadGraphics() local 637 for( int i = 0; i < aElementNames.getLength(); ++i ) in impl_loadGraphics() 639 if( xGraphicsStorage->isStreamElement( aElementNames[ i ] ) ) in impl_loadGraphics() 643 aElementNames[ i ], in impl_loadGraphics()
|
/trunk/main/xmlsecurity/source/helper/ |
H A D | documentsignaturehelper.cxx | 236 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 D | GraphicalTestArguments.java | 358 String[] aElementNames = aNameAccess.getElementNames(); in showInternalFilterName() local 359 for (int i = 0; i<aElementNames.length; i++) in showInternalFilterName() 361 GlobalLogWriter.get().println(aElementNames[i]); in showInternalFilterName()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | ModelImpl.cxx | 354 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 D | uicommanddescription.cxx | 676 Sequence< rtl::OUString > aElementNames = xNameAccess->getElementNames(); in impl_fillElements() local 680 for ( sal_Int32 i = 0; i < aElementNames.getLength(); i++ ) in impl_fillElements() 682 aModuleIdentifier = aElementNames[i]; in impl_fillElements()
|
H A D | toolbarsmenucontroller.cxx | 653 … 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 D | gciterator.cxx | 1064 const uno::Sequence< OUString > aElementNames( xNA->getElementNames() ); in GetConfiguredGCSvcs_Impl() local 1065 const OUString *pElementNames = aElementNames.getConstArray(); in GetConfiguredGCSvcs_Impl() 1067 sal_Int32 nLen = aElementNames.getLength(); in GetConfiguredGCSvcs_Impl()
|
/trunk/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 1839 Sequence< ::rtl::OUString > aElementNames( xScriptLibrary->getElementNames() ); in LegacyPsswdBinaryLimitExceeded() local 1840 sal_Int32 nLen = aElementNames.getLength(); in LegacyPsswdBinaryLimitExceeded() 1845 const ::rtl::OUString* pElementNames = aElementNames.getConstArray(); in LegacyPsswdBinaryLimitExceeded() 1846 …const ::rtl::OUString* pElementNamesEnd = aElementNames.getConstArray() + aElementNames.getLength(… in LegacyPsswdBinaryLimitExceeded()
|
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 296 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 D | windowstateconfiguration.cxx | 1375 Sequence< rtl::OUString > aElementNames = xNameAccess->getElementNames(); local 1379 for ( sal_Int32 i = 0; i < aElementNames.getLength(); i++ ) 1381 aModuleIdentifier = aElementNames[i];
|
/trunk/main/xmlscript/inc/xmlscript/ |
H A D | xmllib_imexp.hxx | 47 ::com::sun::star::uno::Sequence< ::rtl::OUString > aElementNames;
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 1149 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 D | dbtools.cxx | 1521 Sequence< ::rtl::OUString > aElementNames; in createUniqueName() local 1525 aElementNames = _rxContainer->getElementNames(); in createUniqueName() 1527 return createUniqueName( aElementNames, _rBaseName, _bStartWithNumber ); in createUniqueName()
|
/trunk/main/package/source/xstor/ |
H A D | xstorage.cxx | 1632 uno::Sequence< ::rtl::OUString > aElementNames( nSize ); in GetElementNames() local 1639 aElementNames[nInd++] = (*pElementIter)->m_aName; in GetElementNames() 1642 aElementNames.realloc( nInd ); in GetElementNames() 1643 return aElementNames; in GetElementNames()
|