Home
last modified time | relevance | path

Searched refs:SelectionChangeHandler (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/
H A DSelectionChangeHandler.cxx32 SelectionChangeHandler::SelectionChangeHandler ( in SelectionChangeHandler() function in svx::sidebar::SelectionChangeHandler
45 SelectionChangeHandler::~SelectionChangeHandler() in ~SelectionChangeHandler()
50 void SAL_CALL SelectionChangeHandler::selectionChanged (const lang::EventObject&) in selectionChanged()
65 void SAL_CALL SelectionChangeHandler::disposing (const lang::EventObject&) in disposing()
70 void SAL_CALL SelectionChangeHandler::disposing() in disposing()
77 void SelectionChangeHandler::Connect() in Connect()
88 void SelectionChangeHandler::Disconnect() in Disconnect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sidebar/
H A DSelectionChangeHandler.cxx35 SelectionChangeHandler::SelectionChangeHandler ( in SelectionChangeHandler() function in svx::sidebar::SelectionChangeHandler
48 SelectionChangeHandler::~SelectionChangeHandler() in ~SelectionChangeHandler()
53 void SAL_CALL SelectionChangeHandler::selectionChanged (const lang::EventObject&) in selectionChanged()
68 void SAL_CALL SelectionChangeHandler::disposing (const lang::EventObject&) in disposing()
73 void SAL_CALL SelectionChangeHandler::disposing() in disposing()
80 void SelectionChangeHandler::Connect() in Connect()
91 void SelectionChangeHandler::Disconnect() in Disconnect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/sidebar/
H A DSelectionChangeHandler.hxx41 class SVX_DLLPUBLIC SelectionChangeHandler final class
46 SelectionChangeHandler (
50 virtual ~SelectionChangeHandler() override;
62 SelectionChangeHandler(const SelectionChangeHandler&) = delete;
63 SelectionChangeHandler& operator=(const SelectionChangeHandler&) = delete;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/sidebar/
H A DSelectionChangeHandler.hxx41 class SVX_DLLPUBLIC SelectionChangeHandler final class
46 SelectionChangeHandler (
50 virtual ~SelectionChangeHandler() override;
62 SelectionChangeHandler(const SelectionChangeHandler&) = delete;
63 SelectionChangeHandler& operator=(const SelectionChangeHandler&) = delete;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/devtools/
H A DSelectionChangeHandler.hxx31 class SelectionChangeHandler final : private ::cppu::BaseMutex, class
39 SelectionChangeHandler(const css::uno::Reference<css::frame::XController>& rxController, in SelectionChangeHandler() function in SelectionChangeHandler
50 ~SelectionChangeHandler() { mpDockingWindow.disposeAndClear(); } in ~SelectionChangeHandler()
75 SelectionChangeHandler(const SelectionChangeHandler&) = delete;
76 SelectionChangeHandler& operator=(const SelectionChangeHandler&) = delete;
H A DDevelopmentToolDockingWindow.cxx50 mxSelectionListener.set(new SelectionChangeHandler(xController, this)); in DevelopmentToolDockingWindow()
86 = dynamic_cast<SelectionChangeHandler*>(mxSelectionListener.get()); in dispose()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Ddrawsh.hxx37 namespace svx::sidebar { class SelectionChangeHandler; }
42 ::rtl::Reference<svx::sidebar::SelectionChangeHandler> mpSelectionChangeHandler;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Ddrawsh.hxx39 class SelectionChangeHandler;
45 ::rtl::Reference<svx::sidebar::SelectionChangeHandler> mpSelectionChangeHandler;
/dports/games/netradiant/netradiant-20150621-src/include/
H A Diselection.h61 typedef SignalHandler1<const Selectable&> SelectionChangeHandler; typedef
118 virtual void addSelectionChangeCallback( const SelectionChangeHandler& handler ) = 0;
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/include/
H A Diselection.h81 typedef SignalHandler1<const Selectable&> SelectionChangeHandler; typedef
198 virtual void addSelectionChangeCallback (const SelectionChangeHandler& handler) = 0;
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DGUICommonWindows.py1285 SelectionChangeHandler = None variable
1291 global SelectionChangeHandler
1297 if (not SelectionChangeHandler) and handler:
1302 SelectionChangeHandler = handler
1877 if (not SelectionChangeHandler):
1889 if (not SelectionChangeHandler):
1915 if (not SelectionChangeHandler):
1937 if SelectionChangeHandler:
1938 SelectionChangeHandler ()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DDrawViewShell.hxx32 namespace svx::sidebar { class SelectionChangeHandler; }
441 ::rtl::Reference<svx::sidebar::SelectionChangeHandler> mpSelectionChangeHandler;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DDrawViewShell.hxx33 namespace svx { namespace sidebar { class SelectionChangeHandler; } }
440 ::rtl::Reference<svx::sidebar::SelectionChangeHandler> mpSelectionChangeHandler;
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/selection/
H A DRadiantSelectionSystem.h142 void addSelectionChangeCallback(const SelectionChangeHandler& handler);
H A DRadiantSelectionSystem.cpp307 void RadiantSelectionSystem::addSelectionChangeCallback(const SelectionChangeHandler& handler) { in addSelectionChangeCallback()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/inc/
H A DChartController.hxx73 class SelectionChangeHandler;
418 rtl::Reference<svx::sidebar::SelectionChangeHandler> mpSelectionChangeHandler;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/inc/
H A DChartController.hxx72 class SelectionChangeHandler;
423 rtl::Reference<svx::sidebar::SelectionChangeHandler> mpSelectionChangeHandler;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/
H A DLibrary_svx.mk186 svx/source/sidebar/SelectionChangeHandler \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/
H A DLibrary_svx.mk185 svx/source/sidebar/SelectionChangeHandler \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Ddrawsh2.cxx55 mpSelectionChangeHandler(new svx::sidebar::SelectionChangeHandler( in ScDrawShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Ddrawsh2.cxx65 mpSelectionChangeHandler(new svx::sidebar::SelectionChangeHandler( in ScDrawShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviewsa.cxx110 , mpSelectionChangeHandler(new svx::sidebar::SelectionChangeHandler( in DrawViewShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviewsa.cxx107 , mpSelectionChangeHandler(new svx::sidebar::SelectionChangeHandler( in DrawViewShell()
/dports/editors/lazarus/lazarus/lcl/interfaces/fpgui/
H A Dfpguiwsprivate.pp421 procedure SelectionChangeHandler(Sender: TObject);
2348 procedure TFPGUIPrivateListBox.SelectionChangeHandler(Sender: TObject);
2377 ListBox.OnChange:=SelectionChangeHandler;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/fpgui/
H A Dfpguiwsprivate.pp421 procedure SelectionChangeHandler(Sender: TObject);
2348 procedure TFPGUIPrivateListBox.SelectionChangeHandler(Sender: TObject);
2377 ListBox.OnChange:=SelectionChangeHandler;

12