<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi,</p>
<p>is there somewhere a key to naming variables? For example, I see</p>
<p>OUString msDocAccTitle<br>
DocumentType meDocType<br>
std::unique_ptr<IGrammarContact> mpGrammarContact<br>
const OUString& rBuffer<br>
SmFormat maFormat<br>
OUString maAccText<br>
bool mbFormulaArranged<br>
sal_uInt16 mnSmSyntaxVersion</p>
<p>So there is "ms" maybe meaning "member string"? "mb": "member
bool"? But "ma" and "me" ?<br>
</p>
<p>Thanks for any help<br>
</p>
<p><br>
</p>
</body>
</html>