Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 1348) sorted by relevance

12345678910>>...54

/trunk/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx219 … (_rInsertRow->get())[aJoinIter->second] = (_rInsertRow->get())[aIter->second.nPosition]; in updateRow()
297 … (_rInsertRow->get())[aJoinIter->second] = (_rInsertRow->get())[aIter->second.nPosition]; in insertRow()
356 …ter(i++,xParameter,(_rInsertRow->get())[aKeyCol->second.nPosition],aKeyCol->second.nType,aKeyCol-> in insertRow()
437 …rameter(i++,xParameter,(_rDeleteRow->get())[aIter->second.nPosition],aIter->second.nType,aIter->se… in executeDelete()
616 if ( io_aCachedRow[aFind->second.nPosition] != io_aRow[aFind->second.nPosition] ) in updateColumnValues()
629 io_aRow[aIter->second.nPosition] = io_aCachedRow[aIter->second.nPosition]; in updateColumnValues()
653 … o_aCachedRow[aFind->second.nPosition].setSigned(i_aRow[aFind->second.nPosition].isSigned()); in columnValuesUpdated()
654 if ( o_aCachedRow[aFind->second.nPosition] != i_aRow[aFind->second.nPosition] ) in columnValuesUpdated()
667 o_aCachedRow[aIter2->second.nPosition] = i_aRow[aIter2->second.nPosition]; in columnValuesUpdated()
735 …setParameter(i++,xParameter,io_aRow[aKeyIter->second.nPosition],aKeyIter->second.nType,aKeyIter->s… in fillMissingValues()
[all …]
H A DKeySet.cxx682 …ameter(i++,xParameter,(_rOrginalRow->get())[aIter->second.nPosition],aIter->second.nType,aIter->se… in executeUpdate()
703 m_aKeyIter->second.second.first = 2; in executeUpdate()
704 m_aKeyIter->second.second.second = xRow; in executeUpdate()
814 …(_rInsertRow->get())[aFind->second.nPosition].fill(i,aFind->second.nType,aFind->second.bNullable,x… in executeInsert()
874 …(_rInsertRow->get())[aFind->second.nPosition].fill(i,aFind->second.nType,aFind->second.bNullable,x… in executeInsert()
949 m_aKeyIter->second.second.second = new OPrivateRow(_rInsertRow->get()); in tryRefetch()
1075 …Parameter(i,xParameter,(_rDeleteRow->get())[aIter->second.nPosition],aIter->second.nType,aIter->se… in deleteRow()
1359 if ( m_aKeyIter->second.second.second.is() ) in refreshRow()
1361 m_xRow = m_aKeyIter->second.second.second; in refreshRow()
1394 setParameter(nPos,xParameter,*aIter,aPosIter->second.nType,aPosIter->second.nScale); in refreshRow()
[all …]
H A DRowSetCacheIterator.cxx48 return m_aIter->second.aIterator; in operator ORowSetMatrix::iterator()
65 m_aIter->second.aIterator = _rIter; in operator =()
71 return *m_aIter->second.aIterator; in operator *()
82 return *m_aIter->second.aIterator; in operator *()
87 return m_aIter->second.aIterator; in operator ->()
98 return m_aIter->second.aIterator; in operator ->()
103 return m_aIter->second.aIterator <= _rRH; in operator <=()
108 return m_aIter->second.aIterator < _rRH; in operator <()
113 return m_aIter->second.aIterator != _rRH; in operator !=()
118 return m_aIter->second.aIterator == _rRH; in operator ==()
[all …]
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx126 return e1.second.GetAccessTime() < e2.second.GetAccessTime(); in operator ()()
205 && (iEntry->second.HasPreview() || iEntry->second.HasReplacement())); in HasBitmap()
244 if ( ! iEntry->second.HasPreview() && iEntry->second.HasReplacement()) in GetBitmap()
247 iEntry->second.Decompress(); in GetBitmap()
251 return iEntry->second.GetPreview(); in GetBitmap()
300 if (iEntry->second.HasPreview()) in InvalidateBitmap()
303 iEntry->second.Invalidate(); in InvalidateBitmap()
322 iEntry->second.Invalidate(); in InvalidateCache()
342 iEntry->second.SetUpToDate(true); in SetBitmap()
415 if (iEntry->second.IsPrecious()) in ReCalculateTotalCacheSize()
[all …]
H A DSlsPageCacheManager.cxx146 { return rValue.second == mpCache; } in operator ()()
225 pResult = iCache->second; in GetCache()
271 for (iRecentCache=iQueue->second.begin();iRecentCache!=iQueue->second.end();++iRecentCache) in Recycle()
281 rpCache->Recycle(*iBestCache->second); in Recycle()
373 for (iCache2=iQueue->second.begin(); iCache2!=iQueue->second.end(); ++iCache2) in InvalidatePreviewBitmap()
402 for (iCache2=iQueue->second.begin(); iCache2!=iQueue->second.end(); ++iCache2) in InvalidateAllPreviewBitmaps()
416 iCache->second->InvalidateCache(); in InvalidateAllCaches()
430 iCache->second->ReleaseBitmap(pPage); in ReleasePreviewBitmap()
447 for (iCache=iQueue->second.begin(); iCache!= iQueue->second.end(); ++iCache) in GetRecentlyUsedCache()
451 iQueue->second.erase(iCache); in GetRecentlyUsedCache()
[all …]
/trunk/main/forms/source/helper/
H A Dformnavigation.cxx147 …aFeature->second.xDispatcher->removeStatusListener( static_cast< XStatusListener* >( this ), aFeat… in disposing()
148 aFeature->second.xDispatcher = NULL; in disposing()
225 aFeature->second.xDispatcher = queryDispatch( aFeature->second.aURL ); in connectDispatchers()
226 if ( aFeature->second.xDispatcher.is() ) in connectDispatchers()
229 …aFeature->second.xDispatcher->addStatusListener( static_cast< XStatusListener* >( this ), aFeature… in connectDispatchers()
248 …aFeature->second.xDispatcher->removeStatusListener( static_cast< XStatusListener* >( this ), aFeat… in disconnectDispatchers()
304 if ( aInfo->second.xDispatcher.is() ) in dispatchWithArgument()
310 aInfo->second.xDispatcher->dispatch( aInfo->second.aURL, aArgs ); in dispatchWithArgument()
321 if ( aInfo->second.xDispatcher.is() ) in dispatch()
324 aInfo->second.xDispatcher->dispatch( aInfo->second.aURL, aEmptyArgs ); in dispatch()
[all …]
/trunk/main/cppu/source/threadpool/
H A Dthreadpool.cxx146 if( (*ii).second.first ) in dispose()
150 if( (*ii).second.second ) in dispose()
152 (*ii).second.second->dispose( nDisposeId ); in dispose()
253 if( ! (*ii).second.second->isEmpty() ) in revokeQueue()
259 (*ii).second.second = 0; in revokeQueue()
274 (*ii).second.first = 0; in revokeQueue()
277 if( 0 == (*ii).second.first && 0 == (*ii).second.second ) in revokeQueue()
308 if( ! (*ii).second.second ) in addJob()
310 (*ii).second.second = new JobQueue(); in addJob()
313 pQueue = (*ii).second.second; in addJob()
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx657 it->second.m_aInfo = rNewInfo; in changePrinterInfo()
660 it->second.m_bModified = true; in changePrinterInfo()
698 Config* pGlobal = files.begin()->second; in writePrinterConfig()
705 if( ! it->second.m_bModified ) in writePrinterConfig()
721 if( it->second.m_aFile.getLength() ) in writePrinterConfig()
731 files[ it->second.m_aFile ] = new Config( it->second.m_aFile ); in writePrinterConfig()
743 it->second.m_aAlternateFiles.remove( it->second.m_aFile ); in writePrinterConfig()
745 it->second.m_aAlternateFiles.push_front( it->second.m_aFile ); in writePrinterConfig()
817 delete file_it->second; in writePrinterConfig()
943 it->second.m_bModified = true; in setDefaultPrinter()
[all …]
/trunk/main/comphelper/source/property/
H A DMasterPropertySet.cxx107 delete (*aIter).second; in ~MasterPropertySet()
177 _getSingleValue( *((*aIter).second->mpInfo), aAny ); in getPropertyValue()
277 if ( (*aSlaveIter).second->IsInit()) in setPropertyValues()
279 (*aSlaveIter).second->mpSlave->_postSetValues(); in setPropertyValues()
280 (*aSlaveIter).second->SetInit ( sal_False ); in setPropertyValues()
342 if ( (*aSlaveIter).second->IsInit()) in getPropertyValues()
344 (*aSlaveIter).second->mpSlave->_postSetValues(); in getPropertyValues()
345 (*aSlaveIter).second->SetInit ( sal_False ); in getPropertyValues()
440 if ( (*aSlaveIter).second->IsInit()) in getPropertyStates()
443 (*aSlaveIter).second->SetInit ( sal_False ); in getPropertyStates()
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx474 if( it->second == this ) in ~SelectionManager()
706 pInstance = it->second; in get()
1022 rData = it->second->m_aData; in getPasteData()
1067 if( it->second->m_aTypes.getLength() && ! it->second->m_bHaveUTF16 ) in getPasteData()
1072 it->second->m_aUTF8Type, in getPasteData()
1258 rTypes = it->second->m_aTypes; in getPasteDataTypes()
1984 for( inc_it = it->second.begin(); inc_it != it->second.end(); ++inc_it ) in handleSendPropertyNotify()
2050 if( it->second.begin() == it->second.end() ) in handleSendPropertyNotify()
2555 it->second->dragOver( dtde ); in sendDropPosition()
2818 it->second->drop( dtde ); in handleDragEvent()
[all …]
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx101 CreateUserDefinedContext( (*aIter).second, in CreateContext()
122 (*aIter).second.GetQNameTokenFromParam1(), in CreateContext()
124 (*aIter).second.GetQNameTokenFromParam2(), in CreateContext()
129 (*aIter).second.GetQNameTokenFromParam1(), in CreateContext()
136 (*aIter).second.m_nParam3 >> 16 ), in CreateContext()
140 (*aIter).second.m_nParam3 & 0xffff ) ); in CreateContext()
682 bRename ? (*aIter).second.m_nParam2 in ProcessAttrList()
683 : (*aIter).second.m_nParam1); in ProcessAttrList()
708 bRename ? (*aIter).second.m_nParam2 in ProcessAttrList()
709 : (*aIter).second.m_nParam1); in ProcessAttrList()
[all …]
H A DDeepTContext.cxx104 switch( (*aIter).second.m_nActionType ) in CreateChildContext()
116 (*aIter).second.GetQNamePrefixFromParam1(), in CreateChildContext()
117 (*aIter).second.GetQNameTokenFromParam1() ); in CreateChildContext()
121 (*aIter).second.GetQNamePrefixFromParam1(), in CreateChildContext()
122 (*aIter).second.GetQNameTokenFromParam1(), in CreateChildContext()
130 (*aIter).second.GetQNameTokenFromParam1(), in CreateChildContext()
132 (*aIter).second.m_nParam3 >> 16 ) ); in CreateChildContext()
134 (*aIter).second.GetQNamePrefixFromParam2(), in CreateChildContext()
135 (*aIter).second.GetQNameTokenFromParam2(), in CreateChildContext()
137 (*aIter).second.m_nParam3 & 0xffff ) ); in CreateChildContext()
[all …]
/trunk/main/chart2/source/view/charttypes/
H A DSplines.cxx180 ((( m_aPoints[ 1 ].second - m_aPoints[ 0 ].second ) / xDiff ) - m_fYp1 ); in Calculate()
196 ( ( p_ip1.second - p_i.second ) / in Calculate()
198 ( ( p_i.second - p_im1.second ) / in Calculate()
270 double yDiff0 = (m_aPoints[ 1 ].second - m_aPoints[ 0 ].second) / xDiff0; in CalculatePeriodic()
305 yDiff_i = (m_aPoints[ i+1 ].second - m_aPoints[ i ].second) / xDiff_i; in CalculatePeriodic()
312 yDiff_im1 = (m_aPoints[ n ].second - m_aPoints[ n-1 ].second) / xDiff_im1; in CalculatePeriodic()
313 yDiff_i = (m_aPoints[ 1 ].second - m_aPoints[ 0 ].second) / xDiff_i; in CalculatePeriodic()
440 dy = aUniquePoints[i].second - aUniquePoints[i-1].second; in createParameterT()
467 dy = aUniquePoints[i].second - aUniquePoints[i-1].second; in createParameterT()
864 aPointsIn[r].second -= fEliminate * aPointsIn[c].second; in CalculateBSplines()
[all …]
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHStorageMap.cxx202 aRet = aFind->second; in getRegisteredStorage()
262 ::rtl::OUString sName = removeURLPrefix(sOrgName,aStoragePair.first.second); in registerStream()
263 TStreamMap::iterator aStreamFind = aFind->second.second.find(sName); in registerStream()
264 …OSL_ENSURE( aStreamFind == aFind->second.second.end(),"A Stream was already registered for this ob… in registerStream()
265 if ( aStreamFind != aFind->second.second.end() ) in registerStream()
267 pHelper = aStreamFind->second; in registerStream()
297 aFind->second.second.insert(TStreamMap::value_type(sName,pHelper)); in registerStream()
325 … aFind->second.second.erase(removeURLPrefix(jstring2ustring(env,name),aFind->second.first.second)); in revokeStream()
336 …p::iterator aStreamFind = aFind->second.second.find(removeURLPrefix(jstring2ustring(env,name),aFin… in getRegisteredStream()
337 if ( aStreamFind != aFind->second.second.end() ) in getRegisteredStream()
[all …]
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx482 ? i_rIter->second.first : i_rIter->second.second ); in rmIter()
484 if (i_rIter->second.first.empty() && i_rIter->second.second.empty()) in rmIter()
501 OSL_ENSURE(!iter->second.first.empty() || !iter->second.second.empty(), in LookupElementList()
505 : &iter->second.second; in LookupElementList()
555 OSL_ENSURE(!iter->second.second.equalsAscii(""), in LookupXmlId()
558 o_rIdref = iter->second.second; in LookupXmlId()
653 ::std::for_each(iter->second.second.begin(), iter->second.second.end(), in ~XmlIdRegistryDocument()
971 ? i_rIter->second.first : i_rIter->second.second; in rmIter()
976 if (!i_rIter->second.first && !i_rIter->second.second) in rmIter()
999 OSL_ENSURE(iter->second.first || iter->second.second, in LookupEntry()
[all …]
/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx63 nRet = it->second; in impl_getStyleId()
108 if( it->second.RefCount == 1 ) in setProperties()
112 m_aStyleToId.erase( it->second ); in setProperties()
114 it->second.Properties = rNewProps; in setProperties()
116 m_aStyleToId[ it->second ] = nRet; in setProperties()
121 it->second.RefCount--; in setProperties()
136 nRet = new_it->second; in setProperties()
166 aRet.append( name_it->second ); in getStyleName()
173 aStyleName = fam_it->second; in getStyleName()
198 const HashedStyle& rStyle = it->second; in impl_emitStyle()
[all …]
/trunk/main/idlc/source/
H A Dastinterface.cxx279 switch (visible->second) { in checkInheritedInterfaceClashes()
332 if (i->second.mandatory != 0) { in checkMemberClashes()
336 d.first = i->second.mandatory; in checkMemberClashes()
337 d.second = member; in checkMemberClashes()
347 d.first = j->second; in checkMemberClashes()
348 d.second = member; in checkMemberClashes()
365 bool seen = !result.second in addVisibleInterface()
367 if (!result.second && kind > result.first->second) { in addVisibleInterface()
368 result.first->second = kind; in addVisibleInterface()
398 if (visible->second.mandatory == 0) { in addOptionalVisibleMembers()
[all …]
/trunk/main/xmloff/source/core/
H A Dnmspmap.cxx80 const OUString *pString = (*aIter).first.second; in ~SvXMLNamespaceMap()
166 if ((*aIter).second->sName == rName) in GetKeyByName()
168 nKey = (*aIter).second->nKey; in GetKeyByName()
179 return (aIter != aNameMap.end()) ? (*aIter).second->sPrefix : sEmpty; in GetPrefixByKey()
185 return (aIter != aNameMap.end()) ? (*aIter).second->sName : sEmpty; in GetNameByKey()
195 const ::rtl::OUString & prefix( (*aIter).second->sPrefix ); in GetAttrNameByKey()
249 return (*aQCacheIter).second; in GetQNameByKey()
308 const NameSpaceEntry &rEntry = (*it).second.getBody(); in _GetKeyByAttrName()
347 nKey = xEntry->nKey = (*aIter).second->nKey; in _GetKeyByAttrName()
349 *pNamespace = (*aIter).second->sName; in _GetKeyByAttrName()
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXResultSetMetaData.idl54 the first column is 1, the second is 2,
65 the first column is 1, the second is 2,
76 the first column is 1, the second is 2,
87 the first column is 1, the second is 2,
98 the first column is 1, the second is 2,
109 the first column is 1, the second is 2,
120 the first column is 1, the second is 2,
132 the first column is 1, the second is 2,
143 the first column is 1, the second is 2,
154 the first column is 1, the second is 2,
[all …]
/trunk/main/sw/source/core/access/
H A Daccmap.cxx292 pSelShape->second = in Copy()
300 pShape->second = in Copy()
1712 xAcc = (*aIter).second; in ~SwAccessibleMap()
1846 xAcc = (*aIter).second; in _GetDocumentView()
1861 (*aIter).second = xAcc; in _GetDocumentView()
1923 xAcc = (*aIter).second; in GetContext()
2068 xAcc = (*aIter).second; in GetContext()
2681 xAcc = (*aIter).second; in InvalidateCursorPosition()
3167 xAcc = (*aIter).second; in UpdatePreview()
3198 xAcc = (*aIter).second; in InvalidatePreViewSelection()
[all …]
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx458 aAllHandlers.push_back( handler->second ); in suspendPropertyHandlers_nothrow()
686 if ( nCurrentPage == pageId->second ) in updateViewDataFromActivePage()
706 nPageId = pagePos->second; in impl_getPageIdForCategory_nothrow()
929 aAllHandlers.push_back( aHandler->second ); in stopInspection()
967 return handlerPos->second; in impl_getHandlerForProperty_throw()
1171 _rDescriptor.xPropertyHandler = handler->second; in describePropertyLine()
1260 …sMessage += ::rtl::OString( property->second.Name.getStr(), property->second.Name.getLength(), osl… in UpdateUI()
1352 m_xInteractiveHandler = handler->second; in Clicked()
1388 if ( search->second.Name == _rName ) in hasPropertyByName()
1570 if ( search->second.Name == _rName ) in impl_findObjectProperty_nothrow()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx529 for(;aIter != aPair.second;++aIter) in getTypeInfoFromType()
557 if (aIter == aPair.second) in getTypeInfoFromType()
581 if (aIter == aPair.second) in getTypeInfoFromType()
606 if (aIter == aPair.second) in getTypeInfoFromType()
622 if ( aIter == aPair.second ) in getTypeInfoFromType()
635 pTypeInfo = aIter->second; in getTypeInfoFromType()
639 pTypeInfo = aPair.first->second; in getTypeInfoFromType()
644 pTypeInfo = aIter->second; in getTypeInfoFromType()
656 pTypeInfo = typeInfoLoop->second; in getTypeInfoFromType()
1553 pTypeInfo = aIter->second; // alternative in queryPrimaryKeyType()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx165 r.second.erase(mpCell); in operator ()()
245 if (!res.second) in setCell()
496 return &itr->second; in getRealRangeName()
689 return itr->second; in getRangeNameTokens()
814 rIndex = itr->second; in lcl_getTableDataIndex()
1210 if (!res.second) in getDocItem()
1217 return &itrDoc->second; in getDocItem()
1904 if (!r.second) in insertRefCell()
2271 itr->second = false; in breakLink()
2363 if (!r.second) in addLinkListener()
[all …]
/trunk/main/xmloff/source/forms/
H A Dlayerexport.cxx162 sReferringControls = aReferring->second; in exportControl()
256 aObjectStyle = aObjectStylePos->second; in getObjectStyleName()
357 if (_bClear && !m_aCurrentPageIds->second.empty() ) in implMoveIterators()
358 m_aCurrentPageIds->second.clear(); in implMoveIterators()
372 m_aCurrentPageReferring->second.clear(); in implMoveIterators()
405 OSL_ENSURE(m_aCurrentPageIds->second.end() != m_aCurrentPageIds->second.find(_rxControl), in getControlId()
407 return m_aCurrentPageIds->second[_rxControl]; in getControlId()
510 return _size + _map.second.size(); in operator ()()
531 inner != outer->second.end(); in lcl_findFreeControlId()
535 OSL_ENSURE( inner->second != sControlId, in lcl_findFreeControlId()
[all …]
/trunk/main/svtools/source/dialogs/
H A Droadmapwizard.cxx150 if ( aPath->second.empty() ) in checkInvariants()
155 nSharedFirstState = aPath->second[ 0 ]; in checkInvariants()
157 if ( nSharedFirstState != aPath->second[ 0 ] ) in checkInvariants()
338 if ( (sal_Int32)aNewPathPos->second.size() <= nCurrentStatePathIndex ) in activatePath()
345 …if ( m_pImpl->getFirstDifferentIndex( aActivePathPos->second, aNewPathPos->second ) <= nCurrentSta… in activatePath()
489 if ( nNextStateIndex >= (sal_Int32)aActivePathPos->second.size() ) in determineNextState()
493 return aActivePathPos->second[ nNextStateIndex ]; in determineNextState()
622 sDisplayName = pos->second.first; in getStateDisplayName()
637 RoadmapPageFactory pFactory = pos->second.second; in createPage()
670 for ( WizardPath::const_iterator state = path->second.begin(); in knowsState()
[all …]

Completed in 177 milliseconds

12345678910>>...54