Lines Matching refs:m_pDoc

1338     m_pDoc( pDoc ),  in SwXStyle()
1408 m_pDoc(pDoc), in SwXStyle()
1449 m_pDoc = 0; in Modify()
2376 if ( !m_pDoc ) in SetPropertyValues_Impl()
2400 …SwStyleBase_Impl aBaseImpl(*m_pDoc, sStyleName, &GetDoc()->GetDfltTxtFmtColl()->GetAttrSet()); //U… in SetPropertyValues_Impl()
2428 … lcl_SetStyleProperty(*pEntry, *pPropSet, pValues[nProp], aBaseImpl, pBasePool, m_pDoc, eFamily); in SetPropertyValues_Impl()
2794 if ( !m_pDoc ) in GetPropertyValues_Impl()
2813 …SwStyleBase_Impl aBase(*m_pDoc, sStyleName, &GetDoc()->GetDfltTxtFmtColl()->GetAttrSet()); //UUUU … in GetPropertyValues_Impl()
2858 pFmt = m_pDoc->GetDfltCharFmt(); in GetPropertyValues_Impl()
2860 pFmt = m_pDoc->GetDfltFrmFmt(); in GetPropertyValues_Impl()
3210 … SwPageDesc *pDesc = m_pDoc->FindPageDescByName(xStyle->GetPageDesc()->GetName(),&nPgDscPos); in setPropertiesToDefault()
3334 … SwPageDesc *pDesc = m_pDoc->FindPageDescByName(xStyle->GetPageDesc()->GetName(),&nPgDscPos); in setAllPropertiesToDefault()
3354 SwPageDesc& rPageDesc = m_pDoc->_GetPageDesc(nPgDscPos); in setAllPropertiesToDefault()
3366 SwPageDesc* pStdPgDsc = m_pDoc->GetPageDescFromPool(RES_POOLPAGE_STANDARD); in setAllPropertiesToDefault()
3371 if(m_pDoc->getPrinter(false)) in setAllPropertiesToDefault()
3374 static_cast<Printer*>(m_pDoc->getPrinter(false)))); in setAllPropertiesToDefault()
3410m_pDoc->ChgPageDesc(nPgDscPos, const_cast<const SwDoc *>(m_pDoc)->GetPageDesc(nPgDscPos)); in setAllPropertiesToDefault()
3541 m_pDoc = 0; in Invalidate()