Lines Matching refs:sDesc
417 String sURL, sDesc; in GetData() local
418 if( pWrtShell->GetURLFromButton( sURL, sDesc ) ) in GetData()
420 pBkmk = new INetBookmark( sURL, sDesc ); in GetData()
922 String sURL, sDesc; in PrepareForCopy() local
923 if( pWrtShell->GetURLFromButton( sURL, sDesc ) ) in PrepareForCopy()
1437 String sURL, sDesc; in PasteData() local
1442 SwTransferable::_CheckForURLOrLNKFile( rData, sURL, &sDesc ); in PasteData()
1443 if( !sDesc.Len() ) in PasteData()
1444 sDesc = sURL; in PasteData()
1454 sDesc = aBkmk.GetDescription(); in PasteData()
1462 rSh.InsertURL( aFmt, sDesc ); in PasteData()
2327 String sDesc; in _PasteGrf() local
2328 SwTransferable::_CheckForURLOrLNKFile( rData, sTxt, &sDesc ); in _PasteGrf()
2332 sDesc ); in _PasteGrf()
2527 String sDesc; in _PasteAsHyperlink() local
2528 SwTransferable::_CheckForURLOrLNKFile( rData, sFile, &sDesc ); in _PasteAsHyperlink()
2556 sDesc.Len() ? sDesc : sFile ); in _PasteAsHyperlink()
2577 String sFile, sDesc; in _PasteFileName() local
2594 sal_Bool bIsURLFile = SwTransferable::_CheckForURLOrLNKFile( rData, sFile, &sDesc ); in _PasteFileName()
2654 sDesc.Len() ? sDesc : sFile ); in _PasteFileName()
3148 String sURL, sDesc; in SetDataForDragAndDrop() local
3149 if( pWrtShell->GetURLFromButton( sURL, sDesc ) ) in SetDataForDragAndDrop()