Searched refs:pStartNd (Results 1 – 6 of 6) sorted by relevance
329 const SwNode* pStartNd = rPam.Start()->nNode.GetNode().FindTableBoxStartNode(); in CollectBoxSelection() local331 if( !pStartNd || !pEndNd || pStartNd == pEndNd ) in CollectBoxSelection()357 else if( pBox->GetSttNd() == pStartNd ) in CollectBoxSelection()1663 const SwNode* pStartNd = rPam.GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in CreateSelection() local1665 if( !pStartNd || !pEndNd ) in CreateSelection()1667 CreateSelection( pStartNd, pEndNd, rBoxes, eSearch, bChkProtected ); in CreateSelection()1673 void SwTable::CreateSelection( const SwNode* pStartNd, const SwNode* pEndNd, in CreateSelection() argument1704 if( pBox->GetSttNd() == pEndNd || pBox->GetSttNd() == pStartNd ) in CreateSelection()1722 if( pEndNd == pStartNd ) in CreateSelection()
263 void SwHTMLWriter::OutForm( sal_Bool bTag_On, const SwStartNode *pStartNd ) in OutForm() argument281 sal_uInt32 nStartIdx = pStartNd ? pStartNd->GetIndex() in OutForm()290 if( !pStartNd ) in OutForm()308 sal_uInt32 nEndIdx = pStartNd->EndOfSectionIndex(); in OutForm()
1555 const SwTxtNode* pStartNd = Start()->nNode.GetNode().GetTxtNode(); in ExpandToSentenceBorders() local1557 if (pStartNd && pEndNd && pBreakIt->GetBreakIter().is()) in ExpandToSentenceBorders()1562 String sStartText( lcl_MaskDeletedRedlines( pStartNd ) ); in ExpandToSentenceBorders()1563 String sEndText( pStartNd == pEndNd? sStartText : lcl_MaskDeletedRedlines( pEndNd ) ); in ExpandToSentenceBorders()1571 pBreakIt->GetLocale( pStartNd->GetLang( nStartPos ) ) ); in ExpandToSentenceBorders()1579 if (nStartPos <= pStartNd->GetTxt().Len()) in ExpandToSentenceBorders()
2799 const SwStartNode *pStartNd = 0; in ExtendTo() local2811 pStartNd = pUnoTblCrsr->GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in ExtendTo()2812 pEndBox = pTable->GetTblBox( pStartNd->GetIndex() ); in ExtendTo()2815 pStartNd = pUnoTblCrsr->GetMark()->nNode.GetNode().FindTableBoxStartNode(); in ExtendTo()2816 pStartBox = pTable->GetTblBox( pStartNd->GetIndex() ); in ExtendTo()
546 SwNode * pStartNd = pMyNode->StartOfSectionNode(); in DeleteTOX() local561 SwPosition aEndPos(*pStartNd->EndOfSectionNode()); in DeleteTOX()571 SwPosition aStartPos(*pStartNd); in DeleteTOX()
599 SwFmtCntnt::SwFmtCntnt( const SwStartNode *pStartNd ) in SwFmtCntnt() argument602 pStartNode = pStartNd ? new SwNodeIndex( *pStartNd ) : 0; in SwFmtCntnt()
Completed in 73 milliseconds