Home
last modified time | relevance | path

Searched refs:second (Results 26 – 50 of 1348) sorted by relevance

12345678910>>...54

/trunk/main/scripting/source/storage/
H A DScriptStorage.cxx515 h_it->second[ it->functionname ] = *it; in updateMaps()
548 mh_parcels.find( it_sfh->second.parcelURI ); in save()
574 mh_parcels[ it_sfh->second.parcelURI ] = xHandler; in save()
578 xHandler = it_parcels->second; in save()
593 out_it->second->ignorableWhitespace( ::rtl::OUString() ); in save()
594 out_it->second->endDocument(); in save()
595 xSource.set( out_it->second, UNO_QUERY ); in save()
749 ScriptFunction_hash::const_iterator it_datas = h_it->second.find( in getImplementations()
762 ScriptData scriptData = it_datas->second; in getImplementations()
792 results.realloc( h_it->second.size() + count ); in getAllImplementations()
[all …]
H A DScriptElement.cxx70 subxel->addAttribute( OUSTR( "value" ), mp_it->second.first ); in ScriptElement()
76 mp_it->second.second ); in ScriptElement()
110 subxel->addAttribute( OUSTR( "value" ), vp_it->second ); in ScriptElement()
127 vp_it = fm_it->second.first.begin(); in ScriptElement()
128 vp_itend = fm_it->second.first.end(); in ScriptElement()
134 subxel->addAttribute( OUSTR("value"), vp_it->second ); in ScriptElement()
139 strpairvec_map::const_iterator sm_it = fm_it->second.second.begin(); in ScriptElement()
140 strpairvec_map::const_iterator sm_itend = fm_it->second.second.end(); in ScriptElement()
/trunk/main/connectivity/source/cpool/
H A DZConnectionPool.cxx153 …::std::for_each(_aValue.second.aConnections.begin(),_aValue.second.aConnections.end(),TRemoveEvent… in operator ()()
212 aIter->second.aPos->second.nALiveCount = m_nALiveCount; in disposing()
213 aIter->second.aPos->second.aConnections.push_back(aIter->second.xPooledConnection); in disposing()
262 if(!(--(aIter->second.nALiveCount))) // connections are invalid in invalidatePooledConnections()
264 …::std::for_each(aIter->second.aConnections.begin(),aIter->second.aConnections.end(),TRemoveEventLi… in invalidatePooledConnections()
266 aIter->second.aConnections.clear(); in invalidatePooledConnections()
272 if(aIter == aActIter->second.aPos) in invalidatePooledConnections()
295 if(!_rIter->second.aConnections.empty()) in getPooledConnection()
297 Reference< XPooledConnection > xPooledConnection = _rIter->second.aConnections.back(); in getPooledConnection()
298 _rIter->second.aConnections.pop_back(); in getPooledConnection()
/trunk/main/sal/inc/rtl/
H A Dustring.h70 sal_Int32 SAL_CALL rtl_ustr_compare( const sal_Unicode * first, const sal_Unicode * second ) SAL_TH…
97 …ngth( const sal_Unicode * first, sal_Int32 firstLen, const sal_Unicode * second, sal_Int32 secondL…
155 …ngth( const sal_Unicode * first, sal_Int32 firstLen, const sal_Unicode * second, sal_Int32 secondL…
178 …il_reverseEquals_WithLength( const sal_Unicode * first, const sal_Char * second, sal_Int32 len ) S…
199 …r_compareIgnoreAsciiCase( const sal_Unicode * first, const sal_Unicode * second ) SAL_THROW_EXTERN…
287 sal_Int32 SAL_CALL rtl_ustr_ascii_compare( const sal_Unicode * first, const sal_Char * second ) SAL…
315 …hLength( const sal_Unicode * first, sal_Int32 firstLen, const sal_Char * second ) SAL_THROW_EXTERN…
378 …hLength( const sal_Unicode * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondL…
404 …scii_compareIgnoreAsciiCase( const sal_Unicode * first, const sal_Char * second ) SAL_THROW_EXTERN…
434 …hLength( const sal_Unicode * first, sal_Int32 firstLen, const sal_Char * second ) SAL_THROW_EXTERN…
[all …]
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx311 second) in initProperties()
366 if (i->second.present) { in getProperties()
383 second.property; in getPropertyByName()
679 = ((i->second.property.Attributes in getProperty()
1073 if ((it->second.property.Attributes in prepareSet()
1120 j != i->second.end(); ++j) in dispose()
1129 j != i->second.end(); ++j) in dispose()
1253 if (j != i->second.end()) { in removePropertyChangeListener()
1254 i->second.erase(j); in removePropertyChangeListener()
1310 if (j != i->second.end()) { in removeVetoableChangeListener()
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A DDAVSessionFactory.cxx55 if ( (*aIt).second->CanUse( inUri ) ) in createDAVSession()
69 aIt->second->m_aContainerIt = aIt; in createDAVSession()
71 return aIt->second; in createDAVSession()
73 else if ( osl_incrementInterlockedCount( &aIt->second->m_nRefCount ) > 1 ) in createDAVSession()
75 rtl::Reference< DAVSession > xElement( aIt->second ); in createDAVSession()
76 osl_decrementInterlockedCount( &aIt->second->m_nRefCount ); in createDAVSession()
81 osl_decrementInterlockedCount( &aIt->second->m_nRefCount ); in createDAVSession()
82 aIt->second->m_aContainerIt = m_aMap.end(); in createDAVSession()
89 aIt->second = new CurlSession( this, inUri, *m_xProxyDecider.get() ); in createDAVSession()
90 aIt->second->m_aContainerIt = aIt; in createDAVSession()
[all …]
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx84 for (iList=iMap->second.begin(); iList!=iMap->second.end(); ++iList) in RemoveListener()
88 iMap->second.erase(iList); in RemoveListener()
139 ListenerList aList (iMap->second.begin(), iMap->second.end()); in NotifyListeners()
149 ListenerList aList (iMap->second.begin(), iMap->second.end()); in NotifyListeners()
190 if (iMap->second.empty()) in DisposeAndClear()
198 iMap->second.front().mxListener, UNO_QUERY); in DisposeAndClear()
206 RemoveListener(iMap->second.front().mxListener); in DisposeAndClear()
217 iMap->second.erase(iMap->second.begin()); in DisposeAndClear()
/trunk/main/binaryurp/source/
H A Dbridge.cxx261 for (Stub::iterator j(i->second.begin()); j != i->second.end(); ++j) { in terminate()
388 j->second.references = 1; in registerOutgoingInterface()
404 ++j->second.references; in registerOutgoingInterface()
418 if (j != i->second.end()) { in findStub()
419 return j->second.object; in findStub()
421 for (j = i->second.begin(); j != i->second.end(); ++j) { in findStub()
448 if (j == i->second.end()) { in releaseStub()
455 --j->second.references; in releaseStub()
457 obj = j->second.object; in releaseStub()
458 i->second.erase(j); in releaseStub()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx437 if( ! it->second.notifier ) in registerNotifier()
552 if( it->second.xC.is() ) in deassociate()
561 it->second.xS = 0; in deassociate()
562 it->second.xC = 0; in deassociate()
563 it->second.xA = 0; in deassociate()
2217 ! it->second.xA.is() ) in load()
2227 it->second.xS = xS; in load()
2228 it->second.xC = xC; in load()
2229 it->second.xA = xA; in load()
2778 itnew->second.properties = itold->second.properties; in getContentExchangedEventListeners()
[all …]
H A Dfiltask.cxx85 sal_Int32 ErrorCode = it->second.getInstalledError(); in endTask()
86 sal_Int32 MinorCode = it->second.getMinorErrorCode(); in endTask()
87 bool isHandled = it->second.isHandled(); in endTask()
90 = it->second.getCommandEnvironment(); in endTask()
116 it->second.abort(); in abort()
126 it->second.clearError(); in clearError()
138 ErrorCode = it->second.getInstalledError(); in retrieveError()
139 minorCode = it->second. getMinorErrorCode(); in retrieveError()
152 it->second.installError( ErrorCode,MinorCode ); in installError()
175 xInt = it->second.getInteractionHandler(); in handleTask()
[all …]
/trunk/main/slideshow/source/engine/
H A Dsp_debug.cxx132 scan_and_count(i->second.first, i->second.second, m, m2); in find_unreachable_objects_impl()
146 if(p->use_count() != i->second) open.push_back(p); in find_unreachable_objects_impl()
164 scan_and_mark(i->second.first, i->second.second, m2, open); in find_unreachable_objects_impl()
194 …std::cout << "Unreachable object at " << i->second.first << ", " << i->second.second << " bytes lo… in find_unreachable_objects()
241 scan_and_free(i->second.first, i->second.second, m2, free); in free_unreachable_objects()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx88 …for( FontDirMap::iterator entry_it = dir_it->second.m_aEntries.begin(); entry_it != dir_it->second in clearCache()
90 …for( FontCacheEntry::iterator font_it = entry_it->second.m_aEntry.begin(); font_it != entry_it->se… in clearCache()
131 if( rDir.empty() && dir_it->second.m_bNoFiles ) in flush()
663 if( entry != dir->second.m_aEntries.end() ) in getFontCacheFile()
665 …for( FontCacheEntry::const_iterator font = entry->second.m_aEntry.begin(); font != entry->second.m… in getFontCacheFile()
709 entry = dir->second.m_aEntries.find( aFile ); in updateFontCacheEntry()
710 if( entry != dir->second.m_aEntries.end() ) in updateFontCacheEntry()
712 … for( font = entry->second.m_aEntry.begin(); font != entry->second.m_aEntry.end(); ++font ) in updateFontCacheEntry()
759 if( bFound && !dir->second.m_bNoFiles ) in listDirectory()
761 …for( FontDirMap::const_iterator file = dir->second.m_aEntries.begin(); file != dir->second.m_aEntr… in listDirectory()
[all …]
/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx69 (*this)[pItUpdate->first] = pItUpdate->second; // add new prop in update()
71 pItThis->second = pItUpdate->second; // change value of existing prop in update()
89 lUINames << pUINames->second; in validateUINames()
93 pUIName->second >>= sUIName; in validateUINames()
126 const css::uno::Any& rValue = pProp->second; in getAsPackedPropertyValueList()
298 if (!isSubSet(it1->second, it2->second)) in isSubSet()
330 if (!isSubSet(it1->second, it2->second)) in isSubSet()
387 if (!isSubSet(pIt->second, pItThis->second)) in haveProps()
424 if (isSubSet(pIt->second, pItThis->second)) in dontHaveProps()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx632 pOtherTabWin = aIter->second; in SetDefaultTabWinPosSize()
816 pTabWin = aIter->second; in ScrollPane()
1441 if (aIter->second && aIter->second->HasChildPathFocus()) in PreNotify()
1452 if ((aIter->second == m_aTableMap.rbegin()->second) && bForward) in PreNotify()
1465 if( aIter->second == m_aTableMap.rbegin()->second) in PreNotify()
1470 pNextWin = aIter->second; in PreNotify()
1480 pNextWin = aIter->second; in PreNotify()
1650 RemoveTabWin(aIter->second); in HideTabWins()
1687 if ( aIter->second ) in clearLayoutInformation()
1688 aIter->second->clearListBox(); in clearLayoutInformation()
[all …]
/trunk/main/svtools/source/config/
H A Dextcolorcfg.cxx113 if ( aFind2 != aFind->second.first.end() ) in GetColorConfigValue()
114 return aFind2->second; in GetColorConfigValue()
177 nSize = aFind->second.first.size(); in GetComponentColorCount()
187 if ( _nPos < aFind->second.second.size() ) in GetComponentColorConfigValue()
189 return aFind->second.second[_nPos]->second; in GetComponentColorConfigValue()
200 sRet = aFind->second; in GetComponentDisplayName()
391 TMapPos& aConfigValuesPos = (*m_aConfigValuesPos.rbegin())->second.second; in FillComponentColors()
406 sDisplayName = aFind->second; in FillComponentColors()
479 pPropValues->Value <<= aConIter->second.getColor(); in Commit()
524 if ( aFind2 != aFind->second.first.end() ) in SetColorConfigValue()
[all …]
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx190 aParamInfo->second.aInnerIndexes.clear(); in collectInnerParameters()
219 aExistentPos->second.xComposerColumn = xParam; in collectInnerParameters()
221 aExistentPos->second.aInnerIndexes.push_back( i ); in collectInnerParameters()
295 aPos->second.eType = eLinkedByParamName; in classifyLinks()
440 if ( aParam->second.aInnerIndexes.size() ) in createOuterParameters()
441 if ( aParam->second.eType == eLinkedByColumnName ) in createOuterParameters()
448 …nLargestIndexNotLinkedByColumnName = aParam->second.aInnerIndexes[ aParam->second.aInnerIndexes.si… in createOuterParameters()
451 if ( aParam->second.eType != eFilledExternally ) in createOuterParameters()
457 aIndex != aParam->second.aInnerIndexes.end(); in createOuterParameters()
474 …ush_back( new param::ParameterWrapper( aParam->second.xComposerColumn, m_xInnerParamUpdate, aParam… in createOuterParameters()
[all …]
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx514 return i->second; in addIntegerInfo()
530 return i->second; in addFloatInfo()
548 return i->second; in addLongInfo()
564 return i->second; in addDoubleInfo()
733 return i->second; in addUtf8Info()
749 second) in addUtf8Info()
761 return i->second; in addClassInfo()
768 second) in addClassInfo()
780 return i->second; in addStringInfo()
787 second) in addStringInfo()
[all …]
/trunk/main/ucb/workben/cachemap/
H A Dcachemapobject3.cxx83 aIt->second->m_aContainerIt = aIt; in get()
85 return aIt->second; in get()
87 else if (osl_incrementInterlockedCount(&aIt->second->m_nRefCount) > 1) in get()
89 rtl::Reference< Object3 > xElement(aIt->second); in get()
90 osl_decrementInterlockedCount(&aIt->second->m_nRefCount); in get()
95 osl_decrementInterlockedCount(&aIt->second->m_nRefCount); in get()
96 aIt->second->m_aContainerIt = m_aMap.end(); in get()
97 aIt->second = new Object3(this); in get()
98 aIt->second->m_aContainerIt = aIt; in get()
99 return aIt->second; in get()
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx589 aPrinter.m_aInfo.m_aContext = c_it->second; in initialize()
802 if( p_it->second.m_aInfo.m_pParser == NULL ) in setupJobContextData()
806 p_it->second.m_aInfo.m_pParser = PPDParser::getParser( p_it->second.m_aInfo.m_aDriverName ); in setupJobContextData()
819 rData.m_pParser = p_it->second.m_aInfo.m_pParser; in setupJobContextData()
933 it->second.getStr(), in endSpool()
939 it->second.getStr(), in endSpool()
948 aCmd = aCmd + it->second; in endSpool()
953 unlink( it->second.getStr() ); in endSpool()
1054 pDests[ nit->second ].is_default = 1; in setDefaultPrinter()
1081 if( ! prt->second.m_bModified ) in writePrinterConfig()
[all …]
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DExternalViewLogger.cxx75 …t << string(" ") << iter->second->mParentNodeId << string(" ") << iter->second->mRefersToNodeId <<… in dumpNodeContainer()
130 if (iter->second->mParentNodeId == nodeId) in isLeaf()
152 if (iter->second->mRefersToNodeId == nodeId) in isReferenced()
165 return !iter->second->mRefersToNodeId.empty(); in isReferingToOtherNode()
172 return iter->second->mParentNodeId != "Root" && iter->second->mParentNodeId != ""; in hasParent()
177 return mNodeContainer.find(nodeId)->second->mNodeValue; in getValue()
189 dumpTree(mNodeContainer.find(nodeId)->second->mRefersToNodeId); in dumpTree()
195 dumpTree(mNodeContainer.find(nodeId)->second->mParentNodeId); in dumpTree()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSetMetaData.cxx49 nSize = (*m_mColumnsIter).second.getColumnDisplaySize(); in getColumnDisplaySize()
64 nType = (*m_mColumnsIter).second.getColumnType(); in getColumnType()
95 return (*m_mColumnsIter).second.getColumnName(); in getColumnName()
108 return (*m_mColumnsIter).second.getColumnLabel(); in getColumnLabel()
116 return (*m_mColumnsIter).second.isCurrency(); in isCurrency()
132 return (*m_mColumnsIter).second.isSigned(); in isSigned()
146 return (*m_mColumnsIter).second.getPrecision(); in getPrecision()
158 return (*m_mColumnsIter).second.getScale(); in getScale()
173 return (*m_mColumnsIter).second.isNullable(); in isNullable()
190 return (*m_mColumnsIter).second.isReadOnly(); in isReadOnly()
[all …]
/trunk/main/reportdesign/source/core/sdr/
H A DPropertyForward.cxx73 Any aValue = _xDest->getPropertyValue(aIter->second.first); in DBG_NAME()
75 …_xSource->setPropertyValue(aIter->first,aIter->second.second->operator()(aIter->second.first,aValu… in DBG_NAME()
85 …_xDest->setPropertyValue(aIter->second.first,aIter->second.second->operator()(aIter->second.first,… in DBG_NAME()
125 sPropName = aFind->second.first; in propertyChange()
140 xProp->setPropertyValue(sPropName,aFind->second.second->operator()(sPropName,evt.NewValue)); in propertyChange()
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1082 …for( list< NamePassRecord >::iterator aNPIter = aIter->second.begin(); aNPIter != aIter->second.en… in remove()
1089 aIter->second.erase( aNPIter ); in remove()
1091 if( aIter->second.begin() == aIter->second.end() ) in remove()
1124 …for( list< NamePassRecord >::iterator aNPIter = aIter->second.begin(); aNPIter != aIter->second.en… in removePersistent()
1139 if( aIter->second.begin() == aIter->second.end() ) in removePersistent()
1158 …for( list< NamePassRecord >::iterator aNPIter = aIter->second.begin(); aNPIter != aIter->second.en… in removeAllPersistent()
1170 aIter->second.erase( aIterToDelete ); in removeAllPersistent()
1176 if( aIter->second.begin() == aIter->second.end() ) in removeAllPersistent()
1196 …for( list< NamePassRecord >::iterator aNPIter = aIter->second.begin(); aNPIter != aIter->second.en… in getAllPersistent()
1478 …for( list< NamePassRecord >::iterator aNPIter = aIter->second.begin(); aNPIter != aIter->second.en… in Notify()
[all …]
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx262 const ValueRangeVector& rColRanges = aIt->second; in getCellBlock()
274 aMIt->second->finalizeImport(); in getCellBlock()
280 aMIt->second->startNextRow(); in getCellBlock()
288 aMIt2->second->finalizeImport(); in getCellBlock()
303 return maCellBlockIt->second.get(); in getCellBlock()
536 finalizeArrayFormula( aIt->first, aIt->second ); in finalizeImport()
540 finalizeTableOperation( aIt->first, aIt->second ); in finalizeImport()
549 writeXfIdRangeProperties( aIt->second ); in finalizeImport()
800 … if( (aIt->second.maRange.EndRow < nLastRow) && !maXfIdRowRange.intersects( aIt->second.maRange ) ) in setCellFormat()
802 writeXfIdRangeProperties( aIt->second ); in setCellFormat()
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXRow.idl86 the first column is 1, the second is 2,
97 the first column is 1, the second is 2,
108 the first column is 1, the second is 2,
119 the first column is 1, the second is 2,
130 the first column is 1, the second is 2,
141 the first column is 1, the second is 2,
152 the first column is 1, the second is 2,
163 the first column is 1, the second is 2,
186 the first column is 1, the second is 2,
198 the first column is 1, the second is 2,
[all …]

Completed in 525 milliseconds

12345678910>>...54