LibreOffice Module sw (master) 1
|
Go to the source code of this file.
Classes | |
class | SwCharFormat |
Represents the style of a text portion. More... | |
Namespaces | |
namespace | CharFormat |
Functions | |
const SfxItemSet * | CharFormat::GetItemSet (const SfxPoolItem &rAttr) |
Returns the item set associated with a character/inet/auto style. More... | |
const SfxPoolItem * | CharFormat::GetItem (const SwTextAttr &rAttr, sal_uInt16 nWhich) |
Extracts pool item of type nWhich from rAttr. More... | |
template<class T > | |
const T * | CharFormat::GetItem (const SwTextAttr &rAttr, TypedWhichId< T > nWhich) |
bool | CharFormat::IsItemIncluded (const sal_uInt16 nWhich, const SwTextAttr *pAttr) |
Checks if item is included in character/inet/auto style. More... | |