Home
last modified time | relevance | path

Searched refs:ExtItemFormatKey (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1351 bool CombiList::ExtItemFormatKey::operator<( const ExtItemFormatKey& rRight ) const in operator <()
1365 typedef ::std::set< ExtItemFormatKey > ExtItemFormatKeySet; in implSetName()
1366 ::std::set< ExtItemFormatKey > aItemKeys; in implSetName()
1379 ExtItemFormatKey aKey( nKey ); in implSetName()
1390 aItemKeys.insert( ExtItemFormatKey( nKey ) ); in implSetName()
1407 const ExtItemFormatKey& rMapKey = aIt->first; in implGetName()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx812 struct ExtItemFormatKey struct in oox::dump::CombiList
816 inline explicit ExtItemFormatKey( sal_Int64 nKey ) : mnKey( nKey ), maFilter( 0, 0 ) {} in ExtItemFormatKey() argument
817 bool operator<( const ExtItemFormatKey& rRight ) const;
825 typedef ::std::map< ExtItemFormatKey, ExtItemFormat > ExtItemFormatMap;

Completed in 42 milliseconds