Home
last modified time | relevance | path

Searched refs:pNd (Results 1 – 25 of 138) sorted by last modified time

123456

/trunk/main/sw/source/core/unocore/
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()
H A Dunoobj.cxx712 SwTxtNode const*const pNd = rNds[ n ]->GetTxtNode(); in GetCurTxtFmtColl() local
713 if( pNd ) in GetCurTxtFmtColl()
716 ? pNd->GetFmtColl() : &pNd->GetAnyFmtColl(); in GetCurTxtFmtColl()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1285 SwCntntNode* pNd = (SwCntntNode*)pNode; in SetAttrInDoc() local
1286 SvxLRSpaceItem aOldLR = (const SvxLRSpaceItem&)pNd->GetAttr(RES_LR_SPACE); in SetAttrInDoc()
1313 pNd->SetAttr(aNewLR); in SetAttrInDoc()
1372 SwCntntNode const*const pNd = rPos.nNode.GetNode().GetCntntNode(); in GetFmtAttr() local
1373 if (!pNd) in GetFmtAttr()
1386 if (const SfxItemSet *pSet = pNd->GetpSwAttrSet()) in GetFmtAttr()
1393 pItem = &pNd->GetAttr(nWhich); in GetFmtAttr()
2940 const SwTxtNode* pNd = pPaM->GetCntntNode()->GetTxtNode(); in AddTextToParagraph() local
2951 if ((pNd->GetTxt().Len() + rAddString.Len()) < STRING_MAXLEN -1) in AddTextToParagraph()
2958 if (pNd->GetTxt().Len()< STRING_MAXLEN -1) in AddTextToParagraph()
[all …]
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 Dwrtw8esh.cxx1618 SwNoTxtNode *pNd = GetNoTxtNodeFromSwFrmFmt(rFmt); in WriteGrfFlyFrame() local
1619 SwGrfNode *pGrfNd = pNd ? pNd->GetGrfNode() : 0; in WriteGrfFlyFrame()
2096 if (const SwNoTxtNode *pNd = GetNoTxtNodeFromSwFrmFmt(rFmt)) in WriteFlyFrameAttr() local
2098 const PolyPolygon *pPolyPoly = pNd->HasContour(); in WriteFlyFrameAttr()
2102 const Size &rOrigSize = pNd->GetGraphic().GetPrefSize(); in WriteFlyFrameAttr()
2114 const Size &rSize = pNd->GetTwipSize(); in WriteFlyFrameAttr()
H A Dww8graf.cxx2037 if (SwNoTxtNode *pNd = GetNoTxtNodeFromSwFrmFmt(*pFlyFmt)) in MapWrapIntoFlyFmt() local
2087 const Size &rSize = pNd->GetTwipSize(); in MapWrapIntoFlyFmt()
2104 const Size &rOrigSize = pNd->GetGraphic().GetPrefSize(); in MapWrapIntoFlyFmt()
2111 pNd->SetContour(&aPoly); in MapWrapIntoFlyFmt()
H A Dww8par2.cxx1138 SwTxtNode* pNd = pPaM->GetNode()->GetTxtNode(); in NextAnlLine() local
1140 pNd->SetAttrListLevel( nSwNumLevel ); in NextAnlLine()
1143 pNd->SetAttrListLevel(0); in NextAnlLine()
1144 pNd->SetCountedInList( false ); in NextAnlLine()
2541 if (SwTxtNode *const pNd = pTmpPos->nNode.GetNode().GetTxtNode()) in CreateSwTable() local
2543 if (const SfxItemSet* pSet = pNd->GetpSwAttrSet()) in CreateSwTable()
2550 pNd->ResetAttr( RES_BREAK ); in CreateSwTable()
3058 if(SwTxtNode *pNd = pIo->pPaM->GetNode()->GetTxtNode()) in SetPamInCell() local
3060 const SfxPoolItem &rItm = pNd->SwCntntNode::GetAttr(RES_PARATR_SNAPTOGRID); in SetPamInCell()
H A Dwrtw8nds.cxx1339 const SwCntntNode *pNd = ( const SwCntntNode * ) pOutFmtNode; in GetDefaultFrameDirection() local
1340 SwPosition aPos( *pNd ); in GetDefaultFrameDirection()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx393 if( pNd ) in SwTblToTxtSave()
398 if ( pNd->GetpSwpHints() ) in SwTblToTxtSave()
403 if( pNd->HasSwAttrSet() ) in SwTblToTxtSave()
556 SwNode* pNd; in UndoTableToText() local
562 ((SwCntntNode*)pNd)->DelFrms(); in UndoTableToText()
644 pNd = (*this)[ i ]; in UndoTableToText()
645 pNd->pStartOfSection = pSttNd; in UndoTableToText()
646 if( pNd->IsStartNode() ) in UndoTableToText()
647 i = pNd->EndOfSectionIndex(); in UndoTableToText()
2480 if( !pNd->IsCntntNode() ) in RedoImpl()
[all …]
/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/ui/app/
H A Ddocsh.cxx943 SwCntntNode* pNd = mpDoc->GetNodes().GoNext( &aIdx ); in GetVisArea() local
945 const SwRect aPageRect = pNd->FindPageFrmRect( sal_False, 0, sal_False ); in GetVisArea()
1236 for( SwCntntNode* pNd = aIter.First(); pNd; pNd = aIter.Next() ) in RemoveOLEObjects() local
1238 SwOLENode* pOLENd = pNd->GetOLENode(); in RemoveOLEObjects()
1264 for( SwCntntNode* pNd = aIter.First(); pNd; pNd = aIter.Next() ) in CalcLayoutForOLEObjects() local
1266 SwOLENode* pOLENd = pNd->GetOLENode(); in CalcLayoutForOLEObjects()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx292 String aTxt( pNd->GetTitle() ); in Paint()
293 if ( !aTxt.Len() && pNd->IsGrfNode() ) in Paint()
294 GetRealURL( *(SwGrfNode*)pNd, aTxt ); in Paint()
666 #define CLEARCACHE( pNd ) {\ argument
667 (pNd)->ReleaseGraphicFromCache();\
705 pNd->GetDoc()->GetEditShell( &pVSh ); in Modify()
725 pNd->SwapIn(); in Modify()
761 CLEARCACHE( pNd ) in Modify()
766 pNd->GetDoc()->GetEditShell( &pVSh ); in Modify()
1218 const SwGrfNode *pNd; in IsTransparent() local
[all …]
H A Ddoc.cxx710 if( pNd->IsStartNode() && in SplitNode()
715 || ( pNd->IsEndNode() && pNd->StartOfSectionNode()->IsTableNode() ) in SplitNode()
716 || pNd->IsCntntNode() )) in SplitNode()
718 if( pNd->IsCntntNode() ) in SplitNode()
724 pNd = 0; in SplitNode()
731 pNd = 0; in SplitNode()
735 if( pNd ) in SplitNode()
1721 SwNode* pNd; in UpdateDocStat() local
2155 if( pNd->HasSwAttrSet() ) in Summary()
2168 if( !pNd->Len() && in Summary()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx461 virtual int IsEndPara( SvxNodeIdx* pNd, xub_StrLen nCnt ) const;
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx304 int __EXPORT EditRTFParser::IsEndPara( SvxNodeIdx* pNd, sal_uInt16 nCnt ) const in IsEndPara() argument
306 return ( nCnt == ( ((EditNodeIdx*)pNd)->GetNode()->Len()) ); in IsEndPara()
/trunk/main/sw/inc/
H A Dndtxt.hxx326 void FmtToTxtAttr( SwTxtNode* pNd );
/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 Dfrmtool.cxx899 SwOLENode *pNd; in ~SwCntntNotify() local
901 (pNd->GetOLEObj().IsOleRef() || in ~SwCntntNotify()
902 pNd->IsOLESizeInvalid()) ) in ~SwCntntNotify()
945 pNd->SetOLESizeInvalid( sal_False ); in ~SwCntntNotify()
1332 SwNode *pNd = pDoc->GetNodes()[nIndex]; in _InsertCnt() local
1333 if ( pNd->IsCntntNode() ) in _InsertCnt()
1377 else if ( pNd->IsTableNode() ) in _InsertCnt()
1431 else if ( pNd->IsSectionNode() ) in _InsertCnt()
1520 else if ( pNd->IsEndNode() && pNd->StartOfSectionNode()->IsSectionNode() ) in _InsertCnt()
1591 else if( pNd->IsStartNode() && in _InsertCnt()
[all …]
H A Dlaycache.cxx487 SwSectionNode *pNd ) : in SwActualSection() argument
490 pSectNode( pNd ) in SwActualSection()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx166 void SetTableNode( SwTableNode *pNd ) { pTblNd = pNd; } in SetTableNode() argument
2881 pNd->GetTxtNode()->ChgFmtColl( pColl ); in InsertTableSection()
2882 pStNd = pNd->FindTableBoxStartNode(); in InsertTableSection()
2887 const SwNode* pNd; in InsertTableSection() local
2889 pNd = pPrevStNd; in InsertTableSection()
2891 pNd = pPrevStNd->EndOfSectionNode(); in InsertTableSection()
2892 SwNodeIndex nIdx( *pNd, 1 ); in InsertTableSection()
2927 pNd->GetTxtNode()->ChgFmtColl( pColl ); in InsertTableSection()
2929 pStNd = pNd->FindTableBoxStartNode(); in InsertTableSection()
5468 SwNode* pNd; in BuildTable() local
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dthints.cxx2515 void SwTxtNode::FmtToTxtAttr( SwTxtNode* pNd ) in FmtToTxtAttr() argument
2523 if( pNd == this ) in FmtToTxtAttr()
2541 if( pNd->HasSwAttrSet() && pNd->GetpSwAttrSet()->Count() ) in FmtToTxtAttr()
2542 aNdSet.Put( *pNd->GetpSwAttrSet() ); in FmtToTxtAttr()
2544 pNd->GetOrCreateSwpHints(); in FmtToTxtAttr()
2591 pNd->impl_FmtToTxtAttr(aNdSet); in FmtToTxtAttr()
2595 SwFmtChg aTmp1( pNd->GetFmtColl() ); in FmtToTxtAttr()
2596 pNd->NotifyClients( &aTmp1, &aTmp1 ); in FmtToTxtAttr()
2603 pNd->TryDeleteSwpHints(); in FmtToTxtAttr()
3178 const SwTxtNode* pNd = ((SwTxtFld*)pHint)->GetpTxtNode(); in DeleteAtPos() local
[all …]
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx404 SwCntntNode * pNd = aIdx.GetNode().GetCntntNode(); in lcl_CopySelToDoc() local
405 SwPosition aPos( aIdx, SwIndex( pNd, pNd->Len() )); in lcl_CopySelToDoc()
/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/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()
H A Dxmlexp.cxx985 SwNode *pNd = pCurPaM->GetNode(); in ExportCurPaM() local
987 aNextNumInfo.Set( *pNd ); in ExportCurPaM()
990 ASSERT( !(pNd->IsGrfNode() || pNd->IsOLENode()), in ExportCurPaM()
992 if( pNd->IsTxtNode() ) in ExportCurPaM()
994 SwTxtNode* pTxtNd = pNd->GetTxtNode(); in ExportCurPaM()
1001 else if( pNd->IsTableNode() ) in ExportCurPaM()
1003 ExportTable( *pNd->GetTableNode() ); in ExportCurPaM()
1005 else if( pNd->IsSectionNode() ) in ExportCurPaM()
1007 ExportSection( *pNd->GetSectionNode() ); in ExportCurPaM()
1009 else if( pNd == &pDoc->GetNodes().GetEndOfContent() ) in ExportCurPaM()

Completed in 305 milliseconds

123456