Searched refs:rSttNd (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | rtfexport.cxx | 573 const SwNode& rSttNd = *pDoc->GetNodes()[ in ExportDocument_Impl() local 577 if( rSttNd.IsCntntNode() ) in ExportDocument_Impl() 578 pSet = &rSttNd.GetCntntNode()->GetSwAttrSet(); in ExportDocument_Impl() 579 else if( rSttNd.IsTableNode() ) in ExportDocument_Impl() 580 pSet = &rSttNd.GetTableNode()->GetTable(). in ExportDocument_Impl() 582 else if( rSttNd.IsSectionNode() ) in ExportDocument_Impl() 583 pSet = &rSttNd.GetSectionNode()->GetSection(). in ExportDocument_Impl()
|
/trunk/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 920 int lcl_MakeSelFwrd( const SwNode& rSttNd, const SwNode& rEndNd, in lcl_MakeSelFwrd() argument 923 if( rSttNd.GetIndex() + 1 == rEndNd.GetIndex() ) in lcl_MakeSelFwrd() 931 rPam.GetPoint()->nNode = rSttNd; in lcl_MakeSelFwrd() 937 else if( rSttNd.GetIndex() > rPam.GetPoint()->nNode.GetIndex() || in lcl_MakeSelFwrd() 952 int lcl_MakeSelBkwrd( const SwNode& rSttNd, const SwNode& rEndNd, in lcl_MakeSelBkwrd() argument 955 if( rEndNd.GetIndex() + 1 == rSttNd.GetIndex() ) in lcl_MakeSelBkwrd() 963 rPam.GetPoint()->nNode = rSttNd; in lcl_MakeSelBkwrd() 970 rPam.GetPoint()->nNode.GetIndex() >= rSttNd.GetIndex() ) in lcl_MakeSelBkwrd()
|
/trunk/main/sw/source/core/doc/ |
H A D | docedt.cxx | 373 bool lcl_SaveFtn( const SwNodeIndex& rSttNd, const SwNodeIndex& rEndNd, in lcl_SaveFtn() argument 381 rSttNd.GetIndex() >= rNds.GetEndOfAutotext().GetIndex(); in lcl_SaveFtn() 388 rFtnArr.SeekEntry( rSttNd, &nPos ); in lcl_SaveFtn() 399 ? (( &rSttNd.GetNode() == pFtnNd && in lcl_SaveFtn() 428 GetTxtNode())->GetIndex() >= rSttNd.GetIndex() ) in lcl_SaveFtn() 432 !( (( &rSttNd.GetNode() == pFtnNd && in lcl_SaveFtn() 460 SwNodeIndex aIdx( rSttNd ); in lcl_SaveFtn()
|
/trunk/main/sw/inc/ |
H A D | node.hxx | 358 SwEndNode( SwNodes& rNodes, sal_uLong nPos, SwStartNode& rSttNd ); 361 SwEndNode( const SwNodeIndex &rWhere, SwStartNode& rSttNd );
|
H A D | tblsel.hxx | 92 sal_Bool ChkChartSel( const SwNode& rSttNd, const SwNode& rEndNd,
|
/trunk/main/sw/source/core/docnode/ |
H A D | node.cxx | 1004 SwEndNode::SwEndNode( const SwNodeIndex &rWhere, SwStartNode& rSttNd ) in SwEndNode() argument 1007 pStartOfSection = &rSttNd; in SwEndNode() 1011 SwEndNode::SwEndNode( SwNodes& rNds, sal_uLong nPos, SwStartNode& rSttNd ) in SwEndNode() argument 1014 pStartOfSection = &rSttNd; in SwEndNode()
|
/trunk/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 483 sal_Bool ChkChartSel( const SwNode& rSttNd, const SwNode& rEndNd, in ChkChartSel() argument 486 const SwTableNode* pTNd = rSttNd.FindTableNode(); in ChkChartSel() 491 SwNodeIndex aIdx( rSttNd ); in ChkChartSel()
|
/trunk/main/sw/source/core/table/ |
H A D | swtable.cxx | 1814 SwTableBox::SwTableBox( SwTableBoxFmt* pFmt, const SwStartNode& rSttNd, SwTableLine *pUp ) : in SwTableBox() argument 1817 pSttNd( &rSttNd ), in SwTableBox()
|
Completed in 105 milliseconds