Repeat not implemented
This commit is contained in:
@@ -838,7 +838,6 @@ public:
|
|||||||
// For Undo/Redo
|
// For Undo/Redo
|
||||||
sal_Bool Undo( EditView* pView );
|
sal_Bool Undo( EditView* pView );
|
||||||
sal_Bool Redo( EditView* pView );
|
sal_Bool Redo( EditView* pView );
|
||||||
sal_Bool Repeat( EditView* pView );
|
|
||||||
|
|
||||||
// OV-Special
|
// OV-Special
|
||||||
void InvalidateFromParagraph( sal_uInt16 nFirstInvPara );
|
void InvalidateFromParagraph( sal_uInt16 nFirstInvPara );
|
||||||
|
@@ -311,16 +311,6 @@ sal_Bool ImpEditEngine::Redo( EditView* pView )
|
|||||||
return sal_False;
|
return sal_False;
|
||||||
}
|
}
|
||||||
|
|
||||||
sal_Bool ImpEditEngine::Repeat( EditView* /* pView */ )
|
|
||||||
{
|
|
||||||
if ( HasUndoManager() && GetUndoManager().GetRepeatActionCount() )
|
|
||||||
{
|
|
||||||
DBG_WARNING( "Repeat not implemented!" );
|
|
||||||
return sal_True;
|
|
||||||
}
|
|
||||||
return sal_False;
|
|
||||||
}
|
|
||||||
|
|
||||||
SfxItemSet ImpEditEngine::GetAttribs( EditSelection aSel, sal_Bool bOnlyHardAttrib )
|
SfxItemSet ImpEditEngine::GetAttribs( EditSelection aSel, sal_Bool bOnlyHardAttrib )
|
||||||
{
|
{
|
||||||
DBG_CHKOBJ( GetEditEnginePtr(), EditEngine, 0 );
|
DBG_CHKOBJ( GetEditEnginePtr(), EditEngine, 0 );
|
||||||
|
@@ -227,7 +227,6 @@ ImageList::ReplaceImage(unsigned short, Image const&)
|
|||||||
ImageMap::GetBoundRect() const
|
ImageMap::GetBoundRect() const
|
||||||
ImpBitmap::ImplDestroy()
|
ImpBitmap::ImplDestroy()
|
||||||
ImpDefaultMapper::ImpDefaultMapper(com::sun::star::uno::Reference<com::sun::star::beans::XPropertyState>&)
|
ImpDefaultMapper::ImpDefaultMapper(com::sun::star::uno::Reference<com::sun::star::beans::XPropertyState>&)
|
||||||
ImpEditEngine::Repeat(EditView*)
|
|
||||||
ImpEditView::CalcSelectedRegion()
|
ImpEditView::CalcSelectedRegion()
|
||||||
ImpSvMEdit::SetInsertMode(unsigned char)
|
ImpSvMEdit::SetInsertMode(unsigned char)
|
||||||
ImpSvtData::~ImpSvtData()
|
ImpSvtData::~ImpSvtData()
|
||||||
|
Reference in New Issue
Block a user