Home
last modified time | relevance | path

Searched refs:LibInfoKey (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basctl/source/inc/
H A Dbastypes.hxx252 class LibInfoKey class
259 LibInfoKey( const ScriptDocument& rDocument, const String& rLibName );
260 ~LibInfoKey();
262 LibInfoKey( const LibInfoKey& rKey );
263 LibInfoKey& operator=( const LibInfoKey& rKey );
265 bool operator==( const LibInfoKey& rKey ) const;
300 size_t operator()( const LibInfoKey& rKey ) const in operator ()()
308 …typedef ::std::hash_map< LibInfoKey, LibInfoItem*, LibInfoKeyHash, ::std::equal_to< LibInfoKey > >…
318 LibInfoItem* GetInfo( const LibInfoKey& rKey );
/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx771 LibInfoKey::LibInfoKey( const ScriptDocument& rDocument, const String& rLibName ) in LibInfoKey() function in LibInfoKey
777 LibInfoKey::~LibInfoKey() in ~LibInfoKey()
781 LibInfoKey::LibInfoKey( const LibInfoKey& rKey ) in LibInfoKey() function in LibInfoKey
787 LibInfoKey& LibInfoKey::operator=( const LibInfoKey& rKey ) in operator =()
794 bool LibInfoKey::operator==( const LibInfoKey& rKey ) const in operator ==()
846 LibInfoKey aKey( pItem->GetDocument(), pItem->GetLibName() ); in InsertInfo()
879 LibInfoItem* LibInfos::GetInfo( const LibInfoKey& rKey ) in GetInfo()
H A Dbasidesh.cxx800 pLibInfoItem = pData->GetLibInfos().GetInfo( LibInfoKey( *doc, aLibName ) ); in UpdateWindows()

Completed in 29 milliseconds