Home
last modified time | relevance | path

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

/AOO41X/main/basctl/source/basicide/
H A Dbastypes.cxx806 ,m_nCurrentType( nCurrentType ) in LibInfoItem()
818 ,m_nCurrentType( rItem.m_nCurrentType ) in LibInfoItem()
827 m_nCurrentType = rItem.m_nCurrentType; in operator =()
/AOO41X/main/basctl/source/inc/
H A Dbastypes.hxx278 sal_uInt16 m_nCurrentType; member in LibInfoItem
291 sal_uInt16 GetCurrentType() const { return m_nCurrentType; } in GetCurrentType()