/aoo41x/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 870 TransferableObjectDescriptor aObjDesc; in InsertData() local 955 if ( aObjDesc.mnViewAspect == embed::Aspects::MSOLE_ICON ) in InsertData() 957 if( aObjDesc.maSize.Width() && aObjDesc.maSize.Height() ) in InsertData() 958 aSize = aObjDesc.maSize; in InsertData() 969 if( aObjDesc.maSize.Width() && aObjDesc.maSize.Height() ) in InsertData() 1061 TransferableObjectDescriptor aObjDesc; in InsertData() local 1125 if ( aObjDesc.mnViewAspect == embed::Aspects::MSOLE_ICON ) in InsertData() 1127 if( aObjDesc.maSize.Width() && aObjDesc.maSize.Height() ) in InsertData() 1128 aSize = aObjDesc.maSize; in InsertData() 1141 aSz = xObj->getVisualAreaSize( aObjDesc.mnViewAspect ); in InsertData() [all …]
|
H A D | sdview2.cxx | 138 TransferableObjectDescriptor aObjDesc; in CreateClipboardDataObject() local 177 aObjDesc.maSize = aMarkRect.GetSize(); in CreateClipboardDataObject() 180 pTransferable->SetObjectDescriptor( aObjDesc ); in CreateClipboardDataObject() 195 TransferableObjectDescriptor aObjDesc; in CreateDragDataObject() local 225 aObjDesc.maSize = GetAllMarkedRect().GetSize(); in CreateDragDataObject() 226 aObjDesc.maDragStartPos = rDragPos; in CreateDragDataObject() 227 aObjDesc.maDisplayName = aDisplayName; in CreateDragDataObject() 228 aObjDesc.mbCanLink = sal_False; in CreateDragDataObject() 231 pTransferable->SetObjectDescriptor( aObjDesc ); in CreateDragDataObject() 243 TransferableObjectDescriptor aObjDesc; in CreateSelectionDataObject() local [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | drawvie4.cxx | 176 TransferableObjectDescriptor aObjDesc; in BeginDrag() local 177 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in BeginDrag() 178 aObjDesc.maDisplayName = pDocSh->GetMedium()->GetURLObject().GetURLNoPass(); in BeginDrag() 181 ScDrawTransferObj* pTransferObj = new ScDrawTransferObj( pModel, pDocSh, aObjDesc ); in BeginDrag() 213 TransferableObjectDescriptor aObjDesc; in DoCopy() local 214 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in DoCopy() 215 aObjDesc.maDisplayName = pDocSh->GetMedium()->GetURLObject().GetURLNoPass(); in DoCopy() 218 ScDrawTransferObj* pTransferObj = new ScDrawTransferObj( pModel, pDocSh, aObjDesc ); in DoCopy() 249 TransferableObjectDescriptor aObjDesc; in CopyToTransferable() local 250 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in CopyToTransferable() [all …]
|
H A D | viewfun3.cxx | 376 TransferableObjectDescriptor aObjDesc; in CopyToClip() local 377 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in CopyToClip() 381 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CopyToClip() 493 TransferableObjectDescriptor aObjDesc; in CopyToClip() local 494 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in CopyToClip() 553 TransferableObjectDescriptor aObjDesc; in CopyToTransferable() local 554 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in CopyToTransferable() 632 TransferableObjectDescriptor aObjDesc; in PasteFromSystem() local 636 aObjDesc.maClassName == SvGlobalName( SO3_SWWEB_CLASSID ) ) in PasteFromSystem() 737 TransferableObjectDescriptor aObjDesc; in PasteFromTransferable() local [all …]
|
H A D | viewfun5.cxx | 128 TransferableObjectDescriptor aObjDesc; in PasteDataFormat() local 130 if( aDataHelper.GetTransferableObjectDescriptor( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR, aObjDesc ) && in PasteDataFormat() 133 if ( aObjDesc.maClassName == SvGlobalName( SO3_SC_CLASSID_60 ) ) in PasteDataFormat() 207 …PasteObject( aPos, xObj, &aObjDesc.maSize, &aGraphic, aDataFlavor.MimeType, aObjDesc.mnViewAspect … in PasteDataFormat() 210 PasteObject( aPos, xObj, &aObjDesc.maSize ); in PasteDataFormat() 225 … ( aDataHelper.GetTransferableObjectDescriptor( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR_OLE, aObjDesc ) ) in PasteDataFormat() 281 …PasteObject( aPos, xObj, &aObjDesc.maSize, &aGraphic, aDataFlavor.MimeType, aObjDesc.mnViewAspect … in PasteDataFormat() 284 PasteObject( aPos, xObj, &aObjDesc.maSize ); in PasteDataFormat()
|
H A D | tabcont.cxx | 466 TransferableObjectDescriptor aObjDesc; in DoDrag() local 467 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in DoDrag() 468 aObjDesc.maDisplayName = pDocSh->GetMedium()->GetURLObject().GetURLNoPass(); in DoDrag() 471 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in DoDrag()
|
H A D | select.cxx | 122 TransferableObjectDescriptor aObjDesc; in BeginDrag() local 123 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in BeginDrag() 124 aObjDesc.maDisplayName = pDocSh->GetMedium()->GetURLObject().GetURLNoPass(); in BeginDrag() 127 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in BeginDrag()
|
H A D | gridwin.cxx | 3751 TransferableObjectDescriptor aObjDesc; in lcl_GetDropFormatId() local 3752 if( aDataHelper.GetTransferableObjectDescriptor( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR, aObjDesc ) && in lcl_GetDropFormatId() 3756 bDoRtf = ( ( aObjDesc.maClassName == SvGlobalName( SO3_SW_CLASSID ) || in lcl_GetDropFormatId() 3757 aObjDesc.maClassName == SvGlobalName( SO3_SWWEB_CLASSID ) ) in lcl_GetDropFormatId()
|
/aoo41x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 235 PrepareOLE( aObjDesc ); in SwTransferable() 793 PrepareOLE( aObjDesc ); in PrepareForCopy() 822 PrepareOLE( aObjDesc ); in PrepareForCopy() 953 PrepareOLE( aObjDesc ); in PrepareForCopy() 1052 aObjDesc.mbCanLink = sal_False; in CopyGlossary() 1056 PrepareOLE( aObjDesc ); in CopyGlossary() 1894 if( aObjDesc.maSize.Width() && aObjDesc.maSize.Height() ) in _PasteOLE() 1895 aSize = aObjDesc.maSize; in _PasteOLE() 1902 else if( aObjDesc.maSize.Width() && aObjDesc.maSize.Height() ) in _PasteOLE() 2959 aDesc = pClipboard->aObjDesc; in PasteSpecial() [all …]
|
/aoo41x/main/sc/source/ui/app/ |
H A D | seltrans.cxx | 308 TransferableObjectDescriptor aObjDesc; in CreateCellData() local 309 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in CreateCellData() 310 aObjDesc.maDisplayName = pDocSh->GetMedium()->GetURLObject().GetURLNoPass(); in CreateCellData() 313 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CreateCellData() 367 TransferableObjectDescriptor aObjDesc; in CreateDrawData() local 368 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in CreateDrawData() 369 aObjDesc.maDisplayName = pDocSh->GetMedium()->GetURLObject().GetURLNoPass(); in CreateDrawData() 372 ScDrawTransferObj* pTransferObj = new ScDrawTransferObj( pModel, pDocSh, aObjDesc ); in CreateDrawData()
|
H A D | drwtrans.cxx | 97 aObjDesc( rDesc ), in ScDrawTransferObj() 227 …SvEmbedTransferHelper::FillTransferableObjectDescriptor( aObjDesc, pObj->GetObjRef(), pObj->GetGra… in ScDrawTransferObj() 230 aObjDesc.maSize = aSrcSize; in ScDrawTransferObj() 231 PrepareOLE( aObjDesc ); in ScDrawTransferObj() 426 bOK = SetTransferableObjectDescriptor( aObjDesc, rFlavor ); in GetData()
|
H A D | transobj.cxx | 128 aObjDesc( rDesc ), in ScTransferObj() 186 aObjDesc.maSize = aMMRect.GetSize(); in ScTransferObj() 187 PrepareOLE( aObjDesc ); in ScTransferObj() 266 bOK = SetTransferableObjectDescriptor( aObjDesc, rFlavor ); in GetData()
|
/aoo41x/main/sc/source/ui/navipi/ |
H A D | content.cxx | 1302 TransferableObjectDescriptor aObjDesc; in lcl_DoDragObject() local 1303 pSrcShell->FillTransferableObjectDescriptor( aObjDesc ); in lcl_DoDragObject() 1304 aObjDesc.maDisplayName = pSrcShell->GetMedium()->GetURLObject().GetURLNoPass(); in lcl_DoDragObject() 1307 ScDrawTransferObj* pTransferObj = new ScDrawTransferObj( pDragModel, pSrcShell, aObjDesc ); in lcl_DoDragObject() 1336 TransferableObjectDescriptor aObjDesc; in lcl_DoDragCells() local 1337 pSrcShell->FillTransferableObjectDescriptor( aObjDesc ); in lcl_DoDragCells() 1338 aObjDesc.maDisplayName = pSrcShell->GetMedium()->GetURLObject().GetURLNoPass(); in lcl_DoDragCells() 1341 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in lcl_DoDragCells()
|
/aoo41x/main/svtools/source/misc/ |
H A D | embedtransfer.cxx | 56 TransferableObjectDescriptor aObjDesc; in SvEmbedTransferHelper() local 58 FillTransferableObjectDescriptor( aObjDesc, m_xObj, NULL, m_nAspect ); in SvEmbedTransferHelper() 59 PrepareOLE( aObjDesc ); in SvEmbedTransferHelper()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsClipboard.cxx | 484 TransferableObjectDescriptor aObjDesc; in CreateSlideTransferable() local 486 ->FillTransferableObjectDescriptor (aObjDesc); in CreateSlideTransferable() 489 aObjDesc.maDisplayName = pDocument->GetDocSh() in CreateSlideTransferable() 502 pTransferable->SetObjectDescriptor (aObjDesc); in CreateSlideTransferable()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | drwtrans.hxx | 50 TransferableObjectDescriptor aObjDesc; member in ScDrawTransferObj
|
H A D | transobj.hxx | 50 TransferableObjectDescriptor aObjDesc; member in ScTransferObj
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | swdtflvr.hxx | 66 TransferableObjectDescriptor aObjDesc; member in SwTransferable
|
/aoo41x/main/filter/source/svg/ |
H A D | svgexport.cxx | 870 … OUString aObjName( implGetValidIDFromInterface( rxShape, sal_True ) ), aObjDesc; in implExportShape() local 900 OUString aObjName( implGetValidIDFromInterface( rxShape, sal_True ) ), aObjDesc; in implExportShape() local
|