Lines Matching refs:SvXMLStyleContext

318 TYPEINIT1( SdXMLPageMasterStyleContext, SvXMLStyleContext );
325 : SvXMLStyleContext(rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_SD_PAGEMASTERSTYLECONEXT_ID… in SdXMLPageMasterStyleContext()
399 TYPEINIT1( SdXMLPageMasterContext, SvXMLStyleContext );
406 : SvXMLStyleContext(rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_SD_PAGEMASTERCONEXT_ID), in SdXMLPageMasterContext()
468 pContext = SvXMLStyleContext::CreateChildContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()
476 TYPEINIT1( SdXMLPresentationPageLayoutContext, SvXMLStyleContext );
483 : SvXMLStyleContext(rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_SD_PRESENTATIONPAGELAYOUT_I… in SdXMLPresentationPageLayoutContext()
530 pContext = SvXMLStyleContext::CreateChildContext(nPrefix, rLocalName, xAttrList); in CreateChildContext()
932 if( pContext && pContext->ISA( SvXMLStyleContext ) ) in EndElement()
1005 TYPEINIT1( SdXMLStylesContext, SvXMLStyleContext );
1037 SvXMLStyleContext* SdXMLStylesContext::CreateStyleChildContext( in CreateStyleChildContext()
1042 SvXMLStyleContext* pContext = 0; in CreateStyleChildContext()
1108 SvXMLStyleContext* SdXMLStylesContext::CreateStyleStyleChildContext( in CreateStyleStyleChildContext()
1114 SvXMLStyleContext* pContext = 0; in CreateStyleStyleChildContext()
1137 SvXMLStyleContext* SdXMLStylesContext::CreateDefaultStyleStyleChildContext( in CreateDefaultStyleStyleChildContext()
1143 SvXMLStyleContext* pContext = 0; in CreateDefaultStyleStyleChildContext()
1258 const SvXMLStyleContext* pStyle = GetStyle(a); in EndElement()
1371 const SvXMLStyleContext* pStyle = GetStyle(a); in ImpSetGraphicStyles()
1375 ((SvXMLStyleContext*)pStyle)->SetDefaults(); in ImpSetGraphicStyles()
1384 const SvXMLStyleContext* pStyle = GetStyle(a); in ImpSetGraphicStyles()
1455 …ext* pPropStyle = dynamic_cast< XMLPropStyleContext* >( const_cast< SvXMLStyleContext* >( pStyle )… in ImpSetGraphicStyles()
1476 const SvXMLStyleContext* pStyle = GetStyle(a); in ImpSetGraphicStyles()
1524 const SvXMLStyleContext* pStyle = GetStyle(a); in getPageLayouts()
1632 : SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList ) in SdXMLHeaderFooterDeclContext()