callcatcher: chop, hack
This commit is contained in:
@@ -144,15 +144,9 @@ public:
|
|||||||
sal_Bool Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rInput,rBaseURL,eFormat,GetPastePos(pLst,pOut),pLst,nOptions); }
|
sal_Bool Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, SdrObjList* pLst=NULL, OutputDevice* pOut=NULL, sal_uInt32 nOptions=0) { return Paste(rInput,rBaseURL,eFormat,GetPastePos(pLst,pOut),pLst,nOptions); }
|
||||||
sal_Bool Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0);
|
sal_Bool Paste(SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, const Point& rPos, SdrObjList* pLst=NULL, sal_uInt32 nOptions=0);
|
||||||
|
|
||||||
// Feststellen, ob ein bestimmtes Format ueber Drag&Drop bzw. ueber's
|
|
||||||
// Clipboard angenommen werden kann.
|
|
||||||
sal_Bool IsExchangeFormatSupported(sal_uIntPtr nFormat) const;
|
|
||||||
|
|
||||||
sal_Bool Cut( sal_uIntPtr nFormat = SDR_ANYFORMAT );
|
sal_Bool Cut( sal_uIntPtr nFormat = SDR_ANYFORMAT );
|
||||||
void CutMarked( sal_uIntPtr nFormat=SDR_ANYFORMAT );
|
|
||||||
|
|
||||||
sal_Bool Yank( sal_uIntPtr nFormat = SDR_ANYFORMAT );
|
sal_Bool Yank( sal_uIntPtr nFormat = SDR_ANYFORMAT );
|
||||||
void YankMarked( sal_uIntPtr nFormat=SDR_ANYFORMAT );
|
|
||||||
|
|
||||||
sal_Bool Paste( Window* pWin = NULL, sal_uIntPtr nFormat = SDR_ANYFORMAT );
|
sal_Bool Paste( Window* pWin = NULL, sal_uIntPtr nFormat = SDR_ANYFORMAT );
|
||||||
sal_Bool PasteClipboard( OutputDevice* pOut = NULL, sal_uIntPtr nFormat = SDR_ANYFORMAT, sal_uInt32 nOptions = 0 );
|
sal_Bool PasteClipboard( OutputDevice* pOut = NULL, sal_uIntPtr nFormat = SDR_ANYFORMAT, sal_uInt32 nOptions = 0 );
|
||||||
|
@@ -475,17 +475,6 @@ sal_Bool SdrExchangeView::Paste(const SdrModel& rMod, const Point& rPos, SdrObjL
|
|||||||
return sal_True;
|
return sal_True;
|
||||||
}
|
}
|
||||||
|
|
||||||
sal_Bool SdrExchangeView::IsExchangeFormatSupported(sal_uIntPtr nFormat) const
|
|
||||||
{
|
|
||||||
return( FORMAT_PRIVATE == nFormat ||
|
|
||||||
FORMAT_GDIMETAFILE == nFormat ||
|
|
||||||
FORMAT_BITMAP == nFormat ||
|
|
||||||
FORMAT_RTF == nFormat ||
|
|
||||||
FORMAT_STRING == nFormat ||
|
|
||||||
SOT_FORMATSTR_ID_DRAWING == nFormat ||
|
|
||||||
SOT_FORMATSTR_ID_EDITENGINE == nFormat );
|
|
||||||
}
|
|
||||||
|
|
||||||
void SdrExchangeView::ImpPasteObject(SdrObject* pObj, SdrObjList& rLst, const Point& rCenter, const Size& rSiz, const MapMode& rMap, sal_uInt32 nOptions)
|
void SdrExchangeView::ImpPasteObject(SdrObject* pObj, SdrObjList& rLst, const Point& rCenter, const Size& rSiz, const MapMode& rMap, sal_uInt32 nOptions)
|
||||||
{
|
{
|
||||||
BigInt nSizX(rSiz.Width());
|
BigInt nSizX(rSiz.Width());
|
||||||
@@ -868,13 +857,6 @@ sal_Bool SdrExchangeView::Cut( sal_uIntPtr /*nFormat */)
|
|||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
void SdrExchangeView::CutMarked( sal_uIntPtr /*nFormat */)
|
|
||||||
{
|
|
||||||
OSL_FAIL( "SdrExchangeView::CutMarked: Not supported anymore" );
|
|
||||||
}
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
sal_Bool SdrExchangeView::Yank(sal_uIntPtr /*nFormat*/)
|
sal_Bool SdrExchangeView::Yank(sal_uIntPtr /*nFormat*/)
|
||||||
{
|
{
|
||||||
OSL_FAIL( "SdrExchangeView::Yank: Not supported anymore" );
|
OSL_FAIL( "SdrExchangeView::Yank: Not supported anymore" );
|
||||||
@@ -883,13 +865,6 @@ sal_Bool SdrExchangeView::Yank(sal_uIntPtr /*nFormat*/)
|
|||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
void SdrExchangeView::YankMarked(sal_uIntPtr /*nFormat*/)
|
|
||||||
{
|
|
||||||
OSL_FAIL( "YankMarked: Not supported anymore" );
|
|
||||||
}
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
sal_Bool SdrExchangeView::Paste(Window* /*pWin*/, sal_uIntPtr /*nFormat*/)
|
sal_Bool SdrExchangeView::Paste(Window* /*pWin*/, sal_uIntPtr /*nFormat*/)
|
||||||
{
|
{
|
||||||
OSL_FAIL( "SdrExchangeView::Paste: Not supported anymore" );
|
OSL_FAIL( "SdrExchangeView::Paste: Not supported anymore" );
|
||||||
|
@@ -144,12 +144,14 @@ EditView::Drop(DropEvent const&)
|
|||||||
EditView::GetDropPos()
|
EditView::GetDropPos()
|
||||||
EditView::GetSelectionMode() const
|
EditView::GetSelectionMode() const
|
||||||
EditView::GetWordUnderMousePointer() const
|
EditView::GetWordUnderMousePointer() const
|
||||||
|
EditView::IndentBlock()
|
||||||
EditView::IsPasteEnabled() const
|
EditView::IsPasteEnabled() const
|
||||||
EditView::MatchGroup()
|
EditView::MatchGroup()
|
||||||
EditView::QueryDrop(DropEvent&)
|
EditView::QueryDrop(DropEvent&)
|
||||||
EditView::SetCursor(Cursor const&)
|
EditView::SetCursor(Cursor const&)
|
||||||
EditView::SetParaAttribs(SfxItemSet const&, unsigned short)
|
EditView::SetParaAttribs(SfxItemSet const&, unsigned short)
|
||||||
EditView::SetPointer(Pointer const&)
|
EditView::SetPointer(Pointer const&)
|
||||||
|
EditView::UnindentBlock()
|
||||||
ElementCollector::isAbleToNotify() const
|
ElementCollector::isAbleToNotify() const
|
||||||
ElementCollector::setSecurityId(int)
|
ElementCollector::setSecurityId(int)
|
||||||
EnhWMFReader::ReadGDIComment()
|
EnhWMFReader::ReadGDIComment()
|
||||||
@@ -843,7 +845,6 @@ SfxRequest::IsRecording() const
|
|||||||
SfxRequest::SetTarget(String const&)
|
SfxRequest::SetTarget(String const&)
|
||||||
SfxShell::GetBroadcaster()
|
SfxShell::GetBroadcaster()
|
||||||
SfxShell::RemoveItem(unsigned short)
|
SfxShell::RemoveItem(unsigned short)
|
||||||
SfxSingleTabDialog::GetInputRanges(SfxItemPool const&)
|
|
||||||
SfxSlotPool::NextInterface()
|
SfxSlotPool::NextInterface()
|
||||||
SfxStyleSheet::SfxStyleSheet()
|
SfxStyleSheet::SfxStyleSheet()
|
||||||
SfxTabDialog::FillOutputItemSet()
|
SfxTabDialog::FillOutputItemSet()
|
||||||
@@ -2374,6 +2375,7 @@ dbtools::StatementComposer::getDisposeComposer() const
|
|||||||
dbtools::getComposedRowSetStatement(com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> const&, com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, unsigned char, unsigned char)
|
dbtools::getComposedRowSetStatement(com::sun::star::uno::Reference<com::sun::star::beans::XPropertySet> const&, com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, unsigned char, unsigned char)
|
||||||
dbtools::getConnection(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&)
|
dbtools::getConnection(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&)
|
||||||
dbtools::throwFunctionNotSupportedException(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&, com::sun::star::uno::Any const&)
|
dbtools::throwFunctionNotSupportedException(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&, com::sun::star::uno::Any const&)
|
||||||
|
desktop::CommandLineArgs::IsEmptyOrAcceptOnly() const
|
||||||
desktop::Lockfile::clean()
|
desktop::Lockfile::clean()
|
||||||
dlgprov::DialogProviderImpl::createControlModel()
|
dlgprov::DialogProviderImpl::createControlModel()
|
||||||
dp_info::singleton_entries(com::sun::star::uno::Reference<com::sun::star::registry::XRegistryKey> const&)
|
dp_info::singleton_entries(com::sun::star::uno::Reference<com::sun::star::registry::XRegistryKey> const&)
|
||||||
|
Reference in New Issue
Block a user