Home
last modified time | relevance | path

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

123456

/trunk/main/sw/source/core/view/
H A Dviewsh.cxx696 const SwOLENode *pNd = aIdx.GetNode().GetOLENode(); in HasCharts() local
697 if( pNd && pNd->GetChartTblName().Len() ) in HasCharts()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx487 SwSectionNode *pNd ) : in SwActualSection() argument
490 pSectNode( pNd ) in SwActualSection()
/trunk/main/editeng/inc/editeng/
H A Dsvxrtf.hxx384 virtual int IsEndPara( SvxNodeIdx* pNd, xub_StrLen nCnt ) const = 0;
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx461 virtual int IsEndPara( SvxNodeIdx* pNd, xub_StrLen nCnt ) const;
H A Dswparrtf.cxx2099 int SwRTFParser::IsEndPara( SvxNodeIdx* pNd, xub_StrLen nCnt ) const in IsEndPara() argument
2101 SwCntntNode *pNode = pDoc->GetNodes()[pNd->GetIdx()]->GetCntntNode(); in IsEndPara()
/trunk/main/sw/inc/
H A Dndtxt.hxx326 void FmtToTxtAttr( SwTxtNode* pNd );
/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx874 const SwNode* pNd = pDoc->GetNodes()[ pIdx->GetIndex() + 1 ]; in SwXFrameEnumeration() local
875 if(UnoFrameWrap_traits<T>::filter(pNd)) in SwXFrameEnumeration()
H A Dunotbl.cxx3463 SwNode *const pNd = & aIdx.GetNode(); in setName() local
3464 if ( pNd->IsOLENode() && in setName()
3465 aOldName == ((SwOLENode*)pNd)->GetChartTblName() ) in setName()
3467 ((SwOLENode*)pNd)->SetChartTblName( sNewTblName ); in setName()
3469 ((SwOLENode*)pNd)->GetOLEObj(); in setName()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx3286 SwTxtNode* pNd = static_cast< SwTxtNode* >(pNode); in InvalidateRange() local
3289 n == nEndNd ? nEndCnt : pNd->GetTxt().Len(), in InvalidateRange()
3292 pNd->ModifyNotification(&aHt, &aHt); in InvalidateRange()
H A Dtblrwcl.cxx305 _CpyPara( SwTableNode* pNd, sal_uInt16 nCopies, _CpyTabFrms& rFrmArr, in _CpyPara()
307 : pDoc( pNd->GetDoc() ), pTblNd( pNd ), rTabFrmArr(rFrmArr), in _CpyPara()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx754 const SwCntntNode* pNd = pToxBase->aTOXSources[0].pNd; in GetTOCLevel() local
755 if( pNd ) in GetTOCLevel()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1339 const SwCntntNode *pNd = ( const SwCntntNode * ) pOutFmtNode; in GetDefaultFrameDirection() local
1340 SwPosition aPos( *pNd ); in GetDefaultFrameDirection()
H A Dww8par5.cxx3474 if(SwCntntNode* pNd = pPos->nNode.GetNode().GetCntntNode()) in Read_F_Tox() local
3476 const SfxItemSet* pSet = pNd->GetpSwAttrSet(); in Read_F_Tox()

Completed in 194 milliseconds

123456