Searched refs:m_pAutoStyles (Results 1 – 2 of 2) sorted by relevance
87 ,m_pAutoStyles(NULL) in OFormLayerXMLImport_Impl()245 if (m_pAutoStyles) in ~OFormLayerXMLImport_Impl()246 m_pAutoStyles->ReleaseRef(); in ~OFormLayerXMLImport_Impl()252 …OSL_ENSURE(!m_pAutoStyles, "OFormLayerXMLImport_Impl::setAutoStyleContext: not to be called twice!… in setAutoStyleContext()253 m_pAutoStyles = _pNewContext; in setAutoStyleContext()254 if (m_pAutoStyles) in setAutoStyleContext()255 m_pAutoStyles->AddRef(); in setAutoStyleContext()264 …OSL_ENSURE(m_pAutoStyles, "OFormLayerXMLImport_Impl::applyControlNumberStyle: have no auto style c… in applyControlNumberStyle()265 if (!m_pAutoStyles) in applyControlNumberStyle()267 m_pAutoStyles = m_rImporter.GetShapeImport()->GetAutoStylesContext(); in applyControlNumberStyle()[all …]
88 SvXMLStylesContext* m_pAutoStyles; member in xmloff::OFormLayerXMLImport_Impl