5e9fe0ff4d
Change-Id: I22b7bef8106dc52a5f1d393805021318ea3d9f07
12 lines
557 B
Text
12 lines
557 B
Text
Contains non-graphical helper code for office applications.
|
|
|
|
Specifically this module does not depend on or use includes from module
|
|
vcl. Originally all code in svtools that did not depend on vcl was split
|
|
off into this svl ("svtools light") module.
|
|
|
|
In particular the SfxItemSet is a property-bag like container that
|
|
stores arbitrary sets of properties for everything from text run
|
|
formats, to Chart regression line properties.
|
|
|
|
There are lots of other useful helpers in here for various office
|
|
tasks; much of this code was originally moved from svx/sfx2.
|