/aoo41x/main/xmloff/source/style/ |
H A D | prstylei.cxx | 63 void XMLPropStyleContext::SetAttribute( sal_uInt16 nPrefixKey, in SetAttribute() 77 TYPEINIT1( XMLPropStyleContext, SvXMLStyleContext ); 79 XMLPropStyleContext::XMLPropStyleContext( SvXMLImport& rImport, in XMLPropStyleContext() function in XMLPropStyleContext 91 XMLPropStyleContext::~XMLPropStyleContext() in ~XMLPropStyleContext() 95 SvXMLImportContext *XMLPropStyleContext::CreateChildContext( in CreateChildContext() 148 void XMLPropStyleContext::FillPropertySet( in FillPropertySet() 159 void XMLPropStyleContext::SetDefaults() in SetDefaults() 163 Reference < XStyle > XMLPropStyleContext::Create() in Create() 187 void XMLPropStyleContext::CreateAndInsert( sal_Bool bOverwrite ) in CreateAndInsert() 345 void XMLPropStyleContext::Finish( sal_Bool bOverwrite ) in Finish()
|
H A D | PageMasterImportContext.cxx | 61 XMLPropStyleContext::SetAttribute( nPrefixKey, rLocalName, rValue ); in SetAttribute() 65 TYPEINIT1( PageStyleContext, XMLPropStyleContext ); 72 …XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, XML_STYLE_FAMILY_PAGE_MASTER, bDe… in PageStyleContext() 165 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext() 173 XMLPropStyleContext::FillPropertySet(rPropSet); in FillPropertySet()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLSeries2Context.cxx | 482 …const XMLPropStyleContext* pPropStyleContext = dynamic_cast< const XMLPropStyleContext * >( pStyle… in StartElement() 814 XMLPropStyleContext * pPropStyleContext = in setStylesToSeries() 815 const_cast< XMLPropStyleContext * >( in setStylesToSeries() 816 dynamic_cast< const XMLPropStyleContext * >( rpStyle )); in setStylesToSeries() 898 XMLPropStyleContext * pPropStyleContext = in setStylesToStatisticsObjects() 899 const_cast< XMLPropStyleContext * >( in setStylesToStatisticsObjects() 1004 XMLPropStyleContext * pPropStyleContext = in setStylesToDataPoints() 1005 const_cast< XMLPropStyleContext * >( in setStylesToDataPoints() 1030 XMLPropStyleContext * pPropStyleContext = in setStylesToDataPoints() 1031 const_cast< XMLPropStyleContext * >( in setStylesToDataPoints() [all …]
|
H A D | SchXMLPlotAreaContext.cxx | 341 XMLPropStyleContext* pPropStyleContext = in StartElement() 342 const_cast< XMLPropStyleContext * >( in StartElement() 343 dynamic_cast< const XMLPropStyleContext * >( pStyle ) ); in StartElement() 804 void SchXMLPositonAttributesHelper::readAutomaticPositioningProperties( XMLPropStyleContext* pPropS… in readAutomaticPositioningProperties() 902 if( pStyle && pStyle->ISA( XMLPropStyleContext )) in StartElement() 903 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xProp ); in StartElement() 974 if( pStyle && pStyle->ISA( XMLPropStyleContext )) in StartElement() 975 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xProp ); in StartElement() 1152 XMLPropStyleContext * pPropStyleContext = in StartElement() 1153 … const_cast< XMLPropStyleContext * >( dynamic_cast< const XMLPropStyleContext * >( pStyle )); in StartElement()
|
H A D | SchXMLAxisContext.cxx | 253 if( pStyle && pStyle->ISA( XMLPropStyleContext )) in CreateGrid() 254 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xGridProp ); in CreateGrid() 501 if( pStyle && pStyle->ISA( XMLPropStyleContext )) in CreateAxis() 504 …XMLPropStyleContext * pPropStyleContext = const_cast< XMLPropStyleContext * >( dynamic_cast< const… in CreateAxis() 529 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xXAxisProp ); in CreateAxis()
|
H A D | SchXMLLegendContext.cxx | 218 if( pStyle && pStyle->ISA( XMLPropStyleContext )) in StartElement() 219 (( XMLPropStyleContext* )pStyle )->FillPropertySet( xLegendProps ); in StartElement()
|
H A D | SchXMLTools.hxx | 43 class XMLPropStyleContext; 100 …etPropertyFromContext( const ::rtl::OUString& rPropertyName, const XMLPropStyleContext * pPropStyl…
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | prstylei.hxx | 44 class XMLOFF_DLLPUBLIC XMLPropStyleContext : public SvXMLStyleContext class 52 SAL_DLLPRIVATE XMLPropStyleContext(XMLPropStyleContext &); // not defined 53 SAL_DLLPRIVATE void operator =(XMLPropStyleContext &); // not defined 73 XMLPropStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, 78 virtual ~XMLPropStyleContext();
|
H A D | txtimp.hxx | 57 class XMLPropStyleContext; 538 XMLPropStyleContext *FindAutoFrameStyle( 540 XMLPropStyleContext* FindSectionStyle( 542 XMLPropStyleContext* FindPageMaster(
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtstyli.cxx | 124 XMLPropStyleContext::SetAttribute( nPrefixKey, rLocalName, rValue ); in SetAttribute() 129 XMLPropStyleContext::SetAttribute( nPrefixKey, rLocalName, rValue ); in SetAttribute() 133 TYPEINIT1( XMLTextStyleContext, XMLPropStyleContext ); 140 : XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ) in XMLTextStyleContext() 208 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext() 216 XMLPropStyleContext::CreateAndInsert( bOverwrite ); in CreateAndInsert() 281 XMLPropStyleContext::Finish( bOverwrite ); in Finish()
|
H A D | txtimp.cxx | 2269 XMLPropStyleContext *pStyle = 0; in SetRuby() 2276 pStyle = PTR_CAST(XMLPropStyleContext,pTempStyle); in SetRuby() 2617 XMLPropStyleContext *XMLTextImportHelper::FindAutoFrameStyle( const OUString& rName ) const in FindAutoFrameStyle() 2619 XMLPropStyleContext *pStyle = 0; in FindAutoFrameStyle() 2626 pStyle = PTR_CAST( XMLPropStyleContext ,pTempStyle); in FindAutoFrameStyle() 2632 XMLPropStyleContext* XMLTextImportHelper::FindSectionStyle( in FindSectionStyle() 2635 XMLPropStyleContext* pStyle = NULL; in FindSectionStyle() 2643 pStyle = PTR_CAST( XMLPropStyleContext,pTempStyle); in FindSectionStyle() 2649 XMLPropStyleContext* XMLTextImportHelper::FindPageMaster( in FindPageMaster() 2652 XMLPropStyleContext* pStyle = NULL; in FindPageMaster() [all …]
|
/aoo41x/main/xmloff/source/table/ |
H A D | XMLTableImport.cxx | 412 const XMLPropStyleContext* pStyle = in InitColumns() 413 dynamic_cast< const XMLPropStyleContext* >( in InitColumns() 419 const_cast< XMLPropStyleContext* >( pStyle )->FillPropertySet( xColProps ); in InitColumns() 497 const XMLPropStyleContext* pStyle = in ImportRow() 498 dynamic_cast< const XMLPropStyleContext* >( in ImportRow() 503 const_cast< XMLPropStyleContext* >( pStyle )->FillPropertySet( xRowSet ); in ImportRow() 674 const XMLPropStyleContext* pStyle = in XMLCellImportContext() 675 dynamic_cast< const XMLPropStyleContext* >( in XMLCellImportContext() 682 const_cast< XMLPropStyleContext* >( pStyle )->FillPropertySet( xCellSet ); in XMLCellImportContext()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlStyleImport.cxx | 99 TYPEINIT1( OTableStyleContext, XMLPropStyleContext ); 107 :XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ) in DBG_NAME() 167 XMLPropStyleContext::FillPropertySet(rPropSet); in FillPropertySet() 194 XMLPropStyleContext::SetAttribute( nPrefixKey, rLocalName, rValue ); in SetAttribute()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | XMLShapeStyleContext.cxx | 56 TYPEINIT1( XMLShapeStyleContext, XMLPropStyleContext ); 65 : XMLPropStyleContext(rImport, nPrfx, rLName, xAttrList, rStyles, nFamily ), in XMLShapeStyleContext() 86 XMLPropStyleContext::SetAttribute( nPrefixKey, rLocalName, rValue ); in SetAttribute() 130 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext()
|
H A D | XMLGraphicsDefaultStyle.cxx | 55 TYPEINIT1( XMLGraphicsDefaultStyle, XMLPropStyleContext ); 58 : XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, XML_STYLE_FAMILY_SD_GRAPHICS_ID,… in XMLGraphicsDefaultStyle() 88 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
|
H A D | ximpstyl.cxx | 146 class SdXMLDrawingPageStyleContext : public XMLPropStyleContext 173 TYPEINIT1( SdXMLDrawingPageStyleContext, XMLPropStyleContext ); 182 : XMLPropStyleContext(rImport, nPrfx, rLName, xAttrList, rStyles, nFamily ) in SdXMLDrawingPageStyleContext() 210 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext() 218 XMLPropStyleContext::Finish( bOverwrite ); in Finish() 1455 …XMLPropStyleContext* pPropStyle = dynamic_cast< XMLPropStyleContext* >( const_cast< SvXMLStyleCont… in ImpSetGraphicStyles()
|
H A D | ximppage.cxx | 383 if(pStyle && pStyle->ISA(XMLPropStyleContext)) in SetStyle() 385 XMLPropStyleContext* pPropStyle = (XMLPropStyleContext*)pStyle; in SetStyle()
|
H A D | sdxmlimp_impl.hxx | 171 class XMLPropStyleContext; 314 void ImportPoolDefaults(const XMLPropStyleContext* pPool);
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlStyleImport.cxx | 82 TYPEINIT1( OControlStyleContext, XMLPropStyleContext ); 90 XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ), in DBG_NAME() 138 XMLPropStyleContext::FillPropertySet(rPropSet); in FillPropertySet() 164 XMLPropStyleContext::SetAttribute( nPrefixKey, rLocalName, rValue ); in SetAttribute()
|
H A D | xmlRow.cxx | 151 …XMLPropStyleContext* pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(… in EndElement() 161 …pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABL… in EndElement()
|
H A D | xmlColumn.cxx | 153 …XMLPropStyleContext* pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(… in fillStyle() 163 …pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(XML_STYLE_FAMILY_TABL… in fillStyle()
|
H A D | xmlCell.cxx | 233 …XMLPropStyleContext* pAutoStyle = PTR_CAST(XMLPropStyleContext,GetImport().GetAutoStyles()->FindSt… in EndElement()
|
H A D | xmlTable.cxx | 188 …XMLPropStyleContext* pAutoStyle = PTR_CAST(XMLPropStyleContext,pAutoStyles->FindStyleChildContext(… in EndElement()
|
/aoo41x/main/xmloff/source/forms/ |
H A D | formstyles.cxx | 45 …:XMLPropStyleContext( _rImport, _Prefix, _rLocalName, _rxAttrList, _rParentStyles, _nFamily, _bDef… in OControlStyleContext() 55 XMLPropStyleContext::SetAttribute( _nPrefixKey, _rLocalName, _rValue ); in SetAttribute()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 450 XMLPropStyleContext::SetAttribute( nPrefixKey, rLocalName, rValue ); in SetAttribute() 460 TYPEINIT1( XMLTableStyleContext, XMLPropStyleContext ); 466 XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ), in XMLTableStyleContext() 500 pContext = XMLPropStyleContext::CreateChildContext( nPrefix, rLocalName, in CreateChildContext() 542 XMLPropStyleContext::FillPropertySet(rPropSet); in FillPropertySet()
|