Home
last modified time | relevance | path

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

12345678910>>...39

/trunk/main/unotools/source/config/
H A Dhistoryoptions.cxx301 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 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()
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 …]
/trunk/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()
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 …]
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx552 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 …]
/trunk/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()
435 m_xCommonXCU->getByName(s_sPickList) >>= xHistory; in impl_getOldHistory()
439 m_xCommonXCU->getByName(s_sURLHistory) >>= xHistory; in impl_getOldHistory()
[all …]
/trunk/main/framework/source/accelerators/
H A Dacceleratorconfiguration.cxx1343 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 …]
/trunk/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()
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 …]
/trunk/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 …]
/trunk/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()
691 …uno::Any aValue( uno::Reference< beans::XPropertySet >( m_xIgnoredUpdates->getByName( rExtensionNa… in storeExtensionVersion()
[all …]
/trunk/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
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 …]
/trunk/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()
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()
2428 xNodeAccess->getByName( C2U("GroupId") ) >>= sGroupId; in LoadNodes()
2446 xNodeAccess->getByName( C2U( "Leaves" ) ) >>= xLeavesSet; in LoadNodes()
[all …]
/trunk/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()
/trunk/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 …]
/trunk/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 …]
/trunk/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()
/trunk/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(
/trunk/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()
/trunk/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()
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 …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()

Completed in 159 milliseconds

12345678910>>...39