Home
last modified time | relevance | path

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

12345678910>>...38

/AOO41X/main/unotools/source/config/ !
H A Dhistoryoptions.cxx301 m_xCfg->getByName(s_sPickList) >>= xList; in impl_truncateList()
305 m_xCfg->getByName(s_sURLHistory) >>= xList; in impl_truncateList()
309 m_xCfg->getByName(s_sHelpBookmarks) >>= xList; in impl_truncateList()
321 xList->getByName(s_sOrderList) >>= xOrderList; in impl_truncateList()
322 xList->getByName(s_sItemList) >>= xItemList; in impl_truncateList()
331 xOrderList->getByName(sRemove) >>= xSet; in impl_truncateList()
362 m_xCfg->getByName(s_sPickList) >>= xListAccess; in Clear()
368 m_xCfg->getByName(s_sURLHistory) >>= xListAccess; in Clear()
374 m_xCfg->getByName(s_sHelpBookmarks) >>= xListAccess; in Clear()
385 xListAccess->getByName(s_sItemList) >>= xNode ; in Clear()
[all …]
H A Dlingucfg.cxx962 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in GetElementNamesFor()
963 xNA.set( xNA->getByName( rNodeName ), uno::UNO_QUERY_THROW ); in GetElementNamesFor()
987 xResult.set( rxSetNameAccess->getByName( rEntryName ), uno::UNO_QUERY_THROW ); in GetOrCreateSetEntry_Impl()
1006 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
1007 xNA.set( xNA->getByName( rSetName ), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
1008 xNA.set( xNA->getByName( rSetEntry ), uno::UNO_QUERY_THROW ); in GetSupportedDictionaryFormatsFor()
1009 if (xNA->getByName( aG_SupportedDictionaryFormats ) >>= rFormatList) in GetSupportedDictionaryFormatsFor()
1032 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor()
1033 xNA.set( xNA->getByName( rSetName ), uno::UNO_QUERY_THROW ); in SetOrCreateSupportedDictionaryFormatsFor()
1122 xNA.set( xNA->getByName( A2OU("ServiceManager") ), uno::UNO_QUERY_THROW ); in GetDictionaryEntry()
[all …]
/AOO41X/main/comphelper/source/misc/ !
H A Dmimeconfighelper.cxx213 uno::Any aFilterAny = xFilterFactory->getByName( aFilterName ); in GetFilterFlags()
238 uno::Any aFilterAnyData = xFilterFactory->getByName( aFilterName ); in GetDocServiceNameFromFilter()
307 …if ( xVerbsConfig.is() && ( xVerbsConfig->getByName( aVerbShortcut ) >>= xVerbsProps ) && xVerbsPr… in GetVerbByShortcut()
310 …if ( ( xVerbsProps->getByName( ::rtl::OUString::createFromAscii( "VerbID" ) ) >>= aTempDescr.VerbI… in GetVerbByShortcut()
311 …&& ( xVerbsProps->getByName( ::rtl::OUString::createFromAscii( "VerbUIName" ) ) >>= aTempDescr.Ver… in GetVerbByShortcut()
312 …&& ( xVerbsProps->getByName( ::rtl::OUString::createFromAscii( "VerbFlags" ) ) >>= aTempDescr.Verb… in GetVerbByShortcut()
313 …&& ( xVerbsProps->getByName( ::rtl::OUString::createFromAscii( "VerbAttributes" ) ) >>= aTempDescr… in GetVerbByShortcut()
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()
[all …]
/AOO41X/main/filter/source/config/cache/ !
H A Dfiltercache.cxx552 xPackage->getByName(CFGSET_TYPES) >>= xSet; in addStatePropsToItem()
559 xPackage->getByName(CFGSET_FILTERS) >>= xSet; in addStatePropsToItem()
587 xPackage->getByName(CFGSET_FRAMELOADERS) >>= xSet; in addStatePropsToItem()
594 xPackage->getByName(CFGSET_CONTENTHANDLERS) >>= xSet; in addStatePropsToItem()
603 xSet->getByName(sItem) >>= xItem; in addStatePropsToItem()
662 xConfig->getByName(CFGSET_TYPES) >>= xSet; in flush()
674 xConfig->getByName(CFGSET_FILTERS) >>= xSet; in flush()
730 xSet->getByName(sItem) >>= xItem; in impl_flushByList()
953 aValue = xAccess->getByName(sKey); in impl_getDirectCFGValue()
1575 css::uno::Any aVal = xConfig->getByName(sSetName); in impl_loadSet()
[all …]
/AOO41X/main/svl/qa/complex/ConfigItems/helper/ !
H A DHistoryOptTest.cxx291 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()
407 m_xHistoriesXCU->getByName(s_sHelpBookmarks) >>= xHistory; in impl_getNewHistory()
435 m_xCommonXCU->getByName(s_sPickList) >>= xHistory; in impl_getOldHistory()
[all …]
/AOO41X/main/framework/source/accelerators/ !
H A Dacceleratorconfiguration.cxx1044 m_xCfg->getByName(CFG_ENTRY_PRIMARY) >>= xAccess; in reload()
1056 m_xCfg->getByName(CFG_ENTRY_SECONDARY) >>= xAccess; in reload()
1079 m_xCfg->getByName(CFG_ENTRY_PRIMARY) >>= xAccess; in store()
1085 m_xCfg->getByName(CFG_ENTRY_SECONDARY) >>= xAccess; in store()
1323 xCfg->getByName(CFG_ENTRY_GLOBAL) >>= xAccess; in impl_ts_load()
1327 xCfg->getByName(CFG_ENTRY_MODULES) >>= xModules; in impl_ts_load()
1328 xModules->getByName(m_sModuleCFG) >>= xAccess; in impl_ts_load()
1343 xAccess->getByName(sKey) >>= xKey; in impl_ts_load()
1344 xKey->getByName(CFG_PROP_COMMAND) >>= xCommand; in impl_ts_load()
1373 xCommand->getByName(sLocale) >>= sCommand; in impl_ts_load()
[all …]
/AOO41X/main/framework/qa/complex/accelerators/ !
H A DAcceleratorsConfigurationTest.java109 …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()
202 …PrimaryModules = UnoRuntime.queryInterface(XNameAccess.class, m_xPrimaryKeys.getByName("Modules")); in checkModuleAccelCfg()
203 …ndaryModules = UnoRuntime.queryInterface(XNameAccess.class, m_xSecondaryKeys.getByName("Modules")); in checkModuleAccelCfg()
206 …imaryAccess = UnoRuntime.queryInterface(XNameAccess.class, xPrimaryModules.getByName(sModules[i])); in checkModuleAccelCfg()
207 …aryAccess = UnoRuntime.queryInterface(XNameAccess.class, xSecondaryModules.getByName(sModules[i])); in checkModuleAccelCfg()
570 … XNameAccess xKey = UnoRuntime.queryInterface(XNameAccess.class, xAccess.getByName(sKey)); in getCommandFromConfiguration()
571 … XNameAccess xCommand = UnoRuntime.queryInterface(XNameAccess.class, xKey.getByName("Command")); in getCommandFromConfiguration()
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/common/ !
H A DConfiguration.java113 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 …]
/AOO41X/main/extensions/source/update/check/ !
H A Dupdatecheckconfig.cxx311 … 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()
680 …uno::Reference< beans::XPropertySet >( m_xAvailableUpdates->getByName( rExtensionName ), uno::UNO_… in storeExtensionVersion()
[all …]
/AOO41X/main/framework/source/uielement/ !
H A Duicommanddescription.cxx118 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
374 … Reference< XNameAccess > xNameAccess(_xConfigAccess->getByName( aNameSeq[i] ),UNO_QUERY); in impl_fill()
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()
[all …]
/AOO41X/main/cui/source/options/ !
H A Doptupdt.cxx89 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 Dtreeopt.cxx2338 xRoot->getByName( C2U("Modules") ) >>= xSet; in LoadModule()
2352 xSet->getByName( seqNames[i] ) >>= xModAccess; in LoadModule()
2357 xModAccess->getByName( C2U("Nodes") ) >>= xNodeAccess; in LoadModule()
2365 xNodeAccess->getByName( xTemp[x] ) >>= xAccess; in LoadModule()
2368 xAccess->getByName( C2U("Index") ) >>= nIndex; in LoadModule()
2406 xRoot->getByName( C2U("Nodes") ) >>= xSet; in LoadNodes()
2416 xSet->getByName( seqNames[i] ) >>= xNodeAccess; in LoadNodes()
2425 xNodeAccess->getByName( C2U("Label") ) >>= sLabel; in LoadNodes()
2426 xNodeAccess->getByName( C2U("OptionsPage") ) >>= sPageURL; in LoadNodes()
2427 xNodeAccess->getByName( C2U("AllModules") ) >>= bAllModules; in LoadNodes()
[all …]
/AOO41X/main/sdext/source/presenter/ !
H A DPresenterConfigurationAccess.cxx244 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()
/AOO41X/main/swext/mediawiki/src/com/sun/star/wiki/ !
H A DSettings.java295 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 DHelper.java181 … 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 …]
/AOO41X/main/framework/test/ !
H A Dtest_documentproperties.bas387 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 …]
/AOO41X/main/sw/qa/complex/writer/ !
H A DCheckFlies.java75 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()
/AOO41X/main/svtools/inc/svtools/ !
H A Dunoevent.hxx106 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(
/AOO41X/test/testuno/source/fvt/uno/sc/rowcolumn/ !
H A DResizeHideShowRowColumn.java76 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()
/AOO41X/main/sw/source/ui/envelp/ !
H A Dlabelexp.cxx78 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()
/AOO41X/main/sw/source/core/doc/ !
H A Dswstylemanager.cxx50 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()
/AOO41X/main/desktop/source/migration/ !
H A Dmigration.cxx92 uno::Any a = xNameAccess->getByName( sModuleIdentifier ); in retrieveLabelFromCommand()
103 uno::Any a( xUICommands->getByName( sCommand )); in retrieveLabelFromCommand()
433 …uno::Reference< XNameAccess > xMigrationData( aMigrationAccess->getByName(seqSupportedVersions[i])… in readAvailableMigrations()
434 xMigrationData->getByName( aVersionIdentifiers ) >>= seqVersions; in readAvailableMigrations()
435 xMigrationData->getByName( aPriorityIdentifier ) >>= nPriority; in readAvailableMigrations()
452 …uno::Reference< XNameAccess > xMigrationData( aMigrationAccess->getByName(rMigrationName), uno::UN… in readMigrationSteps()
457 …uno::Reference< XNameAccess > theNameAccess(xMigrationData->getByName(aMigrationSteps), uno::UNO_Q… in readMigrationSteps()
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()
[all …]
/AOO41X/main/sw/source/ui/vba/ !
H A Dvbastyles.cxx200 …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()
/AOO41X/main/framework/source/uiconfiguration/ !
H A Duicategorydescription.cxx106 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()
/AOO41X/main/qadevOOo/tests/java/mod/_sc/ !
H A DScDatabaseRangeObj.java147 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()

12345678910>>...38