typo: artifical -> artificial
This commit is contained in:
@@ -474,7 +474,7 @@ namespace dbtools
|
|||||||
|
|
||||||
// for the master-detail links, where the detail field denoted a column name, we created an additional ("artificial")
|
// for the master-detail links, where the detail field denoted a column name, we created an additional ("artificial")
|
||||||
// filter, and *appended* it to all other (potentially) existing filters of the row set. This means that the indexes
|
// filter, and *appended* it to all other (potentially) existing filters of the row set. This means that the indexes
|
||||||
// for the parameters resulting from the artifical filter should be larger than any other parameter index, and this
|
// for the parameters resulting from the artificial filter should be larger than any other parameter index, and this
|
||||||
// is what the assertion checks.
|
// is what the assertion checks.
|
||||||
// If the assertion fails, then we would need another handling for the "parameters visited" flags, since they're based
|
// If the assertion fails, then we would need another handling for the "parameters visited" flags, since they're based
|
||||||
// on parameter indexes *without* the artificial filter (because this filter is not visible from the outside).
|
// on parameter indexes *without* the artificial filter (because this filter is not visible from the outside).
|
||||||
|
@@ -133,7 +133,7 @@ IMPL_LINK_NOARG_INLINE_START(FuPoor, ScrollHdl)
|
|||||||
Point aPosPixel = pWindow->GetPointerPosPixel();
|
Point aPosPixel = pWindow->GetPointerPosPixel();
|
||||||
|
|
||||||
// use remembered MouseButton state to create correct
|
// use remembered MouseButton state to create correct
|
||||||
// MouseEvents for this artifical MouseMove.
|
// MouseEvents for this artificial MouseMove.
|
||||||
MouseMove(MouseEvent(aPosPixel, 1, 0, GetMouseButtonCode()));
|
MouseMove(MouseEvent(aPosPixel, 1, 0, GetMouseButtonCode()));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
@@ -183,7 +183,7 @@ IMPL_LINK_NOARG_INLINE_START(FuPoor, ScrollHdl)
|
|||||||
Point aPnt(mpWindow->GetPointerPosPixel());
|
Point aPnt(mpWindow->GetPointerPosPixel());
|
||||||
|
|
||||||
// use remembered MouseButton state to create correct
|
// use remembered MouseButton state to create correct
|
||||||
// MouseEvents for this artifical MouseMove.
|
// MouseEvents for this artificial MouseMove.
|
||||||
MouseMove(MouseEvent(aPnt, 1, 0, GetMouseButtonCode()));
|
MouseMove(MouseEvent(aPnt, 1, 0, GetMouseButtonCode()));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
@@ -992,7 +992,7 @@ IMPL_LINK_NOARG_INLINE_START(FuPoor, DelayHdl)
|
|||||||
Point aPnt(mpWindow->GetPointerPosPixel());
|
Point aPnt(mpWindow->GetPointerPosPixel());
|
||||||
|
|
||||||
// use remembered MouseButton state to create correct
|
// use remembered MouseButton state to create correct
|
||||||
// MouseEvents for this artifical MouseMove.
|
// MouseEvents for this artificial MouseMove.
|
||||||
MouseMove(MouseEvent(aPnt, 1, 0, GetMouseButtonCode()));
|
MouseMove(MouseEvent(aPnt, 1, 0, GetMouseButtonCode()));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
@@ -292,7 +292,7 @@ void SAL_CALL SfxGlobalEvents_Impl::notifyDocumentEvent( const OUString& /*_Even
|
|||||||
const uno::Reference< frame::XController2 >& /*_ViewController*/, const uno::Any& /*_Supplement*/ )
|
const uno::Reference< frame::XController2 >& /*_ViewController*/, const uno::Any& /*_Supplement*/ )
|
||||||
throw (lang::IllegalArgumentException, lang::NoSupportException, uno::RuntimeException, std::exception)
|
throw (lang::IllegalArgumentException, lang::NoSupportException, uno::RuntimeException, std::exception)
|
||||||
{
|
{
|
||||||
// we're a multiplexer only, no chance to generate artifical events here
|
// we're a multiplexer only, no chance to generate artificial events here
|
||||||
throw lang::NoSupportException(OUString(), *this);
|
throw lang::NoSupportException(OUString(), *this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user