LibreOffice Module vbahelper (master) 1
Macros
vbafontbase.cxx File Reference
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/awt/FontWeight.hpp>
#include <com/sun/star/awt/FontStrikeout.hpp>
#include <com/sun/star/awt/FontSlant.hpp>
#include <vbahelper/vbafontbase.hxx>
Include dependency graph for vbafontbase.cxx:

Go to the source code of this file.

Macros

#define VBAFONTBASE_PROPNAME(ascii_normal, ascii_control)    mbFormControl ? OUString( ascii_control ) : OUString( ascii_normal )
 

Macro Definition Documentation

◆ VBAFONTBASE_PROPNAME

#define VBAFONTBASE_PROPNAME (   ascii_normal,
  ascii_control 
)     mbFormControl ? OUString( ascii_control ) : OUString( ascii_normal )

Definition at line 32 of file vbafontbase.cxx.