| /trunk/main/toolkit/source/layout/vcl/ |
| H A D | wfield.cxx | 56 EditImpl( Context *context, const PeerHandle &peer, Window *window ) in EditImpl() argument 57 : ControlImpl( context, peer, window ) in EditImpl() 58 , mxEdit( peer, uno::UNO_QUERY ) in EditImpl() 142 MultiLineEditImpl( Context *context, const PeerHandle &peer, Window *window ) in MultiLineEditImpl() argument 143 : EditImpl( context, peer, window ) in MultiLineEditImpl() 154 SpinFieldImpl( Context *context, const PeerHandle &peer, Window *window ) in SpinFieldImpl() argument 155 : EditImpl( context, peer, window ) in SpinFieldImpl() 165 NumericFieldImpl( Context *context, const PeerHandle &peer, Window *window ) in NumericFieldImpl() argument 166 : SpinFieldImpl( context, peer, window ) in NumericFieldImpl() 174 MetricFieldImpl( Context *context, const PeerHandle &peer, Window *window ) in MetricFieldImpl() argument [all …]
|
| H A D | wrapper.cxx | 157 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window) in WindowImpl() argument 160 , mxWindow (peer, uno::UNO_QUERY) in WindowImpl() 161 , mxVclPeer (peer, uno::UNO_QUERY) in WindowImpl() 673 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument 674 : WindowImpl( context, peer, window ) in ControlImpl() 763 DialogImpl( Context *context, PeerHandle const &peer, Window *window ); 766 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() argument 767 : WindowImpl( context, peer, window ) in DialogImpl() 768 , mxDialog( peer, uno::UNO_QUERY ) in DialogImpl() 1000 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl() argument [all …]
|
| H A D | wbutton.cxx | 84 ButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in ButtonImpl() argument 85 : ControlImpl( context, peer, window ) in ButtonImpl() 86 , mxButton( peer, uno::UNO_QUERY ) in ButtonImpl() 188 PushButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in PushButtonImpl() argument 189 : ButtonImpl( context, peer, window ) in PushButtonImpl() 265 RadioButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in RadioButtonImpl() argument 266 : ButtonImpl( context, peer, window ) in RadioButtonImpl() 267 , mxRadioButton( peer, uno::UNO_QUERY ) in RadioButtonImpl() 373 CheckBoxImpl( Context *context, const PeerHandle &peer, Window *window ) in CheckBoxImpl() argument 374 : ButtonImpl( context, peer, window ) in CheckBoxImpl() [all …]
|
| H A D | wrapper.hxx | 52 WindowImpl (Context *context, PeerHandle const &peer, Window *window); 71 ControlImpl( Context *context, PeerHandle const& peer, Window *window ); 136 t##Impl( Context *context, PeerHandle const& peer, Window *window ) \ 137 : parent##Impl( context, peer, window ) \
|
| /trunk/main/wizards/com/sun/star/wizards/web/ |
| H A D | AbstractErrorHandler.java | 41 XWindowPeer peer; field in AbstractErrorHandler 46 peer = peer_; in AbstractErrorHandler() 93 return showMessage(xmsf, peer, message, errorType); in showMessage() 104 …public static boolean showMessage(XMultiServiceFactory xmsf, XWindowPeer peer, String message, int… in showMessage() argument 108 int b = SystemDialog.showMessageBox(xmsf, peer, serviceName, attribute, message); in showMessage() 112 public static boolean showMessage(XMultiServiceFactory xmsf, XWindowPeer peer, in showMessage() argument 119 … int b = SystemDialog.showMessageBox(xmsf, peer, dialogtype, defaultButton + buttons, message); in showMessage()
|
| H A D | ProcessErrorHandler.java | 50 …public ProcessErrorHandler(XMultiServiceFactory xmsf, XWindowPeer peer, WebWizardDialogResources r… in ProcessErrorHandler() argument 52 super(xmsf, peer); in ProcessErrorHandler()
|
| H A D | WWD_General.java | 370 XWindowPeer peer = xControl.getPeer(); in unexpectedError() local 371 …AbstractErrorHandler.showMessage(xMSF, peer, resources.resErrUnexpected, ErrorHandler.ERROR_PROCES… in unexpectedError()
|
| /trunk/main/offapi/com/sun/star/form/ |
| H A D | XGridPeer.idl | 41 /** represents the window peer of a GridControl and allows you to set 57 /** retrieves the currently used column definitions of the peer. 63 /** sets the column definition for the peer.
|
| /trunk/main/wizards/com/sun/star/wizards/common/ |
| H A D | SystemDialog.java | 365 …public static int showMessageBox(XMultiServiceFactory xMSF, XWindowPeer peer, String windowService… in showMessageBox() argument 368 if (peer == null) in showMessageBox() 379 oDescriptor.Parent = peer; in showMessageBox()
|
| /trunk/main/offapi/com/sun/star/awt/ |
| H A D | XVclWindowPeer.idl | 53 /** returns <true/> if the window peer is a child, <false/> otherwise. 65 /** returns <true/> if the window peer is in design mode,
|
| H A D | XControl.idl | 94 /** returns the peer which was previously created or set. 120 <p>Normally the control will be painted directly without a peer.</p>
|
| /trunk/main/offapi/com/sun/star/mozilla/ |
| H A D | XPluginWindowPeer.idl | 46 /** Notifies the peer of the created child window.
|
| /trunk/main/apple_remote/source/ |
| H A D | RemoteControl.m | 105 … kTargetApplicationIdentifier /*targetBundleIdentifier -> does not appear, since the peer is nil*/,
|