| /AOO41X/main/sfx2/source/view/ |
| H A D | orgmgr.cxx | 477 sal_Bool SfxOrganizeMgr::Delete(SfxOrganizeListBox_Impl *pCaller, in Delete() argument 510 SvLBoxEntry *pGroupToDelete = pCaller->SvLBox::GetEntry(nRegion); in Delete() 513 … sal_uInt16 nItemNum = (sal_uInt16)( pCaller->GetModel()->GetChildCount( pGroupToDelete ) ); in Delete() 527 … pEntriesToDelete[nToDeleteNum++] = pCaller->SvLBox::GetEntry( pGroupToDelete, nInd ); in Delete() 533 pCaller->GetModel()->Remove( pEntriesToDelete[nInd] ); in Delete() 536 if ( !pCaller->GetModel()->GetChildCount( pGroupToDelete ) ) in Delete() 540 pCaller->GetModel()->Remove( pGroupToDelete ); in Delete() 552 … SvLBoxEntry *pEntryToDelete = pCaller->SvLBox::GetEntry(pCaller->SvLBox::GetEntry(nRegion), nIdx); in Delete() 554 pCaller->GetModel()->Remove(pEntryToDelete); in Delete() 565 SfxOrganizeListBox_Impl* pCaller,/* rufende ListBox; da dieses Event in InsertDir() argument [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, Strin… 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() 1942 nRight += ((SwTxtFrm*)pCaller)->GetTxtNode()->GetLeftMarginWithNum(); 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() 1972 nLeft += ((SwTxtFrm*)pCaller)->GetTxtNode()->GetLeftMarginWithNum(); in CalcLeft() [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/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 | 682 void DialogHelper::PostUserEvent( const Link& rLink, void* pCaller ) in PostUserEvent() argument 687 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()
|