[Libreoffice-commits] core.git: include/cui include/svx sd/source

Gülşah Köse (via logerrit) logerrit at kemper.freedesktop.org
Wed May 29 06:56:40 UTC 2019


 include/cui/cuicharmap.hxx                |    1 +
 include/cui/numberingpreview.hxx          |    1 +
 include/svx/svxdlg.hxx                    |    1 +
 sd/source/ui/dlg/sddlgfact.hxx            |    1 +
 sd/source/ui/inc/BulletAndPositionDlg.hxx |    1 +
 5 files changed, 5 insertions(+)

New commits:
commit e17224e2aa0e53b1e5518ce3c2a2baa174aad265
Author:     Gülşah Köse <gulsah.kose at collabora.com>
AuthorDate: Tue May 28 15:55:11 2019 +0300
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed May 29 08:55:37 2019 +0200

    tdf#120905 Add missing doxygen comments.
    
    Change-Id: I3211f32521d578b1a5f72df7c5ccc4267ee01d38
    Reviewed-on: https://gerrit.libreoffice.org/73101
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/include/cui/cuicharmap.hxx b/include/cui/cuicharmap.hxx
index c03c9a6808df..c69107bf9d1b 100644
--- a/include/cui/cuicharmap.hxx
+++ b/include/cui/cuicharmap.hxx
@@ -40,6 +40,7 @@ namespace svx
 struct SvxShowCharSetItem;
 }
 
+/// Provides the show characters or texts in a drawing area with special sizes and fonts.
 class CUI_DLLPUBLIC SvxShowText : public weld::CustomWidgetController
 {
 private:
diff --git a/include/cui/numberingpreview.hxx b/include/cui/numberingpreview.hxx
index 0d6d01dc2a02..979773df6f72 100644
--- a/include/cui/numberingpreview.hxx
+++ b/include/cui/numberingpreview.hxx
@@ -5,6 +5,7 @@
 #include <editeng/numitem.hxx>
 #include <vcl/customweld.hxx>
 
+/// Provides the preview to show how looks bullet or numbering format before the apply.
 class CUI_DLLPUBLIC SvxNumberingPreview : public weld::CustomWidgetController
 {
     const SvxNumRule* pActNum;
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 8469d9f646b4..58acee4b86a1 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -206,6 +206,7 @@ public:
     virtual void GetDescription(OUString& rDescription) = 0;
 };
 
+/// Abstract class provides the get information from the numbering and position dialog.
 class AbstractSvxBulletAndPositionDlg :public VclAbstractDialog
 {
 protected:
diff --git a/sd/source/ui/dlg/sddlgfact.hxx b/sd/source/ui/dlg/sddlgfact.hxx
index 389211e1c119..322750bcd0e9 100644
--- a/sd/source/ui/dlg/sddlgfact.hxx
+++ b/sd/source/ui/dlg/sddlgfact.hxx
@@ -83,6 +83,7 @@ bool Class::StartExecuteAsync(AsyncContext &ctx) \
 
 class SvxBulletAndPositionDlg;
 
+/// Provides managing and getting information from the numbering and position dialog.
 class AbstractSvxBulletAndPositionDlg_Impl :public AbstractSvxBulletAndPositionDlg
 {
     std::unique_ptr<SvxBulletAndPositionDlg> m_xDlg;
diff --git a/sd/source/ui/inc/BulletAndPositionDlg.hxx b/sd/source/ui/inc/BulletAndPositionDlg.hxx
index 3ddaff6095af..54fe2abcd057 100644
--- a/sd/source/ui/inc/BulletAndPositionDlg.hxx
+++ b/sd/source/ui/inc/BulletAndPositionDlg.hxx
@@ -47,6 +47,7 @@ namespace sd
 class View;
 }
 
+/// Main class for handling the bullets, numbering format and their position.
 class SvxBulletAndPositionDlg : public weld::GenericDialogController
 {
     OUString m_sNumCharFmtName;


More information about the Libreoffice-commits mailing list