Lines Matching refs:FormOperations

71 	static ::frm::OMultiInstanceAutoRegistration< ::frm::FormOperations > aAutoRegistration;  in createRegistryInfo_FormOperations()
133 FormOperations::FormOperations( const Reference< XMultiServiceFactory >& _rxContext ) in FormOperations() function in frm::FormOperations
146 FormOperations::~FormOperations() in ~FormOperations()
151 ::rtl::OUString FormOperations::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
157 …Sequence< ::rtl::OUString > FormOperations::getSupportedServiceNames_Static( ) throw(RuntimeExcep… in getSupportedServiceNames_Static()
165 …Reference< XInterface > SAL_CALL FormOperations::Create(const Reference< XMultiServiceFactory >& _… in Create()
167 return *new FormOperations( _rxFactory ); in Create()
171 …void SAL_CALL FormOperations::initialize( const Sequence< Any >& _arguments ) throw (Exception, Ru… in initialize()
193 ::rtl::OUString SAL_CALL FormOperations::getImplementationName( ) throw (RuntimeException) in getImplementationName()
199 …::sal_Bool SAL_CALL FormOperations::supportsService( const ::rtl::OUString& _ServiceName ) throw (… in supportsService()
208 …Sequence< ::rtl::OUString > SAL_CALL FormOperations::getSupportedServiceNames( ) throw (RuntimeEx… in getSupportedServiceNames()
214 Reference< XRowSet > SAL_CALL FormOperations::getCursor() throw (RuntimeException) in getCursor()
221 … Reference< XResultSetUpdate > SAL_CALL FormOperations::getUpdateCursor() throw (RuntimeException) in getUpdateCursor()
228 Reference< XFormController > SAL_CALL FormOperations::getController() throw (RuntimeException) in getController()
235 …Reference< XFeatureInvalidation > SAL_CALL FormOperations::getFeatureInvalidation() throw (Runtime… in getFeatureInvalidation()
242 …void SAL_CALL FormOperations::setFeatureInvalidation( const Reference< XFeatureInvalidation > & _r… in setFeatureInvalidation()
249 FeatureState SAL_CALL FormOperations::getState( ::sal_Int16 _nFeature ) throw (RuntimeException) in getState()
432 ::sal_Bool SAL_CALL FormOperations::isEnabled( ::sal_Int16 _nFeature ) throw (RuntimeException) in isEnabled()
466 …void SAL_CALL FormOperations::execute( ::sal_Int16 _nFeature ) throw (RuntimeException, IllegalArg… in execute()
726 …throw WrappedTargetException( ::rtl::OUString(), *const_cast< FormOperations* >( this ), ::cppu::g… in execute()
733 …void SAL_CALL FormOperations::executeWithArguments( ::sal_Int16 _nFeature, const Sequence< NamedVa… in executeWithArguments()
790 …::sal_Bool SAL_CALL FormOperations::commitCurrentRecord( ::sal_Bool& _out_rRecordInserted ) throw … in commitCurrentRecord()
799 bool FormOperations::impl_commitCurrentRecord_throw( ::sal_Bool* _pRecordInserted ) const in impl_commitCurrentRecord_throw()
825 … ::sal_Bool SAL_CALL FormOperations::commitCurrentControl() throw (RuntimeException, SQLException) in commitCurrentControl()
832 bool FormOperations::impl_commitCurrentControl_throw() const in impl_commitCurrentControl_throw()
874 …::sal_Bool SAL_CALL FormOperations::isInsertionRow() throw (RuntimeException, WrappedTargetExcepti… in isInsertionRow()
890 …::sal_Bool SAL_CALL FormOperations::isModifiedRow() throw (RuntimeException, WrappedTargetExceptio… in isModifiedRow()
906 …void SAL_CALL FormOperations::cursorMoved( const EventObject& /*_Event*/ ) throw (RuntimeException) in cursorMoved()
915 … void SAL_CALL FormOperations::rowChanged( const EventObject& /*_Event*/ ) throw (RuntimeException) in rowChanged()
921 …void SAL_CALL FormOperations::rowSetChanged( const EventObject& /*_Event*/ ) throw (RuntimeExcepti… in rowSetChanged()
927 … void SAL_CALL FormOperations::modified( const EventObject& /*_Source*/ ) throw( RuntimeException ) in modified()
940 …void SAL_CALL FormOperations::propertyChange( const PropertyChangeEvent& _rEvent ) throw (RuntimeE… in propertyChange()
988 … void SAL_CALL FormOperations::disposing( const EventObject& /*_Source*/ ) throw (RuntimeException) in disposing()
994 void SAL_CALL FormOperations::disposing() in disposing()
1032 void FormOperations::impl_checkDisposed_throw() const in impl_checkDisposed_throw()
1035 throw DisposedException( ::rtl::OUString(), *const_cast< FormOperations* >( this ) ); in impl_checkDisposed_throw()
1039 void FormOperations::impl_initFromController_throw() in impl_initFromController_throw()
1054 void FormOperations::impl_initFromForm_throw() in impl_initFromForm_throw()
1070 … void FormOperations::createWithFormController( const Reference< XFormController >& _rxController ) in createWithFormController()
1082 void FormOperations::createWithForm( const Reference< XForm >& _rxForm ) in createWithForm()
1094 …void FormOperations::impl_invalidateAllSupportedFeatures_nothrow( MethodGuard& _rClearForCallback … in impl_invalidateAllSupportedFeatures_nothrow()
1106 …void FormOperations::impl_invalidateModifyDependentFeatures_nothrow( MethodGuard& _rClearForCallba… in impl_invalidateModifyDependentFeatures_nothrow()
1133 void FormOperations::impl_ensureInitializedParser_nothrow() in impl_ensureInitializedParser_nothrow()
1186 void FormOperations::impl_disposeParser_nothrow() in impl_disposeParser_nothrow()
1213 bool FormOperations::impl_canMoveLeft_throw( ) const in impl_canMoveLeft_throw()
1222 bool FormOperations::impl_canMoveRight_throw( ) const in impl_canMoveRight_throw()
1257 bool FormOperations::impl_isInsertionRow_throw() const in impl_isInsertionRow_throw()
1263 sal_Int32 FormOperations::impl_getRowCount_throw() const in impl_getRowCount_throw()
1268 bool FormOperations::impl_isRowCountFinal_throw() const in impl_isRowCountFinal_throw()
1274 bool FormOperations::impl_isModifiedRow_throw() const in impl_isModifiedRow_throw()
1280 bool FormOperations::impl_isParseable_throw() const in impl_isParseable_throw()
1282 const_cast< FormOperations* >( this )->impl_ensureInitializedParser_nothrow(); in impl_isParseable_throw()
1287 bool FormOperations::impl_hasFilterOrOrder_throw() const in impl_hasFilterOrOrder_throw()
1293 bool FormOperations::impl_isInsertOnlyForm_throw() const in impl_isInsertOnlyForm_throw()
1299 Reference< XControlModel > FormOperations::impl_getCurrentControlModel_throw() const in impl_getCurrentControlModel_throw()
1324 Reference< XPropertySet > FormOperations::impl_getCurrentBoundField_nothrow( ) const in impl_getCurrentBoundField_nothrow()
1348 …sal_Int16 FormOperations::impl_gridView2ModelPos_nothrow( const Reference< XIndexAccess >& _rxColu… in impl_gridView2ModelPos_nothrow()
1382 bool FormOperations::impl_moveLeft_throw( ) const in impl_moveLeft_throw()
1418 bool FormOperations::impl_moveRight_throw( ) const in impl_moveRight_throw()
1447 void FormOperations::impl_resetAllControls_nothrow() const in impl_resetAllControls_nothrow()
1475 void FormOperations::impl_executeAutoSort_throw( bool _bUp ) const in impl_executeAutoSort_throw()
1503 (Action)&FormOperations::impl_appendOrderByColumn_throw, in impl_executeAutoSort_throw()
1539 …throw WrappedTargetException( ::rtl::OUString(), *const_cast< FormOperations* >( this ), ::cppu::g… in impl_executeAutoSort_throw()
1544 void FormOperations::impl_executeAutoFilter_throw( ) const in impl_executeAutoFilter_throw()
1574 (Action)&FormOperations::impl_appendFilterByColumn_throw, in impl_executeAutoFilter_throw()
1613 …throw WrappedTargetException( ::rtl::OUString(), *const_cast< FormOperations* >( this ), ::cppu::g… in impl_executeAutoFilter_throw()
1618 void FormOperations::impl_executeFilterOrSort_throw( bool _bFilter ) const in impl_executeFilterOrSort_throw()
1672 …throw WrappedTargetException( ::rtl::OUString(), *const_cast< FormOperations* >( this ), ::cppu::g… in impl_executeFilterOrSort_throw()
1677 void FormOperations::impl_appendOrderByColumn_throw( const void* _pActionParam ) const in impl_appendOrderByColumn_throw()
1684 void FormOperations::impl_appendFilterByColumn_throw( const void* _pActionParam ) const in impl_appendFilterByColumn_throw()
1707 …void FormOperations::impl_doActionInSQLContext_throw( Action _pAction, const void* _pParam, sal_uI… in impl_doActionInSQLContext_throw()
1729 …throw WrappedTargetException( sAdditionalError, *const_cast< FormOperations* >( this ), ::cppu::ge… in impl_doActionInSQLContext_throw()