Home
last modified time | relevance | path

Searched refs:theCopyStr (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dsfiltdlg.cxx323 String theCopyStr( aEdCopyArea.GetText() ); in IMPL_LINK() local
334 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()
H A Dfiltdlg.cxx644 String theCopyStr( aEdCopyArea.GetText() ); in GetOutputItem() local
645 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 23 milliseconds