Home
last modified time | relevance | path

Searched refs:second (Results 176 – 200 of 1348) sorted by relevance

12345678910>>...54

/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx122 if(rValue.second.get()) in operator ()()
123 m_aFunctor(*rValue.second); in operator ()()
134 if(rValue.second.get()) in operator ()()
135 m_aFunctor(rValue.first, *rValue.second); in operator ()()
142 return (aIt == this->end())? 0 : &aIt->second; in getRef()
/trunk/main/oox/inc/oox/helper/
H A Drefmap.hxx155 … operator()( const value_type& rValue ) { if( rValue.second.get() ) maFunctor( *rValue.second )… in operator ()()
163 …rator()( const value_type& rValue ) { if( rValue.second.get() ) maFunctor( rValue.first, *rValue.s… in operator ()()
169 return (aIt == this->end()) ? 0 : &aIt->second; in getRef()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedStockProperties.cxx108 getNewTemplate( bNewValue, aTemplateAndService.second, xFactory ); in setPropertyValue()
172 …if( aTemplateAndService.second.equals( C2U( "com.sun.star.chart2.template.StockVolumeLowHighClo… in getPropertyValue()
173 …|| aTemplateAndService.second.equals( C2U( "com.sun.star.chart2.template.StockVolumeOpenLowHighClo… in getPropertyValue()
175 else if( !aTemplateAndService.second.isEmpty() || !m_aOuterValue.hasValue() ) in getPropertyValue()
245 …if( aTemplateAndService.second.equals( C2U( "com.sun.star.chart2.template.StockOpenLowHighClose… in getPropertyValue()
246 …|| aTemplateAndService.second.equals( C2U( "com.sun.star.chart2.template.StockVolumeOpenLowHighClo… in getPropertyValue()
248 else if( !aTemplateAndService.second.isEmpty() || !m_aOuterValue.hasValue() ) in getPropertyValue()
/trunk/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx311 nPriv = aFind->second.nRights; in GetCellText()
328 …m_pCheckCell->GetBox().Check(aFind != m_aPrivMap.end() ? isAllowed(nColumnId,aFind->second.nRights… in InitController()
423 if(aFind != m_aPrivMap.end() && isAllowed(nColumnId,aFind->second.nWithGrant)) in GetController()
450 …v, rRect, isAllowed(nColumnId,aFind->second.nRights) ? STATE_CHECK : STATE_NOCHECK,isAllowed(nColu… in PaintCell()
501 eState = isAllowed(nColumnId,aFind->second.nRights) ? STATE_CHECK : STATE_NOCHECK; in CreateAccessibleCell()
502 bEnable = isAllowed(nColumnId,aFind->second.nWithGrant); in CreateAccessibleCell()
/trunk/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx184 for(;aSrcIter != aSrcEnd && (*aSrcIter)->second != pSrcField;++aSrcIter) in LeavePage()
197 for(;aDestIter != aDestEnd && (*aDestIter)->second != pDestField;++aDestIter) in LeavePage()
202 m_pParent->m_vColumnPos[nPos].second = ::std::distance(pDestColumns->begin(),aDestIter) + 1; in LeavePage()
204 …TOTypeInfoSP pTypeInfo = m_pParent->convertType((*aDestIter)->second->getSpecialTypeInfo(),bNotCon… in LeavePage()
213 m_pParent->m_vColumnPos[nPos].second = COLUMN_POSITION_NOT_FOUND; in LeavePage()
436 SvLBoxEntry* pEntry = InsertEntry((*aIter)->first,0,sal_False,LIST_APPEND,(*aIter)->second); in FillListBox()
437 …SvButtonState eState = !(m_bReadOnly && (*aIter)->second->IsAutoIncrement()) ? SV_BUTTON_CHECKED :… in FillListBox()
/trunk/main/sfx2/source/sidebar/
H A DSidebarToolBox.cxx111 Reference<lang::XComponent> xComponent (iController->second.mxController, UNO_QUERY); in ~SidebarToolBox()
277 return iController->second.mxController; in GetControllerForItemId()
298 Reference<lang::XComponent> xComponent (iController->second.mxController, UNO_QUERY); in SetController()
302 iController->second = aDescriptor; in SetController()
325 const ::rtl::OUString sCommandURL (iController->second.msCurrentCommand); in UpdateIcons()
340 Reference<frame::XToolbarController> xController (iController->second.mxController); in GetItemIdForSubToolbarName()
/trunk/main/forms/source/xforms/
H A Ddatatyperepository.cxx140 … if ( lookup->second->getIsBasic() && ( lookup->second->getTypeClass() == dataTypeClass ) ) in getBasicDataType()
141 xReturn = lookup->second.get(); in getBasicDataType()
160 OXSDDataType* pClone = aTypePos->second->clone( newName ); in cloneDataType()
172 if ( aTypePos->second->getIsBasic() ) in revokeDataType()
183 return implLocate( typeName, false )->second.get(); in getDataType()
H A Dpropertysetbase.cxx126 Any aOldValue = aPos->second; in notifyAndCachePropertyValue()
131 aPos->second = aNewValue; in notifyAndCachePropertyValue()
147 …DBG_ASSERT( aInsertResult.second, "PropertySetBase::initializePropertyValueCache: already cached a… in initializePropertyValueCache()
153 DBG_ASSERT( aPropertyPos != m_aAccessors.end() && aPropertyPos->second.get(), in locatePropertyHandler()
157 return *aPropertyPos->second; in locatePropertyHandler()
/trunk/main/framework/source/services/
H A DContextChangeEventMultiplexer.cxx76 const FocusDescriptor& rFocusDescriptor (iContainer->second); in disposing()
179 …::std::find(iContainer->second.maListeners.begin(), iContainer->second.maListeners.end(), rxListen… in removeAllContextChangeEventListeners()
180 if (iListener != iContainer->second.maListeners.end()) in removeAllContextChangeEventListeners()
182 iContainer->second.maListeners.erase(iListener); in removeAllContextChangeEventListeners()
260 return &iDescriptor->second; in GetFocusDescriptor()
/trunk/main/scripting/source/provider/
H A DProviderCache.cxx79 if ( h_it->second.provider.is() ) in getProvider()
81 provider = h_it->second.provider; in getProvider()
86 provider = createProvider( h_it->second ); in getProvider()
109 Reference< provider::XScriptProvider > xScriptProvider = h_it->second.provider; in getAllProviders()
119 xScriptProvider = createProvider( h_it->second ); in getAllProviders()
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx219 sal_Int32 nSize = pIt->second.size(); in registryController()
222 if (pIt->second[i].Name.equals(sCommandURL)) in registryController()
226 pIt->second.resize(nSize+1); in registryController()
227 pIt->second[nSize].Name = sCommandURL; in registryController()
228 pIt->second[nSize].Value <<= xStatusListener; in registryController()
237 …for (SearchToolbarControllersVec::iterator pItCtrl=pIt->second.begin(); pItCtrl!=pIt->second.end()… in freeController()
241 pIt->second.erase(pItCtrl); in freeController()
246 if (pIt->second.empty()) in freeController()
258 …for (SearchToolbarControllersVec::iterator pItCtrl =pIt->second.begin(); pItCtrl != pIt->second.en… in findController()
/trunk/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx206 return &(*it).second; in get()
213 return &(*it).second; in get()
432 (*it).first, (*it).second.value(), (*it).second.isCaseSensitive() ); in addProperties()
643 if ( isCachable( (*it).first, (*it).second.isCaseSensitive() ) ) in addProperties()
645 (*it).second.value(), in addProperties()
646 (*it).second.isCaseSensitive() ); in addProperties()
H A DCurlLockStore.cxx105 (*it).second.xSession->UNLOCK( pLock ); in ~CurlLockStore()
106 (*it).second.xSession->release(); in ~CurlLockStore()
207 (*it).second.nLastChanceToSendRefreshRequest
221 LockInfo & rInfo = (*it).second; in removeLock()
239 LockInfo & rInfo = (*it).second; in refreshLocks()
/trunk/main/xmloff/source/transform/
H A DStyleOASISTContext.cxx186 switch( (*aIter).second.m_nActionType ) in StartElement()
197 (*aIter).second.GetQNamePrefixFromParam1(), in StartElement()
199 (*aIter).second.GetQNameTokenFromParam1()) ) ); in StartElement()
230 (*aIter).second.GetQNamePrefixFromParam1(), in StartElement()
232 (*aIter).second.GetQNameTokenFromParam1()) ) ); in StartElement()
249 (*aIter).second.GetQNamePrefixFromParam1(), in StartElement()
251 (*aIter).second.GetQNameTokenFromParam1()) ) ); in StartElement()
862 switch( (*aIter).second.m_nActionType ) in StartElement()
913 static_cast< sal_Bool >((*aIter).second.m_nParam1))) in StartElement()
H A DEventOOoTContext.cxx77 if( !insert( aVal ).second ) in AddMap()
145 rNewName = (*aIter).second.m_aLocalName; in GetEventName()
146 return (*aIter).second.m_nPrefix; in GetEventName()
182 switch( (*aIter).second.m_nActionType ) in StartElement()
195 static_cast<sal_uInt16>((*aIter).second.m_nParam1); in StartElement()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilterContainer.cxx139 theFilter = m_vFilters.at( pos ).second; in getFilter()
253 aFilterEntry.second.getLength( ) + 1 ); in _getLengthFilter()
320 nextFilter.second.getStr( ), in makeWinFilterBuffer()
321 nextFilter.second.getLength( ) ); in makeWinFilterBuffer()
323 memPos += nextFilter.second.getLength( ) + 1 ; in makeWinFilterBuffer()
/trunk/main/configmgr/source/
H A Ddata.cxx201 return i == map.end() || i->second->getLayer() > layer in findNode()
202 ? rtl::Reference< Node >() : i->second; in findNode()
234 for (rtl::Reference< Node > p(i == components.end() ? 0 : i->second);;) { in resolvePathRepresentation()
334 if (i->second.is()) { in addExtensionXcuAdditions()
342 i->second = item; in addExtensionXcuAdditions()
363 rtl::Reference< ExtensionXcu > item(i->second); in removeExtensionXcuAdditions()
/trunk/main/offapi/com/sun/star/sdbc/
H A DTransactionIsolation.idl42 the second transaction will have retrieved an invalid row.
56 a second transaction alters the row, and the first transaction
57 rereads the row, getting different values the second time
67 a WHERE condition, a second transaction inserts a row that
70 "phantom" row in the second read.
/trunk/main/connectivity/source/commontools/
H A DTColumnsHelper.cxx110 bAutoIncrement = aFind->second.first.first; in createObject()
111 bIsCurrency = aFind->second.first.second; in createObject()
112 nDataType = aFind->second.second; in createObject()
/trunk/main/sd/source/ui/framework/module/
H A DModuleController.cxx294 mpLoadedFactories->find(iFactory->second)); in requestResource()
296 xFactory = Reference<XInterface>(iLoadedFactory->second, UNO_QUERY); in requestResource()
308 OUStringToOString(iFactory->second, RTL_TEXTENCODING_ASCII_US).getStr()); in requestResource()
312 iFactory->second, in requestResource()
321 (*mpLoadedFactories)[iFactory->second] = xFactory; in requestResource()
/trunk/main/shell/source/all/ooofilereader/
H A Dmetainforeader.cxx163 …return ( m_AllMetaInfo[TagName].second.find( AttributeName) != m_AllMetaInfo[TagName].second.end()… in hasTagAttribute()
176 return m_AllMetaInfo[ TagName ].second[AttributeName]; in getTagAttribute()
212 m_AllMetaInfo[META_INFO_KEYWORDS].second = XmlAttributes; in chooseTagReader()
219 m_AllMetaInfo[tag_name].second = XmlAttributes; in chooseTagReader()
/trunk/main/binaryurp/source/
H A Doutgoingrequests.cxx62 OSL_ASSERT(!i->second.empty()); in top()
63 return i->second.back(); in top()
70 i->second.pop_back(); in pop()
71 if (i->second.empty()) { in pop()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx133 …implCheckUpdateCache( _pHandler->first, _pHandler->second->getState( aNormalizedSet.GetItemSet() )… in implUpdateAttribute()
136 … implCheckUpdateCache( _pHandler->first, _pHandler->second->getState( m_pView->GetAttribs() ) ); in implUpdateAttribute()
179 return aCachedStatePos->second; in getAttributeState()
189 … aHandlerPos->second->executeAttribute( _rCurrentAttribs, _rAttribs, _pArgument, _nForScriptType ); in executeAttribute()
260 if ( aCachePos->second == _rState ) in implCheckUpdateCache()
265 aCachePos->second = _rState; in implCheckUpdateCache()
271 aListenerPos->second->onAttributeStateChanged( _nAttribute, _rState ); in implCheckUpdateCache()
/trunk/main/connectivity/source/manager/
H A Dmdrivermanager.cxx170 return _rElement.second; in operator ()()
433 if ( aPos.first != aPos.second ) in initializeDriverPrecedence()
436 OSL_ENSURE( ::std::distance( aPos.first, aPos.second ) == 1, in initializeDriverPrecedence()
444 ::std::rotate( aNoPrefDriversStart, aPos.second - 1, aPos.second ); in initializeDriverPrecedence()
625 return aSearch->second.get(); in getRegisteredObject()
739 xReturn = aPos->second; in implGetDriverForURL()
/trunk/main/chart2/source/tools/
H A DInternalDataProvider.cxx115 Reference< chart2::data::XDataSequence > xSeq( rMapEntry.second ); in operator ()()
455 for( tSequenceMap::iterator aIt( aRange.first ); aIt != aRange.second; ++aIt ) in lcl_deleteMapReferences()
457 Reference< chart2::data::XDataSequence > xSeq( aIt->second ); in lcl_deleteMapReferences()
466 m_aSequenceMap.erase( aRange.first, aRange.second ); in lcl_deleteMapReferences()
477 Reference< chart2::data::XDataSequence > xSeq( aIt->second ); in lcl_adaptMapReferences()
487 m_aSequenceMap.erase( aRange.first, aRange.second ); in lcl_adaptMapReferences()
952 ::std::for_each( aRange.first, aRange.second, lcl_setModified()); in insertComplexCategoryLevel()
969 ::std::for_each( aRange.first, aRange.second, lcl_setModified()); in deleteComplexCategoryLevel()
994 ::std::for_each( aRange.first, aRange.second, lcl_setModified()); in insertDataPointForAllSequences()
1018 ::std::for_each( aRange.first, aRange.second, lcl_setModified()); in deleteDataPointForAllSequences()
[all …]

Completed in 200 milliseconds

12345678910>>...54