Home
last modified time | relevance | path

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

12345678910>>...53

/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/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 …]
/aoo4110/main/sw/source/core/access/
H A Daccmap.cxx301 pSelShape->second = in Copy()
309 pShape->second = in Copy()
1721 xAcc = (*aIter).second; in ~SwAccessibleMap()
1855 xAcc = (*aIter).second; in _GetDocumentView()
1870 (*aIter).second = xAcc; in _GetDocumentView()
1932 xAcc = (*aIter).second; in GetContext()
2077 xAcc = (*aIter).second; in GetContext()
2690 xAcc = (*aIter).second; in InvalidateCursorPosition()
3176 xAcc = (*aIter).second; in UpdatePreview()
3207 xAcc = (*aIter).second; in InvalidatePreViewSelection()
[all …]
/aoo4110/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()
/aoo4110/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 SerfSession( this, inUri, *m_xProxyDecider.get() ); in createDAVSession()
90 aIt->second->m_aContainerIt = aIt; in createDAVSession()
[all …]
/aoo4110/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 …]
/aoo4110/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 389 milliseconds

12345678910>>...53