#include "taborder.hxx"
#include <bitmaps.hlst>
#include "formstrings.hxx"
#include <comphelper/types.hxx>
#include <comphelper/property.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/form/runtime/FormController.hpp>
#include <osl/diagnose.h>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
|
| namespace | pcr |
| | a property handler for any virtual string properties
|
| |
|
| | pcr::IMPL_LINK_NOARG (TabOrderDialog, MoveUpClickHdl, weld::Button &, void) |
| |
| | pcr::IMPL_LINK_NOARG (TabOrderDialog, MoveDownClickHdl, weld::Button &, void) |
| |
| | pcr::IMPL_LINK_NOARG (TabOrderDialog, AutoOrderClickHdl, weld::Button &, void) |
| |
| | pcr::IMPL_LINK_NOARG (TabOrderDialog, OKClickHdl, weld::Button &, void) |
| |
| | pcr::IMPL_LINK_NOARG (TabOrderDialog, ModelHasMoved, weld::TreeView &, void) |
| |