|
LibreOffice Module xmloff (master) 1
|
#include <sal/config.h>#include "propertyimport.hxx"#include "controlelement.hxx"#include "valueproperties.hxx"#include "eventimport.hxx"#include "logging.hxx"#include "property_description.hxx"#include <com/sun/star/text/XTextCursor.hpp>#include <com/sun/star/container/XNameContainer.hpp>#include <com/sun/star/form/XGridColumnFactory.hpp>#include <com/sun/star/graphic/XGraphic.hpp>#include <osl/diagnose.h>#include <map>#include <vector>Go to the source code of this file.
Classes | |
| class | xmloff::OElementNameMap |
| helper class which allows fast translation of xml tag names into element types. More... | |
| class | xmloff::OElementImport |
| implements common behaviour for importing forms, controls and columns More... | |
| class | xmloff::OControlImport |
| helper class for importing the description of a single control More... | |
| class | xmloff::OImagePositionImport |
| class | xmloff::OReferredControlImport |
| class | xmloff::OPasswordImport |
| class | xmloff::ORadioImport |
| class | xmloff::OURLReferenceImport |
| a specialized version of the <type>OControlImport</type> class, which is able to handle attributes which denote URLs (and stored relative) More... | |
| class | xmloff::OButtonImport |
| A specialized version of the <type>OControlImport</type> class, which handles the target frame for image and command buttons. More... | |
| class | xmloff::OValueRangeImport |
| A specialized version of the <type>OControlImport</type> class, which imports the value-range elements. More... | |
| class | xmloff::OTextLikeImport |
| A specialized version of the <type>OControlImport</type> class, which handles text like controls which have the convert-empty-to-null attribute More... | |
| class | xmloff::OListAndComboImport |
| A specialized version of the <type>OControlImport</type> class, which handles attributes / sub elements which are special to list and combo boxes. More... | |
| class | xmloff::OListOptionImport |
| helper class for importing a single <form:option> element. More... | |
| class | xmloff::OComboItemImport |
| helper class for importing a single <form:item> element. More... | |
| class | xmloff::OColumnImport< BASE > |
| helper class importing a single grid column (without the <form:column> element wrapping the column). More... | |
| class | xmloff::OColumnWrapperImport |
| class | xmloff::OGridImport |
| helper class importing a single <form:grid> element More... | |
| class | xmloff::OFormImport |
| helper class importing a single <form:form> element More... | |
| class | xmloff::OXMLDataSourceImport |
Namespaces | |
| namespace | xmloff |
Typedefs | |
| typedef rtl::Reference< OListAndComboImport > | xmloff::OListAndComboImportRef |
Functions | |
| const OControlElement::ElementType & | xmloff::operator++ (OControlElement::ElementType &_e) |