Home
last modified time | relevance | path

Searched refs:find (Results 151 – 175 of 1360) sorted by relevance

12345678910>>...55

/trunk/main/linguistic/source/
H A Dhyphdsp.cxx248 HyphSvcByLangMap_t::const_iterator aIt( aSvcMap.find( LocaleToLanguage( rLocale ) ) ); in hasLocale()
270 HyphSvcByLangMap_t::iterator aIt( aSvcMap.find( nLanguage ) ); in hyphenate()
414 HyphSvcByLangMap_t::iterator aIt( aSvcMap.find( nLanguage ) ); in queryAlternativeSpelling()
552 HyphSvcByLangMap_t::iterator aIt( aSvcMap.find( nLanguage ) ); in createPossibleHyphens()
712 const HyphSvcByLangMap_t::iterator aIt( pThis->aSvcMap.find( nLanguage ) ); in GetServiceList()
/trunk/main/cppu/source/uno/
H A Dlbmap.cxx336 const t_OUStringSet::const_iterator iFind( rData.aNegativeLibs.find( rBridgeName ) ); in loadModule()
407 const t_OUString2Entry::const_iterator iFind( rData.aName2Entry.find( in getDirectMapping()
531 const t_OUString2Entry::const_iterator iFind( rData.aName2Entry.find( in uno_getMapping()
613 const t_Mapping2Entry::const_iterator iFind( rData.aMapping2Entry.find( *ppMapping ) ); in uno_registerMapping()
650 const t_Mapping2Entry::const_iterator iFind( rData.aMapping2Entry.find( pMapping ) ); in uno_revokeMapping()
/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx1179 std::string::size_type idx = String.find(Placeholder); in SubstitutePlaceholder()
1185 idx = String.find(Placeholder); in SubstitutePlaceholder()
1378 if ( ( isAdd )&&( DllList.find( DllPath ) == ::std::string::npos ) ) in AddOrRemoveDllsToRegisterList()
1380 else if ( ( !isAdd )&&( DllList.find( DllPath ) != ::std::string::npos ) ) in AddOrRemoveDllsToRegisterList()
1381 DllList.erase( DllList.find( DllPath )-1, DllPath.length()+1 ); in AddOrRemoveDllsToRegisterList()
/trunk/main/xmloff/source/script/
H A DXMLEventImportHelper.cxx89 DBG_ASSERT(pEventNameMap->find(aName) == pEventNameMap->end(), in AddTranslationTable()
138 NameMap::iterator aNameIter = pEventNameMap->find(aEventName); in CreateContext()
149 aFactoryMap.find(aScriptLanguage); in CreateContext()
/trunk/main/dbaccess/source/ui/misc/
H A Dcharsets.cxx93 OCharsetMap::const_iterator aBaseIter = OCharsetMap::find(_eEncoding); in findEncoding()
100 OCharsetMap::const_iterator aBaseIter = OCharsetMap::find(_rIanaName, OCharsetMap::IANA()); in findIanaName()
114 return const_iterator( this, OCharsetMap::find( eEncoding ) ); in findDisplayName()
/trunk/main/dbaccess/source/core/api/
H A DHelperCollections.cxx94 …::connectivity::OSQLColumns::Vector::const_iterator aIter = find(m_aColumns->get().begin(),m_aColu… in createObject()
110 OSQLTables::iterator aIter = m_aTables.find(_rName); in createObject()
113 return connectivity::sdbcx::ObjectType(m_aTables.find(_rName)->second,UNO_QUERY); in createObject()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dprogressmixer.cxx158 OSL_ENSURE( m_pData->aPhases.find( _nID ) == m_pData->aPhases.end(), in registerPhase()
167 OSL_ENSURE( m_pData->aPhases.find( _nID ) != m_pData->aPhases.end(), in startPhase()
171 m_pData->pCurrentPhase = m_pData->aPhases.find( _nID ); in startPhase()
/trunk/main/dbaccess/source/core/inc/
H A Ddefinitioncontainer.hxx105 …inline const_iterator find( const ::rtl::OUString& _rName ) const { return m_aDefinitions.find( _r… in find() function in dbaccess::ODefinitionContainer_Impl
106 const_iterator find( TContentPtr _pDefinition ) const;
117 iterator find( TContentPtr _pDefinition );
/trunk/main/sd/source/ui/tools/
H A DSdGlobalResourceContainer.cxx88 iResource = ::std::find ( in AddResource()
115 iResource = ::std::find ( in AddResource()
136 iResource = ::std::find ( in AddResource()
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm223 // find current frame in list
230 // now find the next frame (or end)
244 // cycle around, find the next up to pCurFrame
263 // find current frame in list
270 // now find the next frame (or end)
284 // cycle around, find the next up to pCurFrame
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx548 tChildMap::const_iterator aIt( m_aChildMap.find( rParent )); in hasChildren()
559 tChildMap::const_iterator aIt( m_aChildMap.find( rParent )); in getChildren()
574 ::std::find( aIt->second.begin(), aIt->second.end(), rNode )); in getSiblings()
589 ::std::find( aChildren.begin(), aChildren.end(), rOID )); in getParentImpl()
782 ::std::find( aSiblings.begin(), aSiblings.end(), getCurrentSelection())); in next()
802 ::std::find( aSiblings.begin(), aSiblings.end(), getCurrentSelection())); in previous()
H A DCommandDispatch.cxx104 tListenerMap::iterator aIt( m_aListeners.find( URL.Complete )); in addStatusListener()
120 tListenerMap::iterator aIt( m_aListeners.find( URL.Complete )); in removeStatusListener()
178 tListenerMap::iterator aIt( m_aListeners.find( aURL.Complete )); in fireStatusEventForURL()
/trunk/main/setup_native/scripts/
H A Dinstall_linux.sh136 RPMLIST=`find $PACKAGE_PATH -maxdepth 2 -type f -name "*.rpm" ! -name "*-menus-*" ! -name "*-deskto…
292find `cd "$INSTALLDIR" && pwd` -name soffice -type f -perm /u+x -exec /bin/bash -ce 'ln -sf "$0" "…
308 find "$INSTALLDIR" -type f -name bootstraprc -exec /bin/bash -ce 'test ! -e "$0".orig && mv "$0" "$…
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx60 if (maListenerMap.find(rsEventType) == maListenerMap.end()) in AddListener()
134 ListenerMap::const_iterator iMap (maListenerMap.find(rEvent.Type)); in NotifyListeners()
144 iMap = maListenerMap.find(OUString()); in NotifyListeners()
/trunk/main/comphelper/source/property/
H A DChainablePropertySetInfo.cxx73 PropertyInfoHash::iterator aIter = maMap.find( aName ); in add()
118 PropertyInfoHash::iterator aIter = maMap.find( rName ); in getPropertyByName()
137 return static_cast < sal_Bool > ( maMap.find ( rName ) != maMap.end() ); in hasPropertyByName()
H A Dpropertysetinfo.cxx79 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add()
144 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName()
156 return maPropertyMap.find( aName ) != maPropertyMap.end(); in hasPropertyByName()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx185 FontToIdMap::const_iterator it = m_aFontToId.find( aChangedFont ); in setFont()
201 IdToFontMap::iterator it = m_aIdToFont.find( rGC.FontId ); in setTextRenderMode()
756 IdToFontMap::const_iterator it = m_aIdToFont.find( nFontId ); in getFont()
758 it = m_aIdToFont.find( 0 ); in getFont()
765 GCToIdMap::const_iterator it = m_aGCToId.find( rGC ); in getGCId()
781 IdToGCMap::const_iterator it = m_aIdToGC.find( nGCId ); in getGraphicsContext()
783 it = m_aIdToGC.find( 0 ); in getGraphicsContext()
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx224 EventMap::const_iterator pos = s_aKnownEvents.find( _rMethodName ); in lcl_getEventDescriptionForMethod()
417 EventMap::const_iterator pos = m_aEventNameAccess.find( _rEventName ); in impl_getDescriptor_throw()
426 EventMap::iterator pos = m_aEventNameAccess.find( _rName ); in replaceByName()
480 EventMap::const_iterator pos = m_aEventNameAccess.find( _rName ); in hasByName()
529 … return ::std::find( aAllServices.begin(), aAllServices.end(), ServiceName ) != aAllServices.end(); in supportsService()
919 …const ::rtl::OUString* pChosenEvent = ::std::find( aNames.getConstArray(), aNames.getConstArray() … in onInteractivePropertySelection()
1138 EventMap::const_iterator pos = m_aEvents.find( _rPropertyName ); in impl_getEventForName_throw()
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py333 return rest[0:rest.find("/")]
337 start = rest.find("/") +1
338 return rest[start:rest.find("/",start)]
377 ret = url[0:pos]+url[url.find("/",pos)+1:len(url)]
385 packageName = url[pos:url.find("/",pos+1)]
992 fileUri = storageUri[0:storageUri.find( "$" )]
993 funcName = storageUri[storageUri.find( "$" )+1:len(storageUri)]
/trunk/main/unotools/source/property/
H A Dpropertysetinfo.cxx76 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in add()
140 PropertyMap::iterator aIter = maPropertyMap.find( aName ); in getPropertyByName()
152 return maPropertyMap.find( aName ) != maPropertyMap.end(); in hasPropertyByName()
/trunk/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx196 ImageHashMap::const_iterator pImageEntry = m_aImageMap.find( aName ) ; in startElement()
239 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
347 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
462 pImageEntry = m_aImageMap.find( xAttribs->getNameByIndex( n ) ); in startElement()
529 ImageHashMap::const_iterator pImageEntry = m_aImageMap.find( aName ) ; in endElement()
/trunk/main/vcl/source/gdi/
H A Dconfigsettings.cxx181 …p< OUString, SmallOUStrMap, rtl::OUStringHash >::const_iterator group = m_aSettings.find( rGroup ); in getValue()
182 if( group == m_aSettings.end() || group->second.find( rKey ) == group->second.end() ) in getValue()
187 return group->second.find(rKey)->second; in getValue()
/trunk/main/writerfilter/source/dmapper/
H A DThemeTable.cxx197 …std::map<sal_uInt32, ::rtl::OUString>::const_iterator Iter = tmpThemeFontMap.find(NS_ooxml::LN_CT_… in getFontNameForTheme()
205 …std::map<sal_uInt32, ::rtl::OUString>::const_iterator Iter = tmpThemeFontMap.find(NS_ooxml::LN_CT_… in getFontNameForTheme()
213 …std::map<sal_uInt32, ::rtl::OUString>::const_iterator Iter = tmpThemeFontMap.find(NS_ooxml::LN_CT_… in getFontNameForTheme()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_cache.cxx106 GraphiteSegMap::iterator oldestPair = m_segMap.find(reinterpret_cast<long>(m_oldestKey)); in cacheSegment()
147 m_segMap.find(reinterpret_cast<long>(record->m_pStr)); in cacheSegment()
190 m_segMap.find(reinterpret_cast<long>(m_prevKey)) in cacheSegment()
/trunk/main/sc/source/core/data/
H A Ddpsave.cxx365 MemberHash::iterator aExisting = maMemberHash.find( rName ); in AddMember()
530 MemberHash::const_iterator res = maMemberHash.find (rName); in GetExistingMemberByName()
539 MemberHash::const_iterator res = maMemberHash.find (rName); in GetMemberByName()
725 DataMap::const_iterator itr = rData.find(rMemName); in UpdateMemberVisibility()
1255 NameIndexMap::const_iterator itr = aMap.find(rDimName); in BuildAllDimensionMembers()
1312 NameIndexMap::const_iterator itr = aMap.find(rDimName); in BuildAllDimensionMembersFromSource()
1486 …std::list<String>::const_iterator iter = std::find( deletedDims.begin(), deletedDims.end(), sField… in Refresh()
1499 …std::list<String>::const_iterator iter = std::find( deletedDims.begin(), deletedDims.end(), sField… in Refresh()

Completed in 140 milliseconds

12345678910>>...55