Home
last modified time | relevance | path

Searched refs:aObjDesc (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx870 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 Dsdview2.cxx138 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 …]
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx176 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 Dviewfun3.cxx376 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 Dviewfun5.cxx128 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 Dtabcont.cxx466 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 Dselect.cxx122 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 Dgridwin.cxx3766 TransferableObjectDescriptor aObjDesc; in lcl_GetDropFormatId() local
3767 if( aDataHelper.GetTransferableObjectDescriptor( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR, aObjDesc ) && in lcl_GetDropFormatId()
3771 bDoRtf = ( ( aObjDesc.maClassName == SvGlobalName( SO3_SW_CLASSID ) || in lcl_GetDropFormatId()
3772 aObjDesc.maClassName == SvGlobalName( SO3_SWWEB_CLASSID ) ) in lcl_GetDropFormatId()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx235 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()
2960 aDesc = pClipboard->aObjDesc; in PasteSpecial()
[all …]
/trunk/main/sc/source/ui/app/
H A Dseltrans.cxx308 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 Ddrwtrans.cxx97 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 Dtransobj.cxx128 aObjDesc( rDesc ), in ScTransferObj()
186 aObjDesc.maSize = aMMRect.GetSize(); in ScTransferObj()
187 PrepareOLE( aObjDesc ); in ScTransferObj()
266 bOK = SetTransferableObjectDescriptor( aObjDesc, rFlavor ); in GetData()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1302 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()
/trunk/main/svtools/source/misc/
H A Dembedtransfer.cxx56 TransferableObjectDescriptor aObjDesc; in SvEmbedTransferHelper() local
58 FillTransferableObjectDescriptor( aObjDesc, m_xObj, NULL, m_nAspect ); in SvEmbedTransferHelper()
59 PrepareOLE( aObjDesc ); in SvEmbedTransferHelper()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx484 TransferableObjectDescriptor aObjDesc; in CreateSlideTransferable() local
486 ->FillTransferableObjectDescriptor (aObjDesc); in CreateSlideTransferable()
489 aObjDesc.maDisplayName = pDocument->GetDocSh() in CreateSlideTransferable()
502 pTransferable->SetObjectDescriptor (aObjDesc); in CreateSlideTransferable()
/trunk/main/sc/source/ui/inc/
H A Ddrwtrans.hxx50 TransferableObjectDescriptor aObjDesc; member in ScDrawTransferObj
H A Dtransobj.hxx50 TransferableObjectDescriptor aObjDesc; member in ScTransferObj
/trunk/main/sw/source/ui/inc/
H A Dswdtflvr.hxx66 TransferableObjectDescriptor aObjDesc; member in SwTransferable
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx870 … OUString aObjName( implGetValidIDFromInterface( rxShape, sal_True ) ), aObjDesc; in implExportShape() local
900 OUString aObjName( implGetValidIDFromInterface( rxShape, sal_True ) ), aObjDesc; in implExportShape() local

Completed in 255 milliseconds