/aoo42x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 158 SwTransferable& rTrnsfr; 209 SwTransferable::SwTransferable( SwWrtShell& rSh ) in SwTransferable() function in SwTransferable 241 SwTransferable::~SwTransferable() in ~SwTransferable() 306 void SwTransferable::ObjectReleased() in ObjectReleased() 317 void SwTransferable::AddSupportedFormats() in AddSupportedFormats() 744 int SwTransferable::Cut() in Cut() 754 void SwTransferable::DeleteSelection() in DeleteSelection() 983 int SwTransferable::Copy( sal_Bool bIsCut ) in Copy() 995 int SwTransferable::CalculateAndCopy() in CalculateAndCopy() 3628 SwTransferable* pNew = new SwTransferable( rSh ); in CreateSelection() [all …]
|
H A D | gloshdl.cxx | 854 SwTransferable* pTransfer = new SwTransferable( rSh ); in CopyToClipboard()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | swdtflvr.hxx | 61 class SwTransferable : public TransferableHelper class 90 static SwTransferable* GetSwTransferable( const TransferableDataHelper& rData ); 140 SwTransferable(); 141 SwTransferable( const SwTransferable& ); 142 SwTransferable& operator=( const SwTransferable& ); 157 SwTransferable( SwWrtShell& ); 158 virtual ~SwTransferable();
|
H A D | uivwimp.hxx | 38 class SwTransferable; 148 void AddTransferable(SwTransferable& rTransferable);
|
H A D | view.hxx | 81 class SwTransferable; 647 void AddTransferable(SwTransferable& rTransferable);
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | uivwimp.cxx | 246 SwTransferable* pTransferable = reinterpret_cast< SwTransferable * >( in Invalidate() 248 xTunnel->getSomething(SwTransferable::getUnoTunnelId()))); in Invalidate() 256 void SwView_Impl::AddTransferable(SwTransferable& rTransferable) in AddTransferable() 321 pView->nLastPasteDestination = SwTransferable::GetSotDestination( rSh ); in changedContents() 323 SwTransferable::IsPaste( rSh, aDataHelper ); in changedContents() 326 SwTransferable::IsPasteSpecial( rSh, aDataHelper ); in changedContents()
|
H A D | view.cxx | 1805 sal_uInt16 nPasteDestination = SwTransferable::GetSotDestination( *pWrtShell ); in IsPasteAllowed() 1813 bPasteState = SwTransferable::IsPaste( *pWrtShell, aDataHelper ); in IsPasteAllowed() 1814 bPasteSpecialState = SwTransferable::IsPasteSpecial( in IsPasteAllowed() 1832 sal_uInt16 nPasteDestination = SwTransferable::GetSotDestination( *pWrtShell ); in IsPasteSpecialAllowed() 1840 bPasteState = SwTransferable::IsPaste( *pWrtShell, aDataHelper ); in IsPasteSpecialAllowed() 1841 bPasteSpecialState = SwTransferable::IsPasteSpecial( in IsPasteSpecialAllowed() 1887 void SwView::AddTransferable(SwTransferable& rTransferable) in AddTransferable()
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 342 SwTransferable::ClearSelection( *this ); in UnSelectFrm() 381 SwTransferable::ClearSelection( *this ); in ResetSelect() 416 SwTransferable::CreateSelection( *this ); in SttSelect() 585 SwTransferable::ClearSelection( *this ); in EnterStdMode() 1062 SwTransferable::CreateSelection( *this ); in SelectNextPrevHyperlink()
|
H A D | wrtundo.cxx | 103 SwTransferable::CreateSelection( *this ); in Do()
|
H A D | wrtsh1.cxx | 1806 SwTransferable::ClearSelection( *this );
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 280 SwTransferable* pTransfer = new SwTransferable( rSh ); in ExecClpbrd() 301 && SwTransferable::IsPaste( rSh, aDataHelper ) in ExecClpbrd() 307 SwTransferable::Paste( rSh, aDataHelper ); in ExecClpbrd() 333 SwTransferable::PasteFormat( rSh, aDataHelper, in ExecClpbrd() 352 && SwTransferable::IsPaste( rSh, aDataHelper ) ) in ExecClpbrd() 359 int nRet = SwTransferable::PasteUnformatted( rSh, aDataHelper ); in ExecClpbrd() 386 && SwTransferable::IsPaste( rSh, aDataHelper ) in ExecClpbrd() 395 int nRet = SwTransferable::PasteSpecial( rSh, aDataHelper, nFormatId ); in ExecClpbrd() 483 SwTransferable::FillClipFmtItem( rSh, aDataHelper, aFmtItem ); in StateClpbrd()
|
H A D | drwbassh.cxx | 97 SwTransferable::CreateSelection( GetShell() ); in TYPEINIT1() 109 SwTransferable::ClearSelection( GetShell() ); in ~SwDrawBaseShell()
|
H A D | frmsh.cxx | 992 SwTransferable::CreateSelection( _rView.GetWrtShell(), (ViewShell *) this ); in SwFrameShell() 1001 SwTransferable::ClearSelection( GetShell(), (ViewShell *) this ); in ~SwFrameShell()
|
H A D | textsh1.cxx | 722 SwTransferable* pTransfer = new SwTransferable( rWrtSh ); in Execute()
|
H A D | drwtxtex.cxx | 1019 || !SwTransferable::IsPaste( GetShell(), aDataHelper ) ) in StateClpbrd()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtdd.cxx | 159 SwTransferable* pTransfer = new SwTransferable( rView.GetWrtShell() ); in StartExecuteDrag() 259 if( !SwTransferable::PasteData( aData, rSh, m_nDropAction, m_nDropFormat, in ExecuteDrop()
|
H A D | edtwin.cxx | 5117 SwTransferable::PasteData( aDataHelper, rSh, nDropAction, in Command()
|
/aoo42x/main/sw/inc/ |
H A D | swmodule.hxx | 55 class SwTransferable; 132 SwTransferable *pDragDrop, *pXSelection;
|
/aoo42x/main/sw/source/ui/app/ |
H A D | docshini.cxx | 140 SwTransferable::InitOle( this, *mpDoc ); in InitNew() 594 SwTransferable::InitOle( this, *mpDoc ); in Load()
|
/aoo42x/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 2178 SwTransferable* pTransfer = new SwTransferable( rSh ); in getTransferable() 2203 if ( SwTransferable::IsPaste( rSh, aDataHelper ) ) in insertTransferable() 2205 SwTransferable::Paste( rSh, aDataHelper ); in insertTransferable()
|