|
LibreOffice Module vbahelper (master) 1
|
#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>Go to the source code of this file.
Macros | |
| #define | VBAFONTBASE_PROPNAME(ascii_normal, ascii_control) mbFormControl ? OUString( ascii_control ) : OUString( ascii_normal ) |
| #define VBAFONTBASE_PROPNAME | ( | ascii_normal, | |
| ascii_control | |||
| ) | mbFormControl ? OUString( ascii_control ) : OUString( ascii_normal ) |
Definition at line 32 of file vbafontbase.cxx.