Home
last modified time | relevance | path

Searched refs:rNd (Results 26 – 50 of 74) sorted by relevance

123

/aoo42x/main/sw/source/core/doc/
H A Dftnidx.cxx350 const SwSectionNode& rNd ) in GetNumber() argument
367 void* pNd = (void*)&rNd; in GetNumber()
379 nRet = ((SwFmtFtnEndAtTxtEnd&)rNd.GetSection().GetFmt()-> in GetNumber()
H A Ddocbm.cxx1794 const SwNode& rNd, in _RestoreCntntIdx() argument
1798 const SwDoc* pDoc = rNd.GetDoc(); in _RestoreCntntIdx()
1802 SwCntntNode* pCNd = (SwCntntNode*)rNd.GetCntntNode(); in _RestoreCntntIdx()
1819 aNewPos.nNode = rNd; in _RestoreCntntIdx()
1828 aNewPos.nNode = rNd; in _RestoreCntntIdx()
1848 aNewPos.nNode = rNd; in _RestoreCntntIdx()
1947 pPos->nNode = rNd; in _RestoreCntntIdx()
H A Ddoccomp.cxx845 SwCompareLine( const SwNode& rNd );
851 static sal_uLong GetTxtNodeHashValue( const SwTxtNode& rNd, sal_uLong nVal );
893 SwCompareLine::SwCompareLine( const SwNode& rNd ) in SwCompareLine() argument
894 : rNode( rNd ) in SwCompareLine()
1144 sal_uLong SwCompareLine::GetTxtNodeHashValue( const SwTxtNode& rNd, sal_uLong nVal ) in GetTxtNodeHashValue() argument
1146 String sStr( rNd.GetExpandTxt() ); in GetTxtNodeHashValue()
H A Dextinput.cxx257 SwExtTextInput* SwDoc::GetExtTextInput( const SwNode& rNd, in GetExtTextInput() argument
263 sal_uLong nNdIdx = rNd.GetIndex(); in GetExtTextInput()
H A Ddocnum.cxx1588 const SwNode& rNd = rIdx.GetNode(); in lcl_IsValidPrevNextNumNode() local
1589 switch( rNd.GetNodeType() ) in lcl_IsValidPrevNextNumNode()
1592 bRet = SwTableBoxStartNode == rNd.StartOfSectionNode()->GetStartNodeType() || in lcl_IsValidPrevNextNumNode()
1593 rNd.StartOfSectionNode()->IsSectionNode(); in lcl_IsValidPrevNextNumNode()
1597 bRet = SwTableBoxStartNode == ((SwStartNode&)rNd).GetStartNodeType(); in lcl_IsValidPrevNextNumNode()
H A Dnumber.cxx189 static void lcl_SetRuleChgd( SwTxtNode& rNd, sal_uInt8 nLevel ) in lcl_SetRuleChgd() argument
191 if( rNd.GetActualListLevel() == nLevel ) in lcl_SetRuleChgd()
192 rNd.NumRuleChgd(); in lcl_SetRuleChgd()
/aoo42x/main/sw/source/core/inc/
H A Drolbck.hxx436 SwRegHistory( const SwNode& rNd, SwHistory* pHst );
437 SwRegHistory( SwModify* pRegIn, const SwNode& rNd, SwHistory* pHst );
446 void RegisterInModify( SwModify* pRegIn, const SwNode& rNd );
H A Dnode2lay.hxx63 SwNode2Layout( const SwNode& rNd );
66 SwNode2Layout( const SwNode& rNd, sal_uLong nIdx );
H A DUndoNumbering.hxx90 void AddNode( const SwTxtNode& rNd, sal_Bool bResetLRSpace );
/aoo42x/main/sw/source/filter/ww8/
H A Drtfexport.cxx727 const SwNode& rNd, const SwFmtPageDesc* pNewPgDescFmt, in PrepareNewPageDesc() argument
731 const SwSectionFmt* pFmt = GetSectionFormat( rNd ); in PrepareNewPageDesc()
732 const sal_uLong nLnNm = GetSectionLineNo( pSet, rNd ); in PrepareNewPageDesc()
737 m_pSections->AppendSection( *pNewPgDescFmt, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()
739 m_pSections->AppendSection( pNewPgDesc, rNd, pFmt, nLnNm ); in PrepareNewPageDesc()
H A Drtfexport.hxx91 virtual void ExportGrfBullet(const SwTxtNode& rNd);
132 const SwNode& rNd,
H A Dwrtw8esh.cxx1698 void SwBasicEscherEx::WriteGrfAttr(const SwNoTxtNode& rNd, in WriteGrfAttr() argument
1706 if (SFX_ITEM_SET == rNd.GetSwAttrSet().GetItemState(RES_GRFATR_CONTRAST, in WriteGrfAttr()
1712 if (SFX_ITEM_SET == rNd.GetSwAttrSet().GetItemState(RES_GRFATR_LUMINANCE, in WriteGrfAttr()
1719 if (SFX_ITEM_SET == rNd.GetSwAttrSet().GetItemState(RES_GRFATR_DRAWMODE, in WriteGrfAttr()
1770 if (SFX_ITEM_SET == rNd.GetSwAttrSet().GetItemState(RES_GRFATR_CROPGRF, in WriteGrfAttr()
1773 const Size aSz( rNd.GetTwipSize() ); in WriteGrfAttr()
H A Ddocxexport.hxx152 const SwNode& rNd,
/aoo42x/main/sw/source/core/docnode/
H A Dnode.cxx881 inline sal_Bool IsValidNextPrevNd( const SwNode& rNd ) in IsValidNextPrevNd() argument
883 return ND_TABLENODE == rNd.GetNodeType() || in IsValidNextPrevNd()
884 ( ND_CONTENTNODE & rNd.GetNodeType() ) || in IsValidNextPrevNd()
885 ( ND_ENDNODE == rNd.GetNodeType() && rNd.StartOfSectionNode() && in IsValidNextPrevNd()
886 ND_TABLENODE == rNd.StartOfSectionNode()->GetNodeType() ); in IsValidNextPrevNd()
H A Dndtbl.cxx123 lcl_DelRedlines( const SwTableNode& rNd, sal_Bool bCheckForOwnRedline );
3039 void SwCollectTblLineBoxes::AddToUndoHistory( const SwCntntNode& rNd ) in AddToUndoHistory() argument
3042 pHst->Add( rNd.GetFmtColl(), rNd.GetIndex(), ND_TEXTNODE ); in AddToUndoHistory()
4635 lcl_DelRedlines::lcl_DelRedlines( const SwTableNode& rNd, in lcl_DelRedlines() argument
4637 : pDoc( (SwDoc*)rNd.GetNodes().GetDoc() ) in lcl_DelRedlines()
4646 sal_uInt16 nRedlPos = pDoc->GetRedlinePos( rNd, USHRT_MAX ); in lcl_DelRedlines()
4647 sal_uInt32 nSttNd = rNd.GetIndex(), in lcl_DelRedlines()
4648 nEndNd = rNd.EndOfSectionIndex(); in lcl_DelRedlines()
4672 SwPaM aPam(*rNd.EndOfSectionNode(), rNd); in lcl_DelRedlines()
/aoo42x/main/sw/inc/
H A Dhints.hxx282 SwFindNearestNode( const SwNode& rNd );
283 void CheckNode( const SwNode& rNd );
H A Dpam.hxx140 SwPaM( const SwNode& rNd, xub_StrLen nCntnt = 0, SwPaM* pRing = 0 );
141 SwPaM( const SwNodeIndex& rNd, xub_StrLen nCntnt = 0, SwPaM* pRing = 0 );
H A Dftnidx.hxx68 sal_uInt16 GetNumber( const SwTxtFtn& rTxtFtn, const SwSectionNode& rNd );
H A Dchpfld.hxx83 void ChangeExpansion(const SwTxtNode &rNd, sal_Bool bSrchNum);
/aoo42x/main/sw/source/filter/writer/
H A Dwriter.cxx533 sal_uInt16 Writer::GetBookmarks(const SwCntntNode& rNd, xub_StrLen nStt, in GetBookmarks() argument
538 sal_uLong nNd = rNd.GetIndex(); in GetBookmarks()
544 if( !nStt && nEnd == rNd.Len() ) in GetBookmarks()
/aoo42x/main/sw/source/core/fields/
H A Dddetbl.cxx58 const SwNode& rNd = *GetTabSortBoxes()[0]->GetSttNd(); in SwDDETable() local
59 if( rNd.GetNodes().IsDocNodes() ) in SwDDETable()
/aoo42x/main/sw/source/core/edit/
H A Dednumber.cxx586 const SwNode& rNd = GetCrsr()->Start()->nNode.GetNode(); in IsProtectedOutlinePara() local
587 if( rNd.IsTxtNode() ) in IsProtectedOutlinePara()
590 SwNodePtr pNd = (SwNodePtr)&rNd; in IsProtectedOutlinePara()
/aoo42x/main/sw/source/filter/rtf/
H A Dswparrtf.hxx400 void _SetPictureSize( const SwNoTxtNode& rNd, const SwNodeIndex& rAnchor,
416 void SetNumLSpace( SwTxtNode& rNd, const SwNodeNum& rNum,
/aoo42x/main/sw/source/core/crsr/
H A Dcallnk.hxx48 …static long getLayoutFrm( const SwRootFrm*, SwTxtNode& rNd, xub_StrLen nCntPos, sal_Bool bCalcFrm …
/aoo42x/main/sw/source/filter/inc/
H A Dfltini.hxx82 void SetNumLSpace( SwTxtNode& rNd, const SwNumRule& rRule );

Completed in 175 milliseconds

123