sw: document SwXMeta::Impl
It already had some comments, but turn it into markup that is picked up by doxygen + mention the locking aspect. Change-Id: I6d9dba02f5be2e6f262733dfc124f09e29ba47eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132838 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
This commit is contained in:
@@ -596,9 +596,13 @@ SwXMetaText::createTextCursorByRange(
|
||||
return xCursor;
|
||||
}
|
||||
|
||||
// the Meta has a cached list of text portions for its contents
|
||||
// this list is created by SwXTextPortionEnumeration
|
||||
// the Meta listens at the SwTextNode and throws away the cache when it changes
|
||||
/**
|
||||
* the Meta has a cached list of text portions for its contents
|
||||
* this list is created by SwXTextPortionEnumeration
|
||||
* the Meta listens at the SwTextNode and throws away the cache when it changes
|
||||
*
|
||||
* This inner part of SwXMeta is deleted with a locked SolarMutex.
|
||||
*/
|
||||
class SwXMeta::Impl : public SvtListener
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user