LibreOffice Module oox (master) 1
|
Base data of a fragment. More...
#include <fragmenthandler.hxx>
Public Member Functions | |
FragmentBaseData (XmlFilterBase &rFilter, OUString aFragmentPath, RelationsRef xRelations) | |
Public Attributes | |
XmlFilterBase & | mrFilter |
const OUString | maFragmentPath |
css::uno::Reference< css::xml::sax::XLocator > | mxLocator |
RelationsRef | mxRelations |
Base data of a fragment.
This data is stored in a separate struct to make it accessible in every child context handler of the fragment.
Definition at line 51 of file fragmenthandler.hxx.
|
explicit |
Definition at line 31 of file fragmenthandler.cxx.
const OUString oox::core::FragmentBaseData::maFragmentPath |
Definition at line 54 of file fragmenthandler.hxx.
XmlFilterBase& oox::core::FragmentBaseData::mrFilter |
Definition at line 53 of file fragmenthandler.hxx.
css::uno::Reference< css::xml::sax::XLocator > oox::core::FragmentBaseData::mxLocator |
Definition at line 56 of file fragmenthandler.hxx.
RelationsRef oox::core::FragmentBaseData::mxRelations |
Definition at line 57 of file fragmenthandler.hxx.