Home
last modified time | relevance | path

Searched refs:NewEntry (Results 1 – 5 of 5) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx782 …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()
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()
944 getTypedControlWindow()->InsertEntry( NewEntry, 0 ); in prependListEntry()
[all …]
H A Dstandardcontrol.hxx307 …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::…
/trunk/main/offapi/com/sun/star/inspection/
H A DXStringListControl.idl53 void prependListEntry( [in] string NewEntry );
57 void appendListEntry( [in] string NewEntry );
/trunk/main/sc/source/filter/dif/
H A Ddifimp.cxx883 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
/trunk/main/sc/source/filter/inc/
H A Ddif.hxx181 void NewEntry( const SCROW nPos, const sal_uInt32 nNumFormat );

Completed in 29 milliseconds