Home
last modified time | relevance | path

Searched refs:second (Results 126 – 150 of 1348) sorted by relevance

12345678910>>...54

/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1379 mpImplData->maUIProperties[ it->second ] = i_rValue; in setValue()
1463 mpImplData->maUIPropertyEnabled[ it->second ] = i_bEnable; in enableUIOption()
1477 bEnabled = mpImplData->maUIPropertyEnabled[prop_it->second]; in isUIOptionEnabled()
1501 … bEnabled = (nDepVal == it->second.mnDependsOnEntry) || (it->second.mnDependsOnEntry == -1); in isUIOptionEnabled()
1531 const Sequence< sal_Bool >& rDisabled( it->second ); in isUIChoiceEnabled()
1545 aDependency = it->second.maDependsOnName; in getDependency()
1558 if( isUIOptionEnabled( it->second.maDependsOnName ) ) in makeEnabled()
1560 aDependency = it->second.maDependsOnName; in makeEnabled()
1569 if( it->second.mnDependsOnEntry != -1 ) in makeEnabled()
1706 aRet = it->second; in getValue()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx214 if (aItr->second) in ~WW8_WrtBookmarks()
225 if (aResult.second) in Append()
237 if (aItr->second && aItr->second->second.second == rNm) in Append()
239 if (aItr->second->second.first) in Append()
259 if (aItr->second) in Write()
261 aEndCps.insert(std::pair<long,BKMKCP*>(aItr->second->first,aItr->second)); in Write()
262 aNames.push_back(aItr->second->second.second); in Write()
270 if (aItr->second) in Write()
285 if (aItr->second) in Write()
303 if (aItr->second) in MoveFieldMarks()
[all …]
/trunk/main/connectivity/source/commontools/
H A DTSortIndex.cxx55 sal_Int32 nRes = lhs.second->getKeyString(i).compareTo(rhs.second->getKeyString(i)); in operator ()()
64 double d1 = lhs.second->getKeyDouble(i); in operator ()()
65 double d2 = rhs.second->getKeyDouble(i); in operator ()()
135 delete aIter->second; in Freeze()
136 aIter->second = NULL; in Freeze()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dprogressmixer.cxx129 … phase->second.nGlobalStart = (sal_uInt32)( nRunningWeight * _rData.nOverallStretch ); in lcl_ensureInitialized()
130 nRunningWeight += phase->second.nWeight; in lcl_ensureInitialized()
133 phase->second.nGlobalRange = nNextPhaseStart - phase->second.nGlobalStart; in lcl_ensureInitialized()
183 const PhaseData& rPhase( m_pData->pCurrentPhase->second ); in advancePhase()
202 advancePhase( m_pData->pCurrentPhase->second.nRange ); in endPhase()
/trunk/main/oox/source/helper/
H A Dpropertymap.cxx90 maPropMap[ rPropNames[ aIt->first ] ] = aIt->second; in GenericPropertySet()
109 return aIt->second; in getPropertyValue()
127 pProperty->Type = aIt->second.getValueType(); in getProperties()
141 aProperty.Type = aIt->second.getValueType(); in getPropertyByName()
169 return (aIt == end()) ? 0 : &aIt->second; in getProperty()
182 pValues->Value = aIt->second; in makePropertyValueSequence()
201 *pValues = aIt->second; in fillSequences()
/trunk/main/winaccessibility/source/service/
H A DAccObjectWinManager.cxx177 return &(pIndTemp->second); in GetAccObjByXAcc()
190 AccObject* tmp = &(iter->second); in GetXAccByAccObj()
208 XAccessible* pXAcc = (XAccessible*)(iterResult->second); in GetTopWindowAccObj()
521 pAccChildObj = (AccObject*)(iter->second); in UpdateAccSelection()
552 if(iter->second == pXAcc ) in DeleteFromHwndXAcc()
603 ResIdGen.SetSub( temp->second.GetResID() ); in DeleteAccObj()
610 AccObject& accObj = temp->second; in DeleteAccObj()
729 AccObject &objXacc = itXacc->second; in InsertAccObj()
738 objXacc.SetParentObj(&(itXaccParent->second)); in InsertAccObj()
1219 AccObject* pObj = pIndTemp->second; in GetIAccessibleFromResID()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbahyperlink.cxx63 rSubAddress >>= aUrlComp.second; in ScVbaHyperlink()
84 if( aUrlComp.second.getLength() > 0 ) in ScVbaHyperlink()
85 … aBuffer.appendAscii( RTL_CONSTASCII_STRINGPARAM( " - " ) ).append( aUrlComp.second ); in ScVbaHyperlink()
138 return getUrlComponents().second; in getSubAddress()
144 aUrlComp.second = rSubAddress; in setSubAddress()
227 if( rUrlComp.second.getLength() > 0 ) in setUrlComponents()
228 aUrl.append( sal_Unicode( '#' ) ).append( rUrlComp.second ); in setUrlComponents()
/trunk/main/framework/source/accelerators/
H A Dstorageholder.cxx120 TStorageInfo& rInfo = pIt->second; in forgetCachedStorages()
184 pInfo = &(pCheck->second); in openPath()
265 TStorageInfo& rInfo = pCheck->second; in getAllPathStorages()
342 TStorageInfo& rInfo = pPath->second; in closePath()
367 TStorageInfo& rInfo = pIt1->second; in notifyPath()
395 TStorageInfo& rInfo = pIt1->second; in addStorageListener()
417 TStorageInfo& rInfo = pIt1->second; in removeStorageListener()
437 const TStorageInfo& rInfo = pIt->second; in getPathOfStorage()
491 return pParent->second.Storage; in getParentStorage()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx302 delete aIter->second; in ~ODatabaseExport()
313 OFieldDescription* pField = m_vDestVector[m_nColumnPos]->second; in insertValueIntoColumn()
630 (*aIter)->second->SetType(aFind->second); in SetColumnTypes()
631 (*aIter)->second->SetPrecision(::std::min<sal_Int32>(aFind->second->nPrecision,nLength)); in SetColumnTypes()
632 (*aIter)->second->SetScale(::std::min<sal_Int32>(aFind->second->nMaximumScale,nScale)); in SetColumnTypes()
635 (*aIter)->second->GetScale(), in SetColumnTypes()
636 (*aIter)->second->IsCurrency(), in SetColumnTypes()
640 (*aIter)->second->SetFormatKey(nFormatKey); in SetColumnTypes()
692 delete aFind->second; in CreateDefaultColumn()
872 …if ( _rvColumns.end() != aFind && aFind->second != sal::static_int_cast< long >(CONTAINER_ENTRY_NO… in createPreparedStatment()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx80 pValues[nValue].Value = aParaStyleIter->second; in GetPropertyValues()
95 pValues[nValue].Value = aNumRuleIter->second; in GetPropertyValues()
104 pValues[nValue].Value = aMapIter->second; in GetPropertyValues()
183 aMapIter->second >>= aInt; in toTag()
187 aMapIter->second >>= auInt; in toTag()
191 aMapIter->second >>= aFloat; in toTag()
195 aMapIter->second >>= auInt; in toTag()
901 aElement->second >>= nHeight; in CloseSectionGroup()
906 aElement->second >>= nWidth; in CloseSectionGroup()
911 aElement->second >>= eWritingMode; in CloseSectionGroup()
[all …]
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx670 DBG_ASSERT( i->second.get() == Reference< XInterface >( i->second, UNO_QUERY ).get(), in disposing()
673 if ( i->second.get() == xSource.get() ) in disposing()
698 InterfaceRef xCorrectType((*i).second); in propertyChange()
733 if (aPair.first == aPair.second) in getByName()
736 return (*aPair.first).second->queryInterface( m_aElementType ); in getByName()
757 return aPair.first != aPair.second; in hasByName()
923 while (j != m_aMap.end() && (*j).second != xElement) ++j; in removeElementsNoEvents()
986 while ( ( j != m_aMap.end() ) && ( j->second.get() != xOldElement.get() ) ) in implReplaceByIndex()
1064 while (j != m_aMap.end() && (*j).second != xElement) ++j; in implRemoveByIndex()
1151 if (aPair.first == aPair.second) in replaceByName()
[all …]
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx956 ZipEntry aTmp = (*aIter).second; in recover()
959 if( (*aIter).second.nFlag & 8 ) in recover()
962 …if ( nStreamOffset == (*aIter).second.nOffset && nCompressedSize > (*aIter).second.nCompressedSize… in recover()
976 (*aIter).second.nCrc = nCRC32; in recover()
977 (*aIter).second.nCompressedSize = nCompressedSize; in recover()
978 (*aIter).second.nSize = nSize; in recover()
983 else if( !(*aIter).second.nCompressedSize ) in recover()
985 (*aIter).second.nCrc = nCRC32; in recover()
986 sal_Int32 nRealStreamSize = nGenPos + nPos - (*aIter).second.nOffset; in recover()
987 (*aIter).second.nCompressedSize = nGenPos + nPos - (*aIter).second.nOffset; in recover()
[all …]
/trunk/main/desktop/source/deployment/manager/
H A Ddp_managerfac.cxx138 try_dispose( iPos->second ); in disposing()
159 xRet = iFind->second; in getPackageManager()
169 if (insertion.second) in getPackageManager()
171 OSL_ASSERT( insertion.first->second.get() == xRet ); in getPackageManager()
187 insertion.first->second ); in getPackageManager()
196 insertion.first->second = xRet; in getPackageManager()
/trunk/main/io/source/stm/
H A Domark.cxx302 m_nCurrentPos = (*ii).second; in jumpToMark()
332 return m_nCurrentPos - (*ii).second; in offsetToMark()
405 if( (*ii).second <= nNextFound ) { in checkMarksAndFlush()
406 nNextFound = (*ii).second; in checkMarksAndFlush()
414 (*ii).second -= nNextFound; in checkMarksAndFlush()
829 m_nCurrentPos = (*ii).second; in jumpToMark()
856 return m_nCurrentPos - (*ii).second; in offsetToMark()
938 if( (*ii).second <= nNextFound ) { in checkMarksAndFlush()
939 nNextFound = (*ii).second; in checkMarksAndFlush()
947 (*ii).second -= nNextFound; in checkMarksAndFlush()
/trunk/main/extensions/source/resource/
H A Doooresourceloader.cxx78 if ( _lhs.second.Language < _rhs.second.Language ) in operator ()()
80 if ( _lhs.second.Country < _rhs.second.Country ) in operator ()()
82 if ( _lhs.second.Variant < _rhs.second.Variant ) in operator ()()
306 xBundle = cachePos->second; in loadBundle()
392 _out_resourceType = typePos->second; in impl_getResourceTypeAndId_nothrow()
/trunk/main/sal/inc/rtl/
H A Dstring.h69 sal_Int32 SAL_CALL rtl_str_compare( const sal_Char * first, const sal_Char * second ) SAL_THROW_EXT…
96 …WithLength( const sal_Char * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondL…
127 …WithLength( const sal_Char * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondL…
154 …WithLength( const sal_Char * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondL…
175 sal_Int32 SAL_CALL rtl_str_compareIgnoreAsciiCase( const sal_Char * first, const sal_Char * second
204 …WithLength( const sal_Char * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondL…
238 …WithLength( const sal_Char * first, sal_Int32 firstLen, const sal_Char * second, sal_Int32 secondL…
/trunk/main/chart2/source/tools/
H A DImplOPropertySet.cxx84 if( rProp.second.hasValue() && in operator ()()
85 rProp.second.getValueType().getTypeClass() == uno::TypeClass_INTERFACE ) in operator ()()
88 if( rProp.second >>= xCloneable ) in operator ()()
89 rProp.second <<= xCloneable->createClone(); in operator ()()
161 rValue = (*aFoundIter).second; in GetPropertyValueByHandle()
175 (*pOldValue) = (*aFoundIter).second; in SetPropertyValueByHandle()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DStorageFileAccess.cxx72 ….first->renameElement(sOldName,StorageContainer::removeURLPrefix(sName,aStoragePair.first.second)); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement()
82 …r.first.first->isStreamElement(StorageContainer::removeURLPrefix(sName,aStoragePair.first.second)); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement()
119 …Container::removeURLPrefix(StorageContainer::jstring2ustring(env,name),aStoragePair.first.second)); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement()
156 …ntainer::removeURLPrefix(StorageContainer::jstring2ustring(env,oldname),aStoragePair.first.second), in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement()
157 …ontainer::removeURLPrefix(StorageContainer::jstring2ustring(env,newname),aStoragePair.first.second) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement()
161 …ntainer::removeURLPrefix(StorageContainer::jstring2ustring(env,newname),aStoragePair.first.second); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement()
H A DHDriver.cxx461 if ( i->second.second.first.get() == connection.get() ) in getDataDefinitionByConnection()
463 xTab = Reference< XTablesSupplier >(i->second.second.second.get().get(),UNO_QUERY); in getDataDefinitionByConnection()
467 i->second.second.second = WeakReferenceHelper(xTab); in getDataDefinitionByConnection()
561 StorageContainer::revokeStorage(_aIter->second.first,NULL); in shutdownConnection()
624 Reference<XFlushable> xCon(i->second.second.first.get(),UNO_QUERY); in flushConnections()
/trunk/main/sw/source/core/view/
H A Dviewpg.cxx112 …DBG_ASSERT( rPagesToPrint.second == -1 || rPrintData.GetRenderData().GetValidPagesSet().count( rPa… in PrintProspect()
136 pStPage = aIt->second; in PrintProspect()
138 if (rPagesToPrint.second > 0) in PrintProspect()
140 … SwRenderData::ValidStartFramesMap_t::const_iterator aIt( rFrms.find( rPagesToPrint.second ) ); in PrintProspect()
142 pNxtPage = aIt->second; in PrintProspect()
/trunk/main/embedserv/source/embed/
H A Ded_ioleobject.cxx110 if ( iAdvise->second ) in OLENotifyClosing()
111 iAdvise->second->OnClose(); in OLENotifyClosing()
323 iAdvise->second->Release(); in Unadvise()
429 if ( iAdvise->second ) in SaveObject()
430 iAdvise->second->OnSave( ); in SaveObject()
464 if ( iAdvise->second ) in notify()
465 iAdvise->second->OnViewChange( DVASPECT_CONTENT, -1 ); in notify()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchyprovider.cxx223 return (*it).second.xConfigProvider; in getConfigProvider()
236 if ( !( (*it).second.xRootReadAccess.is() ) ) in getRootConfigReadNameAccess()
238 if ( (*it).second.bTriedToGetRootReadAccess ) // #82494# in getRootConfigReadNameAccess()
261 (*it).second.bTriedToGetRootReadAccess = true; in getRootConfigReadNameAccess()
263 (*it).second.xRootReadAccess in getRootConfigReadNameAccess()
289 return (*it).second.xRootReadAccess; in getRootConfigReadNameAccess()
/trunk/main/sc/source/core/tool/
H A Dcellkeytranslator.cxx85 if ( itr == itrEnd || itr->second.empty() ) in lclMatchKeyword()
93 rName = String::CreateFromAscii( itr->second.front().mpName ); in lclMatchKeyword()
97 const sal_Char* aBestMatchName = itr->second.front().mpName; in lclMatchKeyword()
101 list<ScCellKeyword>::const_iterator itrListEnd = itr->second.end(); in lclMatchKeyword()
102 list<ScCellKeyword>::const_iterator itrList = itr->second.begin(); in lclMatchKeyword()
221 itr->second.push_back(aKeyItem); in addToMap()
/trunk/main/codemaker/source/cppumaker/
H A Dcppumaker.cxx86 if (!(*iter).second && !key.openSubKeys(OUString(), subKeys)) in produceAllTypes()
93 produceAllTypes(subKey, (*iter).second, typeMgr, in produceAllTypes()
97 produce(subKey, (*iter).second, in produceAllTypes()
124 if (!(*iter).second && !key.openSubKeys(OUString(), subKeys)) in produceAllTypes()
131 produceAllTypes(subKey, (*iter).second, typeMgr, in produceAllTypes()
135 produce(subKey, (*iter).second, in produceAllTypes()
/trunk/main/codemaker/source/javamaker/
H A Djavamaker.cxx64 if (!(*iter).second && !key.openSubKeys(OUString(), subKeys)) in produceAllTypes()
72 subKey, (*iter).second, in produceAllTypes()
77 if (!produceType(subKey, (*iter).second, in produceAllTypes()
113 if (!(*iter).second && !key.openSubKeys(OUString(), subKeys)) in produceAllTypes()
121 subKey, (*iter).second, in produceAllTypes()
126 if (!produceType(subKey, (*iter).second, in produceAllTypes()

Completed in 120 milliseconds

12345678910>>...54