Lines Matching refs:TextView

202 TextView::TextView( TextEngine* pEng, Window* pWindow ) :   in TextView()  function in TextView
256 TextView::~TextView() in ~TextView()
269 void TextView::Invalidate() in Invalidate()
274 void TextView::SetSelection( const TextSelection& rTextSel, sal_Bool bGotoCursor ) in SetSelection()
292 void TextView::SetSelection( const TextSelection& rTextSel ) in SetSelection()
297 const TextSelection& TextView::GetSelection() const in GetSelection()
301 TextSelection& TextView::GetSelection() in GetSelection()
306 void TextView::DeleteSelected() in DeleteSelected()
319 void TextView::ImpPaint( OutputDevice* pOut, const Point& rStartPos, Rectangle const* pPaintArea, T… in ImpPaint()
342 void TextView::Paint( const Rectangle& rRect ) in Paint()
347 void TextView::ImpPaint( const Rectangle& rRect, sal_Bool bUseVirtDev ) in ImpPaint()
415 void TextView::ImpHighlight( const TextSelection& rSel ) in ImpHighlight()
487 void TextView::ImpSetSelection( const TextSelection& rSelection ) in ImpSetSelection()
496 void TextView::ShowSelection() in ShowSelection()
501 void TextView::HideSelection() in HideSelection()
506 void TextView::ShowSelection( const TextSelection& rRange ) in ShowSelection()
511 void TextView::ImpShowHideSelection( sal_Bool bShow, const TextSelection* pRange ) in ImpShowHideSelection()
541 VirtualDevice* TextView::GetVirtualDevice() in GetVirtualDevice()
551 void TextView::EraseVirtualDevice() in EraseVirtualDevice()
557 sal_Bool TextView::KeyInput( const KeyEvent& rKeyEvent ) in KeyInput()
819 void TextView::MouseButtonUp( const MouseEvent& rMouseEvent ) in MouseButtonUp()
839 void TextView::MouseButtonDown( const MouseEvent& rMouseEvent ) in MouseButtonDown()
920 void TextView::MouseMove( const MouseEvent& rMouseEvent ) in MouseMove()
926 void TextView::Command( const CommandEvent& rCEvt ) in Command()
1068 void TextView::ShowCursor( sal_Bool bGotoCursor, sal_Bool bForceVisCursor ) in ShowCursor()
1076 void TextView::HideCursor() in HideCursor()
1081 void TextView::Scroll( long ndX, long ndY ) in Scroll()
1122 void TextView::Undo() in Undo()
1128 void TextView::Redo() in Redo()
1134 void TextView::Cut() in Cut()
1142 void TextView::Copy( uno::Reference< datatransfer::clipboard::XClipboard >& rxClipboard ) in Copy()
1169 void TextView::Copy() in Copy()
1175 void TextView::Paste( uno::Reference< datatransfer::clipboard::XClipboard >& rxClipboard ) in Paste()
1221 void TextView::Paste() in Paste()
1227 String TextView::GetSelected() in GetSelected()
1232 String TextView::GetSelected( LineEnd aSeparator ) in GetSelected()
1237 void TextView::SetInsertMode( sal_Bool bInsert ) in SetInsertMode()
1246 void TextView::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly()
1260 TextSelection TextView::ImpMoveCursor( const KeyEvent& rKeyEvent ) in ImpMoveCursor()
1365 void TextView::InsertText( const XubString& rStr, sal_Bool bSelect ) in InsertText()
1370 void TextView::InsertNewText( const rtl::OUString& rStr, sal_Bool bSelect ) in InsertNewText()
1441 TextPaM TextView::CursorLeft( const TextPaM& rPaM, sal_Bool bWordMode ) in CursorLeft()
1449 TextPaM TextView::CursorRight( const TextPaM& rPaM, sal_Bool bWordMode ) in CursorRight()
1456 TextPaM TextView::CursorLeft( const TextPaM& rPaM, sal_uInt16 nCharacterIteratorMode ) in CursorLeft()
1476 TextPaM TextView::CursorRight( const TextPaM& rPaM, sal_uInt16 nCharacterIteratorMode ) in CursorRight()
1497 TextPaM TextView::CursorWordLeft( const TextPaM& rPaM ) in CursorWordLeft()
1520 TextPaM TextView::CursorWordRight( const TextPaM& rPaM ) in CursorWordRight()
1540 TextPaM TextView::ImpDelete( sal_uInt8 nMode, sal_uInt8 nDelMode ) in ImpDelete()
1608 TextPaM TextView::CursorUp( const TextPaM& rPaM ) in CursorUp()
1646 TextPaM TextView::CursorDown( const TextPaM& rPaM ) in CursorDown()
1685 TextPaM TextView::CursorStartOfLine( const TextPaM& rPaM ) in CursorStartOfLine()
1697 TextPaM TextView::CursorEndOfLine( const TextPaM& rPaM ) in CursorEndOfLine()
1720 TextPaM TextView::CursorStartOfParagraph( const TextPaM& rPaM ) in CursorStartOfParagraph()
1727 TextPaM TextView::CursorEndOfParagraph( const TextPaM& rPaM ) in CursorEndOfParagraph()
1735 TextPaM TextView::CursorStartOfDoc() in CursorStartOfDoc()
1741 TextPaM TextView::CursorEndOfDoc() in CursorEndOfDoc()
1749 TextPaM TextView::PageUp( const TextPaM& rPaM ) in PageUp()
1762 TextPaM TextView::PageDown( const TextPaM& rPaM ) in PageDown()
1776 void TextView::ImpShowCursor( sal_Bool bGotoCursor, sal_Bool bForceVisCursor, sal_Bool bSpecial ) in ImpShowCursor()
1913 sal_Bool TextView::SetCursorAtPoint( const Point& rPosPixel ) in SetCursorAtPoint()
1944 sal_Bool TextView::IsSelectionAtPoint( const Point& rPosPixel ) in IsSelectionAtPoint()
1959 sal_Bool TextView::IsInSelection( const TextPaM& rPaM ) in IsInSelection()
1985 void TextView::ImpHideDDCursor() in ImpHideDDCursor()
1994 void TextView::ImpShowDDCursor() in ImpShowDDCursor()
2010 void TextView::SetPaintSelection( sal_Bool bPaint ) in SetPaintSelection()
2019 void TextView::SetHighlightSelection( sal_Bool bSelectByHighlight ) in SetHighlightSelection()
2028 sal_Bool TextView::Read( SvStream& rInput ) in Read()
2035 sal_Bool TextView::Write( SvStream& rOutput ) in Write()
2040 bool TextView::ImplTruncateNewText( rtl::OUString& rNewText ) const in ImplTruncateNewText()
2072 sal_Bool TextView::ImplCheckTextLen( const String& rNewText ) in ImplCheckTextLen()
2095 void TextView::dragGestureRecognized( const ::com::sun::star::datatransfer::dnd::DragGestureEvent& … in dragGestureRecognized()
2143 void TextView::dragDropEnd( const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& ) throw… in dragDropEnd()
2150 void TextView::drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& rDTDE ) throw … in drop()
2262 void TextView::dragEnter( const ::com::sun::star::datatransfer::dnd::DropTargetDragEnterEvent& ) th… in dragEnter()
2266 void TextView::dragExit( const ::com::sun::star::datatransfer::dnd::DropTargetEvent& ) throw (::com… in dragExit()
2272 void TextView::dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& rDTDE ) th… in dragOver()
2322 Point TextView::ImpGetOutputStartPos( const Point& rStartDocPos ) const in ImpGetOutputStartPos()
2333 Point TextView::GetDocPos( const Point& rWindowPos ) const in GetDocPos()
2354 Point TextView::GetWindowPos( const Point& rDocPos ) const in GetWindowPos()
2375 sal_Int32 TextView::GetLineNumberOfCursorInSelection() const in GetLineNumberOfCursorInSelection()
2394 TextSelFunctionSet::TextSelFunctionSet( TextView* pView ) in TextSelFunctionSet()
2438 TextEngine* TextView::GetTextEngine() const in GetTextEngine()
2440 Window* TextView::GetWindow() const in GetWindow()
2442 void TextView::EnableCursor( sal_Bool bEnable ) in EnableCursor()
2444 sal_Bool TextView::IsCursorEnabled() const in IsCursorEnabled()
2446 void TextView::SetStartDocPos( const Point& rPos ) in SetStartDocPos()
2448 const Point& TextView::GetStartDocPos() const in GetStartDocPos()
2450 void TextView::SetAutoIndentMode( sal_Bool bAutoIndent ) in SetAutoIndentMode()
2452 sal_Bool TextView::IsAutoIndentMode() const in IsAutoIndentMode()
2454 sal_Bool TextView::IsReadOnly() const in IsReadOnly()
2456 void TextView::SetAutoScroll( sal_Bool bAutoScroll ) in SetAutoScroll()
2458 sal_Bool TextView::IsAutoScroll() const in IsAutoScroll()
2460 sal_Bool TextView::IsPaintSelection() const in IsPaintSelection()
2462 sal_Bool TextView::IsHighlightSelection() const in IsHighlightSelection()
2464 sal_Bool TextView::HasSelection() const in HasSelection()
2466 sal_Bool TextView::IsInsertMode() const in IsInsertMode()
2468 void TextView::SupportProtectAttribute(sal_Bool bSupport) in SupportProtectAttribute()