Home
last modified time | relevance | path

Searched refs:find (Results 276 – 300 of 1360) sorted by relevance

1...<<11121314151617181920>>...55

/trunk/main/dbaccess/source/ui/inc/
H A Dindexcollection.hxx79 Indexes::const_iterator find(const String& _rName) const;
80 Indexes::iterator find(const String& _rName);
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx398 InstanceMap::const_iterator iHelper (maInstanceMap.find(&rBase)); in Instance()
427 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in DisposeInstance()
439 InstanceMap::iterator iHelper (maInstanceMap.find(&rBase)); in ReleaseInstance()
671 ViewURLMap::const_iterator iView (mpViewURLMap->find(rsViewURL)); in GetViewId()
/trunk/main/store/source/
H A Dstorpage.cxx176 sal_uInt16 i = rPage.find (rEntry), n = rPage.usageCount();
214 sal_uInt16 i = rPage.find (rEntry), n = rPage.usageCount();
234 sal_uInt16 i = xPage->find (rEntry), n = xPage->usageCount(); in remove_Impl()
264 i = xPage->find (rEntry), n = xPage->usageCount(); in remove_Impl()
/trunk/main/unotools/source/config/
H A Dfontcfg.cxx191 m_aConfig.find( rLocale ); in tryLocale()
969 UniqueSubstHash::iterator aEntry = maSubstHash.find( aSubst ); in fillSubstVector()
1091 m_aSubst.find( rLocale ); in readLocaleSubst()
1190 … std::hash_map< Locale, LocaleSubst, LocaleHash >::const_iterator lang = m_aSubst.find( aLocale ); in getSubstInfo()
/trunk/main/editeng/source/misc/
H A Dhangulhanja.cxx467 StringMap::const_iterator aRecentlyUsed = m_aRecentlyUsedList.find( sCurrentUnit ); in implUpdateSuggestions()
601 sal_Bool bAlwaysIgnoreThis = m_sIgnoreList.end() != m_sIgnoreList.find( sCurrentUnit ); in ContinueConversion()
604 StringMap::const_iterator aChangeListPos = m_aChangeList.find( sCurrentUnit ); in ContinueConversion()
929 DBG_ASSERT( m_sIgnoreList.end() == m_sIgnoreList.find( sCurrentUnit ), in IMPL_LINK()
/trunk/main/sdext/source/pdfimport/sax/
H A Dsaxattrlist.cxx80 return (m_aIndexMap.find( i_rName ) != m_aIndexMap.end()) ? getCDATAString() : rtl::OUString(); in getTypeByName()
90 …std::hash_map< rtl::OUString, size_t, rtl::OUStringHash >::const_iterator it = m_aIndexMap.find( i… in getValueByName()
/trunk/main/sc/source/core/tool/
H A Dformulaparserpool.cxx98 FactoryMap::const_iterator aIt = maFactories.find( rNamespace ); in createFormulaParser()
134 ParserMap::iterator aIt = maParsers.find( rNamespace ); in getFormulaParser()
/trunk/main/offapi/com/sun/star/sheet/
H A DSheetRangesQuery.idl41 /** provides interfaces to find cells with specific properties.
53 /** provides methods to find dependent cells of formula cells.
/trunk/main/i18nutil/source/utility/
H A DoneToOneMapping.cxx38 sal_Unicode oneToOneMapping::find(const sal_Unicode nKey) const in find() function in com::sun::star::i18n::oneToOneMapping
109 sal_Unicode oneToOneMappingWithFlag::find( const sal_Unicode nKey ) const in find() function in com::sun::star::i18n::oneToOneMappingWithFlag
/trunk/main/sw/source/core/docnode/
H A Dretrievedinputstreamdata.cxx78 std::map< tDataKey, tData >::iterator aIter = maInputStreamData.find( nDataKey ); in PushData()
109 std::map< tDataKey, tData >::iterator aIter = maInputStreamData.find( nDataKey ); in PopData()
/trunk/main/l10ntools/source/
H A Dinireader.cxx93 if( section_match->find() ) in is_section()
114 if( parameter_match->find() ) in is_parameter()
/trunk/main/svl/qa/complex/passwordcontainer/
H A DTest01.java86 UrlRecord aRecord = xContainer.find(sURL, aMHandler); in test()
97 aRecord = xContainer.find(sURL, aMHandler); in test()
H A DTest03.java87 UrlRecord aRecord = xContainer.find(sURL, aMHandler); in test()
101 aRecord = xContainer.find(sURL, aMHandler); in test()
/trunk/main/configmgr/source/
H A Dpartial.cxx104 Node::Children::iterator j(p->children.find(seg)); in Partial()
121 Node::Children::const_iterator j(p->children.find(*i)); in contains()
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx227 ucbhelper_impl::Contents::iterator it = m_pImpl->m_aContents.find( aURL ); in removeContent()
253 = m_pImpl->m_aContents.find( rURL ); in queryExistingContent()
305 = m_pImpl->m_aContents.find( aURL ); in registerNewContent()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshapesubsetting.cxx336 if( (aIter=maSubsetShapes.find( aEntry )) != maSubsetShapes.end() ) in getSubsetShape()
357 if( (aIter=maSubsetShapes.find( aEntry )) != maSubsetShapes.end() ) in addSubsetShape()
391 if( (aIter=maSubsetShapes.find( aEntry )) == maSubsetShapes.end() ) in revokeSubsetShape()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistbox.cxx172 MAP_ENTRY::iterator mi = m_mapEntry.find(pEntry); in ProcessWindowEvent()
263 MAP_ENTRY::iterator mi = m_mapEntry.find(pEntry); in GetCurEventEntry()
290 MAP_ENTRY::iterator mi = m_mapEntry.find(pEntry); in RemoveChildEntries()
/trunk/main/framework/source/fwe/xml/
H A Deventsdocumenthandler.cxx185 EventsHashMap::const_iterator pEventEntry = m_aEventsMap.find( aName ); in startElement()
235 pEventEntry = m_aEventsMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
341 EventsHashMap::const_iterator pEventEntry = m_aEventsMap.find( aName ); in endElement()
/trunk/main/sd/source/ui/sidebar/
H A DSidebarShellManager.cxx57 SubShells::const_iterator iShell (maSubShells.find(nId)); in CreateShell()
96 SubShells::iterator pos = maSubShells.find( i_nShellId ); in RemoveSubShell()
/trunk/main/xmloff/source/forms/
H A Deventimport.cxx123 OSL_ENSURE(m_aEvents.end() == m_aEvents.find(_rxElement), in registerEvents()
148 aRegisteredEventsPos = m_aEvents.find(xCurrent); in setEvents()
H A Deventexport.cxx111 ConstMapString2PropertyValueSequenceIterator aPos = m_aMappedEvents.find(_rName); in getByName()
137 ConstMapString2PropertyValueSequenceIterator aPos = m_aMappedEvents.find(_rName); in hasByName()
/trunk/main/xmloff/source/transform/
H A DFrameOOoTContext.cxx89 pActions->find( aKey ); in StartElement()
125 XMLTransformerActions::const_iterator aIter = pActions->find( aKey ); in CreateChildContext()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx315 ::std::find(m_vTableConnection.begin(),m_vTableConnection.end(),_pConn) ); in RemoveConnection()
334 OTableWindowMapIterator aIter = m_aTableMap.find(rName); in GetTabWindow()
394 if(m_aTableMap.find(rWinName) != m_aTableMap.end()) in AddTabWin()
451 …TTableWindowData::iterator aFind = ::std::find(rController.getTableWindowData()->begin(),rControll… in RemoveTabWin()
459 if(m_aTableMap.find(aWinName) != m_aTableMap.end()) in RemoveTabWin()
1740 …OSL_ENSURE( ::std::find(pTabConnDataList->begin(),pTabConnDataList->end(),_pConnection->GetData())… in addConnection()
/trunk/main/dbaccess/source/ui/misc/
H A Ddsmeta.cxx129 OSL_ENSURE( s_aFeatureSets.find( _rURL ) != s_aFeatureSets.end(), "invalid URL/pattern!" ); in lcl_getFeatureSet()
160 OSL_ENSURE(s_aSupport.find(_sURL) != s_aSupport.end(),"Illegal URL!"); in getAuthenticationMode()
/trunk/main/comphelper/inc/comphelper/
H A Dsequenceashashmap.hxx278 const_iterator pIt = find(sKey); in getUnpackedValueOrDefault()
314 if (find(sKey) == end()) in createItemIfMissing()

Completed in 153 milliseconds

1...<<11121314151617181920>>...55