LibreOffice Module svx (master) 1
|
#include <o3tl/safeint.hxx>
#include <sal/config.h>
#include <svx/dialmgr.hxx>
#include <svx/sidebar/InspectorTextPanel.hxx>
#include <svl/cjkoptions.hxx>
#include <svl/ctloptions.hxx>
#include <com/sun/star/awt/FontSlant.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <inspectorvalues.hrc>
Go to the source code of this file.
Namespaces | |
namespace | svx |
namespace | svx::sidebar |
Functions | |
static bool | svx::sidebar::GetPropertyValues (std::u16string_view rPropName, const uno::Any &rAny, OUString &rString) |
static void | svx::sidebar::FillBox_Impl (weld::TreeView &rListBoxStyles, const TreeNode &rCurrent, const weld::TreeIter *pParent) |
Variables | |
const int | MinimumPanelWidth = 250 |
const int MinimumPanelWidth = 250 |
Definition at line 35 of file InspectorTextPanel.cxx.
Referenced by svx::sidebar::InspectorTextPanel::InspectorTextPanel().