Searched refs:pMyStyles (Results 1 – 3 of 3) sorted by relevance
148 OTableStylesContext* pMyStyles = PTR_CAST(OTableStylesContext,GetOwnImport().GetAutoStyles()); in FillPropertySet() local149 if ( pMyStyles ) in FillPropertySet()150 pStyle = PTR_CAST(SvXMLNumFormatContext,pMyStyles-> in FillPropertySet()
122 … OReportStylesContext* pMyStyles = PTR_CAST(OReportStylesContext,GetOwnImport().GetAutoStyles()); in FillPropertySet() local123 if ( pMyStyles ) in FillPropertySet()124 pStyle = PTR_CAST(SvXMLNumFormatContext,pMyStyles-> in FillPropertySet()
606 … XMLTableStylesContext* pMyStyles = static_cast<XMLTableStylesContext*>(GetScImport().GetStyles()); in GetNumberFormat() local607 if (pMyStyles) in GetNumberFormat()609 … pMyStyles->FindStyleChildContext(XML_STYLE_FAMILY_DATA_STYLE, sDataStyleName, sal_True)); in GetNumberFormat()
Completed in 21 milliseconds