Lines Matching refs:getImpl

610     if ( !getImpl()->mxWindow.is() )  in Enable()
612 getImpl()->mxWindow->setEnable( bEnable ); in Enable()
617 if ( !getImpl()->mxWindow.is() ) in Show()
619 getImpl()->mxWindow->setVisible( bVisible ); in Show()
621 getImpl()->bFirstTimeVisible = true; in Show()
622 else if (GetParent() && getImpl()->bFirstTimeVisible) in Show()
624 getImpl()->redraw (); in Show()
625 getImpl()->bFirstTimeVisible = false; in Show()
631 if ( !getImpl()->mxWindow.is() ) in GrabFocus()
633 getImpl()->mxWindow->setFocus(); in GrabFocus()
742 return getImpl()->GetGetFocusHdl (); in GetGetFocusHdl()
747 if (getImpl() && getImpl()->mxWindow.is ()) in SetGetFocusHdl()
748 getImpl()->SetGetFocusHdl (link); in SetGetFocusHdl()
753 return getImpl()->GetLoseFocusHdl (); in GetLoseFocusHdl()
758 if (getImpl() && getImpl()->mxWindow.is ()) in SetLoseFocusHdl()
759 getImpl()->SetLoseFocusHdl (link); in SetLoseFocusHdl()
799 #define MX_DIALOG if (getImpl()->mxDialog.is ()) getImpl()->mxDialog
800 #define RETURN_MX_DIALOG if (getImpl()->mxDialog.is ()) return getImpl()->mxDialog
1079 #define MX_TABCONTROL if (getImpl()->mxTabControl.is ()) getImpl()->mxTabControl
1080 #define RETURN_MX_TABCONTROL if (getImpl()->mxTabControl.is ()) return getImpl ()->mxTabControl
1129 getImpl()->redraw (); in InsertPage()
1146 getImpl()->redraw (); in GetPagePos()
1151 getImpl()->redraw (); in SetCurPageId()
1176 getImpl()->redraw (); in SetTabPage()
1184 if (getImpl() && getImpl()->mxTabControl.is ()) in SetActivatePageHdl()
1185 getImpl()->SetActivatePageHdl (link); in SetActivatePageHdl()
1189 return getImpl()->GetActivatePageHdl (); in GetActivatePageHdl()
1193 if (getImpl() && getImpl()->mxTabControl.is ()) in SetDeactivatePageHdl()
1194 getImpl()->SetDeactivatePageHdl (link); in SetDeactivatePageHdl()
1198 return getImpl()->GetDeactivatePageHdl (); in GetDeactivatePageHdl()
1327 if ( !getImpl()->mxFixedText.is() ) in SetText()
1329 getImpl()->mxFixedText->setText( rStr ); in SetText()
1379 getImpl()->mxGraphic->...(); in FixedImageImpl()
1390 if ( !getImpl()->mxGraphic.is() ) in IMPL_GET_IMPL()
1416 if ( !getImpl()->mxProgressBar.is() ) in SetForegroundColor()
1418 getImpl()->mxProgressBar->setForegroundColor( color ); in SetForegroundColor()
1423 if ( !getImpl()->mxProgressBar.is() ) in SetBackgroundColor()
1425 getImpl()->mxProgressBar->setBackgroundColor( color ); in SetBackgroundColor()
1430 if ( !getImpl()->mxProgressBar.is() ) in SetValue()
1432 getImpl()->mxProgressBar->setValue( i ); in SetValue()
1437 if ( !getImpl()->mxProgressBar.is() ) in SetRange()
1439 getImpl()->mxProgressBar->setRange( min, max ); in SetRange()
1444 if ( !getImpl()->mxProgressBar.is() ) in GetValue()
1446 return getImpl()->mxProgressBar->getValue(); in GetValue()
1513 return getImpl()->getText (); in getString()
1518 return getImpl()->getText (); in getOUString()
1529 return getImpl()->maString;
1535 return getImpl()->maString; in operator String()
1545 getImpl()->setText( s ); in operator =()
1546 return getImpl()->getText(); in operator =()
1551 OUString a = getImpl()->getText (); in operator +=()
1553 getImpl()->setText (a); in operator +=()
1554 return getImpl()->getText (); in operator +=()
1559 String a = getImpl()->getText (); in operator +=()
1561 getImpl()->setText (a); in operator +=()
1562 return getImpl()->getText (); in operator +=()