Home
last modified time | relevance | path

Searched refs:EditPaM (Results 1 – 18 of 18) sorted by relevance

/AOO41X/main/editeng/source/editeng/
H A Dimpedit.hxx118 EditPaM aDropDest;
143 EditPaM aPos;
148 ImplIMEInfos( const EditPaM& rPos, const String& rOldTextAfterStartPos );
164 EditPaM aCurSentenceStart;
336 sal_Bool IsInSelection( const EditPaM& rPaM );
366 sal_Bool IsWrongSpelledWord( const EditPaM& rPaM, sal_Bool bMarkIfWrong );
536 EditPaM GetPaM( Point aDocPos, sal_Bool bSmart = sal_True );
537 EditPaM GetPaM( ParaPortion* pPortion, Point aPos, sal_Bool bSmart = sal_True );
552 EditSelection InsertBinTextObject( BinTextObject&, EditPaM aPaM );
553 …:datatransfer::XTransferable >& rxDataObj, const String& rBaseURL, const EditPaM& rPaM, sal_Bool b…
[all …]
H A Deditdoc.hxx297 class EditPaM class
304 EditPaM() { pNode = NULL; nIndex = 0; } in EditPaM() function in EditPaM
305 EditPaM( ContentNode* p, sal_uInt16 n ) { pNode = p; nIndex = n; } in EditPaM() function in EditPaM
319 EditPaM& operator = ( const EditPaM& rPaM );
320 friend sal_Bool operator == ( const EditPaM& r1, const EditPaM& r2 );
321 friend sal_Bool operator != ( const EditPaM& r1, const EditPaM& r2 );
643 EditPaM aStartPaM;
644 EditPaM aEndPaM;
648 EditSelection( const EditPaM& rStartAndAnd );
649 EditSelection( const EditPaM& rStart, const EditPaM& rEnd );
[all …]
H A Dimpedit2.cxx285 EditPaM ImpEditEngine::DeleteSelected( EditSelection aSel ) in DeleteSelected()
287 EditPaM aPaM ( ImpDeleteSelection( aSel ) ); in DeleteSelected()
482 EditPaM aPaM = pView->GetImpEditView()->GetEditSelection().Max(); in Command()
557 EditPaM aPaM( mpIMEInfos->aPos ); in Command()
569 EditPaM aPaM( mpIMEInfos->aPos ); in Command()
593 …EditSelection aNewSel = EditPaM( mpIMEInfos->aPos.GetNode(), mpIMEInfos->aPos.GetIndex()+pData->Ge… in Command()
610 EditPaM aPaM( pView->pImpEditView->GetEditSelection().Max() ); in Command()
623 … Rectangle aR2 = PaMtoEditCursor( EditPaM( aPaM.GetNode(), nInputEnd ), GETCRSR_ENDOFLINE ); in Command()
686 EditPaM aPaM( aCurSel.Max() ); in MouseButtonUp()
705 EditPaM ImpEditEngine::InsertText( EditSelection aSel, const XubString& rStr ) in InsertText()
[all …]
H A Dimpedit4.cxx99 EditPaM ImpEditEngine::Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, EditSe… in Read()
103 EditPaM aPaM; in Read()
125 EditPaM ImpEditEngine::ReadText( SvStream& rInput, EditSelection aSel ) in ReadText()
129 EditPaM aPaM = aSel.Max(); in ReadText()
143 EditPaM ImpEditEngine::ReadXML( SvStream& rInput, EditSelection aSel ) in ReadXML()
155 return EditPaM(); in ReadXML()
159 EditPaM ImpEditEngine::ReadRTF( SvStream& rInput, EditSelection aSel ) in ReadRTF()
194 return EditPaM(); in ReadRTF()
198 EditPaM ImpEditEngine::ReadHTML( SvStream& rInput, const String& rBaseURL, EditSelection aSel, SvKe… in ReadHTML()
217 return EditPaM(); in ReadHTML()
[all …]
H A Deditundo.cxx59 EditPaM aPaM( pView->GetImpEditEngine()->CreateEditPaM( aEPaM ) ); in lcl_DoSetSelection()
208 EditSelection aSel( EditPaM( pContentNode, 0 ), EditPaM( pContentNode, pContentNode->Len() ) ); in Undo()
239 EditPaM aPaM( pN, pN->Len() ); in Redo()
288 EditPaM aPaM = GetImpEditEngine()->SplitContent( nNode, nSepPos ); in Undo()
310 EditPaM aPaM = GetImpEditEngine()->ConnectContents( nNode, bBackward ); in Redo()
332 EditPaM aPaM = GetImpEditEngine()->ConnectContents( nNode, sal_False ); in Undo()
339 EditPaM aPaM = GetImpEditEngine()->SplitContent( nNode, nSepPos ); in Redo()
355 EditPaM aPaM( GetImpEditEngine()->CreateEditPaM( aEPaM ) ); in Undo()
358 EditPaM aNewPaM( GetImpEditEngine()->ImpDeleteSelection( aSel ) ); in Undo()
365 EditPaM aPaM( GetImpEditEngine()->CreateEditPaM( aEPaM ) ); in Redo()
[all …]
H A Dedtspell.cxx198 EditPaM aPaM( pEditView->GetImpEditView()->GetEditSelection().Max() ); in CheckSpellTo()
559 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in Delete()
569 EditSelection aSel = EditPaM( pCurNode, nPos ); in Insert()
594 pImpEE->ImpInsertText( EditSelection( EditPaM( pCurNode, nEnd ) ), rTxt ); in ReplaceRange()
595 …pImpEE->ImpDeleteSelection( EditSelection( EditPaM( pCurNode, nPos ), EditPaM( pCurNode, nEnd ) ) … in ReplaceRange()
626 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in SetAttr()
638 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in SetINetAttr()
654 sal_uInt16 nScriptType = pImpEE->GetScriptType( EditPaM( pCurNode, nStt ) ); in HasSymbolChars()
727 LanguageType eLang = pImpEE->GetLanguage( EditPaM( pCurNode, rSttPos+1 ) ); in ChgAutoCorrWord()
732 EditSelection aSel( EditPaM( pCurNode, rSttPos ), in ChgAutoCorrWord()
[all …]
H A Deditdoc.cxx583 sal_Bool EditPaM::DbgIsBuggy( EditDoc& rDoc ) in DbgIsBuggy()
609 EditSelection::EditSelection( const EditPaM& rStartAndAnd ) in EditSelection()
617 EditSelection::EditSelection( const EditPaM& rStart, const EditPaM& rEnd ) in EditSelection()
624 EditSelection& EditSelection::operator = ( const EditPaM& rPaM ) in operator =()
633 EditPaM aEmptyPaM; in IsInvalid()
666 EditPaM aTmpPaM( aStartPaM ); in Adjust()
678 sal_Bool operator == ( const EditPaM& r1, const EditPaM& r2 ) in operator ==()
689 EditPaM& EditPaM::operator = ( const EditPaM& rPaM ) in operator =()
696 sal_Bool operator != ( const EditPaM& r1, const EditPaM& r2 ) in operator !=()
1469 EditPaM EditDoc::Clear() in Clear()
[all …]
H A Deertfpar.cxx106 EditPaM aStart1PaM( aCurSel.Min().GetNode(), aCurSel.Min().GetIndex() ); in CallParser()
108 EditPaM aStart2PaM = aCurSel.Min(); in CallParser()
112 EditPaM aEnd1PaM( pImpEditEngine->ImpInsertParaBreak( aCurSel.Max() ) ); in CallParser()
136 aSel.Min() = EditPaM( pPrevNode, pPrevNode->Len() ); in CallParser()
137 aSel.Max() = EditPaM( pCurNode, 0 ); in CallParser()
140 EditPaM aEnd2PaM( aCurSel.Max() ); in CallParser()
163 void EditRTFParser::AddRTFDefaultValues( const EditPaM& rStart, const EditPaM& rEnd ) in AddRTFDefaultValues()
314 EditPaM aStartPaM( pSttNode, rSet.GetSttCnt() ); in SetAttrInDoc()
315 EditPaM aEndPaM( pEndNode, rSet.GetEndCnt() ); in SetAttrInDoc()
399 …pImpEditEngine->SetAttribs( EditSelection( aStartPaM, EditPaM( aStartPaM.GetNode(), aStartPaM.GetN… in SetAttrInDoc()
[all …]
H A Dimpedit.cxx126 const EditPaM pmEnd = rDoc.GetEndPaM(); in SetEditSelection()
670 EditPaM aPaM( aEditSelection.Max() ); in ShowCursor()
707EditPaM aNext = pEditEngine->pImpEditEngine->CursorRight( aPaM, (sal_uInt16)i18n::CharacterIterato… in ShowCursor()
1119 sal_Bool ImpEditView::IsWrongSpelledWord( const EditPaM& rPaM, sal_Bool bMarkIfWrong ) in IsWrongSpelledWord()
1144 EditPaM aPaM = GetEditSelection().Max(); in SpellIgnoreOrAddWord()
1192 EditPaM aPaM = pEditEngine->pImpEditEngine->DeleteSelected( GetEditSelection() ); in DeleteSelected()
1207 EditPaM aPaM = pEditEngine->pImpEditEngine->GetPaM( aDocPos, sal_False ); in GetField()
1243 EditPaM aPaM = pEditEngine->pImpEditEngine->GetPaM( aDocPos, sal_False ); in IsBulletArea()
1373 sal_Bool ImpEditView::IsInSelection( const EditPaM& rPaM ) in IsInSelection()
1431 EditPaM aPaM = pEditEngine->pImpEditEngine->GetPaM( aDocPos, sal_False ); in IsSelectionAtPoint()
[all …]
H A Deditview.cxx246 aNewSelection.Min() = EditPaM( pNode, pNode->Len() ); in SetSelection()
253 aNewSelection.Max() = EditPaM( pNode, pNode->Len() ); in SetSelection()
395 EditPaM aPaM1; in InsertText()
404 EditPaM aPaM2( pImpEE->InsertText( pImpEditView->GetEditSelection(), rStr ) ); in InsertText()
586 EditPaM aEndPaM = PIMPEE->Read( rInput, rBaseURL, eFormat, aOldSel, pHTTPHeaderAttrs ); in Read()
992 EditPaM aPaM = pImpEditView->GetEditSelection().Max(); in IsCursorAtWrongSpelledWord()
1004 EditPaM aPaM = pImpEditView->pEditEngine->pImpEditEngine->GetPaM( aPos, sal_False ); in IsWrongSpelledWordAtPos()
1036 EditPaM aPaM = pImpEditView->pEditEngine->pImpEditEngine->GetPaM( aPos, sal_False ); in ExecuteSpellPopup()
1046 EditPaM aPaM2( aPaM ); in ExecuteSpellPopup()
1246 EditPaM aCursor = pImpEditView->GetEditSelection().Min(); in ExecuteSpellPopup()
[all …]
H A Dimpedit3.cxx1083 …ortionEnd < pNode->Len() ) && ( nTmpWidth < nXWidth ) && IsScriptChange( EditPaM( pNode, _nPortion… in CreateLines()
1086 sal_uInt16 nScriptTypeLeft = GetScriptType( EditPaM( pNode, _nPortionEnd ) ); in CreateLines()
1087 sal_uInt16 nScriptTypeRight = GetScriptType( EditPaM( pNode, _nPortionEnd+1 ) ); in CreateLines()
1122 … String aText = GetSelected( EditSelection( EditPaM( pParaPortion->GetNode(), nTmpPos ), in CreateLines()
1123EditPaM( pParaPortion->GetNode(), nTmpPos + pPortion->GetLen() ) ) ); in CreateLines()
1799 lang::Locale aLocale = GetLocale( EditPaM( pNode, nMaxBreakPos ) ); in ImpBreakLine()
1855 …i18n::Boundary aBoundary = _xBI->getWordBoundary( *pNode, nBreakPos, GetLocale( EditPaM( pNode, nB… in ImpBreakLine()
2034 LanguageType eLang = GetLanguage( EditPaM( pNode, nChar ) ); in ImpAdjustBlocks()
2050 …aPositions.Count() > 1 ) && ( MsLangId::getPrimaryLanguage( GetLanguage( EditPaM( pNode, nLastChar… in ImpAdjustBlocks()
2118 EditSelection aWordSel( EditPaM( pNode, nStart ) ); in ImpFindKashidas()
[all …]
H A Dediteng.cxx566 return pNode ? pImpEditEngine->GetLanguage( EditPaM( pNode, nPos ) ) : LANGUAGE_DONTKNOW; in GetLanguage()
1121 EditPaM aStart( pImpEditEngine->WordLeft( aCurSel.Max() ) ); in PostKeyEvent()
1177 EditPaM aStart( pImpEditEngine->WordLeft( aCurSel.Max() ) ); in PostKeyEvent()
1183 …LanguageType eLang = pImpEditEngine->GetLanguage( EditPaM( aStart.GetNode(), aStart.GetIndex()+1)); in PostKeyEvent()
1351 EditPaM aPaM( pImpEditEngine->GetEditDoc().GetStartPaM() ); in Read()
1360 EditPaM aStartPaM( pImpEditEngine->GetEditDoc().GetStartPaM() ); in Write()
1361 EditPaM aEndPaM( pImpEditEngine->GetEditDoc().GetEndPaM() ); in Write()
1475 aTmpSel.Min() = EditPaM( pStartNode, 0 ); in CreateTextObject()
1476 aTmpSel.Max() = EditPaM( pEndNode, pEndNode->Len() ); in CreateTextObject()
1577 EditPaM aPaM( pImpEditEngine->InsertParagraph( nPara ) ); in InsertParagraph()
[all …]
H A Deertfpar.hxx99 void AddRTFDefaultValues( const EditPaM& rStart, const EditPaM& rEnd );
116 EditPaM GetCurPaM() const { return aCurSel.Max(); } in GetCurPaM()
H A Deehtml.cxx84 SvParserState EditHTMLParser::CallParser( ImpEditEngine* pImpEE, const EditPaM& rPaM ) in CallParser()
536 EditPaM aStartPaM( pSel ? pSel->Min() : aCurSel.Min() ); in ImpSetAttribs()
537 EditPaM aEndPaM( pSel ? pSel->Max() : aCurSel.Max() ); in ImpSetAttribs()
H A Deehtml.hxx87 virtual SvParserState CallParser( ImpEditEngine* pImpEE, const EditPaM& rPaM );
H A Dimpedit5.cxx879 ImplIMEInfos::ImplIMEInfos( const EditPaM& rPos, const String& rOldTextAfterStartPos ) in ImplIMEInfos()
/AOO41X/main/sd/util/
H A Dsd.flt18 EditPaM
/AOO41X/main/sc/util/
H A Dsc.flt18 EditPaM