Home
last modified time | relevance | path

Searched refs:SfxHint (Results 1 – 25 of 392) sorted by last modified time

12345678910>>...16

/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2588 const SfxHint& rHint ) in Notify()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx702 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
H A Dimpedit5.cxx148 void ImpEditEngine::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx153 void __EXPORT SdrObjEditView::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) in Notify()
H A Dsvdograf.cxx1385 void SdrGrafObj::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx466 void ViewShellBase::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) in Notify()
H A Ddrawview.cxx398 void DrawView::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) in Notify()
H A DDocumentRenderer.cxx1246 virtual void Notify (SfxBroadcaster& rBroadcaster, const SfxHint& rHint) in Notify()
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx172 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx686 void SwModule::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx836 void SwSrcView::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx237 void SwPostItMgr::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
H A Dsrcedtw.cxx810 void SwSrcEditWindow::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify()
/trunk/main/sw/source/ui/inc/
H A Dsrcedtw.hxx115 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx219 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
1127 class AccessibleTextHelper_QueueFunctor : public ::std::unary_function< const SfxHint*, void >
1135 void operator()( const SfxHint* pEvent ) in operator ()()
1304 ::std::auto_ptr< SfxHint > pHint( maEventQueue.PopFront() ); in ProcessQueue()
1307 const SfxHint& rHint = *(pHint.get()); in ProcessQueue()
1478 void AccessibleTextHelper_Impl::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify()
H A DAccessibleEmptyEditSource.cxx94 void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
325 void AccessibleEmptyEditSource::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx550 void TextProperties::Notify(SfxBroadcaster& rBC, const SfxHint& rHint) in Notify()
/trunk/main/starmath/source/
H A Daccessibility.cxx1004 ::std::auto_ptr< SfxHint > aHint = SvxEditSourceHelper::EENotification2Hint( aNotify ); in IMPL_LINK()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx271 void ScCellFieldsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
542 void ScCellFieldObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
/trunk/main/sc/source/core/data/
H A Dcell.cxx1801 void __EXPORT ScFormulaCell::Notify( SvtBroadcaster&, const SfxHint& rHint) in Notify()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx412 void XMLFileWindow::Notify( SfxBroadcaster& /* rBC */, const SfxHint& rHint ) in Notify()
H A Dxmlfileview.hxx105 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/editeng/source/uno/
H A Dunoedhlp.cxx83 ::std::auto_ptr<SfxHint> SvxEditSourceHelper::EENotification2Hint( EENotify* aNotify ) in EENotification2Hint()
90 … return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_MODIFIED, aNotify->nParagraph ) ); in EENotification2Hint()
96 … return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_PARAREMOVED, aNotify->nParagraph ) ); in EENotification2Hint()
105 return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_VIEWSCROLLED ) ); in EENotification2Hint()
108 … return ::std::auto_ptr<SfxHint>( new SvxEditSourceHint( EDITSOURCE_HINT_SELECTIONCHANGED ) ); in EENotification2Hint()
111 … return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_BLOCKNOTIFICATION_START, 0 ) ); in EENotification2Hint()
114 … return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_BLOCKNOTIFICATION_END, 0 ) ); in EENotification2Hint()
117 return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_INPUT_START, 0 ) ); in EENotification2Hint()
120 return ::std::auto_ptr<SfxHint>( new TextHint( TEXT_HINT_INPUT_END, 0 ) ); in EENotification2Hint()
122 …return ::std::auto_ptr<SfxHint>( new SvxEditSourceHintEndPara( EDITSOURCE_HINT_SELECTIONCHANGED ) … in EENotification2Hint()
[all …]
/trunk/main/editeng/inc/editeng/
H A Dunoedhlp.hxx85 static ::std::auto_ptr<SfxHint> EENotification2Hint( EENotify* aNotify );
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx2587 void OReportController::Notify(SfxBroadcaster & /* _rBc */, SfxHint const & _rHint) in Notify()

Completed in 175 milliseconds

12345678910>>...16