|
LibreOffice Module vcl (master) 1
|
#include <basegfx/range/b2irange.hxx>#include <rtl/ustring.hxx>#include <tools/color.hxx>#include <tools/date.hxx>#include <tools/fldunit.hxx>#include <tools/gen.hxx>#include <tools/link.hxx>#include <vcl/dllapi.h>#include <utility>#include <vcl/vclenum.hxx>#include <vcl/font.hxx>#include <vcl/vclptr.hxx>#include <vcl/uitest/factory.hxx>#include <vcl/windowstate.hxx>#include <com/sun/star/accessibility/XAccessibleRelationSet.hpp>#include <com/sun/star/accessibility/XAccessible.hpp>#include <assert.h>#include <memory>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::awt |
| namespace | com::sun::star::datatransfer |
| namespace | com::sun::star::datatransfer::clipboard |
| namespace | com::sun::star::datatransfer::dnd |
| namespace | com::sun::star::graphic |
| namespace | vcl |
| namespace | tools |
| namespace | weld |
Typedefs | |
| typedef css::uno::Reference< css::accessibility::XAccessible > | a11yref |
| typedef css::uno::Reference< css::accessibility::XAccessibleRelationSet > | a11yrelationset |
| typedef std::vector< ScreenShotEntry > | weld::ScreenShotCollection |
| typedef std::tuple< tools::JsonWriter &, const TreeIter &, std::string_view > | weld::json_prop_query |
Enumerations | |
| enum class | weld::EntryMessageType { weld::Normal , weld::Warning , weld::Error } |
| enum class | weld::ColumnToggleType { weld::Check , weld::Radio } |
| enum class | weld::LabelType { weld::Normal , weld::Warning , weld::Error , weld::Title } |
| enum class | weld::Placement { weld::Under , weld::End } |
Functions | |
| OUString | weld::toId (const void *pValue) |
| template<typename T > | |
| T | weld::fromId (const OUString &rValue) |
| typedef css::uno::Reference<css::accessibility::XAccessible> a11yref |
| typedef css::uno::Reference<css::accessibility::XAccessibleRelationSet> a11yrelationset |