Searched refs:pNotify (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/svtools/source/control/ |
| H A D | taskstat.cxx | 111 TaskStatusFieldItem::TaskStatusFieldItem( ITaskStatusNotify* pNotify, in TaskStatusFieldItem() argument 116 mpNotify( pNotify ), in TaskStatusFieldItem() 354 ITaskStatusNotify* pNotify = mpNotify; in MouseButtonDown() local 362 pNotify = pItem->maItem.GetNotifyObject(); in MouseButtonDown() 366 if ( pNotify ) in MouseButtonDown() 367 bBaseClass = pNotify->MouseButtonDown( nItemId, rMEvt ); in MouseButtonDown() 381 ITaskStatusNotify* pNotify = mpNotify; in MouseButtonUp() local 389 pNotify = pItem->maItem.GetNotifyObject(); in MouseButtonUp() 393 if ( pNotify ) in MouseButtonUp() 394 bBaseClass = pNotify->MouseButtonUp( nItemId, rMEvt ); in MouseButtonUp() [all …]
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | taskbar.hxx | 273 TaskStatusFieldItem( ITaskStatusNotify* pNotify, 280 void SetNotifyObject( ITaskStatusNotify* pNotify ) { mpNotify = pNotify; } in SetNotifyObject() argument 353 void SetNotifyObject( ITaskStatusNotify* pNotify ) { mpNotify = pNotify; } in SetNotifyObject() argument
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | flyincnt.cxx | 92 SwFlyNotify *pNotify = NULL; in SetRefPoint() local 96 pNotify = new SwFlyNotify( this ); in SetRefPoint() 104 if( pNotify ) in SetRefPoint() 110 delete pNotify; in SetRefPoint()
|
| H A D | calcmove.cxx | 1162 SwCntntNotify *pNotify = new SwCntntNotify( this ); in MakeAll() local 1199 pNotify->SetBordersJoinedWithPrev(); in MakeAll() 1620 pNotify->SetInvaKeep(); in MakeAll() 1795 pNotify->SetInvaKeep(); in MakeAll() 1799 pNotify->SetInvalidatePrevPrtArea(); in MakeAll() 1801 delete pNotify; in MakeAll()
|
| H A D | tabfrm.cxx | 4515 SwFrm* pNotify = 0; in AdjustCells() local 4576 pNotify = pToAdjust; in AdjustCells() 4579 if ( pNotify ) in AdjustCells() 4582 pRootFrm->GetCurrShell()->Imp()->MoveAccessibleFrm( pNotify, aOldFrm ); in AdjustCells() 4584 pNotify->_InvalidatePrt(); in AdjustCells()
|
| /AOO41X/main/sw/source/ui/docvw/ |
| H A D | SidebarTxtControlAcc.cxx | 123 IMPL_LINK(SidebarTextEditSource, NotifyHdl, EENotify*, pNotify) in IMPL_LINK() argument 125 if ( pNotify ) in IMPL_LINK() 127 ::std::auto_ptr< SfxHint > aHint( SvxEditSourceHelper::EENotification2Hint( pNotify ) ); in IMPL_LINK()
|
| /AOO41X/main/editeng/source/outliner/ |
| H A D | outliner.cxx | 2134 EENotify* pNotify = pEditEngine->aNotifyCache[0]; in ImplBlockInsertionCallbacks() local 2137 pEditEngine->aOutlinerNotifyHdl.Call( pNotify ); in ImplBlockInsertionCallbacks() 2138 delete pNotify; in ImplBlockInsertionCallbacks() 2144 IMPL_LINK( Outliner, EditEngineNotifyHdl, EENotify*, pNotify ) in IMPL_LINK() argument 2148 pEditEngine->aOutlinerNotifyHdl.Call( pNotify ); in IMPL_LINK() 2152 EENotify* pNewNotify = new EENotify( *pNotify ); in IMPL_LINK()
|
| /AOO41X/main/editeng/source/editeng/ |
| H A D | impedit2.cxx | 4661 EENotify* pNotify = aNotifyCache[0]; in LeaveBlockNotifications() local 4664 GetNotifyHdl().Call( pNotify ); in LeaveBlockNotifications() 4665 delete pNotify; in LeaveBlockNotifications()
|