diff options
author | Abdulmajeed Al-Abaulrazzaq <aalabdulrazzaq@kacst.edu.sa> | 2012-09-11 15:16:03 +0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-11 17:54:21 +0000 |
commit | 4ed62ddb01e4ecff9de01246ea4c040f007c1196 (patch) | |
tree | ea75c2b5e5ef8b01d6cc1aafdccc10f29a7e982c /sw/inc/hhcwrp.hxx | |
parent | a8a15bd95c4fda67c6785036bfbf50f94a749496 (diff) |
Modifying comments to meet doxygen standards
Change-Id: I363ce532c7d11e798c2a5cc67b1b7893dcd0a389
Reviewed-on: https://gerrit.libreoffice.org/596
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/hhcwrp.hxx')
-rw-r--r-- | sw/inc/hhcwrp.hxx | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/sw/inc/hhcwrp.hxx b/sw/inc/hhcwrp.hxx index 2ce56e3d38ee..8f33df4e0217 100644 --- a/sw/inc/hhcwrp.hxx +++ b/sw/inc/hhcwrp.hxx @@ -35,36 +35,36 @@ class SwHHCWrapper : public editeng::HangulHanjaConversion Window* pWin; SwWrtShell &rWrtShell; - SwConversionArgs *pConvArgs; // object for arguments (and results) needed - // to find of next convertible text portion + SwConversionArgs *pConvArgs; /**< object for arguments (and results) needed + to find of next convertible text portion */ - xub_StrLen nLastPos; // starting position of the last found text part - // (needs to be sth that gets not moved like - // SwPaM or SwPosition by replace operations!) + xub_StrLen nLastPos; /**< starting position of the last found text part + (needs to be sth that gets not moved like + SwPaM or SwPosition by replace operations!) */ sal_Int32 nUnitOffset; - sal_uInt16 nPageCount; // page count for progress bar - sal_uInt16 nPageStart; // first checked page + sal_uInt16 nPageCount; ///< page count for progress bar + sal_uInt16 nPageStart; ///< first checked page sal_Bool bIsDrawObj; sal_Bool bIsStart; sal_Bool bIsOtherCntnt; sal_Bool bStartChk; - sal_Bool bIsSelection; // true if only the selected text should be converted - sal_Bool bInfoBox; // true if message should be displayed at the end - sal_Bool bIsConvSpecial; // true if special regions: header, footer, ... should be converted + sal_Bool bIsSelection; ///< true if only the selected text should be converted + sal_Bool bInfoBox; ///< true if message should be displayed at the end + sal_Bool bIsConvSpecial; ///< true if special regions: header, footer, ... should be converted sal_Bool bStartDone; sal_Bool bEndDone; - // from SvxSpellWrapper copied and modified - sal_Bool ConvNext_impl(); // former SpellNext - sal_Bool FindConvText_impl(); // former FindSpellError + /// from SvxSpellWrapper copied and modified + sal_Bool ConvNext_impl(); ///< former SpellNext + sal_Bool FindConvText_impl(); ///< former FindSpellError - // from SwSpellWrapper copied and modified + /// from SwSpellWrapper copied and modified sal_Bool HasOtherCnt_impl(); - void ConvStart_impl( SwConversionArgs *pConvArgs, SvxSpellArea eSpell ); // former SpellStart - void ConvEnd_impl( SwConversionArgs *pConvArgs ); // former SpellEnd - sal_Bool ConvContinue_impl( SwConversionArgs *pConvArgs ); // former SpellContinue + void ConvStart_impl( SwConversionArgs *pConvArgs, SvxSpellArea eSpell ); ///< former SpellStart + void ConvEnd_impl( SwConversionArgs *pConvArgs ); ///< former SpellEnd + sal_Bool ConvContinue_impl( SwConversionArgs *pConvArgs ); ///< former SpellContinue void SelectNewUnit_impl( const sal_Int32 nUnitStart, const sal_Int32 nUnitEnd ); |