LibreOffice Module sfx2 (master) 1
Classes | Macros | Functions
bindings.cxx File Reference
#include <sal/config.h>
#include <iomanip>
#include <comphelper/servicehelper.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <svl/itempool.hxx>
#include <svl/itemiter.hxx>
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include <svl/stritem.hxx>
#include <vcl/svapp.hxx>
#include <vcl/timer.hxx>
#include <com/sun/star/frame/XDispatch.hpp>
#include <com/sun/star/frame/XDispatchProvider.hpp>
#include <com/sun/star/frame/DispatchResultState.hpp>
#include <itemdel.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/msg.hxx>
#include <statcach.hxx>
#include <sfx2/ctrlitem.hxx>
#include <sfx2/app.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/module.hxx>
#include <sfx2/request.hxx>
#include <workwin.hxx>
#include <unoctitm.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/msgpool.hxx>
#include <cstddef>
#include <memory>
#include <unordered_map>
#include <utility>
#include <vector>
Include dependency graph for bindings.cxx:

Go to the source code of this file.

Classes

struct  SfxFoundCache_Impl
 
class  SfxFoundCacheArr_Impl
 
class  SfxBindings_Impl
 

Macros

#define TIMEOUT_FIRST   300
 
#define TIMEOUT_UPDATING   20
 

Functions

 IMPL_LINK (SfxBindings, NextJob, Timer *, pTimer, void)
 

Macro Definition Documentation

◆ TIMEOUT_FIRST

#define TIMEOUT_FIRST   300

Definition at line 64 of file bindings.cxx.

◆ TIMEOUT_UPDATING

#define TIMEOUT_UPDATING   20

Definition at line 65 of file bindings.cxx.

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SfxBindings  ,
NextJob  ,
Timer ,
pTimer  ,
void   
)

Definition at line 1218 of file bindings.cxx.