Method |
Description |
|
FixHelpTopic ( string helpTopic ) : string |
|
|
FormulaEditEnd ( ) : void |
|
|
FormulaEditExcelToolTipShow ( Rect editWindowBounds, IntPtr excelToolTipWindow ) : void |
|
|
FormulaEditMove ( Rect editWindowBounds, IntPtr excelToolTipWindow ) : void |
|
|
FormulaEditStart ( string formulaPrefix, Rect editWindowBounds, IntPtr excelToolTipWindow ) : void |
|
|
FormulaEditTextChange ( string formulaPrefix, Rect editWindowBounds, IntPtr excelToolTipWindow ) : void |
|
|
FunctionListHide ( ) : void |
|
|
FunctionListMove ( Rect selectedItemBounds, Rect listBounds ) : void |
|
|
FunctionListSelectedItemChange ( string selectedItemText, Rect selectedItemBounds, Rect listBounds ) : void |
|
|
FunctionListShow ( ) : void |
|
|
GetArgumentDescriptionOrNull ( FunctionInfo argumentInfo ) : TextLine |
|
|
GetFunctionDescriptionOrNull ( FunctionInfo functionInfo ) : IEnumerable |
|
|
GetFunctionIntelliSense ( FunctionInfo functionInfo, int currentArgIndex ) : FormattedText |
|
|
GetTopOffset ( IntPtr excelToolTipWindow ) : int |
|
|
InitializeOptions ( ) : void |
|
|
ShouldProcessFormulaEditTextChange ( string formulaPrefix ) : bool |
|
|
ShouldProcessFunctionListSelectedItemChange ( string selectedItemText ) : bool |
|
|
StateUpdate ( object sender, UIStateUpdate update ) : void |
|
|
StateUpdatePreview ( object sender, UIStateUpdate update ) : void |
|
|
UpdateFormulaEditWindow ( IntPtr formulaEditWindow ) : void |
|
|
UpdateFunctionInfos ( IEnumerable functionInfos ) : void |
|
|
UpdateFunctionListWindow ( IntPtr functionListWindow ) : void |
|
|