Searched refs:NewEntry (Results 1 – 5 of 5) sorted by relevance
782 …void SAL_CALL OColorControl::prependListEntry( const ::rtl::OUString& NewEntry ) throw (RuntimeExc… in prependListEntry() argument784 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() argument791 getTypedControlWindow()->InsertEntry( NewEntry ); in appendListEntry()792 m_aNonColorEntries.insert( NewEntry ); in appendListEntry()874 getTypedControlWindow()->InsertEntry( NewEntry, 0 ); in prependListEntry()878 …void SAL_CALL OListboxControl::appendListEntry( const ::rtl::OUString& NewEntry ) throw (RuntimeEx… in appendListEntry() argument880 getTypedControlWindow()->InsertEntry( NewEntry ); in appendListEntry()944 getTypedControlWindow()->InsertEntry( NewEntry, 0 ); in prependListEntry()[all …]
307 …virtual void SAL_CALL prependListEntry( const ::rtl::OUString& NewEntry ) throw (::com::sun::star:…308 …virtual void SAL_CALL appendListEntry( const ::rtl::OUString& NewEntry ) throw (::com::sun::star::…333 …virtual void SAL_CALL prependListEntry( const ::rtl::OUString& NewEntry ) throw (::com::sun::star:…334 …virtual void SAL_CALL appendListEntry( const ::rtl::OUString& NewEntry ) throw (::com::sun::star::…357 …virtual void SAL_CALL prependListEntry( const ::rtl::OUString& NewEntry ) throw (::com::sun::star:…358 …virtual void SAL_CALL appendListEntry( const ::rtl::OUString& NewEntry ) throw (::com::sun::star::…
53 void prependListEntry( [in] string NewEntry );57 void appendListEntry( [in] string NewEntry );
883 NewEntry( nRow, nNumFormat ); in SetNumFormat()886 NewEntry( nRow, nNumFormat ); in SetNumFormat()893 void DifColumn::NewEntry( const SCROW nPos, const sal_uInt32 nNumFormat ) in NewEntry() function in DifColumn
181 void NewEntry( const SCROW nPos, const sal_uInt32 nNumFormat );
Completed in 46 milliseconds