Searched refs:pCntntNd (Results 1 – 7 of 7) sorted by relevance
124 SwCntntNode* pCntntNd = pMyDoc->GetNodes().GoNext( &aStt ); in SaveGlossaryDoc() local125 const SwNode* pNd = pCntntNd->FindTableNode(); in SaveGlossaryDoc()127 pNd = pCntntNd; in SaveGlossaryDoc()130 if( pNd == pCntntNd ) in SaveGlossaryDoc()131 pCrsr->GetPoint()->nContent.Assign( pCntntNd, 0 ); in SaveGlossaryDoc()136 pCntntNd = pCrsr->GetCntntNode(); in SaveGlossaryDoc()137 if( pCntntNd ) in SaveGlossaryDoc()138 pCrsr->GetPoint()->nContent.Assign( pCntntNd, pCntntNd->Len() ); in SaveGlossaryDoc()150 SwCntntNode* pCntntNd = pMyDoc->GetNodes().GoNext( &aStt ); in SaveGlossaryDoc() local151 const SwNode* pNd = pCntntNd->FindTableNode(); in SaveGlossaryDoc()[all …]
380 SwCntntNode* pCntntNd = pAutoDoc->GetNodes().GoNext( &aSttIdx ); in ChgAutoCorrWord() local383 const SwTableNode* pTblNd = pCntntNd->FindTableNode(); in ChgAutoCorrWord()393 pCntntNd = aCpyPam.GetCntntNode(); in ChgAutoCorrWord()394 aCpyPam.GetPoint()->nContent.Assign( pCntntNd, pCntntNd->Len() ); in ChgAutoCorrWord()
540 SwCntntNode * pCntntNd = pDoc->GetNodes()[ m_nNodeIndex ]->GetCntntNode(); in SetInDoc() local541 ASSERT( pCntntNd, "SwHistoryChangeFmtColl: no ContentNode" ); in SetInDoc()545 if ( pCntntNd && m_nNodeType == pCntntNd->GetNodeType() ) in SetInDoc()552 pCntntNd->ChgFmtColl( m_pColl ); in SetInDoc()558 pCntntNd->ChgFmtColl( m_pColl ); in SetInDoc()636 SwCntntNode* const pCntntNd = rNds[m_nNode]->GetCntntNode(); in SetInDoc() local637 OSL_ENSURE(pCntntNd, in SetInDoc()642 if(pCntntNd) in SetInDoc()643 pPam = ::std::auto_ptr<SwPaM>(new SwPaM(*pCntntNd, m_nCntnt)); in SetInDoc()653 SwCntntNode* const pCntntNd = rNds[m_nOtherNode]->GetCntntNode(); in SetInDoc() local[all …]
149 SwCntntNode* pCntntNd = pGDoc->GetNodes().GoNext( &aStt ); in InsertGlossary() local150 const SwTableNode* pTblNd = pCntntNd->FindTableNode(); in InsertGlossary()151 SwPaM aCpyPam( pTblNd ? *(SwNode*)pTblNd : *(SwNode*)pCntntNd ); in InsertGlossary()156 pCntntNd = aCpyPam.GetCntntNode(); in InsertGlossary()157 aCpyPam.GetPoint()->nContent.Assign( pCntntNd, pCntntNd->Len() ); in InsertGlossary()
593 … SwCntntNode* const pCntntNd = rNds[mrSidebarItem.maLayoutInfo.mnStartNodeIdx]->GetCntntNode(); in SetPosAndSize() local594 SwPosition aStartPos( *pCntntNd, mrSidebarItem.maLayoutInfo.mnStartContent ); in SetPosAndSize()596 …const bool bTableCrsrNeeded = pTxtNode->FindTableBoxStartNode() != pCntntNd->FindTableBoxStartNode… in SetPosAndSize()
2089 const SwCntntNode* pCntntNd = pNd->GetCntntNode(); in MovePara() local2090 if ( pCntntNd ) in MovePara()2092 const xub_StrLen nSttEnd = fnPosPara == fnMoveForward ? 0 : pCntntNd->Len(); in MovePara()
408 const SwCntntNode * pCntntNd = rPos.nNode.GetNode().GetCntntNode(); in InsertTable() local421 bCalledFromShell ? &pCntntNd->GetSwAttrSet() : 0 ); in InsertTable()429 if (pCntntNd) in InsertTable()431 const SwAttrSet & aNdSet = pCntntNd->GetSwAttrSet(); in InsertTable()