/aoo42x/main/editeng/source/uno/ |
H A D | unoedhlp.cxx | 83 ::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 …]
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | AccessibleText.hxx | 55 virtual void Notify( SfxBroadcaster& /* rBC */, const SfxHint& /* rHint */ ) {} in Notify() argument 84 …virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) { ScCellTextData::Notify(rBC, rH… in Notify() 105 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 142 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 199 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 229 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 262 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 295 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 344 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
|
H A D | uiitems.hxx | 97 class ScTablesHint : public SfxHint 113 class ScEditViewHint : public SfxHint 132 class ScIndexHint : public SfxHint
|
/aoo42x/main/sc/source/core/tool/ |
H A D | hints.cxx | 33 TYPEINIT1(ScPaintHint, SfxHint); 34 TYPEINIT1(ScUpdateRefHint, SfxHint); 35 TYPEINIT1(ScPointerChangedHint, SfxHint); 36 TYPEINIT1(ScLinkRefreshedHint, SfxHint); 37 TYPEINIT1(ScAutoStyleHint, SfxHint); 38 TYPEINIT1(ScDBRangeRefreshedHint, SfxHint); 39 TYPEINIT1(ScDataPilotModifiedHint, SfxHint);
|
/aoo42x/main/sc/inc/ |
H A D | hints.hxx | 33 class ScPaintHint : public SfxHint 60 class ScUpdateRefHint : public SfxHint 85 class ScPointerChangedHint : public SfxHint 106 class ScLinkRefreshedHint : public SfxHint 138 class ScAutoStyleHint : public SfxHint 157 class ScDBRangeRefreshedHint : public SfxHint 169 class ScDataPilotModifiedHint : public SfxHint
|
H A D | linkuno.hxx | 85 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 179 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 240 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 336 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 398 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 454 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
|
H A D | docuno.hxx | 150 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 340 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 390 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 493 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 598 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 685 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 755 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 809 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
|
/aoo42x/main/svl/inc/svl/ |
H A D | brdcst.hxx | 31 class SfxHint; 51 void Forward(SfxBroadcaster& rBC, const SfxHint& rHint); 61 void Broadcast( const SfxHint &rHint ); 62 void BroadcastDelayed( const SfxHint& rHint ); 63 void BroadcastInIdle( const SfxHint& rHint );
|
H A D | hint.hxx | 29 class SVL_DLLPUBLIC SfxHint class 34 virtual ~SfxHint(); 40 class Visibility Name: public SfxHint \ 55 TYPEINIT1(Name, SfxHint); \ 61 TYPEINIT1(Name, SfxHint); \
|
H A D | broadcast.hxx | 30 class SfxHint; 46 const SfxHint& rHint ); 56 void Broadcast( const SfxHint &rHint );
|
H A D | style.hxx | 287 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 325 class SVL_DLLPUBLIC SfxStyleSheetPoolHint : public SfxHint 339 class SVL_DLLPUBLIC SfxStyleSheetHint: public SfxHint
|
/aoo42x/main/svx/source/inc/ |
H A D | fmexpl.hxx | 68 class FmNavInsertedHint : public SfxHint 83 class FmNavModelReplacedHint : public SfxHint 96 class FmNavRemovedHint : public SfxHint 109 class FmNavNameChangedHint : public SfxHint 124 class FmNavClearedHint : public SfxHint 133 class FmNavViewMarksChanged : public SfxHint 219 class FmNavRequestSelectHint : public SfxHint 409 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 537 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
|
/aoo42x/main/sw/inc/ |
H A D | calbck.hxx | 34 class SfxHint; 85 virtual void SwClientNotify( const SwModify& rModify, const SfxHint& rHint ); 107 …void SwClientNotifyCall( const SwModify& rModify, const SfxHint& rHint ) { SwClientNotify( rModify… in SwClientNotifyCall() 153 void CallSwClientNotify( const SfxHint& rHint ) const; 202 virtual void SwClientNotify( const SwModify& rModify, const SfxHint& rHint );
|
/aoo42x/main/svx/source/form/ |
H A D | fmexpl.cxx | 103 TYPEINIT1( FmNavInsertedHint, SfxHint ); 124 TYPEINIT1( FmNavModelReplacedHint, SfxHint ); 142 TYPEINIT1( FmNavRemovedHint, SfxHint ); 161 TYPEINIT1( FmNavNameChangedHint, SfxHint ); 180 TYPEINIT1( FmNavClearedHint, SfxHint ); 197 TYPEINIT1(FmNavRequestSelectHint, SfxHint); 202 TYPEINIT1(FmNavViewMarksChanged, SfxHint);
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | hintpost.hxx | 31 class SfxHint; 57 DECL_LINK( DoEvent_Impl, SfxHint * ); 62 virtual void Event( SfxHint* pPostedHint ); 68 void Post( SfxHint* pHint = 0 );
|
/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleTextEventQueue.hxx | 33 class SfxHint; 51 typedef ::std::list< SfxHint* > EventQueue; 57 void Append( const SfxHint& rHint ); 73 ::std::auto_ptr< SfxHint > PopFront();
|
H A D | AccessibleTextEventQueue.cxx | 56 void AccessibleTextEventQueue::Append( const SfxHint& rHint ) in Append() 58 maEventQueue.push_back( new SfxHint( rHint ) ); in Append() 86 ::std::auto_ptr< SfxHint > AccessibleTextEventQueue::PopFront() in PopFront() 88 ::std::auto_ptr< SfxHint > aRes( *(maEventQueue.begin()) ); in PopFront()
|
/aoo42x/main/sfx2/source/notify/ |
H A D | hintpost.cxx | 65 void SfxHintPoster::Post( SfxHint* pHintToPost ) in Post() 73 IMPL_LINK_INLINE_START( SfxHintPoster, DoEvent_Impl, SfxHint *, pPostedHint ) in IMPL_LINK_INLINE_START() argument 80 IMPL_LINK_INLINE_END( SfxHintPoster, DoEvent_Impl, SfxHint *, pPostedHint ) in IMPL_LINK_INLINE_END() argument 84 void SfxHintPoster::Event( SfxHint* pPostedHint ) in IMPL_LINK_INLINE_END()
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibilityHints.cxx | 35 TYPEINIT1(ScAccWinFocusLostHint, SfxHint); 54 TYPEINIT1(ScAccWinFocusGotHint, SfxHint); 72 TYPEINIT1(ScAccGridWinFocusLostHint, SfxHint); 92 TYPEINIT1(ScAccGridWinFocusGotHint, SfxHint);
|
H A D | AccessibleText.cxx | 772 void ScAccessibleCellTextData::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() 1042 ::std::auto_ptr< SfxHint > aHint = SvxEditSourceHelper::EENotification2Hint( aNotify ); in IMPL_LINK() 1089 void ScAccessibleEditObjectTextData::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() 1162 ::std::auto_ptr< SfxHint > aHint = SvxEditSourceHelper::EENotification2Hint( aNotify ); in IMPL_LINK() 1363 void ScAccessiblePreviewCellTextData::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() 1456 void ScAccessiblePreviewHeaderCellTextData::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify() 1599 void ScAccessibleHeaderTextData::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() 1716 void ScAccessibleNoteTextData::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() 1863 void ScAccessibleCsvTextData::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
|
/aoo42x/main/svl/source/notify/ |
H A D | brdcst.cxx | 50 void SfxBroadcaster::Broadcast( const SfxHint &rHint ) in Broadcast() 72 void SfxBroadcaster::BroadcastDelayed( const SfxHint& rHint ) in BroadcastDelayed() 81 void SfxBroadcaster::BroadcastInIdle( const SfxHint& rHint ) in BroadcastInIdle() 169 void SfxBroadcaster::Forward(SfxBroadcaster& rBC, const SfxHint& rHint) in Forward()
|
H A D | hint.cxx | 33 TYPEINIT0(SfxHint); 38 SfxHint::~SfxHint() in ~SfxHint()
|
/aoo42x/main/basic/source/inc/ |
H A D | sbunoobj.hxx | 82 void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& ); 205 void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& ); 246 void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& ); 318 const SfxHint& rHint, const TypeId& rHintType );
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbstdobj.hxx | 57 const SfxHint& rHint, const TypeId& rHintType ); 88 const SfxHint& rHint, const TypeId& rHintType ); 126 const SfxHint& rHint, const TypeId& rHintType );
|
H A D | sbmod.hxx | 97 const SfxHint& rHint, const TypeId& rHintType ); 98 void handleProcedureProperties( SfxBroadcaster& rBC, const SfxHint& rHint ); 175 virtual void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& );
|