Home
last modified time | relevance | path

Searched refs:pNotify (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx4664 EENotify* pNotify = aNotifyCache[0]; in LeaveBlockNotifications() local
4667 GetNotifyHdl().Call( pNotify ); in LeaveBlockNotifications()
4668 delete pNotify; in LeaveBlockNotifications()
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx2134 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()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx4515 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()
H A Dcalcmove.cxx1162 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 Dflyincnt.cxx92 SwFlyNotify *pNotify = NULL; in SetRefPoint() local
96 pNotify = new SwFlyNotify( this ); in SetRefPoint()
104 if( pNotify ) in SetRefPoint()
110 delete pNotify; in SetRefPoint()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControlAcc.cxx123 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()
/trunk/main/svtools/source/control/
H A Dtaskstat.cxx116 mpNotify( pNotify ), in TaskStatusFieldItem()
354 ITaskStatusNotify* pNotify = mpNotify; in MouseButtonDown() local
366 if ( pNotify ) in MouseButtonDown()
381 ITaskStatusNotify* pNotify = mpNotify; in MouseButtonUp() local
393 if ( pNotify ) in MouseButtonUp()
408 ITaskStatusNotify* pNotify = mpNotify; in MouseMove() local
420 if ( pNotify ) in MouseMove()
435 ITaskStatusNotify* pNotify = mpNotify; in Command() local
447 if ( pNotify ) in Command()
471 if ( pNotify ) in RequestHelp()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dtaskbar.hxx273 TaskStatusFieldItem( ITaskStatusNotify* pNotify,
280 void SetNotifyObject( ITaskStatusNotify* pNotify ) { mpNotify = pNotify; } in SetNotifyObject() argument
353 void SetNotifyObject( ITaskStatusNotify* pNotify ) { mpNotify = pNotify; } in SetNotifyObject() argument

Completed in 92 milliseconds