Home
last modified time | relevance | path

Searched refs:EE_PARA_NOT_FOUND (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx287 maLastSelection( EE_PARA_NOT_FOUND,EE_PARA_NOT_FOUND,EE_PARA_NOT_FOUND,EE_PARA_NOT_FOUND ), in AccessibleTextHelper_Impl()
635 if( maLastSelection.nStartPara != EE_PARA_NOT_FOUND ) in UpdateSelection()
665 if( maLastSelection.nStartPara != EE_PARA_NOT_FOUND && in UpdateSelection()
701 if( maLastSelection.nStartPara == EE_PARA_NOT_FOUND ) in UpdateSelection()
1441 maLastSelection = ESelection( EE_PARA_NOT_FOUND, EE_PARA_NOT_FOUND, in ProcessQueue()
1442 EE_PARA_NOT_FOUND, EE_PARA_NOT_FOUND); in ProcessQueue()
/AOO41X/main/editeng/inc/editeng/
H A Deditdata.hxx49 #define EE_PARA_NOT_FOUND 0xFFFF macro
112 nPara( EE_PARA_NOT_FOUND ), in EPosition()
382 …ionType = eType; pEditEngine = NULL; pEditView = NULL; nParagraph = EE_PARA_NOT_FOUND; nParam1 = 0… in EENotify()
H A Doutliner.hxx611 EBulletInfo() : bVisible( sal_False ), nType( 0 ), nParagraph( EE_PARA_NOT_FOUND ) {} in EBulletInfo()
/AOO41X/main/editeng/source/uno/
H A Dunoedprx.cxx206 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in SetEEIndex()
255 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in SetIndex()
813 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in GetParaBounds()
860 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in GetIndexAtPoint()
1124 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in HaveImageBullet()
1142 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in HaveTextBullet()
/AOO41X/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1120 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in getAccessibleAtPoint()
1277 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in getCaretPosition()
2469 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in copyText()
2508 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in cutText()
2545 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in pasteText()
2584 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in deleteText()
2626 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in insertText()
2669 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && aBulletInfo.bVisible ) in replaceText()
H A DAccessibleImageBullet.cxx273 if( aBulletInfo.nParagraph != EE_PARA_NOT_FOUND && in getBounds()
/AOO41X/main/sc/source/ui/drawfunc/
H A Dfutext.cxx809 …ESelection aNewSelection(EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND, EE_PARA_NOT_FOUND, EE_INDEX_NOT_FO… in SetInEditMode()
/AOO41X/main/sw/source/ui/uiview/
H A Dviewdraw.cxx608 …ESelection aNewSelection(EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND, EE_PARA_NOT_FOUND, EE_INDEX_NOT_FO… in BeginTextEdit()
/AOO41X/main/editeng/source/outliner/
H A Doutlvw.cxx275 sal_uLong nPara = EE_PARA_NOT_FOUND; in ImpCheckMousePos()
370 …if( (nPara == EE_PARA_NOT_FOUND) && (pOwner->ImplGetOutlinerMode() == OUTLINERMODE_OUTLINEVIEW) &&… in MouseButtonDown()
475 if ( nCurPara == EE_PARA_NOT_FOUND ) in ImpGetInsertionPara()
H A Doutlin2.cxx602 if ( ( nPara != EE_PARA_NOT_FOUND ) && ImplHasNumberFormat( nPara ) ) in IsTextPos()
/AOO41X/main/sd/source/ui/func/
H A Dfutext.cxx1200 …ESelection aNewSelection(EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND, EE_PARA_NOT_FOUND, EE_INDEX_NOT_FO… in SetInEditMode()
/AOO41X/main/svx/source/table/
H A Dtablecontroller.cxx1747 …aNewSelection = ESelection(EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND, EE_PARA_NOT_FOUND, EE_INDEX_NOT_… in EditCell()
/AOO41X/main/editeng/source/editeng/
H A Dimpedit4.cxx1475 pSpellInfo->aSpellTo = EPaM( EE_PARA_NOT_FOUND, EE_INDEX_NOT_FOUND ); in CreateSpellInfo()