#include "navigationbar.hxx"
#include <property.hxx>
#include <services.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/text/WritingMode2.hpp>
#include <comphelper/streamsection.hxx>
#include <comphelper/basicio.hxx>
#include <tools/debug.hxx>
Go to the source code of this file.
|
| namespace | frm |
| | ListBox is a bit confusing / different from other form components, so here are a few notes:
|
| |
◆ PERSIST_BACKGROUND
| #define PERSIST_BACKGROUND 0x0002 |
◆ PERSIST_ENABLED
| #define PERSIST_ENABLED 0x0001 |
◆ PERSIST_LARGEICONS
| #define PERSIST_LARGEICONS 0x0002 |
◆ PERSIST_SHOW_ACTIONS
| #define PERSIST_SHOW_ACTIONS 0x0020 |
◆ PERSIST_SHOW_FILTERSORT
| #define PERSIST_SHOW_FILTERSORT 0x0040 |
◆ PERSIST_SHOW_NAVIGATION
| #define PERSIST_SHOW_NAVIGATION 0x0010 |
◆ PERSIST_SHOW_POSITION
| #define PERSIST_SHOW_POSITION 0x0008 |
◆ PERSIST_TABSTOP
| #define PERSIST_TABSTOP 0x0001 |
◆ PERSIST_TEXTCOLOR
| #define PERSIST_TEXTCOLOR 0x0004 |
◆ PERSIST_TEXTLINECOLOR
| #define PERSIST_TEXTLINECOLOR 0x0008 |
◆ com_sun_star_comp_form_ONavigationBarModel_get_implementation()
| SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_form_ONavigationBarModel_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |