LibreOffice Module sfx2 (master) 1
Functions | Variables
unoctitm.cxx File Reference
#include <config_java.h>
#include <tools/debug.hxx>
#include <svl/eitem.hxx>
#include <svl/intitem.hxx>
#include <svl/itempool.hxx>
#include <svl/itemset.hxx>
#include <svl/stritem.hxx>
#include <svl/visitem.hxx>
#include <svtools/javacontext.hxx>
#include <svtools/javainteractionhandler.hxx>
#include <tools/urlobj.hxx>
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/status/FontHeight.hpp>
#include <com/sun/star/frame/status/ItemStatus.hpp>
#include <com/sun/star/frame/status/ItemState.hpp>
#include <com/sun/star/frame/status/Template.hpp>
#include <com/sun/star/frame/DispatchResultState.hpp>
#include <com/sun/star/frame/status/Visibility.hpp>
#include <comphelper/processfactory.hxx>
#include <uno/current_context.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <vcl/uitest/logger.hxx>
#include <boost/property_tree/json_parser.hpp>
#include <tools/json_writer.hxx>
#include <sfx2/app.hxx>
#include <unoctitm.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/frame.hxx>
#include <sfx2/ctrlitem.hxx>
#include <sfx2/sfxuno.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/request.hxx>
#include <sfx2/msg.hxx>
#include <sfx2/viewsh.hxx>
#include <slotserv.hxx>
#include <rtl/ustring.hxx>
#include <sfx2/lokhelper.hxx>
#include <memory>
#include <string_view>
#include <sal/log.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <comphelper/lok.hxx>
#include <comphelper/servicehelper.hxx>
#include <desktop/crashreport.hxx>
#include <vcl/threadex.hxx>
#include <unotools/mediadescriptor.hxx>
Include dependency graph for unoctitm.cxx:

Go to the source code of this file.

Functions

static void InterceptLOKStateChangeEvent (sal_uInt16 nSID, SfxViewFrame *pViewFrame, const css::frame::FeatureStateEvent &aEvent, const SfxPoolItem *pState)
 

Variables

const char *const URLTypeNames [URLType_COUNT]
 

Function Documentation

◆ InterceptLOKStateChangeEvent()

static void InterceptLOKStateChangeEvent ( sal_uInt16  nSID,
SfxViewFrame pViewFrame,
const css::frame::FeatureStateEvent &  aEvent,
const SfxPoolItem pState 
)
static

Variable Documentation

◆ URLTypeNames

const char* const URLTypeNames[URLType_COUNT]
Initial value:
=
{
"bool",
"byte",
"short",
"long",
"hyper",
"string",
"float",
"double"
}

Definition at line 101 of file unoctitm.cxx.

Referenced by SfxDispatchController_Impl::addParametersToArgs().