Lines Matching refs:SAL_CALL

100 …::com::sun::star::uno::Any SAL_CALL GridColumn::getIdentifier() throw (::com::sun::star::uno::Runt…  in getIdentifier()
107 …void SAL_CALL GridColumn::setIdentifier(const ::com::sun::star::uno::Any & value) throw (::com::su… in setIdentifier()
114 … ::sal_Int32 SAL_CALL GridColumn::getColumnWidth() throw (::com::sun::star::uno::RuntimeException) in getColumnWidth()
121 …void SAL_CALL GridColumn::setColumnWidth(::sal_Int32 value) throw (::com::sun::star::uno::RuntimeE… in setColumnWidth()
127 ::sal_Int32 SAL_CALL GridColumn::getMaxWidth() throw (::com::sun::star::uno::RuntimeException) in getMaxWidth()
134 …void SAL_CALL GridColumn::setMaxWidth(::sal_Int32 value) throw (::com::sun::star::uno::RuntimeExce… in setMaxWidth()
140 ::sal_Int32 SAL_CALL GridColumn::getMinWidth() throw (::com::sun::star::uno::RuntimeException) in getMinWidth()
147 …void SAL_CALL GridColumn::setMinWidth(::sal_Int32 value) throw (::com::sun::star::uno::RuntimeExce… in setMinWidth()
153 ::rtl::OUString SAL_CALL GridColumn::getTitle() throw (::com::sun::star::uno::RuntimeException) in getTitle()
160 …void SAL_CALL GridColumn::setTitle(const ::rtl::OUString & value) throw (::com::sun::star::uno::Ru… in setTitle()
166 ::rtl::OUString SAL_CALL GridColumn::getHelpText() throw (RuntimeException) in getHelpText()
173 void SAL_CALL GridColumn::setHelpText( const ::rtl::OUString & value ) throw (RuntimeException) in setHelpText()
179 sal_Bool SAL_CALL GridColumn::getResizeable() throw (::com::sun::star::uno::RuntimeException) in getResizeable()
186 …void SAL_CALL GridColumn::setResizeable(sal_Bool value) throw (::com::sun::star::uno::RuntimeExcep… in setResizeable()
192 ::sal_Int32 SAL_CALL GridColumn::getFlexibility() throw (RuntimeException) in getFlexibility()
199 …void SAL_CALL GridColumn::setFlexibility( ::sal_Int32 i_value ) throw (IllegalArgumentException, R… in setFlexibility()
207 …HorizontalAlignment SAL_CALL GridColumn::getHorizontalAlign() throw (::com::sun::star::uno::Runtim… in getHorizontalAlign()
214 …void SAL_CALL GridColumn::setHorizontalAlign(HorizontalAlignment align) throw (::com::sun::star::u… in setHorizontalAlign()
220 …void SAL_CALL GridColumn::addGridColumnListener( const Reference< XGridColumnListener >& xListener… in addGridColumnListener()
226 …void SAL_CALL GridColumn::removeGridColumnListener( const Reference< XGridColumnListener >& xListe… in removeGridColumnListener()
232 void SAL_CALL GridColumn::disposing() in disposing()
240 ::sal_Int32 SAL_CALL GridColumn::getIndex() throw (RuntimeException) in getIndex()
254 ::sal_Int32 SAL_CALL GridColumn::getDataColumnIndex() throw(RuntimeException) in getDataColumnIndex()
261 …void SAL_CALL GridColumn::setDataColumnIndex( ::sal_Int32 i_dataColumnIndex ) throw(RuntimeExcepti… in setDataColumnIndex()
267 ::rtl::OUString SAL_CALL GridColumn::getImplementationName( ) throw (RuntimeException) in getImplementationName()
273 …sal_Bool SAL_CALL GridColumn::supportsService( const ::rtl::OUString& i_serviceName ) throw (Runti… in supportsService()
283 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL GridColumn::getSupportedServiceNames( … in getSupportedServiceNames()
291 Reference< XCloneable > SAL_CALL GridColumn::createClone( ) throw (RuntimeException) in createClone()
297 …sal_Int64 SAL_CALL GridColumn::getSomething( const Sequence< sal_Int8 >& i_identifier ) throw(Runt… in getSomething()
321 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL GridColumn_CreateIns… in GridColumn_CreateInstance()