Home
last modified time | relevance | path

Searched refs:aMapIter (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx98 PropertyMap::iterator aMapIter = begin(); in GetPropertyValues() local
101 … if( aMapIter != aParaStyleIter && aMapIter != aCharStyleIter && aMapIter != aNumRuleIter ) in GetPropertyValues()
167 while (aMapIter != end()) in toTag()
173 switch (aMapIter->first.eId) in toTag()
182 aMapIter->second >>= aInt; in toTag()
186 aMapIter->second >>= auInt; in toTag()
194 aMapIter->second >>= auInt; in toTag()
205 ++aMapIter; in toTag()
1037 while( aMapIter != end()) in _ApplyProperties()
1041 … xStyle->setPropertyValue( rPropNameSupplier.GetName( aMapIter->first.eId ), aMapIter->second ); in _ApplyProperties()
[all …]
H A DNumberingManager.cxx228 _PropertyMap::const_iterator aMapIter = begin(); in GetCharStyleProperties() local
230 for( ; aMapIter != aEndIter; ++aMapIter ) in GetCharStyleProperties()
232 switch( aMapIter->first.eId ) in GetCharStyleProperties()
246 aPropNameSupplier.GetName( aMapIter->first.eId ), 0, in GetCharStyleProperties()
247 aMapIter->second, beans::PropertyState_DIRECT_VALUE )); in GetCharStyleProperties()
311 _PropertyMap::const_iterator aMapIter = begin(); in GetLevelProperties() local
313 for( ; aMapIter != aEndIter; ++aMapIter ) in GetLevelProperties()
315 switch( aMapIter->first.eId ) in GetLevelProperties()
323 …beans::PropertyValue( aPropNameSupplier.GetName( aMapIter->first.eId ), 0, aMapIter->second, beans… in GetLevelProperties()
327 …::PropertyValue( aPropNameSupplier.GetName( PROP_BULLET_FONT_NAME ), 0, aMapIter->second, beans::P… in GetLevelProperties()
H A DStyleSheetTable.cxx1289 PropertyMap::iterator aMapIter = m_pImpl->m_pDefaultParaProps->begin(); in applyDefaults() local
1290 for( ; aMapIter != m_pImpl->m_pDefaultParaProps->end(); ++aMapIter ) in applyDefaults()
1294 …m_xTextDefaults->setPropertyValue(rPropNameSupplier.GetName( aMapIter->first.eId ), aMapIter->seco… in applyDefaults()
1304 PropertyMap::iterator aMapIter = m_pImpl->m_pDefaultCharProps->begin(); in applyDefaults() local
1305 for( ; aMapIter != m_pImpl->m_pDefaultCharProps->end(); ++aMapIter ) in applyDefaults()
1309 …m_xTextDefaults->setPropertyValue(rPropNameSupplier.GetName( aMapIter->first.eId ), aMapIter->seco… in applyDefaults()
H A DDomainMapperTableHandler.cxx51 PropertyMap::const_iterator aMapIter = pProps->begin(); in lcl_printProperties() local
54 for( ; aMapIter != aEndIter; ++aMapIter ) in lcl_printProperties()
56 rtl::OUString aOUStr = rPropSupplier.GetName( aMapIter->first.eId ); in lcl_printProperties()
62 if ( aMapIter->second >>= aLine ) in lcl_printProperties()
70 else if ( aMapIter->second >>= nColor ) in lcl_printProperties()
/aoo4110/main/svtools/bmpmaker/
H A Dbmpsum.cxx428 … ::std::map< sal_uInt64, ::std::vector< ByteString > >::iterator aMapIter( aFileNameMap.begin() ); in ProcessFileList()
431 while( aMapIter != aFileNameMap.end() ) in ProcessFileList()
433 ::std::pair< const sal_uInt64, ::std::vector< ByteString > > aPair( *aMapIter++ ); in ProcessFileList()
/aoo4110/main/sc/source/filter/html/
H A Dhtmlpars.cxx2629 …for( ScHTMLEntryMap::const_iterator aMapIter = maEntryMap.begin(); aMapIter != aMapIterEnd; ++aMap… in RecalcDocSize() local
2631 const ScHTMLPos& rCellPos = aMapIter->first; in RecalcDocSize()
2634 const ScHTMLEntryList& rEntryList = aMapIter->second; in RecalcDocSize()
2676 … for( ScHTMLEntryMap::iterator aMapIter = maEntryMap.begin(); aMapIter != aMapIterEnd; ++aMapIter ) in RecalcDocPos() local
2679 const ScHTMLPos aCellDocPos( GetDocPos( aMapIter->first ) ); in RecalcDocPos()
2681 const ScHTMLSize aCellDocSize( GetDocSize( aMapIter->first ) ); in RecalcDocPos()
2686 ScHTMLEntryList& rEntryList = aMapIter->second; in RecalcDocPos()
/aoo4110/main/xmloff/source/core/
H A Dnmspmap.cxx316 NameSpaceMap::const_iterator aMapIter = aNameMap.find (nKey); in _GetKeyByAttrName() local
317 *pNamespace = aMapIter != aNameMap.end() ? (*aMapIter).second->sName : sEmpty; in _GetKeyByAttrName()
/aoo4110/main/sw/source/core/layout/
H A Dpaintfrm.cxx2453 ASSERT( aMapIter != maVertLines.end(), "FindStylesForLine: Error" ) in FindStylesForLine()
2454 const SwLineEntrySet& rVertSet = (*aMapIter).second; in FindStylesForLine()
2477 aMapIter = maHoriLines.find( rStartPoint.Y() ); in FindStylesForLine()
2478 ASSERT( aMapIter != maHoriLines.end(), "FindStylesForLine: Error" ) in FindStylesForLine()
2479 const SwLineEntrySet& rHoriSet = (*aMapIter).second; in FindStylesForLine()
2504 aMapIter = maVertLines.find( rEndPoint.X() ); in FindStylesForLine()
2506 const SwLineEntrySet& rVertSet2 = (*aMapIter).second; in FindStylesForLine()
2521 aMapIter = maHoriLines.find( rEndPoint.Y() ); in FindStylesForLine()
2523 const SwLineEntrySet& rHoriSet2 = (*aMapIter).second; in FindStylesForLine()
2606 SwLineEntryMapIter aMapIter = pLine2->find( nKey ); in Insert() local
[all …]
/aoo4110/main/xmloff/source/text/
H A Dtxtflde.cxx777 map<Reference<XText>, set<OUString> >::iterator aMapIter = in ExportFieldAutoStyle() local
781 if (aMapIter == pUsedMasters->end()) in ExportFieldAutoStyle()
785 aMapIter = pUsedMasters->find(xOurText); in ExportFieldAutoStyle()
792 aMapIter->second.insert( sFieldMasterName ); in ExportFieldAutoStyle()
1917 map<Reference<XText>, set<OUString> > ::iterator aMapIter = in ExportFieldDeclarations() local
1919 if (aMapIter != pUsedMasters->end()) in ExportFieldDeclarations()
1922 set<OUString> & rOurMasters = aMapIter->second; in ExportFieldDeclarations()
/aoo4110/main/sw/source/core/access/
H A Daccmap.cxx3679 SwAccessibleContextMap_Impl::iterator aMapIter = in _BuildSelectedParas() local
3681 if( aMapIter != mpFrmMap->end() ) in _BuildSelectedParas()
3683 xWeakAcc = (*aMapIter).second; in _BuildSelectedParas()
/aoo4110/main/sc/source/core/tool/
H A Dinterpr1.cxx113 ScTokenMatrixMap::const_iterator aMapIter; in ScIfJump() local
120 else if (pTokenMatrixMap && ((aMapIter = pTokenMatrixMap->find( in ScIfJump()
122 xNew = (*aMapIter).second; in ScIfJump()
246 ScTokenMatrixMap::const_iterator aMapIter; in ScChoseJump() local
253 else if (pTokenMatrixMap && ((aMapIter = pTokenMatrixMap->find( in ScChoseJump()
255 xNew = (*aMapIter).second; in ScChoseJump()
H A Dinterpr4.cxx1550 ScTokenMatrixMap::const_iterator aMapIter; in ConvertMatrixParameters() local
1551 if (pTokenMatrixMap && ((aMapIter = pTokenMatrixMap->find( pCur)) != in ConvertMatrixParameters()
1553 xNew = (*aMapIter).second; in ConvertMatrixParameters()
/aoo4110/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx9812 ScUniqueFormatsHashMap::iterator aMapIter( aHashMap.begin() ); in GetObjects_Impl() local
9814 while ( aMapIter != aMapEnd ) in GetObjects_Impl()
9816 ScUniqueFormatsEntry& rEntry = aMapIter->second; in GetObjects_Impl()
9820 ++aMapIter; in GetObjects_Impl()

Completed in 325 milliseconds