#include <vector>
#include <swfntcch.hxx>
Go to the source code of this file.
|
class | SwAttrHandler |
| Used by Attribute Iterators to organize attributes on stacks to find the valid attribute in each category. More...
|
|
◆ NUM_ATTRIBUTE_STACKS
#define NUM_ATTRIBUTE_STACKS 45 |
◆ StackPos
Attribute to Stack Mapping.
Attributes applied to a text are pushed on different stacks. For each stack, the top most attribute on the stack is valid. Because some kinds of attributes have to be pushed to the same stacks we map their ids to stack ids Attention: The first NUM_DEFAULT_VALUES ( defined in swfntcch.hxx ) are stored in the defaultitem-cache, if you add one, you have to increase NUM_DEFAULT_VALUES. Also adjust NUM_ATTRIBUTE_STACKS in atrhndl.hxx.
Definition at line 68 of file atrstck.cxx.