Lines Matching refs:getImpl
256 ControlImpl &Control::getImpl () const in getImpl() function in layout::Control
616 if ( !getImpl().mxWindow.is() ) in Enable()
618 getImpl().mxWindow->setEnable( bEnable ); in Enable()
623 if ( !getImpl().mxWindow.is() ) in Show()
625 getImpl().mxWindow->setVisible( bVisible ); in Show()
627 getImpl ().bFirstTimeVisible = true; in Show()
628 else if (GetParent() && getImpl().bFirstTimeVisible) in Show()
630 getImpl().redraw (); in Show()
631 getImpl().bFirstTimeVisible = false; in Show()
637 if ( !getImpl().mxWindow.is() ) in GrabFocus()
639 getImpl().mxWindow->setFocus(); in GrabFocus()
748 return getImpl ().GetGetFocusHdl (); in GetGetFocusHdl()
753 if (&getImpl () && getImpl().mxWindow.is ()) in SetGetFocusHdl()
754 getImpl ().SetGetFocusHdl (link); in SetGetFocusHdl()
759 return getImpl ().GetLoseFocusHdl (); in GetLoseFocusHdl()
764 if (&getImpl () && getImpl().mxWindow.is ()) in SetLoseFocusHdl()
765 getImpl ().SetLoseFocusHdl (link); in SetLoseFocusHdl()
805 #define MX_DIALOG if (getImpl ().mxDialog.is ()) getImpl ().mxDialog
806 #define RETURN_MX_DIALOG if (getImpl ().mxDialog.is ()) return getImpl ().mxDialog
1085 #define MX_TABCONTROL if (getImpl ().mxTabControl.is ()) getImpl ().mxTabControl
1086 #define RETURN_MX_TABCONTROL if (getImpl ().mxTabControl.is ()) return getImpl ().mxTabControl
1135 getImpl ().redraw (); in InsertPage()
1152 getImpl ().redraw (); in GetPagePos()
1157 getImpl ().redraw (); in SetCurPageId()
1182 getImpl ().redraw (); in SetTabPage()
1190 if (&getImpl () && getImpl().mxTabControl.is ()) in SetActivatePageHdl()
1191 getImpl ().SetActivatePageHdl (link); in SetActivatePageHdl()
1195 return getImpl ().GetActivatePageHdl (); in GetActivatePageHdl()
1199 if (&getImpl () && getImpl().mxTabControl.is ()) in SetDeactivatePageHdl()
1200 getImpl ().SetDeactivatePageHdl (link); in SetDeactivatePageHdl()
1204 return getImpl ().GetDeactivatePageHdl (); in GetDeactivatePageHdl()
1333 if ( !getImpl().mxFixedText.is() ) in SetText()
1335 getImpl().mxFixedText->setText( rStr ); in SetText()
1385 getImpl().mxGraphic->...(); in FixedImageImpl()
1396 if ( !getImpl().mxGraphic.is() ) in IMPL_GET_IMPL()
1422 if ( !getImpl().mxProgressBar.is() ) in SetForegroundColor()
1424 getImpl().mxProgressBar->setForegroundColor( color ); in SetForegroundColor()
1429 if ( !getImpl().mxProgressBar.is() ) in SetBackgroundColor()
1431 getImpl().mxProgressBar->setBackgroundColor( color ); in SetBackgroundColor()
1436 if ( !getImpl().mxProgressBar.is() ) in SetValue()
1438 getImpl().mxProgressBar->setValue( i ); in SetValue()
1443 if ( !getImpl().mxProgressBar.is() ) in SetRange()
1445 getImpl().mxProgressBar->setRange( min, max ); in SetRange()
1450 if ( !getImpl().mxProgressBar.is() ) in GetValue()
1452 return getImpl().mxProgressBar->getValue(); in GetValue()
1519 return getImpl ().getText (); in getString()
1524 return getImpl ().getText (); in getOUString()
1535 return getImpl ().maString;
1541 return getImpl ().maString; in operator String()
1551 getImpl().setText( s ); in operator =()
1552 return getImpl().getText(); in operator =()
1557 OUString a = getImpl ().getText (); in operator +=()
1559 getImpl ().setText (a); in operator +=()
1560 return getImpl ().getText (); in operator +=()
1565 String a = getImpl ().getText (); in operator +=()
1567 getImpl ().setText (a); in operator +=()
1568 return getImpl ().getText (); in operator +=()