|
LibreOffice Module extensions (master) 1
|
#include <comphelper/processfactory.hxx>#include <com/sun/star/beans/XPropertyChangeListener.hpp>#include <com/sun/star/form/XBoundComponent.hpp>#include <com/sun/star/sdbc/XRowSet.hpp>#include <com/sun/star/sdb/XColumn.hpp>#include <com/sun/star/sdb/CommandType.hpp>#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>#include <com/sun/star/uri/UriReferenceFactory.hpp>#include <o3tl/safeint.hxx>#include <o3tl/string_view.hxx>#include <sal/log.hxx>#include <osl/diagnose.h>#include <cppuhelper/implbase.hxx>#include <utility>#include <vcl/event.hxx>#include <vcl/mnemonic.hxx>#include "general.hxx"#include "bibresid.hxx"#include "datman.hxx"#include "bibconfig.hxx"#include <strings.hrc>#include "bibmod.hxx"#include <helpids.h>#include <algorithm>#include <sfx2/filedlghelper.hxx>#include <sfx2/objsh.hxx>Go to the source code of this file.
Classes | |
| class | ChangeListener |
Functions | |
| static OUString | lcl_GetColumnName (const Mapping *pMapping, sal_uInt16 nIndexPos) |
| IMPL_LINK_NOARG (BibGeneralPage, BrowseHdl, weld::Button &, void) | |
| IMPL_LINK (BibGeneralPage, PageNumHdl, weld::Toggleable &, rPageCB, void) | |
| IMPL_LINK (BibGeneralPage, FirstElementKeyInputHdl, const KeyEvent &, rKeyEvent, bool) | |
| IMPL_LINK (BibGeneralPage, LastElementKeyInputHdl, const KeyEvent &, rKeyEvent, bool) | |
| IMPL_LINK_NOARG (BibGeneralPage, LosePageFocusHdl, weld::Widget &, void) | |
| IMPL_LINK (BibGeneralPage, GainFocusHdl, weld::Widget &, rWidget, void) | |
| IMPL_LINK | ( | BibGeneralPage | , |
| FirstElementKeyInputHdl | , | ||
| const KeyEvent & | , | ||
| rKeyEvent | , | ||
| bool | |||
| ) |
Definition at line 400 of file general.cxx.
References KEY_TAB.
| IMPL_LINK | ( | BibGeneralPage | , |
| GainFocusHdl | , | ||
| weld::Widget & | , | ||
| rWidget | , | ||
| void | |||
| ) |
| IMPL_LINK | ( | BibGeneralPage | , |
| LastElementKeyInputHdl | , | ||
| const KeyEvent & | , | ||
| rKeyEvent | , | ||
| bool | |||
| ) |
Definition at line 445 of file general.cxx.
References KEY_TAB.
| IMPL_LINK | ( | BibGeneralPage | , |
| PageNumHdl | , | ||
| weld::Toggleable & | , | ||
| rPageCB | , | ||
| void | |||
| ) |
Definition at line 386 of file general.cxx.
References weld::Widget::set_sensitive(), and weld::SpinButton::set_value().
| IMPL_LINK_NOARG | ( | BibGeneralPage | , |
| BrowseHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 355 of file general.cxx.
References SfxObjectShell::Current(), ERRCODE_NONE, sfx2::FileDialogHelper::Execute(), GetFrameWeld(), sfx2::FileDialogHelper::GetPath(), weld::Entry::set_text(), and sfx2::FileDialogHelper::SetDisplayDirectory().
| IMPL_LINK_NOARG | ( | BibGeneralPage | , |
| LosePageFocusHdl | , | ||
| weld::Widget & | , | ||
| void | |||
| ) |
Definition at line 803 of file general.cxx.
|
static |
Definition at line 112 of file general.cxx.
References BibModul::GetConfig(), BibConfig::GetDefColumnName(), and pMapping.
Referenced by BibGeneralPage::BibGeneralPage().