LibreOffice Module sc (master) 1
|
#include <xmlannoi.hxx>
Public Member Functions | |
ScXMLAnnotationData () | |
~ScXMLAnnotationData () | |
Public Attributes | |
css::uno::Reference< css::drawing::XShape > | mxShape |
css::uno::Reference< css::drawing::XShapes > | mxShapes |
OUString | maAuthor |
OUString | maCreateDate |
OUString | maSimpleText |
OUString | maStyleName |
OUString | maTextStyle |
bool | mbUseShapePos |
bool | mbShown |
std::vector< ScXMLAnnotationStyleEntry > | maContentStyles |
Definition at line 48 of file xmlannoi.hxx.
|
explicit |
Definition at line 31 of file xmlannoi.cxx.
ScXMLAnnotationData::~ScXMLAnnotationData | ( | ) |
Definition at line 37 of file xmlannoi.cxx.
OUString ScXMLAnnotationData::maAuthor |
Definition at line 54 of file xmlannoi.hxx.
Referenced by ScXMLAnnotationContext::endFastElement().
std::vector<ScXMLAnnotationStyleEntry> ScXMLAnnotationData::maContentStyles |
Definition at line 61 of file xmlannoi.hxx.
Referenced by ScXMLAnnotationContext::AddContentStyle().
OUString ScXMLAnnotationData::maCreateDate |
Definition at line 55 of file xmlannoi.hxx.
Referenced by ScXMLAnnotationContext::endFastElement().
OUString ScXMLAnnotationData::maSimpleText |
Definition at line 56 of file xmlannoi.hxx.
Referenced by ScXMLAnnotationContext::endFastElement().
OUString ScXMLAnnotationData::maStyleName |
Definition at line 57 of file xmlannoi.hxx.
Referenced by ScXMLAnnotationContext::SetShape().
OUString ScXMLAnnotationData::maTextStyle |
Definition at line 58 of file xmlannoi.hxx.
Referenced by ScXMLAnnotationContext::SetShape().
bool ScXMLAnnotationData::mbShown |
Definition at line 60 of file xmlannoi.hxx.
Referenced by ScXMLAnnotationContext::ScXMLAnnotationContext().
bool ScXMLAnnotationData::mbUseShapePos |
Definition at line 59 of file xmlannoi.hxx.
Referenced by ScXMLAnnotationContext::ScXMLAnnotationContext().
css::uno::Reference< css::drawing::XShape > ScXMLAnnotationData::mxShape |
Definition at line 51 of file xmlannoi.hxx.
Referenced by ScXMLAnnotationContext::SetShape().
css::uno::Reference< css::drawing::XShapes > ScXMLAnnotationData::mxShapes |
Definition at line 53 of file xmlannoi.hxx.
Referenced by ScXMLAnnotationContext::SetShape().