LibreOffice Module xmloff (master)
1
|
#include <sal/config.h>
#include <set>
#include "formattributes.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlexp.hxx>
#include "callbacks.hxx"
#include "strings.hxx"
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< BoolAttrFlags > |
class | xmloff::OPropertyExport |
provides export related tools for attribute handling More... | |
Namespaces | |
o3tl | |
xmloff | |
Macros | |
#define | DBG_CHECK_PROPERTY(name, type) dbg_implCheckProperty(name, &cppu::UnoType<type>::get()) |
#define | DBG_CHECK_PROPERTY_NO_TYPE(name) dbg_implCheckProperty(name, nullptr) |
#define | DBG_CHECK_PROPERTY_ASCII_NO_TYPE(name) dbg_implCheckProperty( OUString::createFromAscii( name ), nullptr ) |
Enumerations | |
enum | BoolAttrFlags { BoolAttrFlags::DefaultFalse = 0x00, BoolAttrFlags::DefaultTrue = 0x01, BoolAttrFlags::DefaultVoid = 0x02, BoolAttrFlags::InverseSemantics = 0x04 } |
Definition at line 401 of file propertyexport.hxx.
Referenced by xmloff::OControlExport::examine(), xmloff::OPropertyExport::exportInt16PropertyAttribute(), xmloff::OPropertyExport::exportInt32PropertyAttribute(), xmloff::OControlExport::exportListSourceAsElements(), xmloff::OColumnExport::exportServiceNameAttribute(), xmloff::OControlExport::exportSpecialAttributes(), xmloff::OPropertyExport::exportStringPropertyAttribute(), xmloff::OPropertyExport::exportStringSequenceAttribute(), xmloff::OControlExport::exportSubTags(), xmloff::OPropertyExport::exportTargetFrameAttribute(), and xmloff::OControlExport::getSequenceInt16PropertyAsSet().
#define DBG_CHECK_PROPERTY_ASCII_NO_TYPE | ( | name | ) | dbg_implCheckProperty( OUString::createFromAscii( name ), nullptr ) |
Definition at line 407 of file propertyexport.hxx.
Referenced by xmloff::OPropertyExport::exportGenericPropertyAttribute().
Definition at line 404 of file propertyexport.hxx.
Referenced by xmloff::OPropertyExport::exportBooleanPropertyAttribute(), xmloff::OControlExport::exportListSourceAsAttribute(), and xmloff::OPropertyExport::exportRemainingProperties().
|
strong |
Enumerator | |
---|---|
DefaultFalse | |
DefaultTrue | |
DefaultVoid | |
InverseSemantics |
Definition at line 35 of file propertyexport.hxx.