LibreOffice Module sc (master) 1
|
#include <xmlstyli.hxx>
Public Member Functions | |
XMLTableStyleContext (ScXMLImport &rImport, SvXMLStylesContext &rStyles, XmlStyleFamily nFamily, bool bDefaultStyle=false) | |
virtual | ~XMLTableStyleContext () override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override |
virtual void | FillPropertySet (const css::uno::Reference< css::beans::XPropertySet > &rPropSet) override |
virtual void | SetDefaults () override |
void | AddProperty (sal_Int16 nContextID, const css::uno::Any &aValue) |
XMLPropertyState * | FindProperty (const sal_Int16 nContextID) |
sal_Int32 | GetNumberFormat () |
SCTAB | GetLastSheet () const |
void | SetLastSheet (SCTAB nNew) |
void | ApplyCondFormat (const css::uno::Sequence< css::table::CellRangeAddress > &xCellRanges) |
Public Member Functions inherited from XMLPropStyleContext | |
bool | doNewDrawingLayerFillStyleDefinitionsExist (std::u16string_view rFillStyleTag) const |
XMLPropStyleContext (SvXMLImport &rImport, SvXMLStylesContext &rStyles, XmlStyleFamily nFamily, bool bDefaultStyle=false) | |
virtual | ~XMLPropStyleContext () override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override |
virtual void | FillPropertySet (const css::uno::Reference< css::beans::XPropertySet > &rPropSet) |
virtual bool | isEmptyDataStyleName () |
const SvXMLStylesContext * | GetStyles () const |
const ::std::vector< XMLPropertyState > & | GetProperties () const |
const css::uno::Reference< css::style::XStyle > & | GetStyle () const |
void | SetStyle (const css::uno::Reference< css::style::XStyle > &xStl) |
virtual void | SetDefaults () override |
virtual void | CreateAndInsert (bool bOverwrite) override |
virtual void | Finish (bool bOverwrite) override |
Public Member Functions inherited from SvXMLStyleContext | |
SvXMLStyleContext (SvXMLImport &rImport, XmlStyleFamily nFamily=XmlStyleFamily::DATA_STYLE, bool bDefaultStyle=false) | |
virtual | ~SvXMLStyleContext () override |
virtual void SAL_CALL | startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &) override |
const OUString & | GetName () const |
const OUString & | GetDisplayName () const |
const css::uno::Any & | GetAutoName () const |
const OUString & | GetParentName () const |
const OUString & | GetFollow () const |
const OUString & | GetLinked () const |
XmlStyleFamily | GetFamily () const |
bool | IsValid () const |
void | SetValid (bool b) |
bool | IsNew () const |
void | SetNew (bool b) |
bool | IsHidden () const |
virtual void | SetDefaults () |
virtual void | CreateAndInsert (bool bOverwrite) |
virtual void | CreateAndInsertLate (bool bOverwrite) |
virtual void | Finish (bool bOverwrite) |
bool | IsDefaultStyle () const |
virtual bool | IsTransient () const |
Public Member Functions inherited from SvXMLImportContext | |
SvXMLImportContext (SvXMLImport &rImport) | |
virtual | ~SvXMLImportContext () |
virtual void SAL_CALL | startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | endFastElement (sal_Int32 Element) override |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
virtual css::uno::Reference< XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | characters (const OUString &aChars) override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) final override |
virtual void SAL_CALL | acquire () noexcept final override |
virtual void SAL_CALL | release () noexcept final override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () final override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () final override |
Protected Member Functions | |
virtual void | SetAttribute (sal_Int32 nElement, const OUString &rValue) override |
Protected Member Functions inherited from XMLPropStyleContext | |
void | deactivateOldFillStyleDefinitions (const OldFillStyleDefinitionSet &rHashSetOfTags) |
void | translateNameBasedDrawingLayerFillStyleDefinitionsToStyleDisplayNames () |
virtual void | SetAttribute (sal_Int32 nElement, const OUString &rValue) override |
SvXMLStylesContext * | GetStyles () |
::std::vector< XMLPropertyState > & | GetProperties () |
virtual css::uno::Reference< css::style::XStyle > | Create () |
Protected Member Functions inherited from SvXMLStyleContext | |
virtual void | SetAttribute (sal_Int32 nElement, const OUString &rValue) |
void | SetFamily (XmlStyleFamily nSet) |
void | SetAutoName (const css::uno::Any &rName) |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Private Member Functions | |
const ScXMLImport & | GetScImport () const |
ScXMLImport & | GetScImport () |
void | SetStyle (const css::uno::Reference< css::style::XStyle > &xStl) |
Private Attributes | |
OUString | sDataStyleName |
OUString | sPageStyle |
SvXMLStylesContext * | pStyles |
sal_Int32 | nNumberFormat |
SCTAB | nLastSheet |
bool | bParentSet |
ScConditionalFormat * | mpCondFormat |
bool | mbDeleteCondFormat |
Additional Inherited Members | |
Static Protected Member Functions inherited from XMLPropStyleContext | |
static const OldFillStyleDefinitionSet & | getStandardSet () |
static const OldFillStyleDefinitionSet & | getHeaderSet () |
static const OldFillStyleDefinitionSet & | getFooterSet () |
Definition at line 66 of file xmlstyli.hxx.
XMLTableStyleContext::XMLTableStyleContext | ( | ScXMLImport & | rImport, |
SvXMLStylesContext & | rStyles, | ||
XmlStyleFamily | nFamily, | ||
bool | bDefaultStyle = false |
||
) |
Definition at line 425 of file xmlstyli.cxx.
|
overridevirtual |
Definition at line 437 of file xmlstyli.cxx.
References mbDeleteCondFormat, and mpCondFormat.
void XMLTableStyleContext::AddProperty | ( | sal_Int16 | nContextID, |
const css::uno::Any & | aValue | ||
) |
Definition at line 558 of file xmlstyli.cxx.
References FindProperty(), XMLPropStyleContext::GetProperties(), nIndex, and pStyles.
Referenced by FillPropertySet().
void XMLTableStyleContext::ApplyCondFormat | ( | const css::uno::Sequence< css::table::CellRangeAddress > & | xCellRanges | ) |
Definition at line 475 of file xmlstyli.cxx.
References ScDocument::AddCondFormat(), ScDocument::AddCondFormatData(), ScConditionalFormatList::begin(), ScConditionalFormatList::end(), ScDocument::GetCondFormList(), ScMyTables::GetCurrentSheet(), ScXMLImport::GetDocument(), GetScImport(), ScXMLImport::GetTables(), i, ScRangeList::Join(), mbDeleteCondFormat, mpCondFormat, n, nIndex, ScConditionalFormat::SetKey(), ScConditionalFormat::SetRange(), and ScRangeList::size().
Referenced by ScXMLImport::SetStyleToRanges().
|
overridevirtual |
Reimplemented from XMLPropStyleContext.
Definition at line 443 of file xmlstyli.cxx.
References ScConditionalFormat::AddEntry(), XMLPropStyleContext::createFastChildContext(), SvXMLStyleContext::GetFamily(), SvXMLImportContext::GetImport(), SvXMLStylesContext::GetImportPropertyMapper(), XMLPropStyleContext::GetProperties(), GetScImport(), XMLPropStyleContext::GetStyles(), mpCondFormat, STYLE, XML_ELEMENT, XML_MAP, XML_TABLE_CELL_PROPERTIES, and XML_TYPE_PROP_TABLE_CELL.
|
overridevirtual |
Reimplemented from XMLPropStyleContext.
Definition at line 519 of file xmlstyli.cxx.
References AddProperty(), bParentSet, CTF_SC_CELLSTYLE, CTF_SC_MASTERPAGENAME, CTF_SC_NUMBERFORMAT, XMLPropStyleContext::FillPropertySet(), SvXMLStyleContext::GetFamily(), SvXMLImportContext::GetImport(), GetNumberFormat(), SvXMLStyleContext::GetParentName(), SvXMLStyleContext::IsDefaultStyle(), and sPageStyle.
Referenced by ScXMLTableColContext::endFastElement(), ScXMLTableRowContext::endFastElement(), SetDefaults(), ScXMLImport::SetStyleToRanges(), and ScMyTables::SetTableStyle().
XMLPropertyState * XMLTableStyleContext::FindProperty | ( | const sal_Int16 | nContextID | ) |
Definition at line 569 of file xmlstyli.cxx.
References begin, end, SvXMLStyleContext::GetFamily(), SvXMLStylesContext::GetImportPropertyMapper(), XMLPropStyleContext::GetProperties(), XMLPropertyState::mnIndex, and pStyles.
Referenced by AddProperty(), and ScXMLTableRowContext::endFastElement().
|
inline |
Definition at line 104 of file xmlstyli.hxx.
References nLastSheet.
Referenced by ScXMLTableColContext::endFastElement(), ScXMLTableRowContext::endFastElement(), and ScXMLImport::SetStyleToRanges().
sal_Int32 XMLTableStyleContext::GetNumberFormat | ( | ) |
Definition at line 590 of file xmlstyli.cxx.
References SvXMLStylesContext::FindStyleChildContext(), GetScImport(), nNumberFormat, pStyles, and sDataStyleName.
Referenced by FillPropertySet(), and ScXMLImport::SetStyleToRanges().
|
inlineprivate |
Definition at line 78 of file xmlstyli.hxx.
References SvXMLImportContext::GetImport().
|
inlineprivate |
Definition at line 77 of file xmlstyli.hxx.
References SvXMLImportContext::GetImport().
Referenced by ApplyCondFormat(), createFastChildContext(), and GetNumberFormat().
|
overrideprotectedvirtual |
Reimplemented from XMLPropStyleContext.
Definition at line 408 of file xmlstyli.cxx.
References sDataStyleName, XMLPropStyleContext::SetAttribute(), sPageStyle, TOKEN_MASK, XML_DATA_STYLE_NAME, and XML_MASTER_PAGE_NAME.
|
overridevirtual |
Reimplemented from XMLPropStyleContext.
Definition at line 544 of file xmlstyli.cxx.
References FillPropertySet(), SvXMLStyleContext::GetFamily(), and SvXMLImportContext::GetImport().
|
inline |
Definition at line 105 of file xmlstyli.hxx.
References nLastSheet.
Referenced by ScXMLTableColContext::endFastElement(), ScXMLTableRowContext::endFastElement(), and ScXMLImport::SetStyleToRanges().
|
private |
|
private |
Definition at line 73 of file xmlstyli.hxx.
Referenced by FillPropertySet().
|
private |
Definition at line 75 of file xmlstyli.hxx.
Referenced by ApplyCondFormat(), and ~XMLTableStyleContext().
|
private |
Definition at line 74 of file xmlstyli.hxx.
Referenced by ApplyCondFormat(), createFastChildContext(), and ~XMLTableStyleContext().
|
private |
Definition at line 72 of file xmlstyli.hxx.
Referenced by GetLastSheet(), and SetLastSheet().
|
private |
Definition at line 71 of file xmlstyli.hxx.
Referenced by GetNumberFormat().
|
private |
Definition at line 70 of file xmlstyli.hxx.
Referenced by AddProperty(), FindProperty(), and GetNumberFormat().
|
private |
Definition at line 68 of file xmlstyli.hxx.
Referenced by GetNumberFormat(), and SetAttribute().
|
private |
Definition at line 69 of file xmlstyli.hxx.
Referenced by FillPropertySet(), and SetAttribute().