Lines Matching refs:NewEntry
782 …void SAL_CALL OColorControl::prependListEntry( const ::rtl::OUString& NewEntry ) throw (RuntimeExc… in prependListEntry() argument
784 getTypedControlWindow()->InsertEntry( NewEntry, 0 ); in prependListEntry()
785 m_aNonColorEntries.insert( NewEntry ); in prependListEntry()
789 …void SAL_CALL OColorControl::appendListEntry( const ::rtl::OUString& NewEntry ) throw (RuntimeExce… in appendListEntry() argument
791 getTypedControlWindow()->InsertEntry( NewEntry ); in appendListEntry()
792 m_aNonColorEntries.insert( NewEntry ); in appendListEntry()
872 …void SAL_CALL OListboxControl::prependListEntry( const ::rtl::OUString& NewEntry ) throw (RuntimeE… in prependListEntry() argument
874 getTypedControlWindow()->InsertEntry( NewEntry, 0 ); in prependListEntry()
878 …void SAL_CALL OListboxControl::appendListEntry( const ::rtl::OUString& NewEntry ) throw (RuntimeEx… in appendListEntry() argument
880 getTypedControlWindow()->InsertEntry( NewEntry ); in appendListEntry()
942 …void SAL_CALL OComboboxControl::prependListEntry( const ::rtl::OUString& NewEntry ) throw (Runtime… in prependListEntry() argument
944 getTypedControlWindow()->InsertEntry( NewEntry, 0 ); in prependListEntry()
948 …void SAL_CALL OComboboxControl::appendListEntry( const ::rtl::OUString& NewEntry ) throw (RuntimeE… in appendListEntry() argument
950 getTypedControlWindow()->InsertEntry( NewEntry ); in appendListEntry()