Searched refs:theAreaStr (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/ui/optdlg/ |
H A D | tpusrlst.cxx | 746 String theAreaStr( aEdCopyFrom.GetText() ); in IMPL_LINK() local 749 if ( theAreaStr.Len() > 0 ) in IMPL_LINK() 751 bAreaOk = pRangeUtil->IsAbsArea( theAreaStr, in IMPL_LINK() 754 &theAreaStr, in IMPL_LINK() 760 bAreaOk = pRangeUtil->IsAbsPos( theAreaStr, in IMPL_LINK() 763 &theAreaStr, in IMPL_LINK() 776 aEdCopyFrom .SetText( theAreaStr ); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | foptmgr.cxx | 135 String theAreaStr; in Init() local 147 theCurArea.Format( theAreaStr, SCR_ABS_3D, pDoc, eConv ); in Init() 175 theDbArea = theAreaStr; in Init()
|
H A D | sfiltdlg.cxx | 324 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 D | dbnamdlg.cxx | 222 String theAreaStr; in Init() local 249 theCurArea.Format( theAreaStr, ABS_DREF3D, pDoc, aAddrDetails ); in Init() 292 aEdAssign.SetText( theAreaStr ); in Init()
|
H A D | pfiltdlg.cxx | 164 String theAreaStr; in Init() local 180 theCurArea.Format( theAreaStr, SCR_ABS_3D, pDoc, pDoc->GetAddressConvention() ); in Init()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 88 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()
|
/aoo41x/main/sc/inc/ |
H A D | rangeutl.hxx | 61 void CutPosString ( const String& theAreaStr,
|
Completed in 35 milliseconds