Searched refs:pCurrentStyle (Results 1 – 5 of 5) sorted by relevance
442 …ASSERT( m_rExport.pCurrentStyle == NULL, "Current style not NULL" ); // set current style before c… in WriteProperties()443 m_rExport.pCurrentStyle = pFmt; in WriteProperties()447 ASSERT( m_rExport.pCurrentStyle == pFmt, "current style was changed" ); in WriteProperties()449 m_rExport.pCurrentStyle = NULL; in WriteProperties()
4999 m_rWW8Export.pCurrentStyle != NULL && in ParaTabStop()5000 m_rWW8Export.pCurrentStyle->DerivedFrom() != NULL ) in ParaTabStop()5003 const SwFmt *pParentStyle = m_rWW8Export.pCurrentStyle->DerivedFrom(); in ParaTabStop()
529 const SwFmt *pCurrentStyle; // iff bStyDef=true, then this store the current style member in MSWordExportBase
3101 pCurrentStyle = NULL; in ExportDocument()
843 …boost::shared_ptr<SfxItemSet> pCurrentStyle = static_cast<const SwFmtAutoFmt&>(pCurrentAutoStyle->… in BuildPortions() local846 SfxItemSet aNewSet( *pCurrentStyle ); in BuildPortions()
Completed in 95 milliseconds