Home
last modified time | relevance | path

Searched refs:second (Results 76 – 100 of 1348) sorted by relevance

12345678910>>...54

/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx216 if ( (*it).second.xModel == xModel ) in notifyEvent()
281 if ( (*it).second.xModel == xModel ) in notifyEvent()
328 if ( (*it).second.xModel == xModel ) in notifyEvent()
340 (*it).second.xStorage = xStorage; in notifyEvent()
364 if ( (*it).second.xModel == xModel ) in notifyEvent()
376 (*it).second.xStorage = xStorage; in notifyEvent()
403 if ( (*it).second.xModel == xModel ) in notifyEvent()
407 (*it).second.aTitle = aTitle; in notifyEvent()
587 return (*it).second.xStorage; in queryStorage()
607 return (*it).second.xModel; in queryDocumentModel()
[all …]
H A Dtdoc_storage.cxx161 bMatch = (*aIt).first.second; in createStorage()
211 aIt->second->m_aContainerIt = aIt; in createStorage()
213 return aIt->second; in createStorage()
217 rtl::Reference< Storage > xElement( aIt->second ); in createStorage()
218 osl_decrementInterlockedCount( &aIt->second->m_refCount ); in createStorage()
219 return aIt->second; in createStorage()
223 osl_decrementInterlockedCount( &aIt->second->m_refCount ); in createStorage()
224 aIt->second->m_aContainerIt = m_aMap.end(); in createStorage()
253 aIt->second in createStorage()
255 aIt->second->m_aContainerIt = aIt; in createStorage()
[all …]
/trunk/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx302 if ( xDispatch == pIter->second ) in disposing()
303 pIter->second.clear(); in disposing()
423 aIter->second = xDispatch; in addStatusListener()
458 Reference< XDispatch > xDispatch( pIter->second ); in removeStatusListener()
516 pIter->second.clear(); in bindListener()
527 pIter->second = xDispatch; in bindListener()
579 Reference< XDispatch > xDispatch( pIter->second ); in unbindListener()
592 pIter->second.clear(); in unbindListener()
606 return ( pIter->second.is() ); in isBound()
699 xDispatch = pIter->second; in execute()
[all …]
H A Dframestatuslistener.cxx114 Reference< XDispatch > xDispatch( pIter->second ); in dispose()
160 Reference< XInterface > xIfac( pIter->second, UNO_QUERY ); in disposing()
162 pIter->second.clear(); in disposing()
223 Reference< XDispatch > xOldDispatch( aIter->second ); in addStatusListener()
224 aIter->second = xDispatch; in addStatusListener()
259 Reference< XDispatch > xDispatch( pIter->second ); in removeStatusListener()
307 Reference< XDispatch > xDispatch( pIter->second ); in bindListener()
329 pIter->second = xDispatch; in bindListener()
378 Reference< XDispatch > xDispatch( pIter->second ); in unbindListener()
391 pIter->second.clear(); in unbindListener()
H A Dtoolboxcontroller.cxx266 Reference< XDispatch > xDispatch( pIter->second ); in dispose()
313 Reference< XInterface > xIfac( pIter->second, UNO_QUERY ); in disposing()
315 pIter->second.clear(); in disposing()
353 xDispatch = pIter->second; in execute()
439 aIter->second = xDispatch; in addStatusListener()
474 Reference< XDispatch > xDispatch( pIter->second ); in removeStatusListener()
532 pIter->second.clear(); in bindListener()
543 pIter->second = xDispatch; in bindListener()
607 Reference< XDispatch > xDispatch( pIter->second ); in unbindListener()
620 pIter->second.clear(); in unbindListener()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx116 if ( aMapIter->second >>= aLine ) in lcl_printProperties()
124 else if ( aMapIter->second >>= nColor ) in lcl_printProperties()
194 pDest->Insert( nId, false, pOrigIt->second, false ); in lcl_mergeBorder()
215 aVertProp = aVerticalIter->second; in lcl_computeCellBorders()
219 aVertProp = aVerticalIter->second; in lcl_computeCellBorders()
230 aHorizProp = aHorizontalIter->second; in lcl_computeCellBorders()
234 aHorizProp = aHorizontalIter->second; in lcl_computeCellBorders()
364 aTableStyleIter->second >>= sTableStyleName; in endTableGetTableStyle()
436 aTblBorderIter->second >>= aTableBorder.TopLine; in endTableGetTableStyle()
462 aTblBorderIter->second >>= aTableBorder.LeftLine; in endTableGetTableStyle()
[all …]
/trunk/main/filter/source/config/cache/
H A Dfiltercache.cxx321 (pIt->second.haveProps(lIProps) ) && in getMatchingItemsByProps()
322 (pIt->second.dontHaveProps(lEProps)) in getMatchingItemsByProps()
444 CacheItem& rFilter = pIt->second; in getItem()
464 return pIt->second; in getItem()
722 impl_saveItem(xItem, eType, pItem->second); in impl_flushByList()
1088 CacheItem aType = pIt->second; in impl_validateAndOptimize()
1237 CacheItem aPrefFilter = pIt2->second; in impl_validateAndOptimize()
1313 CacheItem& rLoader = pIt->second; in impl_validateAndOptimize()
1644 pItem->second.update(aItem); in impl_loadSet()
1750 rItem[PROPNAME_UINAME] = pUIName->second; in impl_readPatchUINames()
[all …]
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSetMetaData.cxx56 return (*m_mColumnsIter).second.getColumnType(); in getColumnType()
70 return (*m_mColumnsIter).second.isCaseSensitive(); in isCaseSensitive()
84 return (*m_mColumnsIter).second.getColumnName(); in getColumnName()
91 return (*m_mColumnsIter).second.getTableName(); in getTableName()
110 return (*m_mColumnsIter).second.getColumnLabel(); in getColumnLabel()
125 return (*m_mColumnsIter).second.isCurrency(); in isCurrency()
142 return (*m_mColumnsIter).second.isSigned(); in isSigned()
149 return (*m_mColumnsIter).second.getPrecision(); in getPrecision()
156 return (*m_mColumnsIter).second.getScale(); in getScale()
165 return (*m_mColumnsIter).second.isNullable(); in isNullable()
[all …]
/trunk/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx355 if( !aFirst->second.isPureMove() || in isAreaUpdateScroll()
356 !aSecond->second.isPureMove() || in isAreaUpdateScroll()
357 !aFirst->second.getSprite().is() || in isAreaUpdateScroll()
359 !aFirst->second.getSprite()->isAreaUpdateOpaque( aFirst->second.getUpdateArea() ) || in isAreaUpdateScroll()
360 aSecond->second.getSprite().is() ) in isAreaUpdateScroll()
367 o_rMoveStart = aSecond->second.getUpdateArea(); in isAreaUpdateScroll()
368 o_rMoveEnd = aFirst->second.getUpdateArea(); in isAreaUpdateScroll()
386 const Sprite::Reference& pAffectedSprite( rComponent.second.getSprite() ); in isAreaUpdateNotOpaque()
419 ::basegfx::B2DRange aTrueArea( aBegin->second.getUpdateArea() ); in isAreaUpdateOpaque()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx600 m_aOrderedLines[ _nIndex ]->second.pLine->SetPosSizePixel( aPos, aSize ); in PositionLine()
605 if ( !m_aOrderedLines[ _nIndex ]->second.pLine->IsVisible() ) in PositionLine()
606 m_aOrderedLines[ _nIndex ]->second.pLine->Show(); in PositionLine()
676 impl_setControlAsPropertyValue( line->second, _rValue ); in SetPropertyValue()
704 _out_rpLine = line->second.pLine; in impl_getBrowserLineForName()
1028 if ( m_aOrderedLines[nLine]->second.pLine->GrabFocus() ) in activateNextControl()
1037 m_aOrderedLines[0]->second.pLine->GrabFocus(); in activateNextControl()
1071 loop->second.pLine->Hide(); in Clear()
1088 BrowserLinePointer pLine = (*orderedPos)->second.pLine; in RemoveEntry()
1119 pRefWindow = m_aOrderedLines[nPos-1]->second.pLine->GetRefWindow(); in ChangeEntry()
[all …]
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx198 OSL_ASSERT( insertion.second || in append()
269 if (insertion.second) in defenv_registerInterface()
272 insertion.first->second = pOEntry; in defenv_registerInterface()
317 if (insertion.second) in defenv_registerProxyInterface()
320 insertion.first->second = pOEntry; in defenv_registerProxyInterface()
373 ObjectEntry * pOEntry = iFind->second; in s_stub_defenv_revokeInterface()
748 ObjectEntry * pOEntry = iPos->second; in uno_dumpEnvironment()
926 uno_Environment * pWeak = iPos->second; in ~EnvironmentsData()
961 uno_Environment * pWeak = iFind->second; in getEnvironment()
991 uno_Environment * pWeak = iFind->second; in registerEnvironment()
[all …]
/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx343 if ( !pIter->second.bCommandNameCreated ) in getSequenceFromCache()
344 fillInfoFromResult( pIter->second, pIter->second.aLabel ); in getSequenceFromCache()
349 makeAny( pIter->second.aContextLabel ): makeAny( pIter->second.aLabel ); in getSequenceFromCache()
351 aPropSeq[1].Value <<= pIter->second.aCommandName; in getSequenceFromCache()
353 aPropSeq[2].Value <<= pIter->second.bPopup; in getSequenceFromCache()
355 aPropSeq[3].Value <<= pIter->second.nProperties; in getSequenceFromCache()
658 pIter->second = m_xGenericUICommands;
721 ::rtl::OUString aCommandFile( pM2CIter->second ); in getByName()
725 if ( pIter->second.is() ) in getByName()
726 a <<= pIter->second; in getByName()
[all …]
/trunk/main/vcl/source/gdi/
H A Dconfigsettings.cxx95 Sequence< PropertyValue > aValues( group->second.size() ); in Commit()
99 for( it = group->second.begin(); it != group->second.end(); ++it ) in Commit()
106 pValues[nIndex].Value <<= it->second; in Commit()
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/comphelper/source/misc/
H A Daccessibleeventnotifier.cxx134 delete aClientPos->second; in revokeClient()
154 EventListeners* pListeners = aClientPos->second; in revokeClientNotifyDisposing()
179 aClientPos->second->addInterface( _rxListener ); in addEventListener()
181 return aClientPos->second->getLength(); in addEventListener()
196 aClientPos->second->removeInterface( _rxListener ); in removeEventListener()
198 return aClientPos->second->getLength(); in removeEventListener()
210 aListeners = aClientPos->second->getElements(); in getEventListeners()
230 aListeners = aClientPos->second->getElements(); in addEvent()
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx480 if (iFactory->second == rpFactory) in AddShellFactory()
501 if (iFactory->second == rpFactory) in RemoveShellFactory()
564 SubShellSubList& rList (iList->second); in DeactivateViewShell()
638 SubShellSubList& rList (iList->second); in DeactivateShell()
674 SubShellSubList& rList (iList->second); in ActivateSubShell()
703 SubShellSubList& rList (iList->second); in DeactivateSubShell()
736 SubShellSubList& rList (iList->second); in MoveSubShellToTop()
851 const SubShellSubList& rList (iList->second); in GetShell()
1101 SubShellSubList& rList (iList->second); in CreateShells()
1151 const SubShellSubList& rList (iList->second); in CreateTargetStack()
[all …]
/trunk/main/tools/source/rc/
H A Dresmgr.cxx185 delete it->second.pResMgr; in ~ResMgrContainer()
311 if( ! it->second.pResMgr ) in getResMgr()
320 it->second.pResMgr = pImp; in getResMgr()
402 if( it->second.nRefCount == 0 ) in getResMgr()
403 it->second.nLoadCount++; in getResMgr()
408 if( it->second.nRefCount == 0 ) in getResMgr()
412 it->second.pResMgr = NULL; in getResMgr()
425 it->second.nLoadCount++; in getResMgr()
429 it->second.nRefCount++; in getResMgr()
468 if( it->second.nRefCount > 0 ) in freeResMgr()
[all …]
/trunk/main/unodevtools/source/skeletonmaker/
H A Djavacompskeleton.cxx272 if (i->second.second > 0) { in registerProperties()
273 cast = checkAttribute(attributeValue, i->second.second); in registerProperties()
457 for (std::vector< OString >::const_iterator i = (*iter).second.begin(); in generateXDispatchBodies()
458 i != (*iter).second.end(); ++i) { in generateXDispatchBodies()
494 for (std::vector< OString >::const_iterator i = (*iter).second.begin(); in generateXDispatchProviderBodies()
495 i != (*iter).second.end(); ++i) { in generateXDispatchProviderBodies()
804 printType(o, options, manager, iter->second.first.replace('.','/'), in generateClassDefinition()
815 printType(o, options, manager, iter->second.first.replace('.','/'), in generateClassDefinition()
818 printType(o, options, manager, iter->second.first.replace('.','/'), in generateClassDefinition()
/trunk/main/sal/rtl/source/
H A Dunload.cxx204 it->second.first++; in rtl_registerModuleForUnloading()
232 it->second.first --; in rtl_unregisterModuleForUnloading()
235 if( it->second.first == 0) in rtl_unregisterModuleForUnloading()
261 component_canUnloadFunc func= it->second.second; in rtl_unloadUnusedModules()
271 sal_uInt32 refCount= it->second.first; in rtl_unloadUnusedModules()
404 rtl_unloadingListenerFunc callbackFunc= it->second.first; in rtl_notifyUnloadingListeners()
405 callbackFunc( it->second.second); in rtl_notifyUnloadingListeners()
/trunk/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx67 LayerSharedPtr pLayer = aIter->second.lock(); in manageViews()
169 iShape->second.reset(); in deactivate()
281 rShape) ).second ) in addShape()
295 rShapeEntry.second = rBgLayer; in putShape2BackgroundLayer()
353 LayerSharedPtr pLayer = aShapeEntry->second.lock(); in implRemoveShape()
377 return aIter->second; in lookupShape()
586 LayerSharedPtr pLayer = aIter->second.lock(); in update()
738 LayerSharedPtr pLayer = aShapeEntry->second.lock(); in addUpdateArea()
864 if( rCurrWeakLayer != aCurrShapeEntry->second ) in updateShapeLayers()
875 LayerSharedPtr pOldLayer( aCurrShapeEntry->second.lock() ); in updateShapeLayers()
[all …]
/trunk/main/xmloff/source/forms/
H A Dproperty_meta_data.cxx206 return pos->second; in getPropertyDescription()
218 o_propertyDescriptions = pos->second; in getPropertyGroup()
229 if ( range.first == range.second ) in getPropertyGroupList()
236 o_propertyGroups = pos->second; in getPropertyGroupList()
241 … for ( AttributeGroups::const_iterator group = range.first; group != range.second; ++group ) in getPropertyGroupList()
243 const PropertyGroup propGroup = group->second; in getPropertyGroupList()
246 o_propertyGroups.push_back( groupPos->second ); in getPropertyGroupList()
260 attribute.attributeToken = pos->second; in getAttributeDescription()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.hxx50 delete (OInterfaceContainerHelper*)(*iter).second; in ~OMultiTypeInterfaceContainerHelperVar()
51 (*iter).second = 0; in ~OMultiTypeInterfaceContainerHelperVar()
76 if( ((OInterfaceContainerHelper*)(*iter).second)->getLength() ) in getContainedTypes()
99 return (OInterfaceContainerHelper*) (*iter).second; in getContainer()
119 return ((OInterfaceContainerHelper*)(*iter).second)->addInterface( rListener ); in addInterface()
135 return ((OInterfaceContainerHelper*)(*iter).second)->removeInterface( rListener ); in removeInterface()
164 ppListenerContainers[i++] = (OInterfaceContainerHelper*)(*iter).second; in disposeAndClear()
190 ((OInterfaceContainerHelper*)(*iter).second)->clear(); in clear()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx545 aTmp.second = -nDiff; in CollectBoxSelection()
548 aTmp.second = nDiff; in CollectBoxSelection()
1246 aLnOfs.second = pCurr->second; // row span in lcl_SophisticatedFillLineIndices()
1249 aLnOfs.second < pCurr->second ) in lcl_SophisticatedFillLineIndices()
1250 aLnOfs.second = pCurr->second; // Found a smaller row span in lcl_SophisticatedFillLineIndices()
1252 ASSERT( aLnOfs.second < nCnt, "Clean-up failed" ) in lcl_SophisticatedFillLineIndices()
1253 aLnOfs.second = nCnt - aLnOfs.second; // the number of rows to insert in lcl_SophisticatedFillLineIndices()
1258 nSum = nSum + aLnOfs.second; in lcl_SophisticatedFillLineIndices()
1279 pCurr->second = pCurr->second + aLnOfs.second; in lcl_SophisticatedFillLineIndices()
1280 if( pCurr->second >= nCnt ) in lcl_SophisticatedFillLineIndices()
[all …]
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx761 m_nFilePos = aFind->second->first; in seekRow()
762 nCurPos = aFind->second->second; in seekRow()
787 nCurPos = aPositions->second; in seekRow()
799 m_nFilePos = aLastPos->second->first; in seekRow()
800 nCurPos = aLastPos->second->second; in seekRow()
833 m_nFilePos = aIter->second->first; in seekRow()
834 nCurPos = aIter->second->second; in seekRow()
852 nCurPos = m_nFilePos = aLastPos->second->first; in seekRow()
860 m_nFilePos = aIter->second->first; in seekRow()
861 nCurPos = aIter->second->second; in seekRow()
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Daccessoradapters.hxx369 return ma1stAccessor(i.second(),diff); in operator ()()
379 ma2ndAccessor(i.second()), in set()
389 ma2ndAccessor(i.second(),diff), in set()
478 ma2ndAccessor(i.second())); in operator ()()
485 ma2ndAccessor(i.second(),diff)); in operator ()()
499 value.second), in set()
500 i.second() ); in set()
513 value.second), in set()
514 i.second(), in set()
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx498 delete aIter->second; in disposing()
546 for(;aIter != aPair.second;++aIter) in getTypeInfoFromType()
549 OExtendedTypeInfo* pInfo = aIter->second; in getTypeInfoFromType()
566 if (aIter == aPair.second) in getTypeInfoFromType()
568 for(aIter = aPair.first; aIter != aPair.second; ++aIter) in getTypeInfoFromType()
572 && (aIter->second->aSimpleType.nPrecision >= _nPrecision) in getTypeInfoFromType()
573 && (aIter->second->aSimpleType.nMaximumScale >= _nScale) in getTypeInfoFromType()
590 if (aIter == aPair.second) in getTypeInfoFromType()
596 pTypeInfo = aPair.first->second; in getTypeInfoFromType()
600 pTypeInfo = aIter->second; in getTypeInfoFromType()
[all …]

Completed in 141 milliseconds

12345678910>>...54