Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/app/
H A Dtransobj.cxx83 void ScTransferObj::GetAreaSize( ScDocument* pDoc, SCTAB nTab1, SCTAB nTab2, SCROW& nRow, SCCOL& nC… in GetAreaSize()
105 void ScTransferObj::PaintToDev( OutputDevice* pDev, ScDocument* pDoc, double nPrintFactor, in PaintToDev()
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()
218 ScTransferObj* pObj = SC_MOD()->GetClipData().pCellClipboard; in GetOwnClipboard()
237 void ScTransferObj::AddSupportedFormats() in AddSupportedFormats()
257 sal_Bool ScTransferObj::GetData( const datatransfer::DataFlavor& rFlavor ) in GetData()
390 sal_Bool ScTransferObj::WriteObject( SotStorageStreamRef& rxOStm, void* pUserObject, sal_uInt32 nUs… in WriteObject()
480 void ScTransferObj::ObjectReleased() in ObjectReleased()
[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()
/AOO41X/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()
/AOO41X/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.cxx3852 sal_Int8 ScGridWindow::DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPosX, SCROW nDestPosY, in DropTransferObj()
4325 ScTransferObj* pCellTransfer = pOwnSelection->GetCellData(); in PasteSelection()
/AOO41X/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 );
/AOO41X/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();
/AOO41X/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx218 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pWin );
/AOO41X/main/sc/source/ui/navipi/
H A Dcontent.cxx1341 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in lcl_DoDragCells()
/AOO41X/main/sc/source/ui/undo/
H A Dundoblk.cxx1107 ScTransferObj* pOwnClip = ScTransferObj::GetOwnClipboard( pViewSh->GetActiveWin() ); in Repeat()
/AOO41X/main/sc/source/ui/unoobj/
H A Dviewuno.cxx2340 ScTransferObj* pObj = GetViewShell()->CopyToTransferable(); in getTransferable()