LibreOffice Module extensions (master) 1
Classes | Functions
general.cxx File Reference
#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>
Include dependency graph for general.cxx:

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)
 

Function Documentation

◆ IMPL_LINK() [1/4]

IMPL_LINK ( BibGeneralPage  ,
FirstElementKeyInputHdl  ,
const KeyEvent ,
rKeyEvent  ,
bool   
)

Definition at line 400 of file general.cxx.

References KEY_TAB.

◆ IMPL_LINK() [2/4]

IMPL_LINK ( BibGeneralPage  ,
GainFocusHdl  ,
weld::Widget ,
rWidget  ,
void   
)

Definition at line 808 of file general.cxx.

References bottom, right, x, and y.

◆ IMPL_LINK() [3/4]

IMPL_LINK ( BibGeneralPage  ,
LastElementKeyInputHdl  ,
const KeyEvent ,
rKeyEvent  ,
bool   
)

Definition at line 445 of file general.cxx.

References KEY_TAB.

◆ IMPL_LINK() [4/4]

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() [1/2]

IMPL_LINK_NOARG ( BibGeneralPage  ,
BrowseHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( BibGeneralPage  ,
LosePageFocusHdl  ,
weld::Widget ,
void   
)

Definition at line 803 of file general.cxx.

◆ lcl_GetColumnName()

static OUString lcl_GetColumnName ( const Mapping pMapping,
sal_uInt16  nIndexPos 
)
static