Home
last modified time | relevance | path

Searched refs:OnActionDone (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A Dasyncfilepicker.cxx86 pActionDescriptor->aFinishHandler = LINK( this, AsyncPickerAction, OnActionDone ); in execute()
119 OnActionDone( reinterpret_cast< void* >( eResult ) ); in execute()
129 IMPL_LINK( AsyncPickerAction, OnActionDone, void*, pEmptyArg, void ) in IMPL_LINK() argument
H A Dasyncfilepicker.hxx83 DECL_LINK( OnActionDone, void*, void );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A Dasyncfilepicker.cxx86 pActionDescriptor->aFinishHandler = LINK( this, AsyncPickerAction, OnActionDone ); in execute()
119 OnActionDone( reinterpret_cast< void* >( eResult ) ); in execute()
129 IMPL_LINK( AsyncPickerAction, OnActionDone, void*, pEmptyArg, void ) in IMPL_LINK() argument
H A Dasyncfilepicker.hxx84 DECL_LINK( OnActionDone, void*, void );
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgralayers.pas391 property OnActionDone: TNotifyEvent read FOnActionDone write SetOnActionDone; property
2228 if Assigned(OnActionDone) then OnActionDone(self);
2251 if Assigned(OnActionDone) then OnActionDone(self);
2263 if Assigned(OnActionDone) then OnActionDone(self);
2292 if Assigned(OnActionDone) then OnActionDone(self);
2321 if Assigned(OnActionDone) then OnActionDone(self);
2378 if Assigned(OnActionDone) then OnActionDone(self);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgralayers.pas391 property OnActionDone: TNotifyEvent read FOnActionDone write SetOnActionDone; property
2228 if Assigned(OnActionDone) then OnActionDone(self);
2251 if Assigned(OnActionDone) then OnActionDone(self);
2263 if Assigned(OnActionDone) then OnActionDone(self);
2292 if Assigned(OnActionDone) then OnActionDone(self);
2321 if Assigned(OnActionDone) then OnActionDone(self);
2378 if Assigned(OnActionDone) then OnActionDone(self);
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/image/
H A Duimagestate.pas194 property OnActionDone: TNotifyEvent read FOnActionDone write SetOnActionDone; property
458 FLayeredBitmap.OnActionDone:= nil;
467 FLayeredBitmap.OnActionDone:=@LayeredActionDone;
H A Duimage.pas2406 FCurrentState.OnActionDone:=@LayeredActionDone;