Home
last modified time | relevance | path

Searched refs:CompType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx33 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;
/trunk/main/oox/inc/oox/helper/
H A Drefmap.hxx43 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;
/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx121 enum CompType { KANA, SPECIAL_LEFT, SPECIAL_RIGHT, NONE }; enum in SwScriptInfo
172 sal_uInt8 CompType( const xub_StrLen nPos ) const;
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1710 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 37 milliseconds