Lines Matching refs:Max
112 EditPaM aEnd1PaM( pImpEditEngine->ImpInsertParaBreak( aCurSel.Max() ) ); in CallParser()
131 ContentNode* pCurNode = aCurSel.Max().GetNode(); in CallParser()
137 aSel.Max() = EditPaM( pCurNode, 0 ); in CallParser()
138 aCurSel.Max() = pImpEditEngine->ImpDeleteSelection( aSel ); in CallParser()
140 EditPaM aEnd2PaM( aCurSel.Max() ); in CallParser()
156 aCurSel.Max() = pImpEditEngine->ImpConnectParagraphs( in CallParser()
280 …aCurSel = pImpEditEngine->CursorRight( aCurSel.Max(), ::com::sun::star::i18n::CharacterIteratorMod… in MovePos()
282 …aCurSel = pImpEditEngine->CursorLeft( aCurSel.Max(), ::com::sun::star::i18n::CharacterIteratorMode… in MovePos()
293 ContentNode* pN = aCurSel.Max().GetNode(); in SetEndPrevPara()
617 return new EditNodeIdx( pImpEditEngine, pCurSel->Max().GetNode() ); in MakeNodeIdx()
622 ContentNode* pN = pCurSel->Max().GetNode(); in GetNodeIdx()
628 return pCurSel->Max().GetIndex(); in GetCntIdx()