Home
last modified time | relevance | path

Searched refs:theAreaStr (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx745 String theAreaStr( aEdCopyFrom.GetText() ); in IMPL_LINK() local
748 if ( theAreaStr.Len() > 0 ) in IMPL_LINK()
750 bAreaOk = pRangeUtil->IsAbsArea( theAreaStr, in IMPL_LINK()
753 &theAreaStr, in IMPL_LINK()
759 bAreaOk = pRangeUtil->IsAbsPos( theAreaStr, in IMPL_LINK()
762 &theAreaStr, in IMPL_LINK()
775 aEdCopyFrom .SetText( theAreaStr ); in IMPL_LINK()
/trunk/main/sc/source/ui/dbgui/
H A Dfoptmgr.cxx135 String theAreaStr; in Init() local
147 theCurArea.Format( theAreaStr, SCR_ABS_3D, pDoc, eConv ); in Init()
175 theDbArea = theAreaStr; in Init()
H A Dsfiltdlg.cxx324 String theAreaStr( aEdFilterArea.GetText() ); in IMPL_LINK() local
354 sal_uInt16 nResult = ScRange().Parse( theAreaStr, pDoc, eConv ); in IMPL_LINK()
372 sal_uInt16 nResult = theFilterArea.Parse( theAreaStr, pDoc, eConv ); in IMPL_LINK()
H A Ddbnamdlg.cxx222 String theAreaStr; in Init() local
249 theCurArea.Format( theAreaStr, ABS_DREF3D, pDoc, aAddrDetails ); in Init()
292 aEdAssign.SetText( theAreaStr ); in Init()
H A Dpfiltdlg.cxx163 String theAreaStr; in Init() local
179 theCurArea.Format( theAreaStr, SCR_ABS_3D, pDoc, pDoc->GetAddressConvention() ); in Init()
/trunk/main/sc/source/core/tool/
H A Drangeutl.cxx88 void ScRangeUtil::CutPosString( const String& theAreaStr, in CutPosString() argument
95 sal_uInt16 nColonPos = theAreaStr.Search(':'); in CutPosString()
98 aPosStr = theAreaStr.Copy( 0, nColonPos ); // ':' nicht mitkopieren in CutPosString()
100 aPosStr = theAreaStr; in CutPosString()
/trunk/main/sc/inc/
H A Drangeutl.hxx61 void CutPosString ( const String& theAreaStr,

Completed in 50 milliseconds