Home
last modified time | relevance | path

Searched refs:rCrsrPos (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/inc/
H A Duivwimp.hxx161 void SetRestorePosition(const Point& rCrsrPos, bool bSelectObj) in SetRestorePosition() argument
163 m_aEditingPosition = rCrsrPos; in SetRestorePosition()
167 bool GetRestorePosition(Point& rCrsrPos, bool& rbSelectObj) in GetRestorePosition() argument
169 rCrsrPos = m_aEditingPosition; in GetRestorePosition()
/trunk/main/sw/source/core/edit/
H A Dedglbldc.cxx366 SwPosition& rCrsrPos = *pCrsr->GetPoint(); in GotoGlobalDocContent() local
367 rCrsrPos.nNode = rPos.GetDocPos(); in GotoGlobalDocContent()
370 SwCntntNode * pCNd = rCrsrPos.nNode.GetNode().GetCntntNode(); in GotoGlobalDocContent()
372 pCNd = pMyDoc->GetNodes().GoNext( &rCrsrPos.nNode ); in GotoGlobalDocContent()
374 rCrsrPos.nContent.Assign( pCNd, 0 ); in GotoGlobalDocContent()
/trunk/main/sw/inc/
H A Dsplargs.hxx149 inline SwInterHyphInfo( const Point &rCrsrPos, in SwInterHyphInfo() argument
152 : aCrsrPos( rCrsrPos ), in SwInterHyphInfo()
H A Ddoc.hxx1165 Hyphenate( SwPaM *pPam, const Point &rCrsrPos,
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx2093 SwHyphArgs::SwHyphArgs( const SwPaM *pPam, const Point &rCrsrPos, in SwHyphArgs() argument
2095 : SwInterHyphInfo( rCrsrPos ), pNode(0), in SwHyphArgs()
2182 SwPaM *pPam, const Point &rCrsrPos, in Hyphenate() argument
2190 SwHyphArgs aHyphArg( pPam, rCrsrPos, pPageCnt, pPageSt ); in Hyphenate()

Completed in 66 milliseconds