Lines Matching refs:OApplicationController

147 …static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::OApplicationController > aAutoRegistratio…  in createRegistryInfo_ODBApplication()
179 ::rtl::OUString SAL_CALL OApplicationController::getImplementationName() throw( RuntimeException ) in getImplementationName()
185 ::rtl::OUString OApplicationController::getImplementationName_Static() throw( RuntimeException ) in getImplementationName_Static()
190 Sequence< ::rtl::OUString> OApplicationController::getSupportedServiceNames_Static(void) throw( Run… in getSupportedServiceNames_Static()
197 Sequence< ::rtl::OUString> SAL_CALL OApplicationController::getSupportedServiceNames() throw(Runtim… in getSupportedServiceNames()
202 Reference< XInterface > SAL_CALL OApplicationController::Create(const Reference<XMultiServiceFactor… in Create()
204 return *(new OApplicationController(_rxFactory)); in Create()
208 struct XContainerFunctor : public ::std::unary_function< OApplicationController::TContainerVector::…
214 bool operator() (const OApplicationController::TContainerVector::value_type& lhs) const in operator ()()
310 DBG_NAME(OApplicationController) in DBG_NAME() argument
312 OApplicationController::OApplicationController(const Reference< XMultiServiceFactory >& _rxORB) in DBG_NAME()
320 ,m_aControllerConnectedEvent( LINK( this, OApplicationController, OnFirstControllerConnected ) ) in DBG_NAME()
321 ,m_aSelectContainerEvent( LINK( this, OApplicationController, OnSelectContainer ) ) in DBG_NAME()
328 DBG_CTOR(OApplicationController,NULL); in DBG_NAME()
331 OApplicationController::~OApplicationController() in ~OApplicationController()
343 DBG_DTOR(OApplicationController,NULL); in ~OApplicationController()
346 IMPLEMENT_FORWARD_XTYPEPROVIDER2(OApplicationController,OApplicationController_CBASE,OApplicationCo… in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
347 IMPLEMENT_FORWARD_XINTERFACE2(OApplicationController,OApplicationController_CBASE,OApplicationContr… in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
349 void OApplicationController::disconnect() in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
373 void SAL_CALL OApplicationController::disposing() in disposing()
455 sal_Bool OApplicationController::Construct(Window* _pParent) in Construct()
486 …m_pClipbordNotifier = new TransferableClipboardListener( LINK( this, OApplicationController, OnCli… in Construct()
497 void SAL_CALL OApplicationController::disposing(const EventObject& _rSource) throw( RuntimeExceptio… in disposing()
535 sal_Bool SAL_CALL OApplicationController::suspend(sal_Bool bSuspend) throw( RuntimeException ) in suspend()
593 FeatureState OApplicationController::GetState(sal_uInt16 _nId) const in GetState()
1015 void OApplicationController::Execute(sal_uInt16 _nId, const Sequence< PropertyValue >& aArgs) in Execute()
1274 …getContainer()->PostUserEvent( LINK( this, OApplicationController, OnCreateWithPilot ), reinterpre… in Execute()
1438 void OApplicationController::describeSupportedFeatures() in describeSupportedFeatures()
1545 OApplicationView* OApplicationController::getContainer() const in getContainer()
1552 void SAL_CALL OApplicationController::elementInserted( const ContainerEvent& _rEvent ) throw(Runtim… in elementInserted()
1588 void SAL_CALL OApplicationController::elementRemoved( const ContainerEvent& _rEvent ) throw(Runtime… in elementRemoved()
1622 void SAL_CALL OApplicationController::elementReplaced( const ContainerEvent& _rEvent ) throw(Runtim… in elementReplaced()
1699 sal_Bool OApplicationController::onContainerSelect(ElementType _eType) in onContainerSelect()
1770 bool OApplicationController::onEntryDoubleClick( SvTreeListBox& _rTree ) in onEntryDoubleClick()
1791 bool OApplicationController::impl_isAlterableView_nothrow( const ::rtl::OUString& _rTableOrViewName… in impl_isAlterableView_nothrow()
1817 Reference< XComponent > OApplicationController::openElement(const ::rtl::OUString& _sName, ElementT… in openElement()
1824 Reference< XComponent > OApplicationController::openElementWithArguments( const ::rtl::OUString& _s… in openElementWithArguments()
1932 IMPL_LINK( OApplicationController, OnSelectContainer, void*, _pType ) in IMPL_LINK() argument
1939 IMPL_LINK( OApplicationController, OnCreateWithPilot, void*, _pType ) in IMPL_LINK() argument
1947 void OApplicationController::newElementWithPilot( ElementType _eType ) in newElementWithPilot()
1993 Reference< XComponent > OApplicationController::newElement( ElementType _eType, const ::comphelper:… in newElement()
2048 void OApplicationController::addContainerListener(const Reference<XNameAccess>& _xCollection) in addContainerListener()
2070 void OApplicationController::renameEntry() in renameEntry()
2223 void OApplicationController::onSelectionChanged() in onSelectionChanged()
2244 void OApplicationController::showPreviewFor(const ElementType _eType,const ::rtl::OUString& _sName) in showPreviewFor()
2291 IMPL_LINK( OApplicationController, OnClipboardChanged, void*, EMPTYARG ) in IMPL_LINK() argument
2296 IMPL_LINK(OApplicationController, OnInvalidateClipboard, void*, EMPTYARG) in IMPL_LINK() argument
2305 void OApplicationController::onCutEntry() in onCutEntry()
2309 void OApplicationController::onCopyEntry() in onCopyEntry()
2314 void OApplicationController::onPasteEntry() in onPasteEntry()
2319 void OApplicationController::onDeleteEntry() in onDeleteEntry()
2345 void OApplicationController::executeUnChecked(const URL& _rCommand, const Sequence< PropertyValue>&… in executeUnChecked()
2351 void OApplicationController::executeChecked(const URL& _rCommand, const Sequence< PropertyValue>& a… in executeChecked()
2357 void OApplicationController::executeUnChecked(sal_uInt16 _nCommandId, const Sequence< PropertyValue… in executeUnChecked()
2363 void OApplicationController::executeChecked(sal_uInt16 _nCommandId, const Sequence< PropertyValue>&… in executeChecked()
2369 sal_Bool OApplicationController::isCommandEnabled(sal_uInt16 _nCommandId) const in isCommandEnabled()
2375 sal_Bool OApplicationController::isCommandEnabled( const ::rtl::OUString& _rCompleteCommandURL ) co… in isCommandEnabled()
2381 sal_uInt16 OApplicationController::registerCommandURL( const ::rtl::OUString& _rCompleteCommandURL ) in registerCommandURL()
2387 void OApplicationController::notifyHiContrastChanged() in notifyHiContrastChanged()
2393 Reference< XController > OApplicationController::getXController() throw( RuntimeException ) in getXController()
2399 bool OApplicationController::interceptUserInput( const NotifyEvent& _rEvent ) in interceptUserInput()
2405 PopupMenu* OApplicationController::getContextMenu( Control& /*_rControl*/ ) const in getContextMenu()
2411 IController& OApplicationController::getCommandController() in getCommandController()
2417 ::cppu::OInterfaceContainerHelper* OApplicationController::getContextMenuInterceptors() in getContextMenuInterceptors()
2423 Any OApplicationController::getCurrentSelection( Control& _rControl ) const in getCurrentSelection()
2431 sal_Bool OApplicationController::requestQuickHelp( const SvLBoxEntry* /*_pEntry*/, String& /*_rText… in requestQuickHelp()
2437 sal_Bool OApplicationController::requestDrag( sal_Int8 /*_nAction*/, const Point& /*_rPosPixel*/ ) in requestDrag()
2462 sal_Int8 OApplicationController::queryDrop( const AcceptDropEvent& _rEvt, const DataFlavorExVector&… in queryDrop()
2510 sal_Int8 OApplicationController::executeDrop( const ExecuteDropEvent& _rEvt ) in executeDrop()
2545 m_nAsyncDrop = Application::PostUserEvent(LINK(this, OApplicationController, OnAsyncDrop)); in executeDrop()
2593 m_nAsyncDrop = Application::PostUserEvent(LINK(this, OApplicationController, OnAsyncDrop)); in executeDrop()
2605 m_nAsyncDrop = Application::PostUserEvent(LINK(this, OApplicationController, OnAsyncDrop)); in executeDrop()
2613 Reference< XModel > SAL_CALL OApplicationController::getModel(void) throw( RuntimeException ) in getModel()
2619 void OApplicationController::onAttachedFrame() in onAttachedFrame()
2646 IMPL_LINK( OApplicationController, OnFirstControllerConnected, void*, /**/ )
2702 void SAL_CALL OApplicationController::attachFrame( const Reference< XFrame > & i_rxFrame ) throw( R… in attachFrame()
2710 sal_Bool SAL_CALL OApplicationController::attachModel(const Reference< XModel > & _rxModel) throw( … in attachModel()
2801 void OApplicationController::containerFound( const Reference< XContainer >& _xContainer) in containerFound()
2817 ::rtl::OUString OApplicationController::getCurrentlySelectedName(sal_Int32& _rnCommandType) const in getCurrentlySelectedName()
2840 void SAL_CALL OApplicationController::addSelectionChangeListener( const Reference< view::XSelection… in addSelectionChangeListener()
2846 void SAL_CALL OApplicationController::removeSelectionChangeListener( const Reference< view::XSelect… in removeSelectionChangeListener()
2852 ::sal_Bool SAL_CALL OApplicationController::select( const Any& _aSelection ) throw (IllegalArgument… in select()
2975 Any SAL_CALL OApplicationController::getSelection( ) throw (RuntimeException) in getSelection()
3005 void OApplicationController::impl_migrateScripts_nothrow() in impl_migrateScripts_nothrow()