Searched refs:CompType (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/filter/source/xsltfilter/ |
H A D | containerhelper.hxx | 33 template< typename KeyType, typename ObjType, typename CompType = ::std::less< KeyType > > 34 class RefMap : public ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > 37 typedef ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > container_type;
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | refmap.hxx | 43 template< typename KeyType, typename ObjType, typename CompType = ::std::less< KeyType > > 44 class RefMap : public ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > 47 typedef ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > container_type;
|
/aoo42x/main/sw/source/core/inc/ |
H A D | scriptinfo.hxx | 121 enum CompType { KANA, SPECIAL_LEFT, SPECIAL_RIGHT, NONE }; enum in SwScriptInfo 172 sal_uInt8 CompType( const xub_StrLen nPos ) const;
|
/aoo42x/main/sw/source/core/text/ |
H A D | porlay.cxx | 1710 sal_uInt8 SwScriptInfo::CompType( const xub_StrLen nPos ) const in CompType() function in SwScriptInfo 1797 ASSERT( nType == CompType( nIdx ), "Gimme the right type!" ); in Compress()
|
Completed in 27 milliseconds