Searched refs:theCurPosStr (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | pvlaydlg.cxx | 831 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 D | foptmgr.cxx | 280 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 D | tpsort.cxx | 1021 String theCurPosStr = aEdOutPos.GetText(); in EdOutPosModHdl() local 1022 sal_uInt16 nResult = ScAddress().Parse( theCurPosStr, pDoc, pDoc->GetAddressConvention() ); in EdOutPosModHdl() 1034 bFound = (theCurPosStr == *pStr); in EdOutPosModHdl()
|
/aoo4110/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 1039 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 19 milliseconds