Home
last modified time | relevance | path

Searched refs:pStartNode (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/sw/source/core/doc/
H A Ddoccorr.cxx74 const SwStartNode* pStartNode = rNode.StartOfSectionNode(); in lcl_FindUnoCrsrSection() local
75 while( ( pStartNode != NULL ) && in lcl_FindUnoCrsrSection()
76 ( pStartNode->StartOfSectionNode() != pStartNode ) && in lcl_FindUnoCrsrSection()
77 ( pStartNode->GetStartNodeType() == SwNormalStartNode ) ) in lcl_FindUnoCrsrSection()
78 pStartNode = pStartNode->StartOfSectionNode(); in lcl_FindUnoCrsrSection()
80 return pStartNode; in lcl_FindUnoCrsrSection()
H A Ddbgoutsw.cxx680 const SwStartNode * pStartNode = dynamic_cast<const SwStartNode *> (&rNode); in lcl_dbg_out() local
681 if (pStartNode != NULL) in lcl_dbg_out()
682 aTmpStr += String::CreateFromInt32(pStartNode->EndOfSectionNode()->GetIndex()); in lcl_dbg_out()
738 SwStartNode * pStartNode = dynamic_cast<SwStartNode *> (pNode); in lcl_dbg_nodes_inner() local
741 if (pStartNode != NULL) in lcl_dbg_nodes_inner()
742 pEndNode = pStartNode->EndOfSectionNode(); in lcl_dbg_nodes_inner()
H A Dhtmltbl.cxx95 pNext( pNxt ), pBox( 0 ), pTable( pTab ), pStartNode( pSttNd ), in SwHTMLTableLayoutCnts()
107 return pBox ? pBox->GetSttNd() : pStartNode; in GetStartNode()
/trunk/main/sw/inc/
H A Dfmtcntnt.hxx37 SwNodeIndex *pStartNode; member in SwFmtCntnt
43 SwFmtCntnt( const SwStartNode* pStartNode = 0 );
51 const SwNodeIndex *GetCntntIdx() const { return pStartNode; } in GetCntntIdx()
H A Dsplargs.hxx47 SwTxtNode *pStartNode; member
55 : pStartNode( pStart ), pStartIdx( &rStart ), in SwArgsBase()
61 pStartNode = pStart; pStartIdx = &rStart ; in SetStart()
H A Dhtmltbl.hxx53 const SwStartNode *pStartNode; member in SwHTMLTableLayoutCnts
H A Dunoparagraph.hxx337 SwStartNode const*const pStartNode = 0,
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx989 const SwStartNode* pStartNode = GetStartNode(); in setString() local
990 if (!pStartNode) in setString()
1000 SwPosition aStartPos(*pStartNode); in setString()
1001 const SwEndNode* pEnd = pStartNode->EndOfSectionNode(); in setString()
1008 SwNodeIndex aStartIdx(*pStartNode); in setString()
1367 const SwStartNode* pStartNode = m_rThis.GetStartNode(); in finishOrAppendParagraph() local
1368 if(!pStartNode) in finishOrAppendParagraph()
1382 SwNodeIndex( *pStartNode->EndOfSectionNode(), -1 ) ); in finishOrAppendParagraph()
1579 SwStartNode const*const pStartNode = GetStartNode(); in appendTextContent() local
1580 if(!pStartNode) in appendTextContent()
[all …]
H A Dunotbl.cxx757 pStartNode(0), in SwXCell()
767 pStartNode(&rStartNode), in SwXCell()
854 if( pStartNode || ((SwXCell *)this)->IsValid() ) in GetStartNode()
855 pSttNd = pStartNode ? pStartNode : pBox->GetSttNd(); in GetStartNode()
984 if(pStartNode || IsValid()) in createTextCursor()
986 const SwStartNode* pSttNd = pStartNode ? pStartNode : pBox->GetSttNd(); in createTextCursor()
1010 if ((pStartNode || IsValid()) in createTextCursorByRange()
1013 const SwStartNode* pSttNd = pStartNode ? pStartNode : pBox->GetSttNd(); in createTextCursorByRange()
H A Dunoobj2.cxx474 SwStartNode const*const pStartNode, SwTable const*const pTable) in Impl() argument
480 , m_pOwnStartNode( pStartNode ) in Impl()
535 SwStartNode const*const pStartNode, SwTable const*const pTable) in SwXParagraphEnumeration() argument
537 pStartNode, pTable) ) in SwXParagraphEnumeration()
H A Dunoobj.cxx3208 SwTableNode const*const pStartNode( (CURSOR_TBLTEXT == m_pImpl->m_eType) in createEnumeration() local
3212 (pStartNode) ? & pStartNode->GetTable() : 0 ); in createEnumeration()
3215 pParentText, pNewCrsr, eSetType, pStartNode, pTable); in createEnumeration()
/trunk/main/sw/source/core/crsr/
H A Dtrvltbl.cxx300 const SwStartNode* pStartNode = in SelTblBox() local
308 DBG_ASSERT( !pFrm->IsInTab() == !(pStartNode != NULL), in SelTblBox()
312 if( pStartNode == NULL ) in SelTblBox()
332 *(pTblCrsr->GetPoint()) = SwPosition( *pStartNode ); in SelTblBox()
336 *(pTblCrsr->GetPoint()) = SwPosition( *(pStartNode->EndOfSectionNode()) ); in SelTblBox()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx858 const SwStartNode* pStartNode = aInsPos.GetNode().StartOfSectionNode(); in InsertTextSection() local
861 if( pStartNode->GetIndex() > nMyIndex ) // Suspicious! in InsertTextSection()
866 pTemp = pStartNode; // pTemp is a suspicious one in InsertTextSection()
867 pStartNode = pStartNode->StartOfSectionNode(); in InsertTextSection()
869 while( pStartNode->GetIndex() > nMyIndex ); in InsertTextSection()
H A Dnodes.cxx512 SwStartNode* pStartNode = aIdx.GetNode().pStartOfSection; in _MoveNodes() local
513 aSttNdStack.C40_INSERT( SwStartNode, pStartNode, 0 ); in _MoveNodes()
531 SwStartNode* pStartNode = rNode.pStartOfSection; in _MoveNodes() local
532 if (pStartNode==NULL) in _MoveNodes()
534 if ( ! pStartNode->IsTableNode()) in _MoveNodes()
536 aNodeIndex = *pStartNode; in _MoveNodes()
H A Dndtbl.cxx1268 SwNode * pStartNode = rNode.StartOfSectionNode(); in ExpandRangeForTableBox() local
1269 SwNodeIndex aStartIndex = *pStartNode; in ExpandRangeForTableBox()
1285 SwNode * pStartNode = pNode->StartOfSectionNode(); in ExpandRangeForTableBox() local
1286 SwNodeIndex aStartIndex(*pStartNode); in ExpandRangeForTableBox()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx595 pStartNode = rCpy.GetCntntIdx() ? in SwFmtCntnt()
602 pStartNode = pStartNd ? new SwNodeIndex( *pStartNd ) : 0; in SwFmtCntnt()
607 delete pStartNode; in ~SwFmtCntnt()
612 delete pStartNode; in SetNewCntntIdx()
613 pStartNode = pIdx ? new SwNodeIndex( *pIdx ) : 0; in SetNewCntntIdx()
619 if( (long)pStartNode ^ (long)((SwFmtCntnt&)rAttr).pStartNode ) in operator ==()
621 if( pStartNode ) in operator ==()
622 return ( *pStartNode == *((SwFmtCntnt&)rAttr).GetCntntIdx() ); in operator ==()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx177 const SwStartNode *pStartNode; member in SwXMLTableCell_Impl
189 pStartNode( 0 ), in SwXMLTableCell_Impl()
207 sal_Bool IsUsed() const { return pStartNode!=0 || in IsUsed()
222 const SwStartNode *GetStartNode() const { return pStartNode; } in GetStartNode()
245 pStartNode = pStNd; in Set()
267 pStartNode = pSttNd; in SetStartNode()
1582 const SwStartNode *pStartNode, in InsertCell() argument
1683 ->Set( sStyleName, j, i, pStartNode, in InsertCell()
H A Dxmltbli.hxx106 const SwXMLTableCell_Impl *pStartNode,
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx617 DBG_ASSERT( pConvArgs->pStartNode && pConvArgs->pStartNode->IsTxtNode(), in Convert()
651 OUString aText( pConvArgs->pStartNode->GetTxt() ); in Convert()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx879 if ( pArgs->pStartNode != this ) in Spell()
973 pArgs->pStartNode = this; in Spell()
1036 if ( rArgs.pStartNode != this ) in Convert()
1138 rArgs.pStartNode = this; in Convert()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx1637 const SwStartNode* pStartNode = pBox->GetSttNd(); in selectAccessibleChild() local
1650 SwPaM aPaM( *pStartNode ); in selectAccessibleChild()
1669 SwPaM aPaM( *pStartNode ); in selectAccessibleChild()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx1467 ContentNode* pStartNode = pImpEditEngine->GetEditDoc().SaveGetObject( nPara ); in CreateTextObject() local
1469 DBG_ASSERT( pStartNode, "Start-Absatz existiert nicht: CreateTextObject" ); in CreateTextObject()
1472 if ( pStartNode && pEndNode ) in CreateTextObject()
1475 aTmpSel.Min() = EditPaM( pStartNode, 0 ); in CreateTextObject()
H A Dimpedit.hxx1051 ContentNode* pStartNode = rSel.Min().GetNode(); in CreateESel() local
1054 aESel.nStartPara = aEditDoc.GetPos( pStartNode ); in CreateESel()
H A Deditdoc.cxx647 ContentNode* pStartNode = aStartPaM.GetNode(); in Adjust() local
650 sal_uInt32 nStartNode = rNodes.GetPos( pStartNode ); in Adjust()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx185 const SwStartNode *pStartNode; // ein Absatz member in HTMLTableCnts
202 const SwStartNode *GetStartNode() const { return pStartNode; } in GetStartNode()
693 pStartNode(pStNd), pTable(0) in HTMLTableCnts()
699 pStartNode(0), pTable(pTab) in HTMLTableCnts()
734 pLayoutInfo = new SwHTMLTableLayoutCnts( pStartNode, pTableInfo, in CreateLayoutInfo()

Completed in 241 milliseconds

12