/aoo4110/main/svx/inc/svx/ |
H A D | ctredlin.hxx | 112 Link aColCompareLink; 174 Link aReadyLink; 175 Link aModifyLink; 176 Link aModifyDateLink; 178 Link aModifyRefLink; 179 Link aRefLink; 180 Link aModifyComLink; 316 Link AcceptClickLk; 318 Link RejectClickLk; 320 Link UndoClickLk; [all …]
|
H A D | charmap.hxx | 60 Link GetDoubleClickHdl() const { return aDoubleClkHdl; } in GetDoubleClickHdl() 61 void SetDoubleClickHdl( const Link& rLink ) { aDoubleClkHdl = rLink; } in SetDoubleClickHdl() 62 Link GetSelectHdl() const { return aSelectHdl; } in GetSelectHdl() 63 void SetSelectHdl( const Link& rHdl ) { aSelectHdl = rHdl; } in SetSelectHdl() 64 Link GetHighlightHdl() const { return aHighHdl; } in GetHighlightHdl() 65 void SetHighlightHdl( const Link& rHdl ) { aHighHdl = rHdl; } in SetHighlightHdl() 66 Link GetPreSelectHdl() const { return aHighHdl; } in GetPreSelectHdl() 110 Link aDoubleClkHdl; 111 Link aSelectHdl; 112 Link aHighHdl; [all …]
|
H A D | graphctl.hxx | 54 Link aMousePosLink; 55 Link aGraphSizeLink; 56 Link aMarkObjLink; 57 Link aUpdateLink; 122 void SetMousePosLink( const Link& rLink ) { aMousePosLink = rLink; } in SetMousePosLink() 123 const Link& GetMousePosLink() const { return aMousePosLink; } in GetMousePosLink() 126 const Link& GetGraphSizeLink() const { return aGraphSizeLink; } in GetGraphSizeLink() 128 void SetMarkObjLink( const Link& rLink ) { aMarkObjLink = rLink; } in SetMarkObjLink() 129 const Link& GetMarkObjLink() const { return aMarkObjLink; } in GetMarkObjLink() 131 void SetUpdateLink( const Link& rLink ) { aUpdateLink = rLink; } in SetUpdateLink() [all …]
|
H A D | dlgctl3d.hxx | 82 Link maUserInteractiveChangeCallback; 83 Link maUserSelectionChangeCallback; 84 Link maChangeCallback; 85 Link maSelectionChangeCallback; 130 void SetUserInteractiveChangeCallback(Link aNew) { maUserInteractiveChangeCallback = aNew; } in SetUserInteractiveChangeCallback() 131 void SetUserSelectionChangeCallback(Link aNew) { maUserSelectionChangeCallback = aNew; } in SetUserSelectionChangeCallback() 132 void SetChangeCallback(Link aNew) { maChangeCallback = aNew; } in SetChangeCallback() 133 void SetSelectionChangeCallback(Link aNew) { maSelectionChangeCallback = aNew; } in SetSelectionChangeCallback() 169 Link maUserInteractiveChangeCallback; 170 Link maUserSelectionChangeCallback; [all …]
|
/aoo4110/main/vcl/inc/ |
H A D | ilstbox.hxx | 113 Link maSelectionChangedHdl; 247 Link maScrollHdl; 248 Link maSelectHdl; 249 Link maCancelHdl; 250 Link maDoubleClickHdl; 251 Link maUserDrawHdl; 252 Link maMRUChangedHdl; 253 Link maFocusHdl; 590 Link maMBDownHdl; 591 Link maUserDrawHdl; [all …]
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 642 Link aDrawPortionHdl; 643 Link aDrawBulletHdl; 644 Link aExpandHdl; 645 Link aParaInsertedHdl; 648 Link aWidthArrReqHdl; 649 Link aBeginMovingHdl; 650 Link aEndMovingHdl; 655 Link maPaintFirstLineHdl; 871 Link GetModifyHdl() const; 1067 Link GetBeginDropHdl() const; [all …]
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | funcutl.hxx | 64 Link aSelChangedLink; 121 Link aFxClickLink; 122 Link aRefClickLink; 123 Link aFxFocusLink; 124 Link aRefFocusLink; 125 Link aEdFocusLink; 126 Link aEdModifyLink; 171 const Link& GetFxClickHdl() const { return aFxClickLink; } in GetFxClickHdl() 174 const Link& GetRefClickHdl() const { return aRefClickLink; } in GetRefClickHdl() 177 const Link& GetFxFocusHdl() const { return aFxFocusLink; } in GetFxFocusHdl() [all …]
|
/aoo4110/main/formula/source/ui/dlg/ |
H A D | ControlHelper.hxx | 55 Link aSelChangedLink; 112 Link aFxClickLink; 113 Link aRefClickLink; 114 Link aFxFocusLink; 115 Link aRefFocusLink; 116 Link aEdFocusLink; 117 Link aEdModifyLink; 166 const Link& GetFxClickHdl() const { return aFxClickLink; } in GetFxClickHdl() 169 const Link& GetRefClickHdl() const { return aRefClickLink; } in GetRefClickHdl() 172 const Link& GetFxFocusHdl() const { return aFxFocusLink; } in GetFxFocusHdl() [all …]
|
/aoo4110/main/svl/inc/svl/ |
H A D | svdde.hxx | 163 Link aData; 164 Link aDone; 178 const Link& GetDataHdl() const { return aData; } in GetDataHdl() 181 const Link& GetDoneHdl() const { return aDone; } in GetDoneHdl() 203 Link aNotify; 210 const Link& GetNotifyHdl() const { return aNotify; } in GetNotifyHdl() 375 Link aConnectLink; 376 Link aDisconnectLink; 377 Link aGetLink; 378 Link aPutLink; [all …]
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | stdmenu.hxx | 153 Link maSelectHdl; 154 Link maHighlightHdl; 169 const Link& GetSelectHdl() const { return maSelectHdl; } in GetSelectHdl() 171 const Link& GetHighlightHdl() const { return maHighlightHdl; } in GetHighlightHdl() 185 Link maSelectHdl; 186 Link maHighlightHdl; 202 const Link& GetSelectHdl() const { return maSelectHdl; } in GetSelectHdl() 204 const Link& GetHighlightHdl() const { return maHighlightHdl; } in GetHighlightHdl() 216 Link maSelectHdl; 217 Link maHighlightHdl; [all …]
|
H A D | tabbar.hxx | 370 Link maSelectHdl; 371 Link maDoubleClickHdl; 372 Link maSplitHdl; 373 Link maActivatePageHdl; 374 Link maDeactivatePageHdl; 375 Link maStartRenamingHdl; 376 Link maAllowRenamingHdl; 377 Link maEndRenamingHdl; 536 const Link& GetSelectHdl() const { return maSelectHdl; } in GetSelectHdl() 538 const Link& GetDoubleClickHdl() const { return maDoubleClickHdl; } in GetDoubleClickHdl() [all …]
|
H A D | headbar.hxx | 258 Link maStartDragHdl; 259 Link maDragHdl; 260 Link maEndDragHdl; 261 Link maSelectHdl; 262 Link maDoubleClickHdl; 263 Link maCreateAccessibleHdl; 373 inline const Link& GetStartDragHdl() const { return maStartDragHdl; } in GetStartDragHdl() 374 inline void SetDragHdl( const Link& rLink ) { maDragHdl = rLink; } in SetDragHdl() 375 inline const Link& GetDragHdl() const { return maDragHdl; } in GetDragHdl() 377 inline const Link& GetEndDragHdl() const { return maEndDragHdl; } in GetEndDragHdl() [all …]
|
H A D | calendar.hxx | 238 Link maSelectionChangingHdl; 239 Link maDateRangeChangedHdl; 240 Link maRequestDateInfoHdl; 241 Link maDoubleClickHdl; 242 Link maSelectHdl; 374 const Link& GetDoubleClickHdl() const { return maDoubleClickHdl; } in GetDoubleClickHdl() 375 void SetSelectHdl( const Link& rLink ) { maSelectHdl = rLink; } in SetSelectHdl() 376 const Link& GetSelectHdl() const { return maSelectHdl; } in GetSelectHdl() 460 Link maSelectHdl; 490 void SetSelectHdl( const Link& rLink ) { maSelectHdl = rLink; } in SetSelectHdl() [all …]
|
H A D | ruler.hxx | 704 Link maStartDragHdl; 705 Link maDragHdl; 706 Link maEndDragHdl; 707 Link maClickHdl; 708 Link maDoubleClickHdl; 709 Link maExtraDownHdl; 858 const Link& GetStartDragHdl() const { return maStartDragHdl; } in GetStartDragHdl() 860 const Link& GetDragHdl() const { return maDragHdl; } in GetDragHdl() 862 const Link& GetEndDragHdl() const { return maEndDragHdl; } in GetEndDragHdl() 864 const Link& GetClickHdl() const { return maClickHdl; } in GetClickHdl() [all …]
|
H A D | svlbox.hxx | 259 Link* m_pLink; 296 Link aExpandedHdl; 297 Link aExpandingHdl; 298 Link aSelectHdl; 299 Link aDeselectHdl; 300 Link aDoubleClickHdl; 376 Link GetDragFinishedHdl() const; 603 Link aCallBackHdl; 619 const String& rData, const Link& rNotifyEditEnd, 632 Link aCallBackHdl; [all …]
|
/aoo4110/main/svtools/source/inc/ |
H A D | property.hxx | 280 void SetClickHdl(const Link&); 328 Link aModifyLink; 329 Link aGetFocusLink; 330 Link aLoseFocusLink; 331 Link aKeyInputLink; 350 const Link& GetModifyHdl() const { return aModifyLink; } in GetModifyHdl() 454 Link aModifyLink; 455 Link aClickedLink; 456 Link aCommitLink; 457 Link aSelectLink; [all …]
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | dbtreelistbox.hxx | 68 Link m_aCutHandler; // called when someone press CTRL+X 69 Link m_aCopyHandler; // called when someone press CTRL+C 70 Link m_aPasteHandler; // called when someone press CTRL+V 71 Link m_aDeleteHandler; // called when someone press DELETE Key 72 Link m_aEditingHandler; // called before someone will edit an entry 73 Link m_aEditedHandler; // called after someone edited an entry 74 Link m_aEnterKeyHdl; 108 void setCutHandler(const Link& _rHdl) { m_aCutHandler = _rHdl; } in setCutHandler() 109 void setCopyHandler(const Link& _rHdl) { m_aCopyHandler = _rHdl; } in setCopyHandler() 110 void setPasteHandler(const Link& _rHdl) { m_aPasteHandler = _rHdl; } in setPasteHandler() [all …]
|
/aoo4110/main/tools/inc/tools/ |
H A D | link.hxx | 67 Link( (Class*)Inst, (PSTUB)&Class::LinkStub##Member ) 70 Link( (Class*)Inst, (PSTUB)&Class::Member ) 100 class TOOLS_DLLPUBLIC Link class 106 Link(); 107 Link( void* pLinkHdl, PSTUB pMemFunc ); 117 sal_Bool operator<( const Link& rLink ) const in operator <() 121 inline Link::Link() in Link() function in Link 127 inline Link::Link( void* pLinkHdl, PSTUB pMemFunc ) in Link() function in Link 133 inline long Link::Call(void *pCaller) const in Call() 138 inline sal_Bool Link::IsSet() const in IsSet() [all …]
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | menu.hxx | 139 Link aActivateHdl; // Active-Handler 140 Link aDeactivateHdl; // Deactivate-Handler 141 Link aHighlightHdl; // Highlight-Handler 142 Link aSelectHdl; // Highlight-Handler 312 const Link& GetActivateHdl() const { return aActivateHdl; } in GetActivateHdl() 320 void SetSelectHdl( const Link& rLink ) { aSelectHdl = rLink; } in SetSelectHdl() 321 const Link& GetSelectHdl() const { return aSelectHdl; } in GetSelectHdl() 397 Link maCloserHdl; 398 Link maFloatHdl; 399 Link maHideHdl; [all …]
|
H A D | splitwin.hxx | 104 Link maStartSplitHdl; 105 Link maSplitHdl; 106 Link maSplitResizeHdl; 107 Link maAutoHideHdl; 108 Link maFadeInHdl; 109 Link maFadeOutHdl; 264 void SetSplitHdl( const Link& rLink ) { maSplitHdl = rLink; } in SetSplitHdl() 265 const Link& GetSplitHdl() const { return maSplitHdl; } in GetSplitHdl() 269 const Link& GetAutoHideHdl() const { return maAutoHideHdl; } in GetAutoHideHdl() 271 const Link& GetFadeInHdl() const { return maFadeInHdl; } in GetFadeInHdl() [all …]
|
H A D | toolbox.hxx | 238 Link maClickHdl; 239 Link maDoubleClickHdl; 240 Link maActivateHdl; 241 Link maDeactivateHdl; 242 Link maHighlightHdl; 243 Link maSelectHdl; 244 Link maNextToolBoxHdl; 577 void SetDropdownClickHdl( const Link& rLink ); 578 const Link& GetDropdownClickHdl() const; 601 void SetMenuButtonHdl( const Link& rLink ); [all …]
|
H A D | spinfld.hxx | 44 Link maUpHdlLink; 45 Link maDownHdlLink; 46 Link maFirstHdlLink; 47 Link maLastHdlLink; 97 void SetUpHdl( const Link& rLink ) { maUpHdlLink = rLink; } in SetUpHdl() 98 const Link& GetUpHdl() const { return maUpHdlLink; } in GetUpHdl() 99 void SetDownHdl( const Link& rLink ) { maDownHdlLink = rLink; } in SetDownHdl() 100 const Link& GetDownHdl() const { return maDownHdlLink; } in GetDownHdl() 102 const Link& GetFirstHdl() const { return maFirstHdlLink; } in GetFirstHdl() 103 void SetLastHdl( const Link& rLink ) { maLastHdlLink = rLink; } in SetLastHdl() [all …]
|
/aoo4110/main/toolkit/source/layout/vcl/ |
H A D | wfield.cxx | 53 Link maModifyHdl; 98 SetModifyHdl (Link ()); in ~Edit() 324 Link maClickHdl; 325 Link maSelectHdl; 507 Link maClickHdl; 508 Link maSelectHdl; 509 Link maDoubleClickHdl; 595 Link& GetClickHdl () in GetClickHdl() 615 Link& GetSelectHdl () in GetSelectHdl() 635 Link& GetDoubleClickHdl () in GetDoubleClickHdl() [all …]
|
/aoo4110/main/automation/source/inc/ |
H A D | testapp.hxx | 98 void SetLogHdl( const Link& rLink ) { aLogHdl = rLink; } in SetLogHdl() 99 const Link& GetLogHdl() const { return aLogHdl; } in GetLogHdl() 101 void SetWinInfoHdl( const Link& rLink ) { aWinInfoHdl = rLink; } in SetWinInfoHdl() 102 const Link& GetWinInfoHdl() const { return aWinInfoHdl; } in GetWinInfoHdl() 107 void SetCErrorHdl( const Link& rLink ) { aCErrorHdl = rLink; } in SetCErrorHdl() 108 const Link& GetCErrorHdl() const { return aCErrorHdl; } in GetCErrorHdl() 111 const Link& GetWriteStringHdl() const { return aWriteStringHdl; } in GetWriteStringHdl() 119 Link aLogHdl; // Zum Logen der Fehlermeldungen im Testtool 120 Link aWinInfoHdl; // Anzeigen der Windows/Controls der zu testenden App 122 Link aCErrorHdl; // Melden von Compilererror [all …]
|
/aoo4110/main/fpicker/source/office/ |
H A D | iodlg.hxx | 172 Link _aOKHdl; 173 Link _aFileSelectHdl; 174 Link _aFilterSelectHdl; 275 inline void SetOKHdl( const Link& rLink ); 276 inline const Link& GetOKHdl() const; 278 inline const Link& GetFileSelectHdl() const; 280 inline const Link& GetFilterSelectHdl() const; 404 const Link& rLink in SetOKHdl() 412 inline const Link& SvtFileDialog::GetOKHdl() const in GetOKHdl() 421 const Link& rLink in SetFileSelectHdl() [all …]
|