Lines Matching refs:m_pDoc

93     SwDoc *                     m_pDoc;  member in SwXText::Impl
101 , m_pDoc(pDoc) in Impl()
151 return m_pImpl->m_pDoc; in GetDoc()
155 return m_pImpl->m_pDoc; in GetDoc()
170 OSL_ENSURE(!m_pImpl->m_pDoc || !pDoc, in SetDoc()
172 m_pImpl->m_pDoc = pDoc; in SetDoc()
447 m_pImpl->m_pDoc->DeleteAndJoin(aPam); in insertControlCharacter()
455 m_pImpl->m_pDoc->ClearBoxNumAttrs( aTmp.GetPoint()->nNode ); in insertControlCharacter()
456 m_pImpl->m_pDoc->SplitNode( *aTmp.GetPoint(), sal_False ); in insertControlCharacter()
460 m_pImpl->m_pDoc->ClearBoxNumAttrs( aTmp.GetPoint()->nNode ); in insertControlCharacter()
461 m_pImpl->m_pDoc->AppendTxtNode( *aTmp.GetPoint() ); in insertControlCharacter()
489 m_pImpl->m_pDoc->InsertString( aTmp, cIns, nInsertFlags ); in insertControlCharacter()
1098 SwUnoInternalPaM aPam1(*m_pDoc); in ComparePositions()
1099 SwUnoInternalPaM aPam2(*m_pDoc); in ComparePositions()
1377 m_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_START , NULL); in finishOrAppendParagraph()
1384 m_pDoc->AppendTxtNode( *aPam.GetPoint() ); in finishOrAppendParagraph()
1386 m_pDoc->ResetAttrs(aPam); in finishOrAppendParagraph()
1429 m_pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_END, NULL); in finishOrAppendParagraph()
1432 m_pDoc->GetIDocumentUndoRedo().Undo(); in finishOrAppendParagraph()
1450 xRet.set(SwXParagraph::CreateXParagraph(*m_pDoc, *pTxtNode, &m_rThis), in finishOrAppendParagraph()
1486 m_pImpl->m_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in appendTextPortion()
1492 m_pImpl->m_pDoc->DontExpandFmt( *pCursor->Start() ); in appendTextPortion()
1498 *m_pImpl->m_pDoc, *pCursor, rText, false); in appendTextPortion()
1541 m_pImpl->m_pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_INSERT, NULL); in appendTextPortion()
1544 m_pImpl->m_pDoc->GetIDocumentUndoRedo().Undo(); in appendTextPortion()
1586 m_pImpl->m_pDoc->GetIDocumentUndoRedo().StartUndo(UNDO_INSERT, NULL); in appendTextContent()
1595 m_pImpl->m_pDoc->DontExpandFmt( *aCursor.Start() ); in appendTextContent()
1621 m_pImpl->m_pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_INSERT, NULL); in appendTextContent()
1668 m_pImpl->m_pDoc->GetIDocumentUndoRedo().StartUndo( UNDO_START, NULL ); in convertToTextFrame()
1736 SfxItemSet aFrameItemSet(m_pImpl->m_pDoc->GetAttrPool(), in convertToTextFrame()
1744 SwXTextFrame *const pNewFrame = new SwXTextFrame(m_pImpl->m_pDoc); in convertToTextFrame()
1762 pNewFrame->setName(m_pImpl->m_pDoc->GetUniqueFrameName()); in convertToTextFrame()
1777 m_pImpl->m_pDoc->SetAttr( in convertToTextFrame()
1781 m_pImpl->m_pDoc->DelFullPara(aStartPam); in convertToTextFrame()
1810 m_pImpl->m_pDoc->DelFullPara(*pFrameCursor->GetPaM()); in convertToTextFrame()
1815 m_pImpl->m_pDoc->DelFullPara(*pFrameCursor->GetPaM()); in convertToTextFrame()
1819 m_pImpl->m_pDoc->GetIDocumentUndoRedo().EndUndo(UNDO_END, NULL); in convertToTextFrame()
1822 m_pImpl->m_pDoc->GetIDocumentUndoRedo().Undo(); in convertToTextFrame()
1877 SwUnoInternalPaM aStartCellPam(*m_pDoc); in ConvertCell()
1878 SwUnoInternalPaM aEndCellPam(*m_pDoc); in ConvertCell()
1892 m_pDoc->GetNodes().ExpandRangeForTableBox(aTmpRange); in ConvertCell()
1952 m_pDoc->SplitNode(*aStartCellPam.Start(), sal_False); in ConvertCell()
1971 m_pDoc->SplitNode(*aStartCellPam.Start(), sal_False); in ConvertCell()
1990 m_pDoc->SplitNode(*aEndCellPam.End(), sal_False); in ConvertCell()
2263 SwPaM aLastPaM(m_pImpl->m_pDoc->GetNodes()); in convertToTable()
2282 m_pImpl->m_pDoc->GetIDocumentUndoRedo().Undo(); in convertToTable()
2290 SwTable const*const pTable = m_pImpl->m_pDoc->TextToTable( aTableNodes ); in convertToTable()
2398 m_pImpl->m_pDoc->CopyRange( *pCursor->GetPaM(), rPos, false ); in copyText()