LibreOffice Module forms (master) 1
Namespaces | Macros | Functions
navigationbar.cxx File Reference
#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>
Include dependency graph for navigationbar.cxx:

Go to the source code of this file.

Namespaces

namespace  frm
 ListBox is a bit confusing / different from other form components, so here are a few notes:
 

Macros

#define PERSIST_TABSTOP   0x0001
 
#define PERSIST_BACKGROUND   0x0002
 
#define PERSIST_TEXTCOLOR   0x0004
 
#define PERSIST_TEXTLINECOLOR   0x0008
 
#define PERSIST_ENABLED   0x0001
 
#define PERSIST_LARGEICONS   0x0002
 
#define PERSIST_SHOW_POSITION   0x0008
 
#define PERSIST_SHOW_NAVIGATION   0x0010
 
#define PERSIST_SHOW_ACTIONS   0x0020
 
#define PERSIST_SHOW_FILTERSORT   0x0040
 

Functions

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 &)
 

Macro Definition Documentation

◆ PERSIST_BACKGROUND

#define PERSIST_BACKGROUND   0x0002

Definition at line 194 of file navigationbar.cxx.

◆ PERSIST_ENABLED

#define PERSIST_ENABLED   0x0001

Definition at line 198 of file navigationbar.cxx.

◆ PERSIST_LARGEICONS

#define PERSIST_LARGEICONS   0x0002

Definition at line 199 of file navigationbar.cxx.

◆ PERSIST_SHOW_ACTIONS

#define PERSIST_SHOW_ACTIONS   0x0020

Definition at line 203 of file navigationbar.cxx.

◆ PERSIST_SHOW_FILTERSORT

#define PERSIST_SHOW_FILTERSORT   0x0040

Definition at line 204 of file navigationbar.cxx.

◆ PERSIST_SHOW_NAVIGATION

#define PERSIST_SHOW_NAVIGATION   0x0010

Definition at line 202 of file navigationbar.cxx.

◆ PERSIST_SHOW_POSITION

#define PERSIST_SHOW_POSITION   0x0008

Definition at line 201 of file navigationbar.cxx.

◆ PERSIST_TABSTOP

#define PERSIST_TABSTOP   0x0001

Definition at line 193 of file navigationbar.cxx.

◆ PERSIST_TEXTCOLOR

#define PERSIST_TEXTCOLOR   0x0004

Definition at line 195 of file navigationbar.cxx.

◆ PERSIST_TEXTLINECOLOR

#define PERSIST_TEXTLINECOLOR   0x0008

Definition at line 196 of file navigationbar.cxx.

Function Documentation

◆ 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 &   
)

Definition at line 481 of file navigationbar.cxx.