Home
last modified time | relevance | path

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

123

/aoo42x/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1053 const SwNode& rNd, const SwSectionFmt* pSectionFmt, sal_uLong nLnNumRestartNo ) in AppendSection() argument
1059 rPD.GetNumOffset(), &rNd ); in AppendSection()
1065 const SwNode& rNd, const SwSectionFmt* pSectionFmt, sal_uLong nLnNumRestartNo ) in AppendSep() argument
1072 AppendSection( rPD, rNd, pSectionFmt, nLnNumRestartNo ); in AppendSep()
H A Descher.hxx117 void WriteGrfAttr(const SwNoTxtNode& rNd,EscherPropertyContainer& rPropOpt);
H A Dwrtww8.cxx1362 void WW8Export::AppendBookmarks( const SwTxtNode& rNd, in AppendBookmarks() argument
1368 if( GetWriter().GetBookmarks( rNd, nAktPos, nAktEnd, aArr )) in AppendBookmarks()
1370 sal_uLong nNd = rNd.GetIndex(), nSttCP = Fc2Cp( Strm().Tell() ); in AppendBookmarks()
1460 void WW8Export::ExportGrfBullet(const SwTxtNode& rNd) in ExportGrfBullet() argument
1465 SwPosition aPos(rNd); in ExportGrfBullet()
/aoo42x/main/sw/source/core/doc/
H A Ddoctxm.cxx459 const SwNode& rNd = rPos.nNode.GetNode(); in GetCurTOX() local
460 const SwSectionNode* pSectNd = rNd.FindSectionNode(); in GetCurTOX()
724 const SwTxtNode* lcl_FindChapterNode( const SwNode& rNd, sal_uInt8 nLvl = 0 ) in lcl_FindChapterNode() argument
726 const SwNode* pNd = &rNd; in lcl_FindChapterNode()
H A Dnotxtfrm.cxx91 inline sal_Bool GetRealURL( const SwGrfNode& rNd, String& rTxt ) in GetRealURL() argument
93 sal_Bool bRet = rNd.GetFileFilterNms( &rTxt, 0 ); in GetRealURL()
H A Ddocedt.cxx685 SwNode& rNd = rInsIdx.GetNode(); in _SaveRedlEndPosForRestore() local
686 SwDoc* pDest = rNd.GetDoc(); in _SaveRedlEndPosForRestore()
691 SwPosition aSrcPos( rInsIdx, SwIndex( rNd.GetCntntNode(), nCnt )); in _SaveRedlEndPosForRestore()
H A Ddocredln.cxx1527 sal_uInt16 SwDoc::GetRedlinePos( const SwNode& rNd, sal_uInt16 nType ) const in GetRedlinePos() argument
1529 const sal_uLong nNdIdx = rNd.GetIndex(); in GetRedlinePos()
/aoo42x/main/sw/source/core/text/
H A Dredlnitr.hxx71 const SwTxtNode& rNd; member in SwRedlineItr
H A Dredlnitr.cxx186 : rDoc( *rTxtNd.GetDoc() ), rNd( rTxtNd ), rAttrHandler( rAH ), pSet( 0 ), in SwRedlineItr()
/aoo42x/main/sw/source/core/inc/
H A Dmvsave.hxx94 void _RestoreCntntIdx( SvULongs& rSaveArr, const SwNode& rNd,
H A Dtblrwcl.hxx101 void AddToUndoHistory( const SwCntntNode& rNd );
H A Dscriptinfo.hxx68 SwScanner( const SwTxtNode& rNd, const String& rTxt, const LanguageType* pLang,
/aoo42x/main/sw/inc/
H A Dndindex.hxx97 SwNodeIndex& Assign( const SwNode& rNd, long nOffset = 0 );
H A Dndarr.hxx252 void UpdateOutlineNode(SwNode & rNd);
H A Dexpfld.hxx198 void SetChapter( SwSetExpField& rFld, const SwNode& rNd );
H A Dshellio.hxx507 sal_uInt16 GetBookmarks( const SwCntntNode& rNd,
H A Ddoc.hxx2003 SwExtTextInput* GetExtTextInput( const SwNode& rNd,
/aoo42x/main/sw/source/filter/inc/
H A Dmsfilter.hxx475 Size GetSwappedInSize(const SwNoTxtNode& rNd);
/aoo42x/main/sw/source/core/crsr/
H A Dpam.cxx55 inline xub_StrLen GetSttOrEnd( sal_Bool bCondition, const SwCntntNode& rNd ) in GetSttOrEnd() argument
57 return bCondition ? 0 : rNd.Len(); in GetSttOrEnd()
H A Dcrsrsh.cxx223 const SwNode& rNd = pCurCrsr->GetPoint()->nNode.GetNode(); in StartAction() local
224 nAktNode = rNd.GetIndex(); in StartAction()
226 nAktNdTyp = rNd.GetNodeType(); in StartAction()
229 nLeftFrmPos = SwCallLink::getLayoutFrm( GetLayout(), (SwTxtNode&)rNd, nAktCntnt, sal_True ); in StartAction()
/aoo42x/main/sw/source/core/fields/
H A Dexpfld.cxx616 void SwSetExpFieldType::SetChapter( SwSetExpField& rFld, const SwNode& rNd ) in SetChapter() argument
618 const SwTxtNode* pTxtNd = rNd.FindOutlineNodeOfLevel( nLevel ); in SetChapter()
/aoo42x/main/sw/source/core/txtnode/
H A Dtxtedt.cxx720 SwScanner::SwScanner( const SwTxtNode& rNd, const String& rTxt, const LanguageType* pLang, in SwScanner() argument
723 …: rNode( rNd ), rText( rTxt), pLanguage( pLang ), pConversionMap( pConvMap ), nLen( 0 ), nWordType… in SwScanner()
737 aCurrLang = rNd.GetLang( nModelBeginPos ); in SwScanner()
/aoo42x/main/sw/source/core/frmedt/
H A Dfecopy.cxx261 sal_Bool lcl_SetAnchor( const SwPosition& rPos, const SwNode& rNd, SwFlyFrm* pFly, in lcl_SetAnchor() argument
267 …SwCntntFrm* pTmpFrm = rNd.GetCntntNode()->getLayoutFrm( rDestShell.GetLayout(), &rInsPt, 0, sal_Fa… in lcl_SetAnchor()
/aoo42x/main/sw/source/filter/html/
H A Dwrthtml.hxx432 sal_uInt16 GuessOLENodeFrmType( const SwNode& rNd );

Completed in 224 milliseconds

123