Lines Matching refs:aObjDesc

376 				TransferableObjectDescriptor aObjDesc;  in CopyToClip()  local
377 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in CopyToClip()
378 aObjDesc.maDisplayName = pDocSh->GetMedium()->GetURLObject().GetURLNoPass(); in CopyToClip()
381 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CopyToClip()
493 TransferableObjectDescriptor aObjDesc; in CopyToClip() local
494 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in CopyToClip()
495 aObjDesc.maDisplayName = pDocSh->GetMedium()->GetURLObject().GetURLNoPass(); in CopyToClip()
498 ScTransferObj* pTransferObj = new ScTransferObj( pDocClip.release(), aObjDesc ); in CopyToClip()
553 TransferableObjectDescriptor aObjDesc; in CopyToTransferable() local
554 pDocSh->FillTransferableObjectDescriptor( aObjDesc ); in CopyToTransferable()
555 aObjDesc.maDisplayName = pDocSh->GetMedium()->GetURLObject().GetURLNoPass(); in CopyToTransferable()
556 ScTransferObj* pTransferObj = new ScTransferObj( pClipDoc, aObjDesc ); in CopyToTransferable()
632 TransferableObjectDescriptor aObjDesc; in PasteFromSystem() local
633 if( aDataHelper.GetTransferableObjectDescriptor( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR, aObjDesc ) ) in PasteFromSystem()
635 bDoRtf = ( ( aObjDesc.maClassName == SvGlobalName( SO3_SW_CLASSID ) || in PasteFromSystem()
636 aObjDesc.maClassName == SvGlobalName( SO3_SWWEB_CLASSID ) ) in PasteFromSystem()
737 TransferableObjectDescriptor aObjDesc; in PasteFromTransferable() local
738 if( aDataHelper.GetTransferableObjectDescriptor( SOT_FORMATSTR_ID_OBJECTDESCRIPTOR, aObjDesc ) ) in PasteFromTransferable()
740 bDoRtf = ( ( aObjDesc.maClassName == SvGlobalName( SO3_SW_CLASSID ) || in PasteFromTransferable()
741 aObjDesc.maClassName == SvGlobalName( SO3_SWWEB_CLASSID ) ) in PasteFromTransferable()