Home
last modified time | relevance | path

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

/trunk/main/svtools/source/uno/
H A Dunoiface.cxx642 FileControl* pFileControl = (FileControl*) GetWindow(); in insertText() local
643 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() local
667 if ( pFileControl) in getSelectedText()
668 aText = pFileControl->GetEdit().GetSelected(); in getSelectedText()
677 FileControl* pFileControl = (FileControl*) GetWindow(); in setSelection() local
678 if ( pFileControl ) in setSelection()
679 pFileControl->GetEdit().SetSelection( Selection( aSelection.Min, aSelection.Max ) ); in setSelection()
[all …]