/aoo41x/main/sw/source/core/doc/ |
H A D | doccorr.cxx | 74 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 D | dbgoutsw.cxx | 680 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 D | htmltbl.cxx | 95 pNext( pNxt ), pBox( 0 ), pTable( pTab ), pStartNode( pSttNd ), in SwHTMLTableLayoutCnts() 107 return pBox ? pBox->GetSttNd() : pStartNode; in GetStartNode()
|
/aoo41x/main/sw/inc/ |
H A D | fmtcntnt.hxx | 37 SwNodeIndex *pStartNode; member in SwFmtCntnt 43 SwFmtCntnt( const SwStartNode* pStartNode = 0 ); 51 const SwNodeIndex *GetCntntIdx() const { return pStartNode; } in GetCntntIdx()
|
H A D | splargs.hxx | 47 SwTxtNode *pStartNode; member 55 : pStartNode( pStart ), pStartIdx( &rStart ), in SwArgsBase() 61 pStartNode = pStart; pStartIdx = &rStart ; in SetStart()
|
H A D | htmltbl.hxx | 53 const SwStartNode *pStartNode; member in SwHTMLTableLayoutCnts
|
H A D | unoparagraph.hxx | 337 SwStartNode const*const pStartNode = 0,
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 989 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 D | unotbl.cxx | 757 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 D | unoobj2.cxx | 474 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 D | unoobj.cxx | 3208 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()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | trvltbl.cxx | 300 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()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndsect.cxx | 858 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 D | nodes.cxx | 512 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 D | ndtbl.cxx | 1268 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()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 590 pStartNode = rCpy.GetCntntIdx() ? in SwFmtCntnt() 597 pStartNode = pStartNd ? new SwNodeIndex( *pStartNd ) : 0; in SwFmtCntnt() 602 delete pStartNode; in ~SwFmtCntnt() 607 delete pStartNode; in SetNewCntntIdx() 608 pStartNode = pIdx ? new SwNodeIndex( *pIdx ) : 0; in SetNewCntntIdx() 614 if( (long)pStartNode ^ (long)((SwFmtCntnt&)rAttr).pStartNode ) in operator ==() 616 if( pStartNode ) in operator ==() 617 return ( *pStartNode == *((SwFmtCntnt&)rAttr).GetCntntIdx() ); in operator ==()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 177 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 D | xmltbli.hxx | 106 const SwXMLTableCell_Impl *pStartNode,
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 617 DBG_ASSERT( pConvArgs->pStartNode && pConvArgs->pStartNode->IsTxtNode(), in Convert() 651 OUString aText( pConvArgs->pStartNode->GetTxt() ); in Convert()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 873 if ( pArgs->pStartNode != this ) in Spell() 967 pArgs->pStartNode = this; in Spell() 1030 if ( rArgs.pStartNode != this ) in Convert() 1132 rArgs.pStartNode = this; in Convert()
|
/aoo41x/main/sw/source/core/access/ |
H A D | acctable.cxx | 1637 const SwStartNode* pStartNode = pBox->GetSttNd(); in selectAccessibleChild() local 1650 SwPaM aPaM( *pStartNode ); in selectAccessibleChild() 1669 SwPaM aPaM( *pStartNode ); in selectAccessibleChild()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editeng.cxx | 1467 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 D | impedit.hxx | 1051 ContentNode* pStartNode = rSel.Min().GetNode(); in CreateESel() local 1054 aESel.nStartPara = aEditDoc.GetPos( pStartNode ); in CreateESel()
|
H A D | editdoc.cxx | 649 ContentNode* pStartNode = aStartPaM.GetNode(); in Adjust() local 652 sal_uInt16 nStartNode = rNodes.GetPos( pStartNode ); in Adjust()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 185 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()
|