Lines Matching refs:getImpl
607 if ( !getImpl()->mxWindow.is() ) in Enable()
609 getImpl()->mxWindow->setEnable( bEnable ); in Enable()
614 if ( !getImpl()->mxWindow.is() ) in Show()
616 getImpl()->mxWindow->setVisible( bVisible ); in Show()
618 getImpl()->bFirstTimeVisible = true; in Show()
619 else if (GetParent() && getImpl()->bFirstTimeVisible) in Show()
621 getImpl()->redraw (); in Show()
622 getImpl()->bFirstTimeVisible = false; in Show()
628 if ( !getImpl()->mxWindow.is() ) in GrabFocus()
630 getImpl()->mxWindow->setFocus(); in GrabFocus()
739 return getImpl()->GetGetFocusHdl (); in GetGetFocusHdl()
744 if (getImpl() && getImpl()->mxWindow.is ()) in SetGetFocusHdl()
745 getImpl()->SetGetFocusHdl (link); in SetGetFocusHdl()
750 return getImpl()->GetLoseFocusHdl (); in GetLoseFocusHdl()
755 if (getImpl() && getImpl()->mxWindow.is ()) in SetLoseFocusHdl()
756 getImpl()->SetLoseFocusHdl (link); in SetLoseFocusHdl()
796 #define MX_DIALOG if (getImpl()->mxDialog.is ()) getImpl()->mxDialog
797 #define RETURN_MX_DIALOG if (getImpl()->mxDialog.is ()) return getImpl()->mxDialog
1076 #define MX_TABCONTROL if (getImpl()->mxTabControl.is ()) getImpl()->mxTabControl
1077 #define RETURN_MX_TABCONTROL if (getImpl()->mxTabControl.is ()) return getImpl ()->mxTabControl
1126 getImpl()->redraw (); in InsertPage()
1143 getImpl()->redraw (); in GetPagePos()
1148 getImpl()->redraw (); in SetCurPageId()
1173 getImpl()->redraw (); in SetTabPage()
1181 if (getImpl() && getImpl()->mxTabControl.is ()) in SetActivatePageHdl()
1182 getImpl()->SetActivatePageHdl (link); in SetActivatePageHdl()
1186 return getImpl()->GetActivatePageHdl (); in GetActivatePageHdl()
1190 if (getImpl() && getImpl()->mxTabControl.is ()) in SetDeactivatePageHdl()
1191 getImpl()->SetDeactivatePageHdl (link); in SetDeactivatePageHdl()
1195 return getImpl()->GetDeactivatePageHdl (); in GetDeactivatePageHdl()
1324 if ( !getImpl()->mxFixedText.is() ) in SetText()
1326 getImpl()->mxFixedText->setText( rStr ); in SetText()
1376 getImpl()->mxGraphic->...(); in FixedImageImpl()
1387 if ( !getImpl()->mxGraphic.is() ) in IMPL_GET_IMPL()
1413 if ( !getImpl()->mxProgressBar.is() ) in SetForegroundColor()
1415 getImpl()->mxProgressBar->setForegroundColor( color ); in SetForegroundColor()
1420 if ( !getImpl()->mxProgressBar.is() ) in SetBackgroundColor()
1422 getImpl()->mxProgressBar->setBackgroundColor( color ); in SetBackgroundColor()
1427 if ( !getImpl()->mxProgressBar.is() ) in SetValue()
1429 getImpl()->mxProgressBar->setValue( i ); in SetValue()
1434 if ( !getImpl()->mxProgressBar.is() ) in SetRange()
1436 getImpl()->mxProgressBar->setRange( min, max ); in SetRange()
1441 if ( !getImpl()->mxProgressBar.is() ) in GetValue()
1443 return getImpl()->mxProgressBar->getValue(); in GetValue()
1510 return getImpl()->getText (); in getString()
1515 return getImpl()->getText (); in getOUString()
1526 return getImpl()->maString; in operator OUString const&()
1532 return getImpl()->maString; in operator String()
1542 getImpl()->setText( s ); in operator =()
1543 return getImpl()->getText(); in operator =()
1548 OUString a = getImpl()->getText (); in operator +=()
1550 getImpl()->setText (a); in operator +=()
1551 return getImpl()->getText (); in operator +=()
1556 String a = getImpl()->getText (); in operator +=()
1558 getImpl()->setText (a); in operator +=()
1559 return getImpl()->getText (); in operator +=()