Home
last modified time | relevance | path

Searched refs:aNotify (Results 1 – 21 of 21) sorted by path

/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx706 ORowSetNotifier aNotify(this,rRow); in updateValue() local
708 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 …]
/trunk/main/editeng/inc/editeng/
H A Dunoedhlp.hxx85 static ::std::auto_ptr<SfxHint> EENotification2Hint( EENotify* aNotify );
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx880 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 Dimpedit.cxx139 EENotify aNotify( eNotifyType ); in SetEditSelection() local
140 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 Dimpedit2.cxx820 EENotify aNotify( EE_NOTIFY_TEXTMODIFIED ); in TextModified() local
821 aNotify.pEditEngine = GetEditEnginePtr(); in TextModified()
822 CallNotify( aNotify ); in TextModified()
2271 EENotify aNotify( EE_NOTIFY_PARAGRAPHSMOVED ); in ImpMoveParagraphs() local
2272 aNotify.pEditEngine = GetEditEnginePtr(); in ImpMoveParagraphs()
2273 aNotify.nParagraph = nNewPos; in ImpMoveParagraphs()
2276 CallNotify( aNotify ); in ImpMoveParagraphs()
4647 aNotify.pEditEngine = GetEditEnginePtr(); in EnterBlockNotifications()
4648 GetNotifyHdl().Call( &aNotify ); in EnterBlockNotifications()
4672 aNotify.pEditEngine = GetEditEnginePtr(); in LeaveBlockNotifications()
[all …]
/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx83 ::std::auto_ptr<SfxHint> SvxEditSourceHelper::EENotification2Hint( EENotify* aNotify ) in EENotification2Hint() argument
85 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()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerEventHandler.cxx432 static AsyncRequests aNotify(RequestHandlerRef(new AsyncPickerEvents())); in impl_sendEvent() local
451 aNotify.triggerRequestDirectly(rRequest); in impl_sendEvent()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx1038 IMPL_LINK(ScAccessibleCellTextData, NotifyHdl, EENotify*, aNotify) in IMPL_LINK() argument
1040 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()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleOutlineEditSource.cxx212 IMPL_LINK(AccessibleOutlineEditSource, NotifyHdl, EENotify*, aNotify) in IMPL_LINK() argument
214 if( aNotify ) in IMPL_LINK()
216 ::std::auto_ptr< SfxHint > aHint( SvxEditSourceHelper::EENotification2Hint( aNotify) ); in IMPL_LINK()
/trunk/main/starmath/source/
H A Daccessibility.cxx1000 IMPL_LINK(SmTextForwarder, NotifyHdl, EENotify*, aNotify) in IMPL_LINK() argument
1002 if (aNotify) in IMPL_LINK()
1004 ::std::auto_ptr< SfxHint > aHint = SvxEditSourceHelper::EENotification2Hint( aNotify ); in IMPL_LINK()
/trunk/main/svl/inc/svl/
H A Dsvdde.hxx203 Link aNotify; member in DdeLink
209 void SetNotifyHdl( const Link& rLink ) { aNotify = rLink; } in SetNotifyHdl()
210 const Link& GetNotifyHdl() const { return aNotify; } in GetNotifyHdl()
/trunk/main/svl/source/svdde/
H A Dddecli.cxx396 aNotify.Call( NULL ); in Notify()
/trunk/main/svx/source/table/
H A Dcelleditsource.cxx894 IMPL_LINK(CellEditSourceImpl, NotifyHdl, EENotify*, aNotify) in IMPL_LINK() argument
896 if( aNotify && !mbNotificationsDisabled ) in IMPL_LINK()
898 ::std::auto_ptr< SfxHint > aHint( SvxEditSourceHelper::EENotification2Hint( aNotify) ); in IMPL_LINK()
/trunk/main/svx/source/unodraw/
H A Dunoshtxt.cxx1036 IMPL_LINK(SvxTextEditSourceImpl, NotifyHdl, EENotify*, aNotify) in IMPL_LINK() argument
1038 if( aNotify && !mbNotificationsDisabled ) in IMPL_LINK()
1040 ::std::auto_ptr< SfxHint > aHint( SvxEditSourceHelper::EENotification2Hint( aNotify) ); in IMPL_LINK()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx564 SwCntntNotify aNotify( this ); in MakeAll() local
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx711 const SwLayNotify aNotify( this ); //uebernimmt im DTor die Benachrichtigung in MakeAll() local
879 const SwLayNotify aNotify( this ); in MakeAll()
1832 SwCntntNotify aNotify( (SwCntntFrm*)pNxt ); in MakeNxt() local
1847 SwLayNotify aNotify( (SwLayoutFrm*)pNxt ); in MakeNxt() local
H A Dflyincnt.cxx299 const SwFlyNotify aNotify( this ); in MakeAll() local
H A Dflylay.cxx169 const SwFlyNotify aNotify( this ); in MakeAll() local
H A Dsectfrm.cxx1160 const SwLayNotify aNotify( this ); in SimpleFormat() local
H A Dtabfrm.cxx2072 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 …]
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1642 XEvent aNotify; in handleSelectionRequest() local
1644 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 …]

Completed in 194 milliseconds