Home
last modified time | relevance | path

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

/aoo4110/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.cxx2250 typename Helper::Map_t & rMap, in process()
2280 Map_t::iterator aIt; in init()
2316 Map_t::iterator aIt; in init()
2344 Map_t::iterator aIt; in init()
/aoo4110/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()
/aoo4110/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 46 milliseconds