Home
last modified time | relevance | path

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

/trunk/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()
168 while (aMapIter != end()) in toTag()
174 switch (aMapIter->first.eId) in toTag()
183 aMapIter->second >>= aInt; in toTag()
187 aMapIter->second >>= auInt; in toTag()
195 aMapIter->second >>= auInt; in toTag()
207 ++aMapIter; in toTag()
1043 while( aMapIter != end()) in _ApplyProperties()
1047 … xStyle->setPropertyValue( rPropNameSupplier.GetName( aMapIter->first.eId ), aMapIter->second ); in _ApplyProperties()
[all …]
H A DNumberingManager.cxx208 _PropertyMap::const_iterator aMapIter = begin(); in GetCharStyleProperties() local
210 for( ; aMapIter != aEndIter; ++aMapIter ) in GetCharStyleProperties()
212 switch( aMapIter->first.eId ) in GetCharStyleProperties()
226 aPropNameSupplier.GetName( aMapIter->first.eId ), 0, in GetCharStyleProperties()
227 aMapIter->second, beans::PropertyState_DIRECT_VALUE )); in GetCharStyleProperties()
291 _PropertyMap::const_iterator aMapIter = begin(); in GetLevelProperties() local
293 for( ; aMapIter != aEndIter; ++aMapIter ) in GetLevelProperties()
295 switch( aMapIter->first.eId ) in GetLevelProperties()
303 …beans::PropertyValue( aPropNameSupplier.GetName( aMapIter->first.eId ), 0, aMapIter->second, beans… in GetLevelProperties()
307 …::PropertyValue( aPropNameSupplier.GetName( PROP_BULLET_FONT_NAME ), 0, aMapIter->second, beans::P… in GetLevelProperties()
H A DStyleSheetTable.cxx1286 PropertyMap::iterator aMapIter = m_pImpl->m_pDefaultParaProps->begin(); in applyDefaults() local
1287 for( ; aMapIter != m_pImpl->m_pDefaultParaProps->end(); ++aMapIter ) in applyDefaults()
1291 …m_xTextDefaults->setPropertyValue(rPropNameSupplier.GetName( aMapIter->first.eId ), aMapIter->seco… in applyDefaults()
1301 PropertyMap::iterator aMapIter = m_pImpl->m_pDefaultCharProps->begin(); in applyDefaults() local
1302 for( ; aMapIter != m_pImpl->m_pDefaultCharProps->end(); ++aMapIter ) in applyDefaults()
1306 …m_xTextDefaults->setPropertyValue(rPropNameSupplier.GetName( aMapIter->first.eId ), aMapIter->seco… in applyDefaults()
H A DDomainMapperTableHandler.cxx104 PropertyMap::const_iterator aMapIter = pProps->begin(); in lcl_printProperties() local
107 for( ; aMapIter != aEndIter; ++aMapIter ) in lcl_printProperties()
109 rtl::OUString aOUStr = rPropSupplier.GetName( aMapIter->first.eId ); in lcl_printProperties()
116 if ( aMapIter->second >>= aLine ) in lcl_printProperties()
124 else if ( aMapIter->second >>= nColor ) in lcl_printProperties()
/trunk/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()
/trunk/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()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2544 ASSERT( aMapIter != maVertLines.end(), "FindStylesForLine: Error" ) in FindStylesForLine()
2545 const SwLineEntrySet& rVertSet = (*aMapIter).second; in FindStylesForLine()
2568 aMapIter = maHoriLines.find( rStartPoint.Y() ); in FindStylesForLine()
2569 ASSERT( aMapIter != maHoriLines.end(), "FindStylesForLine: Error" ) in FindStylesForLine()
2570 const SwLineEntrySet& rHoriSet = (*aMapIter).second; in FindStylesForLine()
2595 aMapIter = maVertLines.find( rEndPoint.X() ); in FindStylesForLine()
2597 const SwLineEntrySet& rVertSet2 = (*aMapIter).second; in FindStylesForLine()
2612 aMapIter = maHoriLines.find( rEndPoint.Y() ); in FindStylesForLine()
2614 const SwLineEntrySet& rHoriSet2 = (*aMapIter).second; in FindStylesForLine()
2697 SwLineEntryMapIter aMapIter = pLine2->find( nKey ); in Insert() local
[all …]
/trunk/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()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx111 ScTokenMatrixMap::const_iterator aMapIter; in ScIfJump() local
118 else if (pTokenMatrixMap && ((aMapIter = pTokenMatrixMap->find( in ScIfJump()
120 xNew = (*aMapIter).second; in ScIfJump()
244 ScTokenMatrixMap::const_iterator aMapIter; in ScChoseJump() local
251 else if (pTokenMatrixMap && ((aMapIter = pTokenMatrixMap->find( in ScChoseJump()
253 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()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx3670 SwAccessibleContextMap_Impl::iterator aMapIter = in _BuildSelectedParas() local
3672 if( aMapIter != mpFrmMap->end() ) in _BuildSelectedParas()
3674 xWeakAcc = (*aMapIter).second; in _BuildSelectedParas()
/trunk/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 328 milliseconds