LibreOffice Module editeng (master) 1
Macros
unotext2.cxx File Reference
#include <sal/config.h>
#include <initializer_list>
#include <string_view>
#include <o3tl/safeint.hxx>
#include <vcl/svapp.hxx>
#include <editeng/unotext.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/supportsservice.hxx>
Include dependency graph for unotext2.cxx:

Go to the source code of this file.

Macros

#define QUERYINT(xint)
 

Macro Definition Documentation

◆ QUERYINT

#define QUERYINT (   xint)
Value:
if( rType == cppu::UnoType<xint>::get() ) \
return uno::Any(uno::Reference< xint >(this))

Definition at line 35 of file unotext2.cxx.