/trunk/main/sc/source/ui/app/ |
H A D | transobj.cxx | 126 ScTransferObj::ScTransferObj( ScDocument* pClipDoc, const TransferableObjectDescriptor& rDesc ) : in ScTransferObj() function in ScTransferObj 190 ScTransferObj::~ScTransferObj() in ~ScTransferObj() 216 ScTransferObj* ScTransferObj::GetOwnClipboard( Window* pUIWin ) in GetOwnClipboard() 237 void ScTransferObj::AddSupportedFormats() in AddSupportedFormats() 480 void ScTransferObj::ObjectReleased() in ObjectReleased() 519 void ScTransferObj::SetVisibleTab( SCTAB nNew ) in SetVisibleTab() 541 void ScTransferObj::SetDragWasInternal() in SetDragWasInternal() 546 void ScTransferObj::SetUseInApi( bool bSet ) in SetUseInApi() 551 ScDocument* ScTransferObj::GetSourceDocument() in GetSourceDocument() 559 ScDocShell* ScTransferObj::GetSourceDocShell() in GetSourceDocShell() [all …]
|
H A D | seltrans.cxx | 313 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CreateCellData() 386 ScTransferObj* ScSelectionTransferObj::GetCellData() in GetCellData()
|
H A D | scmod.cxx | 667 void ScModule::SetDragObject( ScTransferObj* pCellObj, ScDrawTransferObj* pDrawObj ) in SetDragObject() 694 void ScModule::SetClipObject( ScTransferObj* pCellObj, ScDrawTransferObj* pDrawObj ) in SetClipObject() 706 ScTransferObj* pObj = ScTransferObj::GetOwnClipboard( NULL ); in GetClipDoc()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 339 ScDrawLayer::SetGlobalDrawPersist( ScTransferObj::SetDrawClipDoc( bAnyOle ) ); in CopyToClip() 381 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CopyToClip() 498 ScTransferObj* pTransferObj = new ScTransferObj( pDocClip.release(), aObjDesc ); in CopyToClip() 529 ScTransferObj* ScViewFunc::CopyToTransferable() in CopyToTransferable() 544 ScDrawLayer::SetGlobalDrawPersist( ScTransferObj::SetDrawClipDoc( bAnyOle ) ); in CopyToTransferable() 556 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CopyToTransferable() 586 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin ); in PasteFromSystem() 686 ScTransferObj *pOwnClip=0; in PasteFromTransferable() 691 sal_Int64 nHandle = xTunnel->getSomething( ScTransferObj::getUnoTunnelId() ); in PasteFromTransferable() 693 pOwnClip = (ScTransferObj*) (sal_IntPtr) nHandle; in PasteFromTransferable() [all …]
|
H A D | cellsh1.cxx | 1200 sal_Bool bCells = ( ScTransferObj::GetOwnClipboard( pWin ) != NULL ); in ExecuteEdit() 1231 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin ); in ExecuteEdit() 1415 if ( ScTransferObj::GetOwnClipboard( pWin ) ) // own cell data in ExecuteEdit() 2154 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin ); in PasteFromClipboard()
|
H A D | drawvie4.cxx | 201 ScDrawLayer::SetGlobalDrawPersist( ScTransferObj::SetDrawClipDoc( bAnyOle ) ); in DoCopy() 237 ScDrawLayer::SetGlobalDrawPersist( ScTransferObj::SetDrawClipDoc( bAnyOle ) ); in CopyToTransferable()
|
H A D | tabcont.cxx | 471 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in DoDrag()
|
H A D | select.cxx | 127 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in BeginDrag()
|
H A D | cellsh.cxx | 405 if ( ScTransferObj::GetOwnClipboard( NULL ) || ScDrawTransferObj::GetOwnClipboard( NULL ) ) in lcl_IsCellPastePossible()
|
H A D | gridwin.cxx | 3867 sal_Int8 ScGridWindow::DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY, in DropTransferObj() 4340 ScTransferObj* pCellTransfer = pOwnSelection->GetCellData(); in PasteSelection()
|
/trunk/main/sc/source/ui/vba/ |
H A D | excelvbahelper.cxx | 154 ScTransferObj* pClipObj = ScTransferObj::GetOwnClipboard( NULL ); in implnCopy() 169 ScTransferObj* pClipObj = ScTransferObj::GetOwnClipboard( NULL ); in implnCut() 192 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin ); in implnPasteSpecial()
|
H A D | vbahelper.cxx | 224 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin ); in implnPasteSpecial()
|
H A D | vbarange.cxx | 4673 ScTransferObj* pClipObj = ScTransferObj::GetOwnClipboard( NULL ); in Insert()
|
/trunk/main/sc/inc/ |
H A D | scmod.hxx | 79 class ScTransferObj; 94 ScTransferObj* pCellTransfer; 107 ScTransferObj* pCellClipboard; 172 void SetDragObject( ScTransferObj* pCellObj, ScDrawTransferObj* pDrawObj ); 180 void SetClipObject( ScTransferObj* pCellObj, ScDrawTransferObj* pDrawObj );
|
/trunk/main/sc/source/ui/inc/ |
H A D | transobj.hxx | 43 class ScTransferObj : public TransferableHelper class 77 ScTransferObj( ScDocument* pClipDoc, const TransferableObjectDescriptor& rDesc ); 78 virtual ~ScTransferObj(); 108 static SC_DLLPUBLIC ScTransferObj* GetOwnClipboard( Window* pUIWin );
|
H A D | seltrans.hxx | 30 class ScTransferObj; 50 ScTransferObj* pCellData; 68 ScTransferObj* GetCellData();
|
H A D | gridwin.hxx | 55 class ScTransferObj; 247 sal_Int8 DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY,
|
H A D | viewfunc.hxx | 67 class ScTransferObj; 111 ScTransferObj* CopyToTransferable();
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 218 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin );
|
/trunk/main/sc/source/ui/navipi/ |
H A D | content.cxx | 1341 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in lcl_DoDragCells()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 1107 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pViewSh->GetActiveWin() ); in Repeat()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 2340 ScTransferObj* pObj = GetViewShell()->CopyToTransferable(); in getTransferable()
|