LibreOffice Module framework (master) 1
|
#include <xml/toolboxdocumenthandler.hxx>
#include <xml/toolboxconfigurationdefines.hxx>
#include <com/sun/star/xml/sax/SAXException.hpp>
#include <com/sun/star/xml/sax/XExtendedDocumentHandler.hpp>
#include <com/sun/star/ui/ItemType.hpp>
#include <com/sun/star/ui/ItemStyle.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
#include <sal/config.h>
#include <sal/macros.h>
#include <vcl/settings.hxx>
#include <rtl/ref.hxx>
#include <rtl/ustrbuf.hxx>
#include <comphelper/attributelist.hxx>
#include <comphelper/propertysequence.hxx>
#include <comphelper/propertyvalue.hxx>
Go to the source code of this file.
Namespaces | |
namespace | framework |
Functions | |
static void | framework::ExtractToolbarParameters (const Sequence< PropertyValue > &rProp, OUString &rCommandURL, OUString &rLabel, sal_Int16 &rStyle, bool &rVisible, sal_Int16 &rType) |
Variables | |
constexpr OUStringLiteral | TOOLBAR_DOCTYPE = u"<!DOCTYPE toolbar:toolbar PUBLIC \"-//OpenOffice.org//DTD OfficeDocument 1.0//EN\" \"toolbar.dtd\">" |
constexpr OUStringLiteral | framework::ITEM_DESCRIPTOR_LABEL = u"Label" |
constexpr OUStringLiteral | framework::ITEM_DESCRIPTOR_VISIBLE = u"IsVisible" |
constexpr ToolboxStyleItem | framework::Styles [] |
sal_Int32 const | framework::nStyleItemEntries = SAL_N_ELEMENTS(Styles) |
ToolBarEntryProperty const | framework::ToolBoxEntries [OReadToolBoxDocumentHandler::TB_XML_ENTRY_COUNT] |
char aEntryName[20] |
Definition at line 108 of file toolboxdocumenthandler.cxx.
Referenced by framework::OReadToolBoxDocumentHandler::OReadToolBoxDocumentHandler().
rtl::OUStringConstExpr attrName |
Definition at line 85 of file toolboxdocumenthandler.cxx.
sal_Int16 nBit |
Definition at line 84 of file toolboxdocumenthandler.cxx.
OReadToolBoxDocumentHandler::ToolBox_XML_Namespace nNamespace |
Definition at line 107 of file toolboxdocumenthandler.cxx.
Referenced by framework::OReadToolBoxDocumentHandler::OReadToolBoxDocumentHandler().
|
constexpr |
Definition at line 46 of file toolboxdocumenthandler.cxx.
Referenced by framework::OWriteToolBoxDocumentHandler::WriteToolBoxDocument().