Home
last modified time | relevance | path

Searched refs:Map_t (Results 1 – 9 of 9) sorted by relevance

/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.hxx167 typedef hash_map<CpAndFc, WW8FSPA::Pointer_t, CpAndFcHash> Map_t; typedef in writerfilter::doctok::ShapeHelper
171 Map_t mMap;
193 CpAndFcHash> Map_t; typedef in writerfilter::doctok::FieldHelper
197 Map_t mMap;
219 CpAndFcHash> Map_t; typedef in writerfilter::doctok::BreakHelper
222 Map_t mMap;
H A DDffImpl.cxx37 typedef map<sal_uInt32, string> Map_t; typedef in writerfilter::doctok::ShapeTypeToString
38 Map_t mMap;
H A DWW8DocumentImpl.cxx2186 typename Helper::Map_t & rMap, in process()
2216 Map_t::iterator aIt; in init()
2252 Map_t::iterator aIt; in init()
2280 Map_t::iterator aIt; in init()
/trunk/main/forms/source/xforms/
H A Dconvert.hxx58 typedef std::map<Type_t,Convert_t,TypeLess> Map_t; typedef in xforms::Convert
59 Map_t maMap;
H A Dconvert.cxx537 select1st<Map_t::value_type>() ); in getTypes()
543 Map_t::iterator aIter = maMap.find( rAny.getValueType() ); in toXSD()
550 Map_t::iterator aIter = maMap.find( rType ); in toAny()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyIds.hxx317 typedef ::std::hash_map<PropertyIds, sal_Int32, PropertyIdsHash> Map_t; typedef in writerfilter::dmapper::PropertySequence
318 Map_t m_indexMap;
H A DPropertyIds.cxx368 Map_t::const_iterator aIt = m_indexMap.find(aPropId); in get()
380 Map_t::const_iterator aIt = m_indexMap.find(aPropId); in getOrCreateIndex()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.hxx294 typedef hash_map<const SwNode *, WW8TableNodeInfo::Pointer_t, hashNode > Map_t; typedef in ww8::WW8TableInfo
295 Map_t mMap;
H A DWW8TableInfo.cxx878 mMap.insert(Map_t::value_type(pNode, pNodeInfo)); in insertTableNodeInfo()
938 Map_t::iterator aIt = mMap.find(pNode); in getTableNodeInfo()

Completed in 68 milliseconds