Searched refs:pFileControl (Results 1 – 1 of 1) sorted by relevance
642 FileControl* pFileControl = (FileControl*) GetWindow(); in insertText() local643 if ( pFileControl ) in insertText()645 pFileControl->GetEdit().SetSelection( Selection( rSel.Min, rSel.Max ) ); in insertText()646 pFileControl->GetEdit().ReplaceSelected( aText ); in insertText()666 FileControl* pFileControl = (FileControl*) GetWindow(); in getSelectedText() local667 if ( pFileControl) in getSelectedText()668 aText = pFileControl->GetEdit().GetSelected(); in getSelectedText()677 FileControl* pFileControl = (FileControl*) GetWindow(); in setSelection() local678 if ( pFileControl ) in setSelection()679 pFileControl->GetEdit().SetSelection( Selection( aSelection.Min, aSelection.Max ) ); in setSelection()[all …]