Searched refs:theCopyStr (Results 1 – 2 of 2) sorted by relevance
323 String theCopyStr( aEdCopyArea.GetText() ); in IMPL_LINK() local334 xub_StrLen nColonPos = theCopyStr.Search( ':' ); in IMPL_LINK()337 theCopyStr.Erase( nColonPos ); in IMPL_LINK()339 sal_uInt16 nResult = theAdrCopy.Parse( theCopyStr, pDoc, eConv ); in IMPL_LINK()
644 String theCopyStr( aEdCopyArea.GetText() ); in GetOutputItem() local645 xub_StrLen nColonPos = theCopyStr.Search( ':' ); in GetOutputItem()648 theCopyStr.Erase( nColonPos ); in GetOutputItem()650 sal_uInt16 nResult = theCopyPos.Parse( theCopyStr, pDoc, pDoc->GetAddressConvention() ); in GetOutputItem()
Completed in 22 milliseconds