Kaydet (Commit) 808ba7c1 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: prefix remaining members of SwIndexMarkPane

Change-Id: I60e66fe3f92c5952172323ec2d4b0dda1f2ab5f1
Reviewed-on: https://gerrit.libreoffice.org/62266Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins
üst 0ed56b6a
......@@ -87,22 +87,22 @@ class SwIndexMarkPane
VclPtr<PushButton> m_pPrevBT;
VclPtr<PushButton> m_pNextBT;
OUString aOrgStr;
bool bDel;
bool const bNewMark;
bool bSelected;
bool bPhoneticED0_ChangedByUser;
bool bPhoneticED1_ChangedByUser;
bool bPhoneticED2_ChangedByUser;
LanguageType nLangForPhoneticReading; //Language of current text used for phonetic reading proposal
bool bIsPhoneticReadingEnabled; //this value states whether phonetic reading is enabled in principle dependent of global cjk settings and language of current entry
OUString m_aOrgStr;
bool m_bDel;
bool const m_bNewMark;
bool m_bSelected;
bool m_bPhoneticED0_ChangedByUser;
bool m_bPhoneticED1_ChangedByUser;
bool m_bPhoneticED2_ChangedByUser;
LanguageType m_nLangForPhoneticReading; //Language of current text used for phonetic reading proposal
bool m_bIsPhoneticReadingEnabled; //this value states whether phonetic reading is enabled in principle dependent of global cjk settings and language of current entry
css::uno::Reference< css::i18n::XExtendedIndexEntrySupplier >
xExtendedIndexEntrySupplier;
m_xExtendedIndexEntrySupplier;
std::unique_ptr<SwTOXMgr>
pTOXMgr;
SwWrtShell* pSh;
m_pTOXMgr;
SwWrtShell* m_pSh;
void Apply();
void InitControls();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment