Home
last modified time | relevance | path

Searched refs:ScTransferObj (Results 1 – 22 of 22) sorted by relevance

/aoo42x/main/sc/source/ui/app/
H A Dtransobj.cxx126 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 Dseltrans.cxx313 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CreateCellData()
386 ScTransferObj* ScSelectionTransferObj::GetCellData() in GetCellData()
H A Dscmod.cxx667 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()
/aoo42x/main/sc/source/ui/view/
H A Dviewfun3.cxx339 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 Dcellsh1.cxx1200 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 Ddrawvie4.cxx201 ScDrawLayer::SetGlobalDrawPersist( ScTransferObj::SetDrawClipDoc( bAnyOle ) ); in DoCopy()
237 ScDrawLayer::SetGlobalDrawPersist( ScTransferObj::SetDrawClipDoc( bAnyOle ) ); in CopyToTransferable()
H A Dtabcont.cxx471 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in DoDrag()
H A Dselect.cxx127 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in BeginDrag()
H A Dcellsh.cxx405 if ( ScTransferObj::GetOwnClipboard( NULL ) || ScDrawTransferObj::GetOwnClipboard( NULL ) ) in lcl_IsCellPastePossible()
H A Dgridwin.cxx3867 sal_Int8 ScGridWindow::DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY, in DropTransferObj()
4340 ScTransferObj* pCellTransfer = pOwnSelection->GetCellData(); in PasteSelection()
/aoo42x/main/sc/source/ui/vba/
H A Dexcelvbahelper.cxx154 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 Dvbahelper.cxx224 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin ); in implnPasteSpecial()
H A Dvbarange.cxx4673 ScTransferObj* pClipObj = ScTransferObj::GetOwnClipboard( NULL ); in Insert()
/aoo42x/main/sc/inc/
H A Dscmod.hxx79 class ScTransferObj;
94 ScTransferObj* pCellTransfer;
107 ScTransferObj* pCellClipboard;
172 void SetDragObject( ScTransferObj* pCellObj, ScDrawTransferObj* pDrawObj );
180 void SetClipObject( ScTransferObj* pCellObj, ScDrawTransferObj* pDrawObj );
/aoo42x/main/sc/source/ui/inc/
H A Dtransobj.hxx43 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 Dseltrans.hxx30 class ScTransferObj;
50 ScTransferObj* pCellData;
68 ScTransferObj* GetCellData();
H A Dgridwin.hxx55 class ScTransferObj;
247 sal_Int8 DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY,
H A Dviewfunc.hxx67 class ScTransferObj;
111 ScTransferObj* CopyToTransferable();
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx218 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin );
/aoo42x/main/sc/source/ui/navipi/
H A Dcontent.cxx1341 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in lcl_DoDragCells()
/aoo42x/main/sc/source/ui/undo/
H A Dundoblk.cxx1107 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pViewSh->GetActiveWin() ); in Repeat()
/aoo42x/main/sc/source/ui/unoobj/
H A Dviewuno.cxx2340 ScTransferObj* pObj = GetViewShell()->CopyToTransferable(); in getTransferable()

Completed in 174 milliseconds