LibreOffice Module svx (master)
1
|
Namespaces | |
a11y | |
classification | |
DocRecovery | |
frame | |
sidebar | |
SignatureLineHelper | |
Typedefs | |
typedef std::vector< SpellPortion > | SpellPortions |
typedef std::vector< css::uno::Reference< css::linguistic2::XConversionDictionary > > | HHDictList |
typedef std::map< OUString, DatabaseRegistration > | DatabaseRegistrations |
typedef std::vector< SpellPortion > | SpellPortions |
typedef std::pair< OUString const, DataAccessDescriptorProperty > | PropertyMapEntry |
typedef sal_uInt16 | WhichId |
typedef ::cppu::WeakImplHelper< css::awt::XFocusListener > | FmFocusListenerAdapter_Base |
typedef ::cppu::WeakImplHelper< css::awt::XMouseListener > | FmMouseListenerAdapter_Base |
typedef ::cppu::ImplHelper1< css::accessibility::XAccessible > | OAccessibleHelper_Base_2 |
typedef ::cppu::ImplHelper2< css::accessibility::XAccessible, css::accessibility::XAccessibleTable > | OAccessibleHelper_Base |
typedef ::cppu::ImplHelper2< css::accessibility::XAccessible, css::accessibility::XAccessibleAction > | OAccessibleHelper_Base_3 |
typedef sal_uInt16 | SfxSlotId |
typedef ::cppu::WeakImplHelper< css::frame::XStatusListener > | FmTextControlFeature_Base |
typedef ::cppu::WeakImplHelper< css::form::runtime::XFeatureInvalidation, css::sdb::XSQLErrorListener > | FormControllerHelper_Base |
typedef ::cppu::WeakImplHelper< css::frame::XDispatch > | OSingleFeatureDispatcher_Base |
typedef std::vector< FrameBorder * > | FrameBorderPtrVec |
typedef FrameBorderIterBase< const FrameBorderPtrVec, FrameBorderPtrVec::const_iterator, FrameBorderDummy_Pred > | FrameBorderCIter |
Iterator for constant svx::FrameBorder containers, iterates over all borders. More... | |
typedef FrameBorderIterBase< FrameBorderPtrVec, FrameBorderPtrVec::iterator, FrameBorderDummy_Pred > | FrameBorderIter |
Iterator for mutable svx::FrameBorder containers, iterates over all borders. More... | |
typedef FrameBorderIterBase< const FrameBorderPtrVec, FrameBorderPtrVec::const_iterator, FrameBorderVisible_Pred > | VisFrameBorderCIter |
Iterator for constant svx::FrameBorder containers, iterates over visible borders. More... | |
typedef FrameBorderIterBase< FrameBorderPtrVec, FrameBorderPtrVec::iterator, FrameBorderVisible_Pred > | VisFrameBorderIter |
Iterator for mutable svx::FrameBorder containers, iterates over visible borders. More... | |
typedef FrameBorderIterBase< const FrameBorderPtrVec, FrameBorderPtrVec::const_iterator, FrameBorderSelected_Pred > | SelFrameBorderCIter |
Iterator for constant svx::FrameBorder containers, iterates over selected borders. More... | |
typedef FrameBorderIterBase< FrameBorderPtrVec, FrameBorderPtrVec::iterator, FrameBorderSelected_Pred > | SelFrameBorderIter |
Iterator for mutable svx::FrameBorder containers, iterates over selected borders. More... | |
typedef std::unordered_map< ShapeProperty, std::shared_ptr< IPropertyValueProvider >, ShapePropertyHash > | PropertyProviders |
typedef cppu::OMultiTypeInterfaceContainerHelperVar< OUString > | PropertyChangeListenerContainer |
Variables | |
const tools::Long | DIAL_OUTER_WIDTH = 8 |
const std::u16string_view | aImageIds [] |
static SfxSlotId | pTextControlSlots [] |
static SfxSlotId | pDialogSlots [] |
const sal_Int32 | gSkewList [] = { 135, 90, 45, 180, 0, -360, -135, -90, -45 } |
constexpr OUStringLiteral | g_sExtrusionDirection = u".uno:ExtrusionDirection" |
constexpr OUStringLiteral | g_sExtrusionProjection = u".uno:ExtrusionProjection" |
const std::u16string_view | aLightOffBmps [] |
const std::u16string_view | aLightOnBmps [] |
const std::u16string_view | aLightPreviewBmps [] |
const std::u16string_view | aDirectionBmps [] |
static const char * | aDirectionStrs [] |
double const | aDepthListInch [] = { 0, 1270,2540,5080,10160 } |
double const | aDepthListMM [] = { 0, 1000, 2500, 5000, 10000 } |
constexpr OUStringLiteral | g_sExtrusionLightingDirection = u".uno:ExtrusionLightingDirection" |
constexpr OUStringLiteral | g_sExtrusionLightingIntensity = u".uno:ExtrusionLightingIntensity" |
constexpr OUStringLiteral | g_sExtrusionSurface = u".uno:ExtrusionSurface" |
const int | FRAMEBORDERTYPE_COUNT = 8 |
The number of valid frame border types (excluding FrameBorderType::NONE). More... | |
typedef ::cppu::WeakImplHelper< css::awt::XFocusListener > svx::FmFocusListenerAdapter_Base |
Definition at line 159 of file fmtextcontrolshell.cxx.
typedef ::cppu::WeakImplHelper< css::awt::XMouseListener > svx::FmMouseListenerAdapter_Base |
Definition at line 243 of file fmtextcontrolshell.cxx.
typedef ::cppu::WeakImplHelper< css::frame::XStatusListener > svx::FmTextControlFeature_Base |
Definition at line 33 of file fmtextcontrolfeature.hxx.
typedef ::cppu::WeakImplHelper< css::form::runtime::XFeatureInvalidation , css::sdb::XSQLErrorListener > svx::FormControllerHelper_Base |
Definition at line 123 of file formcontrolling.hxx.
typedef FrameBorderIterBase< const FrameBorderPtrVec, FrameBorderPtrVec::const_iterator, FrameBorderDummy_Pred > svx::FrameBorderCIter |
Iterator for constant svx::FrameBorder containers, iterates over all borders.
Definition at line 259 of file frmselimpl.hxx.
typedef FrameBorderIterBase< FrameBorderPtrVec, FrameBorderPtrVec::iterator, FrameBorderDummy_Pred > svx::FrameBorderIter |
Iterator for mutable svx::FrameBorder containers, iterates over all borders.
Definition at line 263 of file frmselimpl.hxx.
typedef std::vector< FrameBorder* > svx::FrameBorderPtrVec |
Definition at line 99 of file frmselimpl.hxx.
typedef ::cppu::ImplHelper2< css::accessibility::XAccessible, css::accessibility::XAccessibleTable > svx::OAccessibleHelper_Base |
Definition at line 63 of file charmapacc.hxx.
typedef ::cppu::ImplHelper1< css::accessibility::XAccessible > svx::OAccessibleHelper_Base_2 |
Definition at line 35 of file charmapacc.hxx.
typedef ::cppu::ImplHelper2< css::accessibility::XAccessible, css::accessibility::XAccessibleAction > svx::OAccessibleHelper_Base_3 |
Definition at line 157 of file charmapacc.hxx.
typedef ::cppu::WeakImplHelper< css::frame::XDispatch > svx::OSingleFeatureDispatcher_Base |
Definition at line 34 of file formfeaturedispatcher.hxx.
Definition at line 60 of file shapepropertynotifier.cxx.
typedef std::pair<OUString const, DataAccessDescriptorProperty> svx::PropertyMapEntry |
Definition at line 34 of file dataaccessdescriptor.cxx.
typedef std::unordered_map< ShapeProperty, std::shared_ptr<IPropertyValueProvider>, ShapePropertyHash > svx::PropertyProviders |
Definition at line 57 of file shapepropertynotifier.cxx.
typedef FrameBorderIterBase< const FrameBorderPtrVec, FrameBorderPtrVec::const_iterator, FrameBorderSelected_Pred > svx::SelFrameBorderCIter |
Iterator for constant svx::FrameBorder containers, iterates over selected borders.
Definition at line 275 of file frmselimpl.hxx.
typedef FrameBorderIterBase< FrameBorderPtrVec, FrameBorderPtrVec::iterator, FrameBorderSelected_Pred > svx::SelFrameBorderIter |
Iterator for mutable svx::FrameBorder containers, iterates over selected borders.
Definition at line 279 of file frmselimpl.hxx.
typedef sal_uInt16 svx::SfxSlotId |
Definition at line 27 of file fmslotinvalidator.hxx.
typedef FrameBorderIterBase< const FrameBorderPtrVec, FrameBorderPtrVec::const_iterator, FrameBorderVisible_Pred > svx::VisFrameBorderCIter |
Iterator for constant svx::FrameBorder containers, iterates over visible borders.
Definition at line 267 of file frmselimpl.hxx.
typedef FrameBorderIterBase< FrameBorderPtrVec, FrameBorderPtrVec::iterator, FrameBorderVisible_Pred > svx::VisFrameBorderIter |
Iterator for mutable svx::FrameBorder containers, iterates over visible borders.
Definition at line 271 of file frmselimpl.hxx.
typedef sal_uInt16 svx::WhichId |
Definition at line 80 of file fmtextcontrolshell.cxx.
|
strong |
Enumerator | |
---|---|
CATEGORY | |
MARKING | |
TEXT | |
INTELLECTUAL_PROPERTY_PART | |
PARAGRAPH |
Definition at line 20 of file ClassificationField.hxx.
|
strong |
Definition at line 38 of file dataaccessdescriptor.hxx.
|
strong |
All possible states of a frame border.
Enumerator | |
---|---|
Show | |
Hide |
Frame border has a visible style. |
DontCare |
Frame border is hidden (off). Frame border is in don't care state (if enabled). |
Definition at line 69 of file frmsel.hxx.
|
strong |
Enumerates all borders a frame selection control can contain.
Definition at line 29 of file framebordertype.hxx.
|
strong |
Enumerator | |
---|---|
Position | |
Size | |
TextDocAnchor |
Definition at line 29 of file shapeproperty.hxx.
sal_uInt16 SVX_DLLPUBLIC svx::administrateDatabaseRegistration | ( | weld::Window * | parentWindow | ) |
opens a dialog which allows the user to administrate the database registrations
Definition at line 30 of file databaseregistrationui.cxx.
References SvxAbstractDialogFactory::Create(), RET_CANCEL, and SfxGetpApp().
SVXCORE_DLLPUBLIC bool svx::checkForSelectedCustomShapes | ( | SdrView const * | pSdrView, |
bool | bOnlyExtruded | ||
) |
Definition at line 1197 of file extrusionbar.cxx.
References Any, SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SdrObject::GetMergedItem(), i, nCount, SDRATTR_CUSTOMSHAPE_GEOMETRY(), and u.
Referenced by svx::ExtrusionBar::getState().
bool SVXCORE_DLLPUBLIC svx::checkForSelectedFontWork | ( | SdrView const * | pSdrView, |
sal_uInt32 & | nCheckStatus | ||
) |
Definition at line 208 of file fontworkbar.cxx.
References Any, SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SdrObject::GetMergedItem(), i, nCount, SDRATTR_CUSTOMSHAPE_GEOMETRY(), and u.
Referenced by svx::FontworkBar::getState().
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* svx::com_sun_star_comp_svx_ExtrusionDepthController_get_implementation | ( | css::uno::XComponentContext * | xContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 558 of file extrusioncontrols.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* svx::com_sun_star_comp_svx_ExtrusionDirectionControl_get_implementation | ( | css::uno::XComponentContext * | xContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 302 of file extrusioncontrols.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* svx::com_sun_star_comp_svx_ExtrusionLightingControl_get_implementation | ( | css::uno::XComponentContext * | xContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 790 of file extrusioncontrols.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* svx::com_sun_star_comp_svx_ExtrusionSurfaceControl_get_implementation | ( | css::uno::XComponentContext * | xContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 928 of file extrusioncontrols.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* svx::com_sun_star_comp_svx_FontworkAlignmentControl_get_implementation | ( | css::uno::XComponentContext * | xContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 414 of file fontworkgallery.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* svx::com_sun_star_comp_svx_FontworkCharacterSpacingControl_get_implementation | ( | css::uno::XComponentContext * | xContext, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 689 of file fontworkgallery.cxx.
SVX_DLLPUBLIC FrameBorderType svx::GetFrameBorderTypeFromIndex | ( | size_t | nIndex | ) |
Returns the frame border type from a 0-based integer index.
Definition at line 56 of file frmsel.cxx.
References DBG_ASSERT, FRAMEBORDERTYPE_COUNT, and o3tl::make_unsigned().
size_t svx::GetIndexFromFrameBorderType | ( | FrameBorderType | eBorder | ) |
Returns the zero-based index of a valid frame border type.
Definition at line 63 of file frmsel.cxx.
References DBG_ASSERT, and NONE.
Referenced by svx::FrameSelectorImpl::FrameSelectorImpl(), and svx::FrameSelectorImpl::GetBorder().
constexpr OUStringLiteral svx::gsExtrusionDepth | ( | u".uno:ExtrusionDepth" | ) |
constexpr OUStringLiteral svx::gsFontworkAlignment | ( | u".uno:FontworkAlignment" | ) |
Referenced by IMPL_LINK().
constexpr OUStringLiteral svx::gsFontworkCharacterSpacing | ( | u".uno:FontworkCharacterSpacing" | ) |
Referenced by IMPL_LINK().
constexpr OUStringLiteral svx::gsFontworkKernCharacterPairs | ( | u".uno:FontworkKernCharacterPairs" | ) |
Referenced by IMPL_LINK().
constexpr OUStringLiteral svx::gsMetricUnit | ( | u".uno:MetricUnit" | ) |
svx::IMPL_LINK | ( | TextUnderlineControl | , |
PBClickHdl | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 115 of file TextUnderlineControl.cxx.
References SfxViewFrame::Current(), SfxDispatcher::Execute(), SfxDispatcher::ExecuteList(), SfxViewFrame::GetBindings(), SfxBindings::GetDispatcher(), and SvxTextLineItem::SetColor().
svx::IMPL_LINK | ( | TextCharacterSpacingControl | , |
PredefinedValuesHdl | , | ||
weld::Button & | , | ||
rControl | , | ||
void | |||
) |
Definition at line 151 of file TextCharacterSpacingControl.cxx.
References SPACING_CLOSE_BY_CLICK_ICON, SPACING_LOOSE, SPACING_NORMAL, SPACING_TIGHT, SPACING_VERY_LOOSE, and SPACING_VERY_TIGHT.
svx::IMPL_LINK | ( | FontworkAlignmentWindow | , |
SelectHdl | , | ||
weld::ToggleButton & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 319 of file fontworkgallery.cxx.
References gsFontworkAlignment().
svx::IMPL_LINK | ( | ExtrusionDepthWindow | , |
SelectHdl | , | ||
weld::ToggleButton & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 452 of file extrusioncontrols.cxx.
References gsExtrusionDepth(), and IsMetric().
svx::IMPL_LINK | ( | ClassificationDialog | , |
SelectClassificationHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 568 of file ClassificationDialog.cxx.
References CATEGORY, SvxFieldItem::GetField(), svx::ClassificationField::meType, editeng::Section::mnEnd, editeng::Section::mnParagraph, and editeng::Section::mnStart.
svx::IMPL_LINK | ( | FontworkCharacterSpacingWindow | , |
SelectHdl | , | ||
weld::ToggleButton & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 569 of file fontworkgallery.cxx.
References gsFontworkCharacterSpacing(), and gsFontworkKernCharacterPairs().
svx::IMPL_LINK | ( | ClassificationDialog | , |
SelectMarkingHdl | , | ||
weld::TreeView & | , | ||
rBox | , | ||
bool | |||
) |
Definition at line 609 of file ClassificationDialog.cxx.
References MARKING.
svx::IMPL_LINK | ( | ClassificationDialog | , |
SelectIPPartNumbersHdl | , | ||
weld::TreeView & | , | ||
rBox | , | ||
bool | |||
) |
Definition at line 620 of file ClassificationDialog.cxx.
svx::IMPL_LINK | ( | ClassificationDialog | , |
SelectRecentlyUsedHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 632 of file ClassificationDialog.cxx.
svx::IMPL_LINK | ( | ClassificationDialog | , |
SelectIPPartHdl | , | ||
weld::TreeView & | , | ||
rBox | , | ||
bool | |||
) |
Definition at line 642 of file ClassificationDialog.cxx.
svx::IMPL_LINK | ( | ClassificationDialog | , |
ButtonClicked | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 654 of file ClassificationDialog.cxx.
References INTELLECTUAL_PROPERTY_PART.
svx::IMPL_LINK_NOARG | ( | AccessibilityCheckEntry | , |
GotoButtonClicked | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 32 of file AccessibilityCheckDialog.cxx.
svx::IMPL_LINK_NOARG | ( | FormatPaintBrushToolBoxControl | , |
WaitDoubleClickHdl | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 81 of file formatpaintbrushctrl.cxx.
svx::IMPL_LINK_NOARG | ( | DatabaseLocationInputController_Impl | , |
OnButtonAction | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 181 of file databaselocationinput.cxx.
svx::IMPL_LINK_NOARG | ( | TextCharacterSpacingControl | , |
KerningModifyHdl | , | ||
weld::MetricSpinButton & | , | ||
void | |||
) |
Definition at line 181 of file TextCharacterSpacingControl.cxx.
References SPACING_CLOSE_BY_CUS_EDIT.
svx::IMPL_LINK_NOARG | ( | FontWorkGalleryDialog | , |
ClickOKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 223 of file fontworkgallery.cxx.
svx::IMPL_LINK_NOARG | ( | ExtrusionDirectionWindow | , |
SelectValueSetHdl | , | ||
ValueSet * | , | ||
void | |||
) |
Definition at line 225 of file extrusioncontrols.cxx.
svx::IMPL_LINK_NOARG | ( | FontWorkGalleryDialog | , |
DoubleClickFavoriteHdl | , | ||
weld::IconView & | , | ||
bool | |||
) |
Definition at line 229 of file fontworkgallery.cxx.
svx::IMPL_LINK_NOARG | ( | ExtrusionDirectionWindow | , |
SelectToolbarMenuHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 236 of file extrusioncontrols.cxx.
svx::IMPL_LINK_NOARG | ( | ClassificationDialog | , |
OnAsyncExpandHdl | , | ||
void * | , | ||
void | |||
) |
Definition at line 268 of file ClassificationDialog.cxx.
svx::IMPL_LINK_NOARG | ( | DialControl | , |
LinkedFieldModifyHdl | , | ||
weld::MetricSpinButton & | , | ||
void | |||
) |
Definition at line 381 of file dialcontrol.cxx.
References svx::DialControl::mpImpl, and svx::DialControl::SetRotation().
svx::IMPL_LINK_NOARG | ( | ExtrusionDepthWindow | , |
ClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 447 of file extrusioncontrols.cxx.
svx::IMPL_LINK_NOARG | ( | FmTextControlShell | , |
OnInvalidateClipboard | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 539 of file fmtextcontrolshell.cxx.
References SAL_INFO.
svx::IMPL_LINK_NOARG | ( | FontworkCharacterSpacingWindow | , |
ClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 564 of file fontworkgallery.cxx.
svx::IMPL_LINK_NOARG | ( | ClassificationDialog | , |
OkHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 667 of file ClassificationDialog.cxx.
svx::IMPL_LINK_NOARG | ( | ClassificationDialog | , |
SelectToolboxHdl | , | ||
weld::ToggleButton & | , | ||
void | |||
) |
Definition at line 673 of file ClassificationDialog.cxx.
svx::IMPL_LINK_NOARG | ( | ClassificationDialog | , |
EditWindowModifiedHdl | , | ||
LinkParamNone * | , | ||
void | |||
) |
Definition at line 678 of file ClassificationDialog.cxx.
svx::IMPL_LINK_NOARG | ( | ExtrusionLightingWindow | , |
SelectValueSetHdl | , | ||
ValueSet * | , | ||
void | |||
) |
Definition at line 698 of file extrusioncontrols.cxx.
svx::IMPL_LINK_NOARG | ( | ExtrusionLightingWindow | , |
SelectToolbarMenuHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 718 of file extrusioncontrols.cxx.
svx::IMPL_LINK_NOARG | ( | ExtrusionSurfaceWindow | , |
SelectHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 852 of file extrusioncontrols.cxx.
svx::IMPL_STATIC_LINK | ( | ClassificationDialog | , |
KeyInput | , | ||
const KeyEvent & | , | ||
rKeyEvent | , | ||
bool | |||
) |
Definition at line 37 of file ClassificationDialog.cxx.
References KEY_BACKSPACE, KEY_DELETE, KEY_DIVIDE, KEY_SEMICOLON, and KEY_SPACE.
svx::IMPL_STATIC_LINK | ( | ClassificationDialog | , |
ExpandedHdl | , | ||
weld::Expander & | , | ||
rExpander | , | ||
void | |||
) |
Definition at line 683 of file ClassificationDialog.cxx.
References comphelper::ConfigurationChanges::create().
SVX_DLLPUBLIC css::uno::Reference< css::uno::XInterface > svx::NamespaceMap_createInstance | ( | sal_uInt16 * | pWhichIds, |
SfxItemPool * | pPool | ||
) |
Definition at line 73 of file UnoNamespaceMap.cxx.
|
static |
Definition at line 85 of file UnoNamespaceMap.cxx.
|
static |
Definition at line 78 of file UnoNamespaceMap.cxx.
svx::SFX_IMPL_TOOLBOX_CONTROL | ( | FormatPaintBrushToolBoxControl | , |
SfxBoolItem | |||
) |
SVX_DLLPUBLIC bool svx::ShowBorderBackgroundDlg | ( | weld::Window * | pParent, |
SfxItemSet * | pBBSet | ||
) |
Definition at line 83 of file hdft.cxx.
References SvxAbstractDialogFactory::Create(), SvxAbstractDialogFactory::CreateSvxBorderBackgroundDlg(), IsInvalidItem(), SfxItemSet::Put(), and RET_OK.
double const svx::aDepthListInch[] = { 0, 1270,2540,5080,10160 } |
Definition at line 326 of file extrusioncontrols.cxx.
double const svx::aDepthListMM[] = { 0, 1000, 2500, 5000, 10000 } |
Definition at line 327 of file extrusioncontrols.cxx.
const std::u16string_view svx::aDirectionBmps[] |
Definition at line 89 of file extrusioncontrols.cxx.
|
static |
Definition at line 102 of file extrusioncontrols.cxx.
const std::u16string_view svx::aImageIds[] |
Definition at line 309 of file frmsel.cxx.
const std::u16string_view svx::aLightOffBmps[] |
Definition at line 50 of file extrusioncontrols.cxx.
const std::u16string_view svx::aLightOnBmps[] |
Definition at line 63 of file extrusioncontrols.cxx.
const std::u16string_view svx::aLightPreviewBmps[] |
Definition at line 76 of file extrusioncontrols.cxx.
const tools::Long svx::DIAL_OUTER_WIDTH = 8 |
Definition at line 31 of file dialcontrol.cxx.
const int svx::FRAMEBORDERTYPE_COUNT = 8 |
The number of valid frame border types (excluding FrameBorderType::NONE).
Definition at line 43 of file framebordertype.hxx.
Referenced by svx::FrameSelectorImpl::FrameSelectorImpl(), and GetFrameBorderTypeFromIndex().
constexpr OUStringLiteral svx::g_sExtrusionDirection = u".uno:ExtrusionDirection" |
Definition at line 47 of file extrusioncontrols.cxx.
constexpr OUStringLiteral svx::g_sExtrusionLightingDirection = u".uno:ExtrusionLightingDirection" |
Definition at line 566 of file extrusioncontrols.cxx.
constexpr OUStringLiteral svx::g_sExtrusionLightingIntensity = u".uno:ExtrusionLightingIntensity" |
Definition at line 567 of file extrusioncontrols.cxx.
constexpr OUStringLiteral svx::g_sExtrusionProjection = u".uno:ExtrusionProjection" |
Definition at line 48 of file extrusioncontrols.cxx.
constexpr OUStringLiteral svx::g_sExtrusionSurface = u".uno:ExtrusionSurface" |
Definition at line 798 of file extrusioncontrols.cxx.
const sal_Int32 svx::gSkewList[] = { 135, 90, 45, 180, 0, -360, -135, -90, -45 } |
Definition at line 46 of file extrusioncontrols.cxx.
|
static |
Definition at line 133 of file fmtextcontrolshell.cxx.
|
static |
Definition at line 83 of file fmtextcontrolshell.cxx.