Searched refs:aSelText (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 756 String aSelText = aFormula.Copy( 0, nPos ); in ShowTipCursor() local 768 aSelText.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ")" ) ); in ShowTipCursor() 769 nLeftParentPos = lcl_MatchParenthesis( aSelText, aSelText.Len()-1 ); in ShowTipCursor() 772 … sal_Unicode c = ( nLeftParentPos > 0 ) ? aSelText.GetChar( nLeftParentPos-1 ) : 0; in ShowTipCursor() 775 nNextFStart = aHelper.GetFunctionStart( aSelText, nLeftParentPos, sal_True); in ShowTipCursor() 776 … if( aHelper.GetNextFunc( aSelText, sal_False, nNextFStart, &nNextFEnd, &ppFDesc, &aArgs ) ) in ShowTipCursor() 780 nArgPos = aHelper.GetArgStart( aSelText, nNextFStart, 0 ); in ShowTipCursor() 797 if( nArgPos <= aSelText.Len()-1 ) in ShowTipCursor()
|
Completed in 36 milliseconds