Searched refs:DialogImpl (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/vcl/inc/vcl/ |
H A D | dialog.hxx | 39 struct DialogImpl; 46 DialogImpl* mpDialogImpl;
|
/aoo4110/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 768 class DialogImpl : public WindowImpl class 772 DialogImpl( Context *context, PeerHandle const &peer, Window *window ); 775 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() function in layout::DialogImpl 783 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog() 792 , Window( new DialogImpl( this, Context::GetPeerHandle( id, nId ), this ) ) in Dialog()
|
/aoo4110/main/vcl/source/window/ |
H A D | dialog.cxx | 237 struct DialogImpl struct 243 DialogImpl() : mnResult( -1 ), mbStartedModal( false ) {} in DialogImpl() function 258 mpDialogImpl = new DialogImpl; in ImplInitDialogData()
|
/aoo4110/main/toolkit/inc/layout/ |
H A D | layout.hxx | 553 class DialogImpl;
|
/aoo4110/main/toolkit/doc/layout/ |
H A D | ChangeLog | 1207 * : Revert "Attempt at using DialogImpl to hold button Click 1230 * : Attempt at using DialogImpl to hold button Click handler.
|
Completed in 93 milliseconds