Home
last modified time | relevance | path

Searched refs:pStNd (Results 1 – 14 of 14) sorted by last modified time

/trunk/main/sw/source/core/view/
H A Dviewsh.cxx690 const SwStartNode *pStNd; in HasCharts() local
693 while ( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in HasCharts()
H A Dvnew.cxx344 SwStartNode *pStNd; in ~ViewShell() local
346 while ( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in ~ViewShell()
361 aIdx.Assign( *pStNd->EndOfSectionNode(), +1 ); in ~ViewShell()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx693 pStartNode(pStNd), pTable(0) in HTMLTableCnts()
1215 pCaptionStartNode = pStNd; in SetCaption()
2686 pStNd = pParser->InsertTableSection( pStNd ); in MakeTable()
2807 pPrevStNd = pStNd; in SetTable()
2877 const SwStartNode *pStNd; in InsertTableSection() local
2906 return pStNd; in InsertTableSection()
2924 const SwStartNode *pStNd; in InsertTableSection() local
2953 return pStNd; in InsertTableSection()
2967 return pStNd; in InsertTempTableCaptionSection()
3479 const SwStartNode *pStNd = in InsertTableContents() local
[all …]
H A Dwrthtml.hxx351 void OutForm( sal_Bool bTagOn=sal_True, const SwStartNode *pStNd=0 );
H A Dhtmlsect.cxx202 const SwStartNode *pStNd = in NewDivision() local
204 aDelPam.GetPoint()->nNode = pStNd->EndOfSectionIndex() - 1; in NewDivision()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx96 SwStartNode *pStNd; in DoUpdateAllCharts() local
98 while( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in DoUpdateAllCharts()
120 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in DoUpdateAllCharts()
177 SwStartNode *pStNd; in LockUnlockAllCharts() local
179 while( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in LockUnlockAllCharts()
198 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in LockUnlockAllCharts()
H A Dunotbl.cxx3458 SwStartNode *pStNd; in setName() local
3460 while ( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in setName()
3475 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in setName()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx198 const SwStartNode *pStNd, SwXMLTableContext *pTable,
232 const SwStartNode *pStNd, in Set() argument
245 pStartNode = pStNd; in Set()
1870 return ((SwXMLTableContext *)&xParentTable)->NewTableBox( pStNd, in NewTableBox()
1876 pBox1->GetSttNd() == pStNd ) in NewTableBox()
1885 pBox = new SwTableBox( pBoxFmt, *pStNd, pUpper ); in NewTableBox()
2878 const SwStartNode *pStNd; in InsertTableSection() local
2889 pStNd = pTxtCrsr->GetPaM()->GetNode()->FindTableBoxStartNode(); in InsertTableSection()
2920 pBox1->pSttNd = pStNd; in InsertTableSection()
2921 SwCntntNode *pCNd = pDoc->GetNodes()[ pStNd->GetIndex() + 1 ] in InsertTableSection()
[all …]
H A Dxmltbli.hxx103 SwTableBox *NewTableBox( const SwStartNode *pStNd,
176 const SwStartNode *pStNd=0,
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx2275 SwStartNode *pStNd; in AlignAllFormulasToBaseline() local
2277 while ( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in AlignAllFormulasToBaseline()
2292 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in AlignAllFormulasToBaseline()
H A Dfeflyole.cxx68 SwStartNode *pStNd; in FindFlyFrm() local
72 0 != (pStNd = GetNodes()[ nSttIdx ]->GetStartNode()) ) in FindFlyFrm()
84 nSttIdx = pStNd->EndOfSectionIndex() + 1; in FindFlyFrm()
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx470 SwStartNode *pStNd; in HasOLEObj() local
472 while ( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in HasOLEObj()
481 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in HasOLEObj()
/trunk/main/sw/source/core/doc/
H A Ddocchart.cxx135 SwStartNode *pStNd; in _UpdateCharts() local
137 while( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in _UpdateCharts()
151 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in _UpdateCharts()
193 SwStartNode *pStNd; in SetTableName() local
195 while ( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in SetTableName()
213 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in SetTableName()
240 SwStartNode *pStNd; in CreateChartInternalDataProviders() local
242 while (0 != (pStNd = aIdx.GetNode().GetStartNode())) in CreateChartInternalDataProviders()
259 aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 ); in CreateChartInternalDataProviders()
/trunk/main/sw/inc/
H A Dnode.hxx719 const SwStartNode* pStNd = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in EndOfSectionIndex() local
720 return pStNd->pEndOfSection->GetIndex(); in EndOfSectionIndex()
724 const SwStartNode* pStNd = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in EndOfSectionNode() local
725 return pStNd->pEndOfSection; in EndOfSectionNode()
729 SwStartNode* pStNd = IsStartNode() ? (SwStartNode*)this : pStartOfSection; in EndOfSectionNode() local
730 return pStNd->pEndOfSection; in EndOfSectionNode()

Completed in 158 milliseconds