]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.C
partial framebox support
[lyx.git] / src / BufferView.C
index 0bb5f4609f60736c3428035570e9c4f999146bea..53e1ffd55cfcd67d5f1e1096f905767b406834d9 100644 (file)
@@ -110,30 +110,12 @@ void BufferView::scrollDocView(int value)
 }
 
 
-Inset * BufferView::checkInsetHit(LyXText * text, int & x, int & y)
-{
-       return pimpl_->checkInsetHit(text, x, y);
-}
-
-
 void BufferView::redoCurrentBuffer()
 {
        pimpl_->redoCurrentBuffer();
 }
 
 
-void BufferView::cursorPrevious(LyXText * text)
-{
-       pimpl_->cursorPrevious(text);
-}
-
-
-void BufferView::cursorNext(LyXText * text)
-{
-       pimpl_->cursorNext(text);
-}
-
-
 bool BufferView::available() const
 {
        return pimpl_->available();
@@ -146,12 +128,6 @@ void BufferView::beforeChange(LyXText * text)
 }
 
 
-void BufferView::finishChange(bool fitcur)
-{
-       pimpl_->finishChange(fitcur);
-}
-
-
 void BufferView::savePosition(unsigned int i)
 {
        pimpl_->savePosition(i);
@@ -224,12 +200,6 @@ void BufferView::center()
 }
 
 
-void BufferView::pasteClipboard(bool asPara)
-{
-       pimpl_->pasteClipboard(asPara);
-}
-
-
 string const BufferView::getClipboard() const
 {
        return pimpl_->workarea().getClipboard();
@@ -256,13 +226,7 @@ bool BufferView::dispatch(FuncRequest const & ev)
 }
 
 
-void BufferView::moveCursorUpdate(bool selecting, bool fitcur = true)
-{
-       pimpl_->moveCursorUpdate(selecting, fitcur);
-}
-
-
-void BufferView::message(string const & msg) const
+int BufferView::scroll(long time)
 {
-       owner()->message(msg);
+       return pimpl_->scroll(time);
 }