Lines Matching refs:FmXGridPeer

481 FmXGridPeer* FmXGridControl::imp_CreatePeer(Window* pParent)  in imp_CreatePeer()
483 FmXGridPeer* pReturn = new FmXGridPeer(m_xServiceFactory); in imp_CreatePeer()
534 FmXGridPeer* pPeer = imp_CreatePeer(pParentWin); in createPeer()
554 pPeer = FmXGridPeer::getImplementation(getPeer()); in createPeer()
1026 class FmXGridPeer::GridListenerDelegator : public FmGridListener
1029 FmXGridPeer* m_pPeer;
1032 GridListenerDelegator( FmXGridPeer* _pPeer );
1040 FmXGridPeer::GridListenerDelegator::GridListenerDelegator(FmXGridPeer* _pPeer) in GridListenerDelegator()
1047 void FmXGridPeer::GridListenerDelegator::selectionChanged() in selectionChanged()
1053 void FmXGridPeer::GridListenerDelegator::columnChanged() in columnChanged()
1062 FmXGridPeer* pNewObject = new FmXGridPeer(_rxFactory); in FmXGridPeer_CreateInstance()
1068 Sequence< Type> SAL_CALL FmXGridPeer::getTypes( ) throw(RuntimeException) in getTypes()
1074 Sequence<sal_Int8> SAL_CALL FmXGridPeer::getImplementationId( ) throw(RuntimeException) in getImplementationId()
1090 Any SAL_CALL FmXGridPeer::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface()
1101 void FmXGridPeer::selectionChanged() in selectionChanged()
1109 void FmXGridPeer::columnChanged() in columnChanged()
1127 FmXGridPeer::FmXGridPeer(const Reference< XMultiServiceFactory >& _rxFactory) in FmXGridPeer() function in FmXGridPeer
1146 FmGridControl* FmXGridPeer::imp_CreateControl(Window* pParent, WinBits nStyle) in imp_CreateControl()
1152 void FmXGridPeer::Create(Window* pParent, WinBits nStyle) in Create()
1157 pWin->SetStateProvider(LINK(this, FmXGridPeer, OnQueryGridSlotState)); in Create()
1158 pWin->SetSlotExecutor(LINK(this, FmXGridPeer, OnExecuteGridSlot)); in Create()
1171 FmXGridPeer::~FmXGridPeer() in ~FmXGridPeer()
1180 const Sequence< sal_Int8 >& FmXGridPeer::getUnoTunnelImplementationId() throw() in getUnoTunnelImplementationId()
1197 FmXGridPeer* FmXGridPeer::getImplementation( const Reference< XInterface >& _rxIFace ) throw() in getImplementation()
1199 FmXGridPeer* pReturn = NULL; in getImplementation()
1202 pReturn = reinterpret_cast<FmXGridPeer*>(xTunnel->getSomething(getUnoTunnelImplementationId())); in getImplementation()
1208 sal_Int64 SAL_CALL FmXGridPeer::getSomething( const Sequence< sal_Int8 >& _rIdentifier ) throw(Runt… in getSomething()
1226 void FmXGridPeer::disposing(const EventObject& e) throw( RuntimeException ) in disposing()
1268 void FmXGridPeer::addModifyListener(const Reference< ::com::sun::star::util::XModifyListener >& l) … in addModifyListener()
1274 void FmXGridPeer::removeModifyListener(const Reference< ::com::sun::star::util::XModifyListener >& … in removeModifyListener()
1281 Sequence< sal_Bool > SAL_CALL FmXGridPeer::queryFieldDataType( const Type& xType ) throw(RuntimeExc… in queryFieldDataType()
1377 Sequence< Any > SAL_CALL FmXGridPeer::queryFieldData( sal_Int32 nRow, const Type& xType ) throw(Run… in queryFieldData()
1457 void FmXGridPeer::CellModified() in CellModified()
1466 void FmXGridPeer::propertyChange(const PropertyChangeEvent& evt) throw( RuntimeException ) in propertyChange()
1579 void FmXGridPeer::addUpdateListener(const Reference< XUpdateListener >& l) throw( RuntimeException ) in addUpdateListener()
1585 void FmXGridPeer::removeUpdateListener(const Reference< XUpdateListener >& l) throw( RuntimeExcepti… in removeUpdateListener()
1591 sal_Bool FmXGridPeer::commit() throw( RuntimeException ) in commit()
1614 void FmXGridPeer::cursorMoved(const EventObject& _rEvent) throw( RuntimeException ) in cursorMoved()
1624 void FmXGridPeer::rowChanged(const EventObject& _rEvent) throw( RuntimeException ) in rowChanged()
1637 void FmXGridPeer::rowSetChanged(const EventObject& /*event*/) throw( RuntimeException ) in rowSetChanged()
1645 void FmXGridPeer::loaded(const EventObject& /*rEvent*/) throw( RuntimeException ) in loaded()
1651 void FmXGridPeer::unloaded(const EventObject& /*rEvent*/) throw( RuntimeException ) in unloaded()
1657 void FmXGridPeer::reloading(const EventObject& /*aEvent*/) throw( RuntimeException ) in reloading()
1664 void FmXGridPeer::unloading(const EventObject& /*aEvent*/) throw( RuntimeException ) in unloading()
1671 void FmXGridPeer::reloaded(const EventObject& /*aEvent*/) throw( RuntimeException ) in reloaded()
1678 Reference< XIndexContainer > FmXGridPeer::getColumns() throw( RuntimeException ) in getColumns()
1684 void FmXGridPeer::addColumnListeners(const Reference< XPropertySet >& xCol) in addColumnListeners()
1709 void FmXGridPeer::removeColumnListeners(const Reference< XPropertySet >& xCol) in removeColumnListeners()
1725 void FmXGridPeer::setColumns(const Reference< XIndexContainer >& Columns) throw( RuntimeException ) in setColumns()
1782 void FmXGridPeer::setDesignMode(sal_Bool bOn) throw( RuntimeException ) in setDesignMode()
1798 sal_Bool FmXGridPeer::isDesignMode() throw( RuntimeException ) in isDesignMode()
1808 void FmXGridPeer::elementInserted(const ContainerEvent& evt) throw( RuntimeException ) in elementInserted()
1842 void FmXGridPeer::elementReplaced(const ContainerEvent& evt) throw( RuntimeException ) in elementReplaced()
1898 void FmXGridPeer::elementRemoved(const ContainerEvent& evt) throw( RuntimeException ) in elementRemoved()
1916 void FmXGridPeer::setProperty( const ::rtl::OUString& PropertyName, const Any& Value) throw( Runtim… in setProperty()
2103 Reference< XAccessibleContext > FmXGridPeer::CreateAccessibleContext() in CreateAccessibleContext()
2132 Any FmXGridPeer::getProperty( const ::rtl::OUString& _rPropertyName ) throw( RuntimeException ) in getProperty()
2181 void FmXGridPeer::dispose() throw( RuntimeException ) in dispose()
2214 void FmXGridPeer::addContainerListener(const Reference< XContainerListener >& l) throw( RuntimeExce… in addContainerListener()
2219 void FmXGridPeer::removeContainerListener(const Reference< XContainerListener >& l) throw( RuntimeE… in removeContainerListener()
2226 void FmXGridPeer::startCursorListening() in startCursorListening()
2250 void FmXGridPeer::stopCursorListening() in stopCursorListening()
2272 void FmXGridPeer::updateGrid(const Reference< XRowSet >& _rxCursor) in updateGrid()
2280 Reference< XRowSet > FmXGridPeer::getRowSet() throw( RuntimeException ) in getRowSet()
2286 void FmXGridPeer::setRowSet(const Reference< XRowSet >& _rDatabaseCursor) throw( RuntimeException ) in setRowSet()
2323 void SAL_CALL FmXGridPeer::addGridControlListener( const Reference< XGridControlListener >& _listen… in addGridControlListener()
2329 void SAL_CALL FmXGridPeer::removeGridControlListener( const Reference< XGridControlListener >& _lis… in removeGridControlListener()
2335 sal_Int16 FmXGridPeer::getCurrentColumnPosition() throw( RuntimeException ) in getCurrentColumnPosition()
2342 void FmXGridPeer::setCurrentColumnPosition(sal_Int16 nPos) throw( RuntimeException ) in setCurrentColumnPosition()
2350 void FmXGridPeer::selectionChanged(const EventObject& evt) throw( RuntimeException ) in selectionChanged()
2399 sal_Bool FmXGridPeer::hasElements() throw( RuntimeException ) in hasElements()
2405 Type SAL_CALL FmXGridPeer::getElementType( ) throw(RuntimeException) in getElementType()
2412 Reference< XEnumeration > FmXGridPeer::createEnumeration() throw( RuntimeException ) in createEnumeration()
2419 sal_Int32 FmXGridPeer::getCount() throw( RuntimeException ) in getCount()
2429 Any FmXGridPeer::getByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsException, WrappedTargetExcep… in getByIndex()
2452 void FmXGridPeer::setMode(const ::rtl::OUString& Mode) throw( NoSupportException, RuntimeException ) in setMode()
2473 ::rtl::OUString FmXGridPeer::getMode() throw( RuntimeException ) in getMode()
2479 ::comphelper::StringSequence FmXGridPeer::getSupportedModes() throw( RuntimeException ) in getSupportedModes()
2493 sal_Bool FmXGridPeer::supportsMode(const ::rtl::OUString& Mode) throw( RuntimeException ) in supportsMode()
2506 void FmXGridPeer::columnVisible(DbGridColumn* pColumn) in columnVisible()
2521 void FmXGridPeer::columnHidden(DbGridColumn* pColumn) in columnHidden()
2536 void FmXGridPeer::draw( sal_Int32 x, sal_Int32 y ) throw( RuntimeException ) in draw()
2548 Reference< ::com::sun::star::frame::XDispatch > FmXGridPeer::queryDispatch(const ::com::sun::star:… in queryDispatch()
2567 Sequence< Reference< ::com::sun::star::frame::XDispatch > > FmXGridPeer::queryDispatches(const Sequ… in queryDispatches()
2577 void FmXGridPeer::registerDispatchProviderInterceptor(const Reference< ::com::sun::star::frame::XDi… in registerDispatchProviderInterceptor()
2606 void FmXGridPeer::releaseDispatchProviderInterceptor(const Reference< ::com::sun::star::frame::XDis… in releaseDispatchProviderInterceptor()
2660 void FmXGridPeer::statusChanged(const ::com::sun::star::frame::FeatureStateEvent& Event) throw( Run… in statusChanged()
2688 sal_Bool FmXGridPeer::approveReset(const EventObject& /*rEvent*/) throw( RuntimeException ) in approveReset()
2694 sal_Bool SAL_CALL FmXGridPeer::select( const Any& _rSelection ) throw (IllegalArgumentException, Ru… in select()
2712 Any SAL_CALL FmXGridPeer::getSelection( ) throw (RuntimeException) in getSelection()
2720 void SAL_CALL FmXGridPeer::addSelectionChangeListener( const Reference< XSelectionChangeListener >&… in addSelectionChangeListener()
2726 void SAL_CALL FmXGridPeer::removeSelectionChangeListener( const Reference< XSelectionChangeListener… in removeSelectionChangeListener()
2732 void FmXGridPeer::resetted(const EventObject& rEvent) throw( RuntimeException ) in resetted()
2753 Sequence<sal_uInt16>& FmXGridPeer::getSupportedGridSlots() in getSupportedGridSlots()
2775 Sequence< ::com::sun::star::util::URL>& FmXGridPeer::getSupportedURLs() in getSupportedURLs()
2812 void FmXGridPeer::UpdateDispatches() in UpdateDispatches()
2849 void FmXGridPeer::ConnectToDispatcher() in ConnectToDispatcher()
2887 void FmXGridPeer::DisConnectFromDispatcher() in DisConnectFromDispatcher()
2908 IMPL_LINK(FmXGridPeer, OnQueryGridSlotState, void*, pSlot) in IMPL_LINK() argument
2933 IMPL_LINK(FmXGridPeer, OnExecuteGridSlot, void*, pSlot) in IMPL_LINK() argument