/aoo41x/main/sfx2/source/view/ |
H A D | orgmgr.cxx | 552 … SvLBoxEntry *pEntryToDelete = pCaller->SvLBox::GetEntry(pCaller->SvLBox::GetEntry(nRegion), nIdx); in Delete() 554 pCaller->GetModel()->Remove(pEntryToDelete); in Delete() 595 pCaller->GetOpenedBmp(0), in InsertDir() 596 pCaller->GetClosedBmp(0), in InsertDir() 598 pCaller->Update(); in InsertDir() 599 pCaller->EditEntry(pEntry); in InsertDir() 693 pParent = pCaller->GetParent(pParent); in CopyFrom() 701 pCaller->InsertEntry( rName, in CopyFrom() 707 pCaller->Update(); in CopyFrom() 709 pCaller->Expand( pParent ); in CopyFrom() [all …]
|
/aoo41x/main/tools/inc/tools/ |
H A D | link.hxx | 55 long __EXPORT Class::LinkStub##Method( void* pThis, void* pCaller) \ 57 return ((Class*)pThis )->Method( (ArgType)pCaller ); \ 109 long Call( void* pCaller ) const; 133 inline long Link::Call(void *pCaller) const in Call() 135 return pFunc ? (*pFunc)(pInst, pCaller) : 0; in Call()
|
/aoo41x/main/sfx2/inc/ |
H A D | orgmgr.hxx | 78 sal_Bool Delete( SfxOrganizeListBox_Impl* pCaller, sal_uInt16 nRegion, sal_uInt16 nIdx ); 79 sal_Bool InsertDir( SfxOrganizeListBox_Impl* pCaller, const String& rName, sal_uInt16 nRegion ); 82 …sal_Bool CopyFrom( SfxOrganizeListBox_Impl* pCaller, sal_uInt16 nRegion, sal_uInt16 nIdx, String& … 85 sal_Bool InsertFile( SfxOrganizeListBox_Impl* pCaller, const String& rFileName );
|
/aoo41x/main/sw/source/core/layout/ |
H A D | frmtool.cxx | 1921 long SwBorderAttrs::CalcRight( const SwFrm* pCaller ) const in CalcRight() 1927 if ( pCaller->IsCellFrm() && pCaller->IsRightToLeft() ) in CalcRight() 1933 if ( pCaller->IsTxtFrm() && pCaller->IsRightToLeft() ) in CalcRight() 1940 if ( pCaller->IsTxtFrm() && pCaller->IsRightToLeft() ) in CalcRight() 1949 long SwBorderAttrs::CalcLeft( const SwFrm *pCaller ) const in CalcLeft() 1955 if ( pCaller->IsCellFrm() && pCaller->IsRightToLeft() ) in CalcLeft() 1961 if ( pCaller->IsTxtFrm() && pCaller->IsRightToLeft() ) in CalcLeft() 1969 if ( pCaller->IsTxtFrm() && !pCaller->IsRightToLeft() ) in CalcLeft() 2064 const SwFrm *pCaller, in CmpLeftRight() argument 2069 CalcLeft( pCaller ) == rCmpAttrs.CalcLeft( pCmp ) && in CmpLeftRight() [all …]
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | genlink.hxx | 48 long Call( void* pCaller ) in Call() argument 49 { return pFunc ? (*pFunc)(pCaller) : aLink.Call(pCaller); } in Call()
|
/aoo41x/main/sw/source/ui/cctrl/ |
H A D | popbox.cxx | 62 long SwHelpToolBox::DoubleClick( ToolBox* pCaller ) in DoubleClick() argument 65 if( 0 == pCaller->GetCurItemId() && aDoubleClickLink.Call(0) ) in DoubleClick()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | frmtool.hxx | 333 const SwFrm *pCaller, 354 long CalcLeft( const SwFrm *pCaller ) const; 355 long CalcRight( const SwFrm *pCaller ) const;
|
/aoo41x/main/sw/inc/ |
H A D | swbaslnk.hxx | 31 long GrfNodeChanged( void* pLink, void* pCaller ); 35 friend long GrfNodeChanged( void* pLink, void* pCaller );
|
/aoo41x/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 448 IMPL_LINK( SwInputWindow, SelTblCellsNotify, SwWrtShell *, pCaller ) in IMPL_LINK() argument 452 SwFrmFmt* pTblFmt = pCaller->GetTableFmt(); in IMPL_LINK() 453 String sBoxNms( pCaller->GetBoxNms() ); in IMPL_LINK()
|
/aoo41x/main/oox/source/export/ |
H A D | ooxml-export-notes.txt | 222 …#30 0x00002b0fcb17d51d in SfxDispatcher::LinkStubPostMsgHandler (pThis=0x110fde0, pCaller=0x1484f2… 223 …#31 0x00002b0fcafb3e70 in Link::Call (this=0x11488f8, pCaller=0x1484f20) at /home/rodo/git/ooxml/s… 224 …#32 0x00002b0fcb1a9952 in GenLink::Call (this=0x11488f8, pCaller=0x1484f20) at ../../inc/sfx2/genl… 227 …#35 0x00002b0fcb1a974f in SfxHintPoster::LinkStubDoEvent_Impl (pThis=0x11488e0, pCaller=0x1484f20)…
|
/aoo41x/main/svtools/workben/ |
H A D | browser.cxx | 576 IMPL_LINK_INLINE_START( AppWindow, Modify, void *, pCaller ) in IMPL_LINK_INLINE_START() argument 578 Edit *pEdit = (Edit*) pCaller; in IMPL_LINK_INLINE_START() 584 IMPL_LINK_INLINE_END( AppWindow, Modify, void *, pCaller ) in IMPL_LINK_INLINE_END() argument
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | svapp.hxx | 334 static sal_uLong PostUserEvent( const Link& rLink, void* pCaller = NULL ); 336 …sal_Bool PostUserEvent( sal_uLong& rEventId, const Link& rLink, void* pCaller = NULL );
|
H A D | ctrl.hxx | 86 sal_uLong nEvent, const Link& rHandler, void* pCaller
|
H A D | window.hxx | 643 sal_uLong PostUserEvent( const Link& rLink, void* pCaller = NULL ); 645 …sal_Bool PostUserEvent( sal_uLong& rEventId, const Link& rLink, void* pCaller = NUL…
|
/aoo41x/main/vcl/source/control/ |
H A D | ctrl.cxx | 376 …Control::ImplCallEventListenersAndHandler( sal_uLong nEvent, const Link& rHandler, void* pCaller ) in ImplCallEventListenersAndHandler() argument 384 rHandler.Call( pCaller ); in ImplCallEventListenersAndHandler()
|
/aoo41x/main/vcl/source/app/ |
H A D | svapp.cxx | 1102 sal_uLong Application::PostUserEvent( const Link& rLink, void* pCaller ) in PostUserEvent() argument 1105 PostUserEvent( nEventId, rLink, pCaller ); in PostUserEvent() 1133 sal_Bool Application::PostUserEvent( sal_uLong& rEventId, const Link& rLink, void* pCaller ) in PostUserEvent() argument 1137 pSVEvent->mpData = pCaller; in PostUserEvent()
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.hxx | 72 void PostUserEvent( const Link& rLink, void* pCaller );
|
H A D | dp_gui_dialog2.cxx | 685 void DialogHelper::PostUserEvent( const Link& rLink, void* pCaller ) in PostUserEvent() argument 690 m_nEventID = Application::PostUserEvent( rLink, pCaller ); in PostUserEvent()
|
/aoo41x/main/toolkit/doc/layout/ |
H A D | TODO | 49 …( ( layout :: layout :: RadioButton * ) pCaller ) ; } long SvxZoomDialog :: UserHdl ( layout :: Ra…
|
/aoo41x/main/vcl/source/window/ |
H A D | window.cxx | 5504 sal_uLong Window::PostUserEvent( const Link& rLink, void* pCaller ) in PostUserEvent() argument 5507 PostUserEvent( nEventId, rLink, pCaller ); in PostUserEvent() 5538 sal_Bool Window::PostUserEvent( sal_uLong& rEventId, const Link& rLink, void* pCaller ) in PostUserEvent() argument 5544 pSVEvent->mpData = pCaller; in PostUserEvent()
|