Lines Matching refs:GetWindow

225 	MultiLineEdit* pEdit = (MultiLineEdit*)GetWindow();  in setText()
242 MultiLineEdit* pEdit = (MultiLineEdit*)GetWindow(); in insertText()
255 MultiLineEdit* pEdit = (MultiLineEdit*)GetWindow(); in getText()
266 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in getSelectedText()
277 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in setSelection()
289 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in getSelection()
302 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in isEditable()
310 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in setEditable()
319 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in setMaxTextLen()
328 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*) GetWindow(); in getMaxTextLen()
337 MultiLineEdit* pEdit = (MultiLineEdit*)GetWindow(); in getTextLines()
348 MultiLineEdit* pEdit = (MultiLineEdit*) GetWindow(); in getMinimumSize()
364 MultiLineEdit* pEdit = (MultiLineEdit*) GetWindow(); in calcAdjustedSize()
375 MultiLineEdit* pEdit = (MultiLineEdit*) GetWindow(); in getMinimumSize()
386 MultiLineEdit* pEdit = (MultiLineEdit*) GetWindow(); in getColumnsAndLines()
422 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*)GetWindow(); in setProperty()
479 MultiLineEdit* pMultiLineEdit = (MultiLineEdit*)GetWindow(); in getProperty()
527 if ( GetWindow() && !GetWindow()->HasChildPathFocus() ) in setFocus()
528 GetWindow()->GrabFocus(); in setFocus()
552 FileControl* pControl = (FileControl*) GetWindow(); in ~VCLXFileControl()
577 FileControl* pControl = (FileControl*)GetWindow();
602 FileControl* pPrevFileControl = dynamic_cast<FileControl*>( GetWindow() ); in SetWindow()
627 Window* pWindow = GetWindow(); in setText()
642 FileControl* pFileControl = (FileControl*) GetWindow(); in insertText()
655 Window* pWindow = GetWindow(); in getText()
666 FileControl* pFileControl = (FileControl*) GetWindow(); in getSelectedText()
677 FileControl* pFileControl = (FileControl*) GetWindow(); in setSelection()
687 FileControl* pFileControl = (FileControl*) GetWindow(); in getSelection()
700 FileControl* pFileControl = (FileControl*) GetWindow(); in isEditable()
708 FileControl* pFileControl = (FileControl*) GetWindow(); in setEditable()
717 FileControl* pFileControl = (FileControl*) GetWindow(); in setMaxTextLen()
726 FileControl* pFileControl = (FileControl*) GetWindow(); in getMaxTextLen()
745 FileControl* pControl = (FileControl*) GetWindow(); in getMinimumSize()
767 FileControl* pControl = (FileControl*) GetWindow(); in calcAdjustedSize()
782 FileControl* pControl = (FileControl*) GetWindow(); in getMinimumSize()
797 FileControl* pControl = (FileControl*) GetWindow(); in getColumnsAndLines()
1648 OSL_PRECOND( GetWindow(), "SVTXRoadmap::ImplSetNewImage: window is required to be not-NULL!" ); in ImplSetNewImage()
1649 ::svt::ORoadmap* pButton = static_cast< ::svt::ORoadmap* >( GetWindow() ); in ImplSetNewImage()
2089 ProgressBar* pProgressBar = (ProgressBar*) GetWindow(); in ImplUpdateValue()
2158 Window* pWindow = GetWindow();
2170 Window* pWindow = GetWindow(); in setBackgroundColor()
2220 ProgressBar* pProgressBar = (ProgressBar*)GetWindow(); in setProperty()
2246 Window* pWindow = GetWindow(); in setProperty()
2279 ProgressBar* pProgressBar = (ProgressBar*)GetWindow(); in getProperty()
2337 Edit* pSubEdit = GetWindow() ? static_cast< Edit* >( GetWindow() )->GetSubEdit() : NULL; in setProperty()