|
LibreOffice Module extensions (master) 1
|
#include <comphelper/types.hxx>#include <comphelper/propertyvalue.hxx>#include <comphelper/sequence.hxx>#include "framectr.hxx"#include "datman.hxx"#include <toolkit/helper/vclunohelper.hxx>#include "bibconfig.hxx"#include <cppuhelper/implbase.hxx>#include <utility>#include <vcl/event.hxx>#include <vcl/svapp.hxx>#include <comphelper/processfactory.hxx>#include <com/sun/star/awt/XTextComponent.hpp>#include <com/sun/star/awt/XVclWindowPeer.hpp>#include <com/sun/star/form/XConfirmDeleteListener.hpp>#include <com/sun/star/form/runtime/XFormController.hpp>#include <com/sun/star/beans/PropertyValue.hpp>#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>#include <com/sun/star/sdbcx/Privilege.hpp>#include <com/sun/star/sdbc/XResultSetUpdate.hpp>#include <com/sun/star/sdb/FilterDialog.hpp>#include <com/sun/star/sdb/RowChangeAction.hpp>#include <com/sun/star/frame/CommandGroup.hpp>#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>#include <comphelper/multicontainer2.hxx>#include <cppuhelper/supportsservice.hxx>#include <sot/exchange.hxx>#include <sot/formats.hxx>#include <comphelper/diagnose_ex.hxx>#include <vcl/weld.hxx>#include <osl/mutex.hxx>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | BibFrameCtrl_Impl |
Typedefs | |
| typedef std::unordered_map< OUString, CacheDispatchInfo > | CmdToInfoCache |
Functions | |
| static const CmdToInfoCache & | GetCommandToInfoCache () |
| static bool | canInsertRecords (const Reference< beans::XPropertySet > &_rxCursorSet) |
| static vcl::Window * | lcl_GetFocusChild (vcl::Window const *pParent) |
| IMPL_LINK_NOARG (BibFrameController_Impl, DisposeHdl, void *, void) | |
Variables | |
| const DispatchInfo | SupportedCommandsArray [] |
| typedef std::unordered_map< OUString, CacheDispatchInfo > CmdToInfoCache |
Definition at line 101 of file framectr.cxx.
|
static |
Definition at line 315 of file framectr.cxx.
Referenced by BibFrameController_Impl::addStatusListener(), and BibFrameController_Impl::dispatch().
|
static |
Definition at line 103 of file framectr.cxx.
References aCommand, and SupportedCommandsArray.
Referenced by BibFrameController_Impl::getConfigurableDispatchInformation(), and BibFrameController_Impl::queryDispatch().
| IMPL_LINK_NOARG | ( | BibFrameController_Impl | , |
| DisposeHdl | , | ||
| void * | , | ||
| void | |||
| ) |
Definition at line 601 of file framectr.cxx.
References m_xFrame.
|
static |
Definition at line 358 of file framectr.cxx.
References vcl::Window::GetChild(), vcl::Window::GetChildCount(), vcl::Window::HasFocus(), and lcl_GetFocusChild().
Referenced by BibFrameController_Impl::addStatusListener(), and lcl_GetFocusChild().
| const DispatchInfo SupportedCommandsArray[] |
Definition at line 80 of file framectr.cxx.
Referenced by GetCommandToInfoCache().