Home
last modified time | relevance | path

Searched refs:XMLTableStyleContext (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sc/source/filter/xml/
H A Dxmlstyli.cxx336 void XMLTableStyleContext::SetOperator( uno::Sequence< beans::PropertyValue >& rProps, sheet::Condi… in SetOperator()
341 void XMLTableStyleContext::SetBaseCellAddress( uno::Sequence< beans::PropertyValue >& rProps, const… in SetBaseCellAddress()
348 void XMLTableStyleContext::SetStyle( uno::Sequence<beans::PropertyValue>& rProps, const OUString& r… in SetStyle()
353 void XMLTableStyleContext::SetFormula( uno::Sequence< beans::PropertyValue >& rProps, in SetFormula()
393 void XMLTableStyleContext::GetConditionalFormat(uno::Any& aAny, in GetConditionalFormat()
440 void XMLTableStyleContext::SetAttribute( sal_uInt16 nPrefixKey, in SetAttribute()
460 TYPEINIT1( XMLTableStyleContext, XMLPropStyleContext );
462 XMLTableStyleContext::XMLTableStyleContext( ScXMLImport& rImport, in XMLTableStyleContext() function in XMLTableStyleContext
477 XMLTableStyleContext::~XMLTableStyleContext() in ~XMLTableStyleContext()
481 SvXMLImportContext *XMLTableStyleContext::CreateChildContext( in CreateChildContext()
[all …]
H A Dxmlstyli.hxx91 class XMLTableStyleContext : public XMLPropStyleContext class
137 XMLTableStyleContext( ScXMLImport& rImport, sal_uInt16 nPrfx,
141 virtual ~XMLTableStyleContext();
H A Dxmlexternaltabi.cxx287 const XMLTableStyleContext* pStyle = static_cast<const XMLTableStyleContext*>( in ScXMLExternalRefCellContext()
290 mnNumberFormat = const_cast<XMLTableStyleContext*>(pStyle)->GetNumberFormat(); in ScXMLExternalRefCellContext()
H A Dxmlbodyi.cxx305XMLTableStyleContext* pStyle = (XMLTableStyleContext *)pStyles->FindStyleChildContext( in EndElement()
H A Dxmlcoli.cxx163XMLTableStyleContext* pStyle = (XMLTableStyleContext *)pStyles->FindStyleChildContext( in EndElement()
H A Dxmlrowi.cxx192XMLTableStyleContext* pStyle((XMLTableStyleContext *)pStyles->FindStyleChildContext( in EndElement()
H A Dxmlsubti.cxx263XMLTableStyleContext* pStyle = (XMLTableStyleContext *)pStyles->FindStyleChildContext( in NewSheet()
H A Dxmlimprt.cxx2454XMLTableStyleContext* pStyle( pStyles ? (XMLTableStyleContext *)pStyles->FindStyleChildContext( in SetStyleToRanges()