Home
last modified time | relevance | path

Searched refs:theCurPosStr (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx831 String theCurPosStr = maEdOutPos.GetText(); in IMPL_LINK() local
832 sal_uInt16 nResult = ScAddress().Parse( theCurPosStr, mpDoc, mpDoc->GetAddressConvention() ); in IMPL_LINK()
844 bFound = (theCurPosStr == *pStr); in IMPL_LINK()
858 String theCurPosStr = maEdInPos.GetText(); in IMPL_LINK() local
859 sal_uInt16 nResult = ScRange().Parse( theCurPosStr, mpDoc, mpDoc->GetAddressConvention() ); in IMPL_LINK()
866 ConvertDoubleRef( mpDoc, theCurPosStr, 1, start, end, mpDoc->GetAddressConvention() ); in IMPL_LINK()
H A Dfoptmgr.cxx280 String theCurPosStr = pEd->GetText(); in IMPL_LINK() local
281 sal_uInt16 nResult = ScAddress().Parse( theCurPosStr, pDoc, pDoc->GetAddressConvention() ); in IMPL_LINK()
293 bFound = (theCurPosStr == *pStr); in IMPL_LINK()
H A Dtpsort.cxx1020 String theCurPosStr = aEdOutPos.GetText(); in EdOutPosModHdl() local
1021 sal_uInt16 nResult = ScAddress().Parse( theCurPosStr, pDoc, pDoc->GetAddressConvention() ); in EdOutPosModHdl()
1033 bFound = (theCurPosStr == *pStr); in EdOutPosModHdl()
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx1039 String theCurPosStr = aEdOutPos.GetText(); in EdOutPosModHdl() local
1040 USHORT nResult = ScAddress().Parse( theCurPosStr, pDoc, pDoc->GetAddressConvention() ); in EdOutPosModHdl()
1052 bFound = (theCurPosStr == *pStr); in EdOutPosModHdl()

Completed in 33 milliseconds