Home
last modified time | relevance | path

Searched refs:pNd (Results 76 – 100 of 138) sorted by relevance

123456

/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx563 const SwTxtNode* pNd; in SetSeqRefNo() local
566 0 != ( pNd = pF->GetTxtFld()->GetpTxtNode() ) && in SetSeqRefNo()
567 pNd->GetNodes().IsDocNodes() ) in SetSeqRefNo()
600 const SwTxtNode* pNd; in GetSeqFldList() local
603 0 != ( pNd = pF->GetTxtFld()->GetpTxtNode() ) && in GetSeqFldList()
604 pNd->GetNodes().IsDocNodes() ) in GetSeqFldList()
607 pNd->GetExpandTxt( 0, (*pF->GetTxtFld()->GetStart()) + 1 ), in GetSeqFldList()
H A Dddetbl.cxx168 SwNode* pNd = (SwNode*)GetTabSortBoxes()[0]->GetSttNd(); in NoDDETable() local
169 if( !pNd->GetNodes().IsDocNodes() ) in NoDDETable()
172 SwTableNode* pTblNd = pNd->FindTableNode(); in NoDDETable()
H A Dtblcalc.cxx113 SwNode const*const pNd = GetNodeOfFormula(); in GetCommand() local
114 SwTableNode const*const pTblNd = (pNd) ? pNd->FindTableNode() : 0; in GetCommand()
H A Dreffld.cxx924 const SwTxtNode* pNd; in SV_IMPL_PTRARR() local
931 0 != ( pNd = pF->GetTxtFld()->GetpTxtNode() ) && in SV_IMPL_PTRARR()
932 pNd->GetNodes().IsDocNodes() ) in SV_IMPL_PTRARR()
940 0 != ( pNd = pF->GetTxtFld()->GetpTxtNode() ) && in SV_IMPL_PTRARR()
941 pNd->GetNodes().IsDocNodes() ) in SV_IMPL_PTRARR()
/trunk/main/sw/source/filter/html/
H A Dhtmlgrin.cxx136 SwNode *pNd = rNds[nIdx + 1]; in ConnectImageMaps() local
137 if( 0 != (pGrfNd = pNd->GetGrfNode()) ) in ConnectImageMaps()
1380 SwCntntNode* pNd = pDoc->GetNodes().GoPrevious(&nNewNdIdx); in StripTrailingPara() local
1381 if(!pNd) in StripTrailingPara()
1387 SwPosition aNewPos(*pNd); in StripTrailingPara()
1388 aNewPos.nContent.Assign(pNd, pNd->Len()); in StripTrailingPara()
/trunk/main/sw/source/core/attr/
H A Dhints.cxx223 : SwMsgPoolItem( RES_FINDNEARESTNODE ), pNd( &rNd ), pFnd( 0 ) in SwFindNearestNode()
229 if( &pNd->GetNodes() == &rNd.GetNodes() ) in CheckNode()
232 if( nIdx < pNd->GetIndex() && in CheckNode()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx917 const SwNode* pNd = rExport.pCurPam->GetCntntNode(); in MSWordSections() local
918 const SfxItemSet* pSet = pNd ? &((SwCntntNode*)pNd)->GetSwAttrSet() : 0; in MSWordSections()
927 pNd = pTblNd; in MSWordSections()
929 else if ( 0 != ( pSectNd = pNd->FindSectionNode() ) ) in MSWordSections()
939 pNd = pSectNd; in MSWordSections()
940 rExport.pCurPam->GetPoint()->nNode = *pNd; in MSWordSections()
952 AppendSection( *(SwFmtPageDesc*)pI, *pNd, pFmt, nRstLnNum ); in MSWordSections()
1681 const SwTxtNode* pNd = rSepInfo.pNumNd; in SectionProperties() local
1682 if ( pNd ) in SectionProperties()
1684 const SwNumRule* pRule = pNd->GetNumRule(); in SectionProperties()
H A Dww8atr.cxx527 if ( const SwCntntNode *pNd = rNd.GetCntntNode() ) in OutputSectionBreaks() local
530 ItemGet<SvxFmtBreakItem>( *pNd, RES_BREAK ); in OutputSectionBreaks()
537 ItemGet<SwFmtPageDesc>( *pNd, RES_PAGEDESC ); in OutputSectionBreaks()
563 if ( pNd && in OutputFollowPageDesc()
594 else if ( const SwCntntNode *pNd = rNd.GetCntntNode() ) in GetSectionLineNo() local
877 const SwTxtNode* pNd; in HasRefToObject() local
885 pNd->GetNodes().IsDocNodes() ) in HasRefToObject()
2992 pTxtNd = pNd->GetTxtNode(); in TextField()
4555 pSet = &pNd->GetSwAttrSet(); in ParaLineSpacing()
4686 const SwCntntNode* pNd = in FormatFrameDirection() local
[all …]
H A Dwrtww8.hxx172 sal_uLong nLnRestart, sal_uInt16 nPgRestart = 0, const SwNode* pNd = NULL ) in WW8_SepInfo()
173 : pPageDesc( pPD ), pSectionFmt( pFmt ), pPDNd( pNd ), pNumNd( 0 ), in WW8_SepInfo()
683 const SwTxtNode* pNd );
722 void SetHdFtPageRoot( const SwTxtNode *pNd ) { mpTopNodeOfHdFtPage = pNd; } in SetHdFtPageRoot() argument
1026 bool Out_SwNum(const SwTxtNode* pNd);
H A Dwrtw8num.cxx961 bool WW8Export::Out_SwNum(const SwTxtNode* pNd) in Out_SwNum() argument
963 int nLevel = pNd->GetActualListLevel(); in Out_SwNum()
974 const SwNumRule* pRul = pNd->GetNumRule(); in Out_SwNum()
984 const SvxLRSpaceItem& rLR = ItemGet<SvxLRSpaceItem>(*pNd, RES_LR_SPACE); in Out_SwNum()
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx929 SwCntntNode *pNd = pPam->GetCntntNode(); in Find() local
930 xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len(); in Find()
931 pPam->GetPoint()->nContent.Assign( pNd, nTmpPos ); in Find()
1023 SwCntntNode *pNd = pPam->GetCntntNode(); in Find() local
1024 xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len(); in Find()
1025 pPam->GetPoint()->nContent.Assign( pNd, nTmpPos ); in Find()
H A Dfindtxt.cxx244 SwCntntNode *pNd = rNdIdx.GetNode().GetCntntNode(); in Find() local
245 xub_StrLen nTmpPos = bSrchForward ? 0 : pNd->Len(); in Find()
246 rCntntIdx.Assign( pNd, nTmpPos ); in Find()
/trunk/main/sw/source/core/inc/
H A Dtxmsrt.hxx52 const SwCntntNode* pNd; member
56 SwTOXSource() : pNd(0), nPos(0), bMainEntry(sal_False) {} in SwTOXSource()
58 : pNd(pNode), nPos(n), bMainEntry(bMain) in SwTOXSource()
H A Dpamtyp.hxx53 sal_Bool GoNext(SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode );
54 sal_Bool GoPrevious(SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode );
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx824 const SwCntntNode* pNd = aIdx.GetNode().GetNodes().GoNext( &aIdx ); in _SetGetExpFld() local
825 if( pNd ) in _SetGetExpFld()
826 nNode = pNd->GetIndex(); in _SetGetExpFld()
878 const SwNode* pNd = GetNodeFromCntnt(); in GetPosOfContent() local
879 if( pNd ) in GetPosOfContent()
880 pNd = pNd->GetCntntNode(); in GetPosOfContent()
882 if( pNd ) in GetPosOfContent()
884 rPos.nNode = *pNd; in GetPosOfContent()
885 rPos.nContent.Assign( (SwCntntNode*)pNd,GetCntPosFromCntnt() ); in GetPosOfContent()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx407 SwNode *const pNd = rPam.GetDoc()->GetNodes()[ n ]; in GetCrsrAttr() local
408 switch (pNd->GetNodeType()) in GetCrsrAttr()
416 : static_cast<SwTxtNode*>(pNd)->GetTxt().Len(); in GetCrsrAttr()
417 static_cast<SwTxtNode*>(pNd)->GetAttr( in GetCrsrAttr()
423 static_cast<SwCntntNode*>(pNd)->GetAttr( *pSet ); in GetCrsrAttr()
1828 SwNode const*const pNd = in lcl_CreateNextObject() local
1831 const FlyCntType eType = (!pNd->IsNoTxtNode()) ? FLYCNTTYPE_FRM in lcl_CreateNextObject()
1832 : ( (pNd->IsGrfNode()) ? FLYCNTTYPE_GRF : FLYCNTTYPE_OLE ); in lcl_CreateNextObject()
H A Dunodraw.cxx354 const SwNode* pNd = pDoc->GetNodes()[ pIdx->GetIndex() + 1 ]; in _CreateShape() local
355 if(!pNd->IsNoTxtNode()) in _CreateShape()
357 else if( pNd->IsGrfNode() ) in _CreateShape()
359 else if( pNd->IsOLENode() ) in _CreateShape()
1246 SwTxtNode *pNd = pInternalPam->GetNode()->GetTxtNode(); in setPropertyValue() local
1247 DBG_ASSERT( pNd, "Cursor not at TxtNode." ); in setPropertyValue()
1249 pNd->InsertItem(aFmt, pInternalPam->GetPoint() in setPropertyValue()
1359 SwTxtNode *pNd = aPam.GetNode()->GetTxtNode(); in setPropertyValue() local
1360 DBG_ASSERT( pNd, "Crsr is not in a TxtNode." ); in setPropertyValue()
1362 pNd->InsertItem(aFmt, in setPropertyValue()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1008 SwNode* pNd; in HasBoxSelection() local
1010 ( pNd = pPam->GetNode())->StartOfSectionIndex() && in HasBoxSelection()
1013 pNd->EndOfSectionIndex()) in HasBoxSelection()
1015 SwNodeIndex aIdx( *pNd->EndOfSectionNode(), -1 ); in HasBoxSelection()
1162 const SwCntntNode *pNd; in lcl_GetRowNumber() local
1165 if( 0 != ( pNd = rPos.nNode.GetNode().GetCntntNode() )) in lcl_GetRowNumber()
1166 pFrm = pNd->getLayoutFrm( pNd->GetDoc()->GetCurrentLayout(), &aTmpPt, &rPos, sal_False ); in lcl_GetRowNumber()
H A Dfecopy.cxx362 const SwNode *pNd; in CopyDrawSel() local
363 if( (pNd = &aPos.nNode.GetNode())->IsNoTxtNode() ) in CopyDrawSel()
366 bRet = ::lcl_SetAnchor( aPos, *pNd, 0, rInsPt, in CopyDrawSel()
512 const SwNode *pNd; in Copy() local
513 if( (pNd = &aPos.nNode.GetNode())->IsNoTxtNode() ) in Copy()
524 bRet = ::lcl_SetAnchor( aPos, *pNd, pFly, rInsPt, in Copy()
/trunk/main/sw/source/core/text/
H A Ditratr.cxx486 SwNode *pNd = rNodes[nStt]; in lcl_MinMaxNode() local
487 pNd = rNodes[pNd->EndOfSectionIndex()-1]; in lcl_MinMaxNode()
488 if( pNd->IsEndNode() ) in lcl_MinMaxNode()
489 pTblNd = pNd->StartOfSectionNode()->GetTableNode(); in lcl_MinMaxNode()
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx1327 SwCntntNode *pNd = aIdx.GetNode().GetCntntNode(); in ResetFtn() local
1328 if ( !pNd ) in ResetFtn()
1329 pNd = pCheck->GetFmt()->GetDoc()-> in ResetFtn()
1331 SwIterator<SwFrm,SwCntntNode> aIter( *pNd ); in ResetFtn()
1879 SwCntntNode *pNd = aIdx.GetNode().GetCntntNode(); in FindFtn() local
1880 if ( !pNd ) in FindFtn()
1881 pNd = pRef->GetAttrSet()->GetDoc()-> in FindFtn()
1883 if ( !pNd ) in FindFtn()
1885 SwIterator<SwFrm,SwCntntNode> aIter( *pNd ); in FindFtn()
/trunk/main/sw/source/core/txtnode/
H A Datrftn.cxx272 SwNode* pNd; in SetNumber() local
278 if( ( pNd = rNodes[ nSttIdx ] )->IsTxtNode() ) in SetNumber()
279 ((SwTxtNode*)pNd)->ModifyNotification( 0, &rFtn ); in SetNumber()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx347 for( SwCntntNode* pNd = aIter.First(); pNd; pNd = aIter.Next() ) in FindOLEObj() local
348 if( ND_OLENODE == pNd->GetNodeType() ) in FindOLEObj()
350 xObj = ((SwOLENode*)pNd)->GetOLEObj().GetOleRef(); in FindOLEObj()
351 nAspect = ((SwOLENode*)pNd)->GetAspect(); in FindOLEObj()
365 for( SwCntntNode* pNd = aIter.First(); pNd; pNd = aIter.Next() ) in FindOLEReplacementGraphic() local
366 if( ND_OLENODE == pNd->GetNodeType() ) in FindOLEReplacementGraphic()
368 return ((SwOLENode*)pNd)->GetGraphic(); in FindOLEReplacementGraphic()
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx115 SwNode* pNd = rPam.GetNode(); in SetPaM() local
116 if( pNd->IsCntntNode() ) in SetPaM()
117 rPam.GetPoint()->nContent.Assign( pNd->GetCntntNode(), nSttCntnt ); in SetPaM()
131 if( (pNd = rPam.GetNode())->IsCntntNode() ) in SetPaM()
132 rPam.GetPoint()->nContent.Assign( pNd->GetCntntNode(), nEndCntnt ); in SetPaM()
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx321 for( SwCntntNode* pNd = aIter.First(); pNd; pNd = aIter.Next() ) in createAndInsertOLEObject() local
323 SwOLENode* pExistingOLENd = pNd->GetOLENode(); in createAndInsertOLEObject()

Completed in 435 milliseconds

123456