Home
last modified time | relevance | path

Searched refs:pStartNd (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx329 const SwNode* pStartNd = rPam.Start()->nNode.GetNode().FindTableBoxStartNode(); in CollectBoxSelection() local
331 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() local
1665 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() argument
1704 if( pBox->GetSttNd() == pEndNd || pBox->GetSttNd() == pStartNd ) in CreateSelection()
1722 if( pEndNd == pStartNd ) in CreateSelection()
/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx263 void SwHTMLWriter::OutForm( sal_Bool bTag_On, const SwStartNode *pStartNd ) in OutForm() argument
281 sal_uInt32 nStartIdx = pStartNd ? pStartNd->GetIndex() in OutForm()
290 if( !pStartNd ) in OutForm()
308 sal_uInt32 nEndIdx = pStartNd->EndOfSectionIndex(); in OutForm()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1555 const SwTxtNode* pStartNd = Start()->nNode.GetNode().GetTxtNode(); in ExpandToSentenceBorders() local
1557 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()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx2799 const SwStartNode *pStartNd = 0; in ExtendTo() local
2811 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()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx546 SwNode * pStartNd = pMyNode->StartOfSectionNode(); in DeleteTOX() local
561 SwPosition aEndPos(*pStartNd->EndOfSectionNode()); in DeleteTOX()
571 SwPosition aStartPos(*pStartNd); in DeleteTOX()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx599 SwFmtCntnt::SwFmtCntnt( const SwStartNode *pStartNd ) in SwFmtCntnt() argument
602 pStartNode = pStartNd ? new SwNodeIndex( *pStartNd ) : 0; in SwFmtCntnt()

Completed in 79 milliseconds