|
LibreOffice Module svx (master) 1
|
Namespaces | |
| namespace | a11y |
| namespace | classification |
| namespace | diagram |
| namespace | DocRecovery |
| namespace | frame |
| namespace | MediaShellHelpers |
| namespace | sidebar |
| namespace | SignatureLineHelper |
| namespace | theme |
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 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... | |
Enumerations | |
| enum class | ClassificationType { CATEGORY , MARKING , TEXT , INTELLECTUAL_PROPERTY_PART , PARAGRAPH } |
| enum class | DataAccessDescriptorProperty { DataSource , DatabaseLocation , ConnectionResource , Connection , Command , CommandType , EscapeProcessing , Filter , Cursor , ColumnName , ColumnObject , Selection , BookmarkSelection , Component } |
| enum class | FrameBorderType { NONE , Left , Right , Top , Bottom , Horizontal , Vertical , TLBR , BLTR } |
| Enumerates all borders a frame selection control can contain. More... | |
| enum class | FrameBorderState { Show , Hide , DontCare } |
| All possible states of a frame border. More... | |
| enum class | ShapePropertyProviderId { Position , Size , TextDocAnchor , LAST = TextDocAnchor } |
Variables | |
| const tools::Long | DIAL_OUTER_WIDTH = 8 |
| constexpr rtl::OUStringConstExpr | aImageIds [] |
| constexpr tools::Long | BORDER = 4 |
| constexpr tools::Long | SIZE = 16 |
| constexpr tools::Long | LABEL_HEIGHT = 16 |
| constexpr tools::Long | LABEL_TEXT_HEIGHT = 14 |
| constexpr tools::Long | constElementNumber = 8 |
| static SfxSlotId | pTextControlSlots [] |
| static SfxSlotId | pDialogSlots [] |
| constexpr OUStringLiteral | SIDEBAR_SPACING_GLOBAL_VALUE = u"PopupPanel_Spacing" |
| 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" |
| constexpr OUStringLiteral | EMPTY = u"" |
| constexpr rtl::OUStringConstExpr | aLightOffBmps [] |
| constexpr rtl::OUStringConstExpr | aLightOnBmps [] |
| constexpr rtl::OUStringConstExpr | aLightPreviewBmps [] |
| constexpr rtl::OUStringConstExpr | aDirectionBmps [] |
| static TranslateId | 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 160 of file fmtextcontrolshell.cxx.
| typedef ::cppu::WeakImplHelper< css::awt::XMouseListener > svx::FmMouseListenerAdapter_Base |
Definition at line 244 of file fmtextcontrolshell.cxx.
| typedef ::cppu::WeakImplHelper< css::frame::XStatusListener > svx::FmTextControlFeature_Base |
Definition at line 36 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::WeakImplHelper< css::frame::XDispatch > svx::OSingleFeatureDispatcher_Base |
Definition at line 34 of file formfeaturedispatcher.hxx.
| typedef std::pair<OUString const, DataAccessDescriptorProperty> svx::PropertyMapEntry |
Definition at line 34 of file dataaccessdescriptor.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 81 of file fmtextcontrolshell.cxx.
|
strong |
| Enumerator | |
|---|---|
| CATEGORY | |
| MARKING | |
| TEXT | |
| INTELLECTUAL_PROPERTY_PART | |
| PARAGRAPH | |
Definition at line 21 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 | |
| LAST | |
Definition at line 47 of file shapepropertynotifier.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(), SvxAbstractDialogFactory::CreateSfxDialog(), RET_CANCEL, and SfxGetpApp().
| bool SVXCORE_DLLPUBLIC svx::checkForFontWork | ( | const SdrObject * | pObj | ) |
Definition at line 208 of file fontworkbar.cxx.
References Any, SdrObject::GetMergedItem(), SdrCustomShapeGeometryItem::GetPropertyValueByName(), SDRATTR_CUSTOMSHAPE_GEOMETRY(), and u.
Referenced by checkForSelectedFontWork(), svx::sidebar::SelectionAnalyzer::GetContextForSelection_SC(), and svx::sidebar::SelectionAnalyzer::GetContextForSelection_SD().
| SVXCORE_DLLPUBLIC bool svx::checkForSelectedCustomShapes | ( | SdrView const * | pSdrView, |
| bool | bOnlyExtruded | ||
| ) |
Definition at line 1274 of file extrusionbar.cxx.
References Any, SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), SdrObject::GetMergedItem(), SdrCustomShapeGeometryItem::GetPropertyValueByName(), i, nCount, SDRATTR_CUSTOMSHAPE_GEOMETRY(), and u.
Referenced by svx::ExtrusionBar::getState().
| bool SVXCORE_DLLPUBLIC svx::checkForSelectedFontWork | ( | SdrView const * | pSdrView | ) |
Definition at line 224 of file fontworkbar.cxx.
References checkForFontWork(), SdrMarkList::GetMark(), SdrMarkList::GetMarkCount(), SdrMarkView::GetMarkedObjectList(), SdrMark::GetMarkedSdrObj(), i, and nCount.
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 580 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 300 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 813 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 959 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 461 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 782 of file fontworkgallery.cxx.
| SVXCORE_DLLPUBLIC void svx::DropUnusedNamedItems | ( | css::uno::Reference< css::uno::XInterface > const & | xModel | ) |
Definition at line 1122 of file xmlgrhlp.cxx.
References Exception, TOOLS_WARN_EXCEPTION, and xModel.
| SVX_DLLPUBLIC FrameBorderType svx::GetFrameBorderTypeFromIndex | ( | size_t | nIndex | ) |
Returns the frame border type from a 0-based integer index.
Definition at line 57 of file frmsel.cxx.
References DBG_ASSERT, FRAMEBORDERTYPE_COUNT, o3tl::make_unsigned(), and nIndex.
|
static |
Definition at line 306 of file fontworkbar.cxx.
References aObjList, SdrCustomShapeGeometryItem::ClearPropertyValue(), equalsIgnoreAsciiCase(), GalleryExplorer::FillObjListTitle(), SfxItemPool::FreezeIdRanges(), GALLERY_THEME_POWERPOINT, SdrModel::GetItemPool(), SdrObject::GetMergedItem(), SdrObjList::GetObj(), SdrModel::GetPage(), SdrModel::GetPageCount(), SdrCustomShapeGeometryItem::GetPropertyValueByName(), GalleryExplorer::GetSdrObj(), GalleryExplorer::GetSdrObjCount(), i, SAL_WARN_IF, SDRATTR_CUSTOMSHAPE_GEOMETRY(), SdrCustomShapeGeometryItem::SetPropertyValue(), sType, and u.
Referenced by svx::FontworkBar::execute().
| size_t svx::GetIndexFromFrameBorderType | ( | FrameBorderType | eBorder | ) |
Returns the zero-based index of a valid frame border type.
Definition at line 64 of file frmsel.cxx.
References DBG_ASSERT, and NONE.
Referenced by svx::FrameSelectorImpl::FrameSelectorImpl(), and svx::FrameSelectorImpl::GetBorder().
|
static |
Definition at line 64 of file CommonStylePreviewRenderer.cxx.
References SfxItemSet::GetItemState(), SfxItemSet::GetPool(), SfxItemPool::GetWhich(), and rSet.
Referenced by SetFont(), and svx::CommonStylePreviewRenderer::SetFontSize().
|
constexpr |
|
constexpr |
References LINK.
Referenced by IMPL_LINK().
|
constexpr |
Referenced by IMPL_LINK().
|
constexpr |
References LINK.
Referenced by IMPL_LINK_NOARG().
|
constexpr |
|
static |
Definition at line 237 of file fontworkbar.cxx.
References SdrObject::BroadcastObjectChange(), EE_CHAR_FONTWIDTH(), SfxRequest::GetArgs(), SfxItemSet::GetItem(), SfxItemSet::GetItemState(), SdrCustomShapeGeometryItem::GetPropertyValueByName(), SfxRequest::GetSlot(), GetValue, nValue, SDRTEXTHORZADJUST_BLOCK, SDRTEXTHORZADJUST_CENTER, SDRTEXTHORZADJUST_LEFT, SDRTEXTHORZADJUST_RIGHT, SdrObject::SetMergedItem(), and SdrCustomShapeGeometryItem::SetPropertyValue().
Referenced by svx::FontworkBar::execute(), and svx::ExtrusionBar::execute().
| svx::IMPL_LINK | ( | ClassificationDialog | , |
| ButtonClicked | , | ||
| weld::Button & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 656 of file ClassificationDialog.cxx.
References INTELLECTUAL_PROPERTY_PART.
| svx::IMPL_LINK | ( | ClassificationDialog | , |
| SelectClassificationHdl | , | ||
| weld::ComboBox & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 570 of file ClassificationDialog.cxx.
References CATEGORY, SvxFieldItem::GetField(), svx::ClassificationField::meType, editeng::Section::mnEnd, editeng::Section::mnParagraph, and editeng::Section::mnStart.
| svx::IMPL_LINK | ( | ClassificationDialog | , |
| SelectIPPartHdl | , | ||
| weld::TreeView & | , | ||
| rBox | , | ||
| bool | |||
| ) |
Definition at line 644 of file ClassificationDialog.cxx.
| svx::IMPL_LINK | ( | ClassificationDialog | , |
| SelectIPPartNumbersHdl | , | ||
| weld::TreeView & | , | ||
| rBox | , | ||
| bool | |||
| ) |
Definition at line 622 of file ClassificationDialog.cxx.
| svx::IMPL_LINK | ( | ClassificationDialog | , |
| SelectMarkingHdl | , | ||
| weld::TreeView & | , | ||
| rBox | , | ||
| bool | |||
| ) |
Definition at line 611 of file ClassificationDialog.cxx.
References MARKING.
| svx::IMPL_LINK | ( | ClassificationDialog | , |
| SelectRecentlyUsedHdl | , | ||
| weld::ComboBox & | , | ||
| rBox | , | ||
| void | |||
| ) |
Definition at line 634 of file ClassificationDialog.cxx.
| svx::IMPL_LINK | ( | ExtrusionDepthWindow | , |
| SelectHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 460 of file extrusioncontrols.cxx.
References aDepthListInch, aDepthListMM, copy(), gsExtrusionDepth(), IsMetric(), and comphelper::makePropertyValue().
| svx::IMPL_LINK | ( | ExtrusionLightingWindow | , |
| SelectToolbarMenuHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 739 of file extrusioncontrols.cxx.
References copy(), g_sExtrusionLightingIntensity, and comphelper::makePropertyValue().
| svx::IMPL_LINK | ( | ExtrusionSurfaceWindow | , |
| SelectHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 879 of file extrusioncontrols.cxx.
References copy(), g_sExtrusionSurface, and comphelper::makePropertyValue().
| svx::IMPL_LINK | ( | FontworkAlignmentWindow | , |
| SelectHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 360 of file fontworkgallery.cxx.
References copy(), gsFontworkAlignment(), and comphelper::makePropertyValue().
| svx::IMPL_LINK | ( | FontworkCharacterSpacingWindow | , |
| SelectHdl | , | ||
| weld::Toggleable & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 648 of file fontworkgallery.cxx.
References copy(), gsFontworkCharacterSpacing(), and comphelper::makePropertyValue().
| svx::IMPL_LINK | ( | FontWorkGalleryDialog | , |
| QueryTooltipHandler | , | ||
| const weld::TreeIter & | , | ||
| iter | , | ||
| OUString | |||
| ) |
Definition at line 272 of file fontworkgallery.cxx.
| svx::IMPL_LINK | ( | TextCharacterSpacingControl | , |
| PredefinedValuesHdl | , | ||
| weld::Button & | , | ||
| rControl | , | ||
| void | |||
| ) |
Definition at line 177 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 | ( | TextUnderlineControl | , |
| PBClickHdl | , | ||
| weld::Button & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 116 of file TextUnderlineControl.cxx.
References SfxViewFrame::Current(), SfxDispatcher::Execute(), SfxDispatcher::GetBindings(), SfxBindings::GetDispatcher(), and SvxTextLineItem::SetColor().
| svx::IMPL_LINK | ( | ThemeDialog | , |
| ButtonClicked | , | ||
| weld::Button & | , | ||
| rButton | , | ||
| void | |||
| ) |
Definition at line 113 of file ThemeDialog.cxx.
| svx::IMPL_LINK_NOARG | ( | ClassificationDialog | , |
| EditWindowModifiedHdl | , | ||
| LinkParamNone * | , | ||
| void | |||
| ) |
Definition at line 680 of file ClassificationDialog.cxx.
| svx::IMPL_LINK_NOARG | ( | ClassificationDialog | , |
| OkHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 669 of file ClassificationDialog.cxx.
| svx::IMPL_LINK_NOARG | ( | ClassificationDialog | , |
| OnAsyncExpandHdl | , | ||
| void * | , | ||
| void | |||
| ) |
Definition at line 270 of file ClassificationDialog.cxx.
| svx::IMPL_LINK_NOARG | ( | ClassificationDialog | , |
| SelectToolboxHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 675 of file ClassificationDialog.cxx.
| svx::IMPL_LINK_NOARG | ( | DatabaseLocationInputController_Impl | , |
| OnButtonAction | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 177 of file databaselocationinput.cxx.
| svx::IMPL_LINK_NOARG | ( | DialControl | , |
| LinkedFieldModifyHdl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
Definition at line 382 of file dialcontrol.cxx.
References svx::DialControl::mpImpl, and svx::DialControl::SetRotation().
| svx::IMPL_LINK_NOARG | ( | ExtrusionDepthWindow | , |
| MouseReleaseHdl | , | ||
| const MouseEvent & | , | ||
| bool | |||
| ) |
Definition at line 509 of file extrusioncontrols.cxx.
| svx::IMPL_LINK_NOARG | ( | ExtrusionDirectionWindow | , |
| SelectToolbarMenuHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 235 of file extrusioncontrols.cxx.
References copy(), g_sExtrusionProjection, and comphelper::makePropertyValue().
| svx::IMPL_LINK_NOARG | ( | ExtrusionDirectionWindow | , |
| SelectValueSetHdl | , | ||
| ValueSet * | , | ||
| void | |||
| ) |
Definition at line 224 of file extrusioncontrols.cxx.
References copy(), g_sExtrusionDirection, gSkewList, and comphelper::makePropertyValue().
| svx::IMPL_LINK_NOARG | ( | ExtrusionLightingWindow | , |
| SelectValueSetHdl | , | ||
| ValueSet * | , | ||
| void | |||
| ) |
Definition at line 720 of file extrusioncontrols.cxx.
References copy(), g_sExtrusionLightingDirection, and comphelper::makePropertyValue().
| svx::IMPL_LINK_NOARG | ( | FmTextControlShell | , |
| OnInvalidateClipboard | , | ||
| Timer * | , | ||
| void | |||
| ) |
Definition at line 535 of file fmtextcontrolshell.cxx.
References SAL_INFO.
| svx::IMPL_LINK_NOARG | ( | FontworkCharacterSpacingWindow | , |
| KernSelectHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 620 of file fontworkgallery.cxx.
References copy(), gsFontworkKernCharacterPairs(), and comphelper::makePropertyValue().
| svx::IMPL_LINK_NOARG | ( | FontworkCharacterSpacingWindow | , |
| MouseReleaseHdl | , | ||
| const MouseEvent & | , | ||
| bool | |||
| ) |
Definition at line 690 of file fontworkgallery.cxx.
| svx::IMPL_LINK_NOARG | ( | FontWorkGalleryDialog | , |
| ClickOKHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 259 of file fontworkgallery.cxx.
| svx::IMPL_LINK_NOARG | ( | FontWorkGalleryDialog | , |
| DoubleClickFavoriteHdl | , | ||
| weld::IconView & | , | ||
| bool | |||
| ) |
Definition at line 265 of file fontworkgallery.cxx.
| svx::IMPL_LINK_NOARG | ( | FormatPaintBrushToolBoxControl | , |
| WaitDoubleClickHdl | , | ||
| Timer * | , | ||
| void | |||
| ) |
Definition at line 81 of file formatpaintbrushctrl.cxx.
| svx::IMPL_LINK_NOARG | ( | GenericCheckEntry | , |
| MarkButtonClicked | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 34 of file GenericCheckDialog.cxx.
| svx::IMPL_LINK_NOARG | ( | GenericCheckEntry | , |
| PropertiesButtonClicked | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 39 of file GenericCheckDialog.cxx.
| svx::IMPL_LINK_NOARG | ( | TextCharacterSpacingControl | , |
| KerningModifyHdl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
Definition at line 207 of file TextCharacterSpacingControl.cxx.
References SPACING_CLOSE_BY_CUS_EDIT.
| svx::IMPL_LINK_NOARG | ( | ThemeDialog | , |
| DoubleClickValueSetHdl | , | ||
| ValueSet * | , | ||
| void | |||
| ) |
Definition at line 65 of file ThemeDialog.cxx.
References comphelper::LibreOfficeKit::isActive(), m_xDialog, and RET_OK.
| svx::IMPL_LINK_NOARG | ( | ThemeDialog | , |
| SelectItem | , | ||
| ValueSet * | , | ||
| void | |||
| ) |
Definition at line 72 of file ThemeDialog.cxx.
References nIndex.
| svx::IMPL_STATIC_LINK | ( | ClassificationDialog | , |
| ExpandedHdl | , | ||
| weld::Expander & | , | ||
| rExpander | , | ||
| void | |||
| ) |
Definition at line 685 of file ClassificationDialog.cxx.
References comphelper::ConfigurationChanges::create().
| svx::IMPL_STATIC_LINK | ( | ClassificationDialog | , |
| KeyInput | , | ||
| const KeyEvent & | , | ||
| rKeyEvent | , | ||
| bool | |||
| ) |
Definition at line 38 of file ClassificationDialog.cxx.
References KEY_BACKSPACE, KEY_DELETE, KEY_DIVIDE, KEY_SEMICOLON, and KEY_SPACE.
| SVX_DLLPUBLIC css::uno::Reference< css::uno::XInterface > svx::NamespaceMap_createInstance | ( | sal_uInt16 * | pWhichIds, |
| SfxItemPool * | pPool | ||
| ) |
Definition at line 73 of file UnoNamespaceMap.cxx.
|
staticnoexcept |
Definition at line 85 of file UnoNamespaceMap.cxx.
|
staticnoexcept |
Definition at line 78 of file UnoNamespaceMap.cxx.
| tools::Rectangle svx::polygonToRectangle | ( | const tools::Polygon & | rPolygon, |
| GeoStat & | rGeo | ||
| ) |
Definition at line 482 of file svdtrans.cxx.
References Point::AdjustX(), Point::AdjustY(), GetAngle(), GeoStat::m_nRotationAngle, GeoStat::m_nShearAngle, GeoStat::mfCosRotationAngle, GeoStat::mfSinRotationAngle, NormAngle18000(), NormAngle36000(), GeoStat::RecalcSinCos(), GeoStat::RecalcTan(), RotatePoint(), SDRMAXSHEAR(), Point::X(), and Point::Y().
Referenced by SvxCustomShape::getPosition(), SdrTextObj::NbcMirror(), SdrTextObj::NbcResize(), SdrTextObj::NbcShear(), and SdrObjCustomShape::TRGetBaseGeometry().
|
static |
Definition at line 70 of file CommonStylePreviewRenderer.cxx.
References ALIGN_BASELINE, SfxItemSet::Get(), GetWhich(), and rSet.
Referenced by svx::CommonStylePreviewRenderer::recalculate().
| 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(), SfxItemIter::GetCurItem(), IsInvalidItem(), SfxItemIter::NextItem(), SfxItemSet::Put(), and RET_OK.
| double const svx::aDepthListInch[] = { 0, 1270,2540,5080,10160 } |
Definition at line 324 of file extrusioncontrols.cxx.
Referenced by IMPL_LINK(), and svx::ExtrusionDepthWindow::implSetDepth().
| double const svx::aDepthListMM[] = { 0, 1000, 2500, 5000, 10000 } |
Definition at line 325 of file extrusioncontrols.cxx.
Referenced by IMPL_LINK(), and svx::ExtrusionDepthWindow::implSetDepth().
|
constexpr |
Definition at line 89 of file extrusioncontrols.cxx.
Referenced by svx::ExtrusionDirectionWindow::ExtrusionDirectionWindow().
|
static |
Definition at line 102 of file extrusioncontrols.cxx.
Referenced by svx::ExtrusionDirectionWindow::ExtrusionDirectionWindow().
|
constexpr |
Definition at line 313 of file frmsel.cxx.
Referenced by svx::FrameSelectorImpl::InitArrowImageList().
|
constexpr |
Definition at line 50 of file extrusioncontrols.cxx.
Referenced by svx::ExtrusionLightingWindow::ExtrusionLightingWindow().
|
constexpr |
Definition at line 63 of file extrusioncontrols.cxx.
Referenced by svx::ExtrusionLightingWindow::ExtrusionLightingWindow().
|
constexpr |
Definition at line 76 of file extrusioncontrols.cxx.
Referenced by svx::ExtrusionLightingWindow::ExtrusionLightingWindow().
|
constexpr |
Definition at line 16 of file ThemeColorValueSet.cxx.
Referenced by svx::ThemeColorValueSet::SetDrawingArea(), and svx::ThemeColorValueSet::UserDraw().
|
constexpr |
Definition at line 20 of file ThemeColorValueSet.cxx.
Referenced by svx::ThemeColorValueSet::UserDraw().
| const tools::Long svx::DIAL_OUTER_WIDTH = 8 |
Definition at line 32 of file dialcontrol.cxx.
Referenced by svx::DialControlBmp::DrawBackground(), and svx::DialControlBmp::DrawElements().
|
constexpr |
Definition at line 48 of file extrusioncontrols.cxx.
Referenced by GalleryBrowser2::DispatchAdd(), EnhancedCustomShapeTypeNames::GetAccName(), unogallery::GalleryItem::getType(), and ImplGetRID().
| 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 |
Definition at line 46 of file extrusioncontrols.cxx.
Referenced by svx::ExtrusionDirectionWindow::ExtrusionDirectionWindow(), IMPL_LINK_NOARG(), and svx::ExtrusionDirectionWindow::statusChanged().
|
constexpr |
Definition at line 588 of file extrusioncontrols.cxx.
Referenced by svx::ExtrusionLightingWindow::ExtrusionLightingWindow(), IMPL_LINK_NOARG(), and svx::ExtrusionLightingWindow::statusChanged().
|
constexpr |
Definition at line 589 of file extrusioncontrols.cxx.
Referenced by svx::ExtrusionLightingWindow::ExtrusionLightingWindow(), IMPL_LINK(), and svx::ExtrusionLightingWindow::statusChanged().
|
constexpr |
Definition at line 47 of file extrusioncontrols.cxx.
Referenced by svx::ExtrusionDirectionWindow::ExtrusionDirectionWindow(), IMPL_LINK_NOARG(), and svx::ExtrusionDirectionWindow::statusChanged().
|
constexpr |
Definition at line 821 of file extrusioncontrols.cxx.
Referenced by svx::ExtrusionSurfaceWindow::ExtrusionSurfaceWindow(), IMPL_LINK(), and svx::ExtrusionSurfaceWindow::statusChanged().
| const sal_Int32 svx::gSkewList[] = { 135, 90, 45, 180, 0, -360, -135, -90, -45 } |
Definition at line 45 of file extrusioncontrols.cxx.
Referenced by IMPL_LINK_NOARG(), and svx::ExtrusionDirectionWindow::implSetDirection().
|
constexpr |
Definition at line 18 of file ThemeColorValueSet.cxx.
Referenced by svx::ThemeColorValueSet::SetDrawingArea(), and svx::ThemeColorValueSet::UserDraw().
|
constexpr |
Definition at line 19 of file ThemeColorValueSet.cxx.
Referenced by svx::ThemeColorValueSet::UserDraw().
|
static |
Definition at line 134 of file fmtextcontrolshell.cxx.
Referenced by svx::FmTextControlShell::executeAttributeDialog().
|
static |
Definition at line 84 of file fmtextcontrolshell.cxx.
Referenced by svx::FmTextControlShell::controlActivated(), svx::FmTextControlShell::controlDeactivated(), and svx::FmTextControlShell::designModeChanged().
|
inlineconstexpr |
Definition at line 29 of file TextCharacterSpacingControl.hxx.
Referenced by svx::TextCharacterSpacingControl::Initialize(), and svx::TextCharacterSpacingControl::~TextCharacterSpacingControl().
|
constexpr |
Definition at line 17 of file ThemeColorValueSet.cxx.
Referenced by svx::ThemeColorValueSet::SetDrawingArea(), and svx::ThemeColorValueSet::UserDraw().