| /aoo41x/main/editeng/source/uno/ | 
| H A D | unoedhlp.cxx | 83 ::std::auto_ptr<SfxHint> SvxEditSourceHelper::EENotification2Hint( EENotify* aNotify )  in EENotification2Hint()  argument85     if( aNotify )  in EENotification2Hint()
 87         switch( aNotify->eNotificationType )  in EENotification2Hint()
 90 …        return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_MODIFIED, aNotify->nParagraph ) );  in EENotification2Hint()
 93 …    return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_PARAINSERTED, aNotify->nParagraph ) );  in EENotification2Hint()
 96 …     return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_PARAREMOVED, aNotify->nParagraph ) );  in EENotification2Hint()
 99 …( new SvxEditSourceHint( EDITSOURCE_HINT_PARASMOVED, aNotify->nParagraph, aNotify->nParam1, aNotif…  in EENotification2Hint()
 102 …return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_TEXTHEIGHTCHANGED, aNotify->nParagraph ) …  in EENotification2Hint()
 
 | 
| /aoo41x/main/dbaccess/source/core/api/ | 
| H A D | RowSet.cxx | 706     ORowSetNotifier aNotify(this,rRow);  in updateValue()  local708 	m_bModified = m_bModified || !aNotify.getChangedColumns().empty();  in updateValue()
 709     aNotify.firePropertyChange();  in updateValue()
 722     ORowSetNotifier aNotify(this,rRow);  in updateNull()  local
 725     aNotify.firePropertyChange();  in updateNull()
 820     ORowSetNotifier aNotify(this,rRow);  in updateCharacterStream()  local
 823     aNotify.firePropertyChange();  in updateCharacterStream()
 864         ORowSetNotifier aNotify(this,rRow);  in updateObject()  local
 867         aNotify.firePropertyChange();  in updateObject()
 878     ORowSetNotifier aNotify(this,rRow);  in updateNumericObject()  local
 [all …]
 
 | 
| /aoo41x/main/editeng/source/editeng/ | 
| H A D | editeng.cxx | 880         aNotify.pEditEngine = this;  in PostKeyEvent()881         pImpEditEngine->CallNotify( aNotify );  in PostKeyEvent()
 1286         aNotify.pEditEngine = this;  in PostKeyEvent()
 1287         pImpEditEngine->CallNotify( aNotify );  in PostKeyEvent()
 2497         aNotify.pEditEngine = this;  in ParagraphInserted()
 2498         aNotify.nParagraph = nPara;  in ParagraphInserted()
 2499         pImpEditEngine->CallNotify( aNotify );  in ParagraphInserted()
 2510         aNotify.pEditEngine = this;  in ParagraphDeleted()
 2511         aNotify.nParagraph = nPara;  in ParagraphDeleted()
 2544         aNotify.pEditEngine = this;  in ParagraphHeightChanged()
 [all …]
 
 | 
| H A D | impedit.cxx | 139         EENotify aNotify( eNotifyType );  in SetEditSelection()  local140         aNotify.pEditEngine = pEditEngine;  in SetEditSelection()
 141         aNotify.pEditView = GetEditViewPtr();  in SetEditSelection()
 142         pEditEngine->pImpEditEngine->CallNotify( aNotify );  in SetEditSelection()
 997             EENotify aNotify( EE_NOTIFY_TEXTVIEWSCROLLED );  in Scroll()  local
 998             aNotify.pEditEngine = pEditEngine;  in Scroll()
 999             aNotify.pEditView = GetEditViewPtr();  in Scroll()
 1000             pEditEngine->pImpEditEngine->CallNotify( aNotify );  in Scroll()
 
 | 
| H A D | impedit2.cxx | 815         EENotify aNotify( EE_NOTIFY_TEXTMODIFIED );  in TextModified()  local816         aNotify.pEditEngine = GetEditEnginePtr();  in TextModified()
 817         CallNotify( aNotify );  in TextModified()
 2268         EENotify aNotify( EE_NOTIFY_PARAGRAPHSMOVED );  in ImpMoveParagraphs()  local
 2269         aNotify.pEditEngine = GetEditEnginePtr();  in ImpMoveParagraphs()
 2270         aNotify.nParagraph = nNewPos;  in ImpMoveParagraphs()
 2273         CallNotify( aNotify );  in ImpMoveParagraphs()
 4644         aNotify.pEditEngine = GetEditEnginePtr();  in EnterBlockNotifications()
 4645         GetNotifyHdl().Call( &aNotify );  in EnterBlockNotifications()
 4669         aNotify.pEditEngine = GetEditEnginePtr();  in LeaveBlockNotifications()
 [all …]
 
 | 
| /aoo41x/main/sd/source/ui/accessibility/ | 
| H A D | AccessibleOutlineEditSource.cxx | 212     IMPL_LINK(AccessibleOutlineEditSource, NotifyHdl, EENotify*, aNotify)  in IMPL_LINK()  argument214         if( aNotify )  in IMPL_LINK()
 216             ::std::auto_ptr< SfxHint > aHint( SvxEditSourceHelper::EENotification2Hint( aNotify) );  in IMPL_LINK()
 
 | 
| /aoo41x/main/svl/inc/svl/ | 
| H A D | svdde.hxx | 203 	Link            aNotify;  member in DdeLink209 	void            SetNotifyHdl( const Link& rLink ) { aNotify = rLink; }  in SetNotifyHdl()
 210 	const Link&     GetNotifyHdl() const { return aNotify; }  in GetNotifyHdl()
 
 | 
| /aoo41x/main/vcl/unx/generic/dtrans/ | 
| H A D | X11_selection.cxx | 1642 	XEvent aNotify;  in handleSelectionRequest()  local1644 	aNotify.type                  = SelectionNotify;  in handleSelectionRequest()
 1645 	aNotify.xselection.display    = rRequest.display;  in handleSelectionRequest()
 1646 	aNotify.xselection.send_event = True;  in handleSelectionRequest()
 1647 	aNotify.xselection.requestor  = rRequest.requestor;  in handleSelectionRequest()
 1648 	aNotify.xselection.selection  = rRequest.selection;  in handleSelectionRequest()
 1649 	aNotify.xselection.time       = rRequest.time;  in handleSelectionRequest()
 1650 	aNotify.xselection.target     = rRequest.target;  in handleSelectionRequest()
 1651 	aNotify.xselection.property   = None;  in handleSelectionRequest()
 1678 				aNotify.xselection.property = rRequest.property;  in handleSelectionRequest()
 [all …]
 
 | 
| /aoo41x/main/sw/source/core/layout/ | 
| H A D | tabfrm.cxx | 2072                 aNotify.SetLowersComplete( sal_False );  in MakeAll()2112                 aNotify.SetLowersComplete( sal_False );  in MakeAll()
 2142                 aNotify.SetLowersComplete( sal_False );  in MakeAll()
 2167                     lcl_RecalcTable( *this, 0, aNotify );  in MakeAll()
 2357                     lcl_RecalcTable( *this, 0, aNotify );  in MakeAll()
 2381                 lcl_RecalcTable( *this, 0, aNotify );  in MakeAll()
 2400             lcl_RecalcTable( *this, 0, aNotify );  in MakeAll()
 2455                 aNotify.SetLowersComplete( sal_True );  in MakeAll()
 2667         aNotify.SetLowersComplete( sal_False );  in MakeAll()
 2705                 lcl_RecalcTable( *this, 0, aNotify );  in MakeAll()
 [all …]
 
 | 
| H A D | calcmove.cxx | 711 	const SwLayNotify aNotify( this );	//uebernimmt im DTor die Benachrichtigung  in MakeAll()  local879 	const SwLayNotify aNotify( this );  in MakeAll()
 1832 		SwCntntNotify aNotify( (SwCntntFrm*)pNxt );  in MakeNxt()  local
 1847 		SwLayNotify aNotify( (SwLayoutFrm*)pNxt );  in MakeNxt()  local
 
 | 
| H A D | flyincnt.cxx | 299 	const SwFlyNotify aNotify( this );  in MakeAll()  local
 | 
| H A D | flylay.cxx | 169 	const SwFlyNotify aNotify( this );  in MakeAll()  local
 | 
| H A D | sectfrm.cxx | 1160         const SwLayNotify aNotify( this );  in SimpleFormat()  local
 | 
| /aoo41x/main/sc/source/ui/Accessibility/ | 
| H A D | AccessibleText.cxx | 1038 IMPL_LINK(ScAccessibleCellTextData, NotifyHdl, EENotify*, aNotify)  in IMPL_LINK()  argument1040     if( aNotify )  in IMPL_LINK()
 1042         ::std::auto_ptr< SfxHint > aHint = SvxEditSourceHelper::EENotification2Hint( aNotify );  in IMPL_LINK()
 1158 IMPL_LINK(ScAccessibleEditObjectTextData, NotifyHdl, EENotify*, aNotify)  in IMPL_LINK()  argument
 1160     if( aNotify )  in IMPL_LINK()
 1162         ::std::auto_ptr< SfxHint > aHint = SvxEditSourceHelper::EENotification2Hint( aNotify );  in IMPL_LINK()
 
 | 
| /aoo41x/main/svx/source/table/ | 
| H A D | celleditsource.cxx | 894 IMPL_LINK(CellEditSourceImpl, NotifyHdl, EENotify*, aNotify)  in IMPL_LINK()  argument896     if( aNotify && !mbNotificationsDisabled )  in IMPL_LINK()
 898         ::std::auto_ptr< SfxHint > aHint( SvxEditSourceHelper::EENotification2Hint( aNotify) );  in IMPL_LINK()
 
 | 
| /aoo41x/main/svx/source/unodraw/ | 
| H A D | unoshtxt.cxx | 1036 IMPL_LINK(SvxTextEditSourceImpl, NotifyHdl, EENotify*, aNotify)  in IMPL_LINK()  argument1038     if( aNotify && !mbNotificationsDisabled )  in IMPL_LINK()
 1040         ::std::auto_ptr< SfxHint > aHint( SvxEditSourceHelper::EENotification2Hint( aNotify) );  in IMPL_LINK()
 
 | 
| /aoo41x/main/fpicker/source/win32/filepicker/ | 
| H A D | VistaFilePickerEventHandler.cxx | 432     static AsyncRequests aNotify(RequestHandlerRef(new AsyncPickerEvents()));  in impl_sendEvent()  local451             aNotify.triggerRequestDirectly(rRequest);  in impl_sendEvent()
 
 | 
| /aoo41x/main/editeng/inc/editeng/ | 
| H A D | unoedhlp.hxx | 85     static ::std::auto_ptr<SfxHint> EENotification2Hint( EENotify* aNotify );
 | 
| /aoo41x/main/starmath/source/ | 
| H A D | accessibility.cxx | 1000 IMPL_LINK(SmTextForwarder, NotifyHdl, EENotify*, aNotify)  in IMPL_LINK()  argument1002     if (aNotify)  in IMPL_LINK()
 1004         ::std::auto_ptr< SfxHint > aHint = SvxEditSourceHelper::EENotification2Hint( aNotify );  in IMPL_LINK()
 
 | 
| /aoo41x/main/svl/source/svdde/ | 
| H A D | ddecli.cxx | 396 	aNotify.Call( NULL );  in Notify()
 | 
| /aoo41x/main/sw/source/core/doc/ | 
| H A D | notxtfrm.cxx | 551 	SwCntntNotify aNotify( this );  in MakeAll()  local
 |