/aoo4110/main/unotools/source/config/ |
H A D | historyoptions.cxx | 301 m_xCfg->getByName(s_sPickList) >>= xList; in impl_truncateList() 322 xList->getByName(s_sItemList) >>= xItemList; in impl_truncateList() 362 m_xCfg->getByName(s_sPickList) >>= xListAccess; in Clear() 368 m_xCfg->getByName(s_sURLHistory) >>= xListAccess; in Clear() 385 xListAccess->getByName(s_sItemList) >>= xNode ; in Clear() 392 xListAccess->getByName(s_sOrderList) >>= xNode ; in Clear() 434 m_xCfg->getByName(s_sPickList) >>= xListAccess; in GetList() 440 m_xCfg->getByName(s_sURLHistory) >>= xListAccess; in GetList() 468 xItemList->getByName(sUrl) >>= xSet; in GetList() 505 m_xCfg->getByName(s_sPickList) >>= xListAccess; in AppendItem() [all …]
|
H A D | lingucfg.cxx | 963 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() 1124 xNA.set( xNA->getByName( rNodeName ), uno::UNO_QUERY_THROW ); in GetDictionaryEntry() 1130 bSuccess = (xNA->getByName( aG_Locations ) >>= aLocations) && in GetDictionaryEntry() 1131 (xNA->getByName( aG_Format ) >>= aFormatName) && in GetDictionaryEntry() 1132 (xNA->getByName( aG_Locales ) >>= aLocaleNames); in GetDictionaryEntry() 1201 xNA->getByName( aG_DisabledDictionaries ) >>= aResult; in GetDisabledDictionaries() 1335 uno::Any aAny( xNA->getByName( A2OU("VendorImagesNode") ) ); in GetVendorImageUrl_Impl() [all …]
|
/aoo4110/main/comphelper/source/misc/ |
H A D | mimeconfighelper.cxx | 213 uno::Any aFilterAny = xFilterFactory->getByName( aFilterName ); in GetFilterFlags() 238 uno::Any aFilterAnyData = xFilterFactory->getByName( aFilterName ); in GetDocServiceNameFromFilter() 351 if ( xObjectProps->getByName( aObjPropNames[nInd] ) >>= aVerbShortcuts ) in GetObjPropsFromConfigEntry() 364 aResult[nInd+1].Value = xObjectProps->getByName( aObjPropNames[nInd] ); in GetObjPropsFromConfigEntry() 385 xMediaTypeConfig->getByName( aMediaType ) >>= aStringClassID; in GetExplicitlyRegisteredObjClassID() 504 && ( xObjectProps->getByName( in GetObjectPropsByDocumentName() 571 && ( xObjectProps->getByName( in GetFactoryNameByDocumentName() 650 if ( xNameAccess.is() && ( xNameAccess->getByName( aTypeName ) >>= aTypes ) ) in UpdateMediaDescriptorWithFilterName() 788 uno::Any aImpFilterAny = xFilterFactory->getByName( aImportFilterName ); in GetExportFilterFromImportFilter() 929 if ( xObjectNames.is() && (xObjectNames->getByName(_sObjectName) >>= xProps) && xProps.is() ) in GetSequenceClassIDFromObjectName() [all …]
|
/aoo4110/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 552 xPackage->getByName(CFGSET_TYPES) >>= xSet; in addStatePropsToItem() 559 xPackage->getByName(CFGSET_FILTERS) >>= xSet; in addStatePropsToItem() 603 xSet->getByName(sItem) >>= xItem; in addStatePropsToItem() 662 xConfig->getByName(CFGSET_TYPES) >>= xSet; in flush() 730 xSet->getByName(sItem) >>= xItem; in impl_flushByList() 953 aValue = xAccess->getByName(sKey); in impl_getDirectCFGValue() 1697 xUIName->getByName(sLocale) >>= sValue; in impl_readPatchUINames() 1961 xRoot->getByName(sSet) >>= xSet; in impl_loadItemOnDemand() 2370 xCfg->getByName(TYPES_SET) >>= xSet; in impl_readOldFormat() 2381 xCfg->getByName(FILTER_SET) >>= xSet; in impl_readOldFormat() [all …]
|
/aoo4110/main/svl/qa/complex/ConfigItems/helper/ |
H A D | HistoryOptTest.cxx | 291 xItemList->getByName(sURL) >>= xItem; in impl_existsItem() 325 xItemList->getByName(sURL) >>= xItem; in impl_existsItemAtIndex() 341 xOrderList->getByName(sOrder) >>= xOrder; in impl_existsItemAtIndex() 345 xOrder->getByName(s_sHistoryItemRef) >>= sCheck; in impl_existsItemAtIndex() 360 xHistory->getByName (s_sItemList) >>= xList; in impl_getItemList() 373 xHistory->getByName (s_sOrderList) >>= xList; in impl_getOrderList() 399 m_xHistoriesXCU->getByName(s_sPickList) >>= xHistory; in impl_getNewHistory() 403 m_xHistoriesXCU->getByName(s_sURLHistory) >>= xHistory; in impl_getNewHistory() 435 m_xCommonXCU->getByName(s_sPickList) >>= xHistory; in impl_getOldHistory() 439 m_xCommonXCU->getByName(s_sURLHistory) >>= xHistory; in impl_getOldHistory() [all …]
|
/aoo4110/main/framework/source/accelerators/ |
H A D | acceleratorconfiguration.cxx | 1343 xAccess->getByName(sKey) >>= xKey; in impl_ts_load() 1538 xAccess->getByName(CFG_ENTRY_MODULES) >>= xModules; in insertKeyToConfiguration() 1557 xContainer->getByName(sKey) >>= xKey; in insertKeyToConfiguration() 1559 xKey->getByName(CFG_PROP_COMMAND) >>= xCommand; in insertKeyToConfiguration() 1583 xAccess->getByName(CFG_ENTRY_MODULES) >>= xModules; in removeKeyFromConfiguration() 1599 m_xCfg->getByName(sPrimarySecondary) >>= xAccess; in reloadChanged() 1605 xAccess->getByName(CFG_ENTRY_MODULES) >>= xModules; in reloadChanged() 1608 xModules->getByName(sModule) >>= xContainer; in reloadChanged() 1643 xContainer->getByName(sKey) >>= xKey; in reloadChanged() 1644 xKey->getByName(CFG_PROP_COMMAND) >>= xCommand; in reloadChanged() [all …]
|
/aoo4110/main/framework/qa/complex/accelerators/ |
H A D | AcceleratorsConfigurationTest.java | 109 …m_xPrimaryKeys = UnoRuntime.queryInterface(XNameAccess.class, m_xConfig2.getByName("PrimaryKeys")); in before() 110 …m_xSecondaryKeys = UnoRuntime.queryInterface(XNameAccess.class, m_xConfig2.getByName("SecondaryKey… in before() 138 … xPrimaryAccess = UnoRuntime.queryInterface(XNameAccess.class, m_xPrimaryKeys.getByName("Global")); in checkGlobalAccelCfg() 139 …condaryAccess = UnoRuntime.queryInterface(XNameAccess.class, m_xSecondaryKeys.getByName("Global")); in checkGlobalAccelCfg() 570 … XNameAccess xKey = UnoRuntime.queryInterface(XNameAccess.class, xAccess.getByName(sKey)); in getCommandFromConfiguration() 571 … XNameAccess xCommand = UnoRuntime.queryInterface(XNameAccess.class, xKey.getByName("Command")); in getCommandFromConfiguration() 576 sCommand = UnoRuntime.queryInterface(String.class, xCommand.getByName(sLocale)); in getCommandFromConfiguration() 597 XNameAccess xKey = UnoRuntime.queryInterface(XNameAccess.class, xContainer.getByName(sKey)); in insertKeyToConfiguration() 598 …XNameContainer xCommand = UnoRuntime.queryInterface(XNameContainer.class, xKey.getByName("Command"… in insertKeyToConfiguration() 766 … XNameAccess xLocale = UnoRuntime.queryInterface(XNameAccess.class, xRootConfig.getByName("L10N")); in getOfficeLocale() [all …]
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | Configuration.java | 113 return UnoRuntime.queryInterface(XNameAccess.class, parent).getByName(name); in getNode() 156 return UnoRuntime.queryInterface(XNameAccess.class, parent).getByName(name); in getConfigurationNode() 275 return xNameReplace.getByName(name); in addConfigNode() 343 … Object oContent = Helper.getUnoPropertyValue(xNameAccessNode.getByName(snames[i]), _schildname); in getNodeChildNames() 346 …sdisplaynames[i] = (String) Helper.getUnoPropertyValue(xNameAccessNode.getByName(snames[i]), _schi… in getNodeChildNames() 367 Object oNode = _xNameAccess.getByName(snames[_index]); in getChildNodebyIndex() 383 … return UnoRuntime.queryInterface(XNameAccess.class, _xNameAccessNode.getByName(_SubNodeName)); in getChildNodebyName() 408 …g curdisplayname = (String) Helper.getUnoPropertyValue(_xNameAccessNode.getByName(snames[i]), _nod… in getChildNodebyDisplayName() 411 … return UnoRuntime.queryInterface(XNameAccess.class, _xNameAccessNode.getByName(snames[i])); in getChildNodebyDisplayName() 431 …g curdisplayname = (String) Helper.getUnoPropertyValue(_xNameAccessNode.getByName(snames[i]), _nod… in getChildNodebyDisplayName() [all …]
|
/aoo4110/main/extensions/source/update/check/ |
H A D | updatecheckconfig.cxx | 311 … const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTOCHECK_ENABLED ) ) >>= nValue; in isAutoCheckEnabled() 321 …const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( AUTODOWNLOAD_ENABLED ) ) >>= nValu… in isAutoDownloadEnabled() 333 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( OLD_VERSION ) ) >>= aValue; in getUpdateEntryVersion() 346 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( LAST_CHECK ) ) >>= nValue; in getLastChecked() 359 const_cast < UpdateCheckConfig *> (this)->getByName( UNISTRING( CHECK_INTERVAL ) ) >>= nValue; in getCheckInterval() 373 m_xContainer->getByName(aName) >>= aRet; in getLocalFileName() 386 const_cast <UpdateCheckConfig *> (this)->getByName(aName) >>= aRet; in getDownloadDestination() 553 UpdateCheckConfig::getByName( const ::rtl::OUString& aName ) in getByName() function in UpdateCheckConfig 556 uno::Any aValue = m_xContainer->getByName( aName ); in getByName() 691 …uno::Any aValue( uno::Reference< beans::XPropertySet >( m_xIgnoredUpdates->getByName( rExtensionNa… in storeExtensionVersion() [all …]
|
/aoo4110/main/framework/source/uielement/ |
H A D | uicommanddescription.cxx | 118 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName ) 291 Any SAL_CALL ConfigurationAccess_UICommand::getByName( const ::rtl::OUString& rCommandURL ) in getByName() function in framework::ConfigurationAccess_UICommand 380 xNameAccess->getByName( m_aPropUILabel ) >>= aCmdToInfo.aLabel; in impl_fill() 381 xNameAccess->getByName( m_aPropUIContextLabel ) >>= aCmdToInfo.aContextLabel; in impl_fill() 382 xNameAccess->getByName( m_aPropProperties ) >>= aCmdToInfo.nProperties; in impl_fill() 433 if ( m_xGenericUICommands->getByName( in addGenericInfoToCache() 447 if ( m_xGenericUICommands->getByName( in addGenericInfoToCache() 480 return m_xGenericUICommands->getByName( rCommandURL ); in getInfoFromCommand() 683 if ( xNameAccess->getByName( aModuleIdentifier ) >>= aSeq ) in impl_fillElements() 710 Any SAL_CALL UICommandDescription::getByName( const ::rtl::OUString& aName ) in getByName() function in framework::UICommandDescription [all …]
|
/aoo4110/main/cui/source/options/ |
H A D | optupdt.cxx | 89 m_xUpdateAccess->getByName( UNISTRING( "DownloadSupported") ) >>= bDownloadSupported; in SvxOnlineUpdateTabPage() 122 m_xUpdateAccess->getByName( UNISTRING( "LastCheck") ) >>= lastChecked; in UpdateLastCheckedText() 231 m_xUpdateAccess->getByName( UNISTRING("DownloadDestination") ) >>= sValue; in FillItemSet() 252 m_xUpdateAccess->getByName( UNISTRING("AutoCheckEnabled") ) >>= bValue; in Reset() 260 m_xUpdateAccess->getByName( UNISTRING("CheckInterval") ) >>= nValue; in Reset() 274 m_xUpdateAccess->getByName( UNISTRING("AutoDownloadEnabled") ) >>= bValue; in Reset() 281 m_xUpdateAccess->getByName( UNISTRING("DownloadDestination") ) >>= sValue; in Reset() 359 xNameAccess->getByName(UNISTRING("URL")) >>= aURL.Complete; in IMPL_LINK()
|
H A D | treeopt.cxx | 2337 xRoot->getByName( C2U("Modules") ) >>= xSet; in LoadModule() 2351 xSet->getByName( seqNames[i] ) >>= xModAccess; in LoadModule() 2356 xModAccess->getByName( C2U("Nodes") ) >>= xNodeAccess; in LoadModule() 2364 xNodeAccess->getByName( xTemp[x] ) >>= xAccess; in LoadModule() 2405 xRoot->getByName( C2U("Nodes") ) >>= xSet; in LoadNodes() 2415 xSet->getByName( seqNames[i] ) >>= xNodeAccess; in LoadNodes() 2424 xNodeAccess->getByName( C2U("Label") ) >>= sLabel; in LoadNodes() 2425 xNodeAccess->getByName( C2U("OptionsPage") ) >>= sPageURL; in LoadNodes() 2427 xNodeAccess->getByName( C2U("GroupId") ) >>= sGroupId; in LoadNodes() 2445 xNodeAccess->getByName( C2U( "Leaves" ) ) >>= xLeavesSet; in LoadNodes() [all …]
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterConfigurationAccess.cxx | 244 return xAccess->getByName(sKey); in GetValue() 268 Reference<container::XNameAccess> xSetItem (rxContainer->getByName(rsKey), UNO_QUERY); in ForAll() 280 aValues[nValueIndex] = xSetItem->getByName(rArguments[nValueIndex]); in ForAll() 304 Reference<beans::XPropertySet> xSet (rxContainer->getByName(rsKey), UNO_QUERY); in ForAll() 328 rxContainer->getByName(aKeys[nItemIndex]), UNO_QUERY); in FillList() 331 xSetItem->getByName(rsArgument) >>= rList[nItemIndex]; in FillList() 353 rxContainer->getByName(aKeys[nItemIndex]), in Find()
|
/aoo4110/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Settings.java | 295 Object oList = xAccess.getByName( "ConnectionList" ); in loadConfiguration() 307 …opertySet)UnoRuntime.queryInterface( XPropertySet.class, xConnectionList.getByName( allCons[i] ) ); in loadConfiguration() 323 Object oDocs = xAccess.getByName( "RecentDocs" ); in loadConfiguration() 328 Object oDoc = xRecentDocs.getByName( allDocs[i] ); in loadConfiguration() 331 ht.put( "Url", xDoc.getByName( "Url" ) ); in loadConfiguration() 332 ht.put( "CompleteUrl", xDoc.getByName( "CompleteUrl" ) ); in loadConfiguration() 333 ht.put( "Doc", xDoc.getByName( "Doc" ) ); in loadConfiguration()
|
H A D | Helper.java | 181 … pStrings[nInd] = AnyConverter.toString( xNameAccess.getByName( m_pEntryNames[nInd] ) ); in GetLocalizedString() 234 …m_bShowInBrowser = new Boolean( AnyConverter.toBoolean( xAccess.getByName( "PreselectShowBrowser" … in GetShowInBrowserByDefault() 656 int nProxyType = AnyConverter.toInt( xNameAccess.getByName( "ooInetProxyType" ) ); in SetConfigurationProxy() 676 … String aNoProxyList = AnyConverter.toString( xNameAccess.getByName( "ooInetNoProxy" ) ); in SetConfigurationProxy() 677 … String aProxyName = AnyConverter.toString( xNameAccess.getByName( aProxyNameProp ) ); in SetConfigurationProxy() 681 Object aPortNo = xNameAccess.getByName( aProxyPortProp ); in SetConfigurationProxy() 1054 …Entry = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, xNameAccess.getByName( aURL ) ); in AllowUnknownCert() 1056 return AnyConverter.toBoolean( xEntry.getByName( "AllowUnknownCertificate" ) ); in AllowUnknownCert() 1074 …Entry = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, xNameAccess.getByName( aURL ) ); in GetSpecialArgs() 1077 …rgs = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, xEntry.getByName( "AdditionalLogi… in GetSpecialArgs() [all …]
|
/aoo4110/main/framework/test/ |
H A D | test_documentproperties.bas | 387 sCompareValue_1$ = aDocumentProperties.getByName ( sItemName_1$ ) 388 sCompareValue_2$ = aDocumentProperties.getByName ( sItemName_2$ ) 389 sCompareValue_3$ = aDocumentProperties.getByName ( sItemName_3$ ) 390 sCompareValue_4$ = aDocumentProperties.getByName ( sItemName_4$ ) 391 sCompareValue_5$ = aDocumentProperties.getByName ( sItemName_5$ ) 433 sCompareValue_1$ = aDocumentProperties.getByName ( sItemName_1$ ) 434 sCompareValue_2$ = aDocumentProperties.getByName ( sItemName_2$ ) 435 sCompareValue_3$ = aDocumentProperties.getByName ( sItemName_3$ ) 436 sCompareValue_4$ = aDocumentProperties.getByName ( sItemName_4$ ) 437 sCompareValue_5$ = aDocumentProperties.getByName ( sItemName_5$ ) [all …]
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | unoevent.hxx | 106 virtual ::com::sun::star::uno::Any SAL_CALL getByName( 158 virtual void getByName( 232 using SvBaseEventDescriptor::getByName; 233 virtual void getByName( 290 using SvBaseEventDescriptor::getByName; 291 virtual void getByName(
|
/aoo4110/main/sw/qa/complex/writer/ |
H A D | CheckFlies.java | 75 xEmbeddedFrames.getByName(sFrameName); in checkEmbeddedFrames() 85 xEmbeddedFrames.getByName("Nonexisting embedded frame"); in checkEmbeddedFrames() 118 xGraphicFrames.getByName(sFrameName); in checkGraphicFrames() 128 xGraphicFrames.getByName("Nonexisting graphics frame"); in checkGraphicFrames() 163 xTextFrames.getByName(sFrameName); in checkTextFrames() 172 xTextFrames.getByName("Nonexisting Textframe"); in checkTextFrames()
|
/aoo4110/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | ResizeHideShowRowColumn.java | 76 Object sheetObj = spreadsheets.getByName(sheetname); in testResizeColumn() 108 sheetObj = spreadsheets.getByName(sheetname); in testResizeColumn() 138 sheetObj = spreadsheets.getByName(sheetname); in testResizeColumn() 168 Object sheetObj = spreadsheets.getByName(sheetname); in testResizeRow() 200 sheetObj = spreadsheets.getByName(sheetname); in testResizeRow() 230 sheetObj = spreadsheets.getByName(sheetname); in testResizeRow()
|
/aoo4110/main/sw/source/ui/envelp/ |
H A D | labelexp.cxx | 78 uno::Any aGroup = _xAutoText->getByName(pGroups[i]); in InitFrameControl() 107 uno::Any aGroup = _xAutoText->getByName(sCurGroupName); in InitFrameControl() 141 uno::Any aGroup = _xAutoText->getByName(sGroup); in IMPL_LINK() 147 uno::Any aEntry(xGroup->getByName(uEntry)); in IMPL_LINK() 171 uno::Any aGroup = _xAutoText->getByName(sGroup); in IMPL_LINK() 259 uno::Any aFirstName = xFldMasters->getByName( uFldName ); in UpdateFieldInformation()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | swstylemanager.cxx | 50 StylePool::SfxItemSet_Pointer_t getByName( const rtl::OUString& rName ) { return mMap[rName]; } in getByName() function in SwStyleCache 86 virtual StylePool::SfxItemSet_Pointer_t getByName( const rtl::OUString& rName, 134 StylePool::SfxItemSet_Pointer_t SwStyleManager::getByName( const rtl::OUString& rName, in getByName() function in SwStyleManager 141 StylePool::SfxItemSet_Pointer_t pStyle = rpCache->getByName( rName ); in getByName() 148 pStyle = rpCache->getByName( rName ); in getByName()
|
/aoo4110/main/desktop/source/migration/ |
H A D | migration.cxx | 92 uno::Any a = xNameAccess->getByName( sModuleIdentifier ); in retrieveLabelFromCommand() 103 uno::Any a( xUICommands->getByName( sCommand )); in retrieveLabelFromCommand() 434 xMigrationData->getByName( aVersionIdentifiers ) >>= seqVersions; in readAvailableMigrations() 435 xMigrationData->getByName( aPriorityIdentifier ) >>= nPriority; in readAvailableMigrations() 466 theNameAccess->getByName(seqMigrations[i]) >>= tmpAccess; in readMigrationSteps() 473 if (tmpAccess->getByName(OUString::createFromAscii("IncludedFiles")) >>= tmpSeq) in readMigrationSteps() 483 if (tmpAccess->getByName(OUString::createFromAscii("ExcludedFiles")) >>= tmpSeq) in readMigrationSteps() 490 if (tmpAccess->getByName(OUString::createFromAscii("IncludedNodes")) >>= tmpSeq) in readMigrationSteps() 497 if (tmpAccess->getByName(OUString::createFromAscii("ExcludedNodes")) >>= tmpSeq) in readMigrationSteps() 504 if (tmpAccess->getByName(OUString::createFromAscii("IncludedExtensions")) >>= tmpSeq) in readMigrationSteps() [all …]
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbastyles.cxx | 200 …virtual uno::Any SAL_CALL getByName( const ::rtl::OUString& aName ) throw (container::NoSuchElemen… in getByName() function in StyleCollectionHelper 214 …uno::Reference< container::XNameAccess > xNameAccess( mxStyleFamilies->getByName( aStyleTypes[i] )… in getElementNames() 228 …uno::Reference< container::XNameAccess > xNameAccess( mxStyleFamilies->getByName( aStyleTypes[i] )… in hasByName() 231 cachePos = xNameAccess->getByName( aName ); in hasByName() 246 …uno::Reference< container::XIndexAccess > xIndexAccess( mxStyleFamilies->getByName( aStyleTypes[i]… in getCount() 260 …uno::Reference< container::XIndexAccess > xIndexAccess( mxStyleFamilies->getByName( aStyleTypes[i]… in getByIndex() 341 …ainer::XNameAccess > xStylesAccess( xStyleSupplier->getStyleFamilies()->getByName( aStyleType ), u… in Item() 342 …uno::Reference< beans::XPropertySet > xStyleProps( xStylesAccess->getByName( aStyleName ), uno::UN… in Item()
|
/aoo4110/main/framework/source/uiconfiguration/ |
H A D | uicategorydescription.cxx | 106 virtual ::com::sun::star::uno::Any SAL_CALL getByName( const ::rtl::OUString& aName ) 186 Any SAL_CALL ConfigurationAccess_UICategory::getByName( const ::rtl::OUString& rId ) in getByName() function in framework::ConfigurationAccess_UICategory 218 return getByName( rId ).hasValue(); in hasByName() 253 … Reference< XNameAccess > xNameAccess(m_xConfigAccess->getByName( aNameSeq[i] ),UNO_QUERY); in fillCache() 256 xNameAccess->getByName( m_aPropUIName ) >>= aUIName; in fillCache() 289 return m_xGenericUICategories->getByName( rId ); in getUINameFromID()
|
/aoo4110/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScDatabaseRangeObj.java | 147 Object sheet = sheets.getByName(names[0]); in createTestEnvironment() 184 dbrNA.getByName( in createTestEnvironment() 190 dbrNA.getByName("dbRange")); in createTestEnvironment() 197 dbrNA.getByName("dbRange")); in createTestEnvironment() 221 Object sheet = sheets.getByName(names[0]); in createTestEnvironment()
|