Home
last modified time | relevance | path

Searched refs:find (Results 251 – 275 of 1360) sorted by relevance

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

/trunk/main/sc/source/core/tool/
H A Daddincol.cxx469 if ( pExactHashMap->find( aFuncName ) == pExactHashMap->end() ) in ReadConfiguration()
1222 ScAddInHashMap::const_iterator iLook( pLocalHashMap->find( rUpperName ) ); in FindFunction()
1229 iLook = pNameHashMap->find( rUpperName ); in FindFunction()
1239 ScAddInHashMap::const_iterator iLook( pNameHashMap->find( rUpperName ) ); in FindFunction()
1245 iLook = pLocalHashMap->find( rUpperName ); in FindFunction()
1260 ScAddInHashMap::const_iterator iLook( pExactHashMap->find( rName ) ); in GetFuncData()
1291 ScAddInHashMap::const_iterator iLook( pExactHashMap->find( rName ) ); in LocalizeString()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx378 const FrmTagIdMap::const_iterator aIter = rFrmTagIdMap.find( pKey ); in CheckReopenTag()
737 const TableColumnsMapEntry::const_iterator aLeftIter = rCols.find( nLeft ); in SetAttributes()
738 const TableColumnsMapEntry::const_iterator aRightIter = rCols.find( nRight ); in SetAttributes()
916 aIter = rNumListBodyIdMap.find( pParent ); in BeginNumberedListStructureElements()
931 … const NumListBodyIdMap::const_iterator aIter = rNumListBodyIdMap.find( pPrevious ); in BeginNumberedListStructureElements()
954 const NumListIdMap::const_iterator aIter = rNumListIdMap.find( pPrevious ); in BeginNumberedListStructureElements()
1221 const TableColumnsMap::const_iterator aIter = rTableColumnsMap.find( pTable ); in BeginBlockStructureElements()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx251 t_OUString2LongMap::const_iterator iFind( m_URI2Uid.find( rURI ) ); in getUidByURI()
277 m_prefixes.find( rPrefix ) ); in getUidByPrefix()
302 t_OUString2PrefixMap::const_iterator iFind( m_prefixes.find( rPrefix ) ); in pushPrefix()
324 t_OUString2PrefixMap::iterator iFind( m_prefixes.find( rPrefix ) ); in popPrefix()
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcppcompskeleton.cxx824 if (propinterfaces.find("com/sun/star/beans/XPropertySet") in generateClassDefinition()
828 if (propinterfaces.find("com/sun/star/beans/XFastPropertySet") in generateClassDefinition()
835 if (propinterfaces.find("com/sun/star/beans/XPropertyAccess") in generateClassDefinition()
1153 if (interfaces.find("com.sun.star.lang.XLocalizable") == interfaces.end()) { in generateCalcAddin()
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx473 ChecksumCache::iterator it = gPrivateCache.find(privatechecksum); in exportDrawPageBackground()
497 ChecksumCache::iterator it = gMasterCache.find(masterchecksum); in exportDrawPageBackground()
522 ChecksumCache::iterator it = gObjectCache.find(shapesum); in exportMasterPageObjects()
676 ChecksumCache::iterator it = gMetafileCache.find(checksum); in exportShape()
/trunk/main/linguistic/source/
H A Dspelldsp.cxx252 SpellSvcByLangMap_t::const_iterator aIt( aSvcMap.find( LocaleToLanguage( rLocale ) ) ); in hasLocale()
326 SpellSvcByLangMap_t::iterator aIt( aSvcMap.find( nLanguage ) ); in isValid_Impl()
494 SpellSvcByLangMap_t::iterator aIt( aSvcMap.find( nLanguage ) ); in spell_Impl()
846 const SpellSvcByLangMap_t::iterator aIt( pThis->aSvcMap.find( nLanguage ) ); in GetServiceList()
/trunk/main/comphelper/source/container/
H A Denumerablemap.cxx608 KeyedValues::const_iterator pos = m_aData.m_pValues->find( _key ); in containsKey()
635 KeyedValues::const_iterator pos = m_aData.m_pValues->find( _key ); in get()
652 KeyedValues::iterator pos = m_aData.m_pValues->find( _key ); in put()
677 KeyedValues::iterator pos = m_aData.m_pValues->find( _key ); in remove()
/trunk/main/xmloff/source/transform/
H A DTransformerActions.cxx46 OSL_ENSURE( find( aKey ) == end(), "duplicate action map entry" ); in XMLTransformerActions()
74 XMLTransformerActions::iterator aIter = find( aKey ); in Add()
/trunk/main/svgio/source/svgreader/
H A Dsvgdocument.cxx75 const IdTokenMapper::const_iterator aResult(maIdTokenMapperList.find(rStr)); in findSvgNodeById()
105 const IdStyleTokenMapper::const_iterator aResult(maIdStyleTokenMapperList.find(rStr)); in findGlobalCssStyleAttributes()
/trunk/main/sd/source/ui/animations/
H A DSTLPropertySet.cxx110 rIter = maPropertyMap.find(nHandle); in findProperty()
116 rIter = maPropertyMap.find(nHandle); in findProperty()
/trunk/main/connectivity/inc/connectivity/
H A Ddbcharset.hxx76 CharsetIterator find(const rtl_TextEncoding _eEncoding) const;
80 CharsetIterator find(const ::rtl::OUString& _rIanaName, const IANA&) const;
/trunk/main/svl/source/items/
H A Ditemprop.cxx103 SfxItemPropertyHashMap_t::const_iterator aIter = m_pImpl->find(rName); in getByName()
143 SfxItemPropertyHashMap_t::const_iterator aIter = m_pImpl->find(rName); in getPropertyByName()
160 SfxItemPropertyHashMap_t::const_iterator aIter = m_pImpl->find(rName); in hasPropertyByName()
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx238 FontList::iterator it = maFontList.find( aFontSelData ); in CacheFont()
457 GlyphList::iterator it = maGlyphList.find( aGlyphId ); in GetGlyphData()
591 UnicodeKernPairs::const_iterator it = maUnicodeKernPairs.find( aKernPair ); in GetUnscaledKernValue()
/trunk/main/toolkit/source/layout/core/
H A Droot.cxx217 ItemHash::iterator i = maItems.find( rName ); in getByName()
229 ItemHash::iterator i = maItems.find( rName ); in hasByName()
338 ItemHash::iterator it = maItems.find( id );
/trunk/main/sfx2/source/doc/
H A Doleprops.cxx694 SfxOlePropNameMap::const_iterator aIt = maPropNameMap.find( nPropId ); in GetPropertyName()
743 SfxOlePropMap::const_iterator aIt = maPropMap.find( nPropId ); in GetProperty()
951 SfxOlePropPosMap::iterator aCodePageIt = aPropPosMap.find( PROPID_CODEPAGE ); in ImplLoad()
964 SfxOlePropPosMap::iterator aDictIt = aPropPosMap.find( PROPID_DICTIONARY ); in ImplLoad()
1122 SfxOleSectionMap::const_iterator aIt = maSectionMap.find( rSectionGuid ); in GetSection()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx562 EventsHash::iterator h_it = eventsHash->find( sEventName ); in DisplayAppEvents()
647 EventsHash::iterator h_it = pThis->m_appEventsHash.find( *pEventName ); in GenericHandler_Impl()
656 EventsHash::iterator h_it = pThis->m_docEventsHash.find( *pEventName ); in GenericHandler_Impl()
714 EventsHash::iterator h_it = pThis->m_appEventsHash.find( *pEventName ); in GenericHandler_Impl()
720 EventsHash::iterator h_it = pThis->m_docEventsHash.find( *pEventName ); in GenericHandler_Impl()
/trunk/main/framework/source/uiconfiguration/
H A Dgraphicnameaccess.cxx62 NameGraphicHashMap::const_iterator pIter = m_aNameToElementMap.find( aName ); in getByName()
91 NameGraphicHashMap::const_iterator pIter = m_aNameToElementMap.find( aName ); in hasByName()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dcommandcontainer.cxx82 …OSL_ENSURE( rDefinitions.find(_rName) != rDefinitions.end(), "OCommandContainer::createObject: Inv… in createObject()
84 const TContentPtr& pElementContent( rDefinitions.find( _rName )->second ); in createObject()
/trunk/main/sd/source/ui/view/
H A DWindowUpdater.cxx67 ::std::find ( in RegisterWindow()
84 ::std::find ( in UnregisterWindow()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm194 std::map< NSView*, NSView* >::const_iterator it = maViewPairMap.find( i_pLeft );
202 std::map< int, rtl::OUString >::const_iterator name_it = maTagToPropertyName.find( i_nTag );
203 std::map< int, sal_Int32 >::const_iterator value_it = maTagToValueInt.find( i_nTag );
217 std::map< int, rtl::OUString >::const_iterator name_it = maTagToPropertyName.find( i_nTag );
231 std::map< int, rtl::OUString >::const_iterator name_it = maTagToPropertyName.find( i_nTag );
249 std::map< int, rtl::OUString >::const_iterator name_it = maTagToPropertyName.find( i_nTag );
277 … std::map< int, rtl::OUString >::const_iterator name_it = maTagToPropertyName.find( nTag );
1349 // find the minimum needed tab size
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1510 while ( aUsedNames.find( sName ) != aUsedNames.end() ) in createUniqueName()
1769 return (::std::find(m_aSet.begin(),m_aSet.end(),false) != m_aSet.end()); in hasElements()
1833 TParameterPositions::iterator aFind = aParameterNames.find(sName); in askForParameters()
1884 TParameterPositions::iterator aFind = aParameterNames.find(pFinalValues->Name); in askForParameters()
2138 OSQLColumns::Vector::const_iterator find( OSQLColumns::Vector::const_iterator __first, in find() function
2144 return find(__first,__last,sName,_rVal,_rCase); in find()
2153 return find(__first,__last,sRealName,_rVal,_rCase); in findRealName()
2156 OSQLColumns::Vector::const_iterator find( OSQLColumns::Vector::const_iterator __first, in find() function
/trunk/main/solenv/inc/
H A D_tg_zip.mk63 zip1langdirs:=$(shell @-test -d {$(subst,/$(LANGDIR), $(null,$(ZIP1DIR) . $(ZIP1DIR)))}/ && find {$…
192 zip2langdirs:=$(shell @-test -d {$(subst,/$(LANGDIR), $(null,$(ZIP2DIR) . $(ZIP2DIR)))}/ && find {$…
321 zip3langdirs:=$(shell @-test -d {$(subst,/$(LANGDIR), $(null,$(ZIP3DIR) . $(ZIP3DIR)))}/ && find {$…
450 zip4langdirs:=$(shell @-test -d {$(subst,/$(LANGDIR), $(null,$(ZIP4DIR) . $(ZIP4DIR)))}/ && find {$…
579 zip5langdirs:=$(shell @-test -d {$(subst,/$(LANGDIR), $(null,$(ZIP5DIR) . $(ZIP5DIR)))}/ && find {$…
708 zip6langdirs:=$(shell @-test -d {$(subst,/$(LANGDIR), $(null,$(ZIP6DIR) . $(ZIP6DIR)))}/ && find {$…
837 zip7langdirs:=$(shell @-test -d {$(subst,/$(LANGDIR), $(null,$(ZIP7DIR) . $(ZIP7DIR)))}/ && find {$…
966 zip8langdirs:=$(shell @-test -d {$(subst,/$(LANGDIR), $(null,$(ZIP8DIR) . $(ZIP8DIR)))}/ && find {$…
1095 zip9langdirs:=$(shell @-test -d {$(subst,/$(LANGDIR), $(null,$(ZIP9DIR) . $(ZIP9DIR)))}/ && find {$…
1224 zip10langdirs:=$(shell @-test -d {$(subst,/$(LANGDIR), $(null,$(ZIP10DIR) . $(ZIP10DIR)))}/ && find
/trunk/main/extensions/source/abpilot/
H A Ddatasourcehandling.cxx223 ConstStringBagIterator aPos = m_pImpl->aDataSourceNames.find( sCheck ); in disambiguate()
231 aPos = m_pImpl->aDataSourceNames.find( sCheck ); in disambiguate()
470 return aTables.find( _rTableName ) != aTables.end(); in hasTable()
/trunk/main/framework/source/uielement/
H A Daddonstoolbarmanager.cxx442 ToolBarControllerMap::const_iterator pIter = m_aControllerMap.find( nId ); in IMPL_LINK()
460 ToolBarControllerMap::const_iterator pIter = m_aControllerMap.find( nId ); in IMPL_LINK()
489 ToolBarControllerMap::const_iterator pIter = m_aControllerMap.find( nId ); in IMPL_LINK()
/trunk/main/comphelper/source/property/
H A Dopropertybag.cxx141 return ::std::find( pStart, pEnd, rServiceName ) != pEnd; in supportsService()
241 && m_aAllowedTypes.find( aProperty.Type ) == m_aAllowedTypes.end() in insert()
350 && m_aAllowedTypes.find( aPropertyType ) == m_aAllowedTypes.end() in addProperty()

Completed in 169 milliseconds

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