Lines Matching refs:XMLPropStyleContext
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()
2660 pStyle = PTR_CAST( XMLPropStyleContext,pTempStyle); in FindPageMaster()