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 ...@@ -87,22 +87,22 @@ class SwIndexMarkPane
VclPtr<PushButton> m_pPrevBT; VclPtr<PushButton> m_pPrevBT;
VclPtr<PushButton> m_pNextBT; VclPtr<PushButton> m_pNextBT;
OUString aOrgStr; OUString m_aOrgStr;
bool bDel; bool m_bDel;
bool const bNewMark; bool const m_bNewMark;
bool bSelected; bool m_bSelected;
bool bPhoneticED0_ChangedByUser; bool m_bPhoneticED0_ChangedByUser;
bool bPhoneticED1_ChangedByUser; bool m_bPhoneticED1_ChangedByUser;
bool bPhoneticED2_ChangedByUser; bool m_bPhoneticED2_ChangedByUser;
LanguageType nLangForPhoneticReading; //Language of current text used for phonetic reading proposal LanguageType m_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 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 > css::uno::Reference< css::i18n::XExtendedIndexEntrySupplier >
xExtendedIndexEntrySupplier; m_xExtendedIndexEntrySupplier;
std::unique_ptr<SwTOXMgr> std::unique_ptr<SwTOXMgr>
pTOXMgr; m_pTOXMgr;
SwWrtShell* pSh; SwWrtShell* m_pSh;
void Apply(); void Apply();
void InitControls(); 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