Home
last modified time | relevance | path

Searched refs:SfxBroadcaster (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/trunk/main/svl/source/notify/
H A Dbrdcst.cxx41 DBG_NAME(SfxBroadcaster)
42 TYPEINIT0(SfxBroadcaster);
52 DBG_CHKTHIS(SfxBroadcaster, 0); in Broadcast()
90 SfxBroadcaster::~SfxBroadcaster() in ~SfxBroadcaster()
92 DBG_DTOR(SfxBroadcaster, 0); in ~SfxBroadcaster()
109 SfxBroadcaster::SfxBroadcaster() in SfxBroadcaster() function in SfxBroadcaster
111 DBG_CTOR(SfxBroadcaster, 0); in SfxBroadcaster()
119 SfxBroadcaster::SfxBroadcaster( const SfxBroadcaster &rBC ) in SfxBroadcaster() function in SfxBroadcaster
121 DBG_CTOR(SfxBroadcaster, 0); in SfxBroadcaster()
162 DBG_CHKTHIS(SfxBroadcaster,0); in ListenersGone()
[all …]
H A Dlstner.cxx36 SV_DECL_PTRARR( SfxBroadcasterArr_Impl, SfxBroadcaster*, 0, 2 )
74 SfxBroadcaster *pBC = aBCs[nPos]; in ~SfxListener()
83 void SfxListener::RemoveBroadcaster_Impl( SfxBroadcaster& rBC ) in RemoveBroadcaster_Impl()
87 const SfxBroadcaster *pBC = &rBC; in RemoveBroadcaster_Impl()
103 const SfxBroadcaster *pBC = &rBroadcaster; in StartListening()
128 const SfxBroadcaster *pBC = &rBroadcaster; in EndListening()
143 SfxBroadcaster *pBC = aBCs.GetObject(nNo); in EndListening()
159 SfxBroadcaster *pBC = aBCs.GetObject(0); in EndListeningAll()
169 const SfxBroadcaster *pBC = &rBroadcaster; in IsListening()
180 void SfxListener::Notify( SfxBroadcaster&, const SfxHint& ) in Notify()
[all …]
/trunk/main/sc/source/ui/inc/
H A DAccessibleText.hxx55 virtual void Notify( SfxBroadcaster& /* rBC */, const SfxHint& /* rHint */ ) {} in Notify() argument
60 virtual SfxBroadcaster& GetBroadcaster() const { return maBroadcaster; } in GetBroadcaster()
67 mutable SfxBroadcaster maBroadcaster;
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 );
[all …]
H A Dservobj.hxx39 SfxBroadcaster aBroadcaster;
65 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/svl/inc/svl/
H A Dbrdcst.hxx39 class SVL_DLLPUBLIC SfxBroadcaster class
48 const SfxBroadcaster& operator=(const SfxBroadcaster &); // verboten
51 void Forward(SfxBroadcaster& rBC, const SfxHint& rHint);
57 SfxBroadcaster();
58 SfxBroadcaster( const SfxBroadcaster &rBC );
59 virtual ~SfxBroadcaster();
H A Dlstner.hxx30 class SfxBroadcaster;
56 sal_Bool StartListening( SfxBroadcaster& rBroadcaster, sal_Bool bPreventDups = sal_False );
57 sal_Bool EndListening( SfxBroadcaster& rBroadcaster, sal_Bool bAllDups = sal_False );
60 sal_Bool IsListening( SfxBroadcaster& rBroadcaster ) const;
64 SfxBroadcaster* GetBroadcasterJOE( sal_uInt16 nNo ) const in GetBroadcasterJOE()
65 { return (SfxBroadcaster*) aBCs.GetObject(nNo); } in GetBroadcasterJOE()
67 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
70 void RemoveBroadcaster_Impl( SfxBroadcaster& rBC );
H A Dstyle.hxx201 class SVL_DLLPUBLIC SfxStyleSheetBasePool: public SfxBroadcaster, public comphelper::OWeakTypeObject
279 public SfxListener, public SfxBroadcaster
287 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/svx/source/accessibility/
H A DAccessibleEmptyEditSource.cxx77 SfxBroadcaster& GetBroadcaster() const;
86 …mpl : public SvxEditSource, public SvxViewForwarder, public SvxTextForwarder, public SfxBroadcaster
94 void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
101SfxBroadcaster& GetBroadcaster() const { return *(const_cast<AccessibleEmptyEditSource_Impl*>(th… in GetBroadcaster()
222 SfxBroadcaster& AccessibleProxyEditSource_Impl::GetBroadcaster() const in GetBroadcaster()
320 SfxBroadcaster& AccessibleEmptyEditSource::GetBroadcaster() const in GetBroadcaster()
325 void AccessibleEmptyEditSource::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify() argument
H A DAccessibleEmptyEditSource.hxx43 … class AccessibleEmptyEditSource : public SvxEditSource, public SfxListener, public SfxBroadcaster
70 SfxBroadcaster& GetBroadcaster() const;
73 void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/sw/inc/
H A DPostItMgr.hxx47 class SfxBroadcaster;
186 void Focus(SfxBroadcaster& rBC);
194 sw::sidebarwindows::SwSidebarWin* GetSidebarWin(const SfxBroadcaster* pBroadcaster) const;
196 void InsertItem( SfxBroadcaster* pItem, bool bCheckExistance, bool bFocus);
197 void RemoveItem( SfxBroadcaster* pBroadcast );
209 void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
H A Dpostithelper.hxx122 virtual const SfxBroadcaster* GetBroadCaster() const = 0;
172 virtual const SfxBroadcaster* GetBroadCaster() const in GetBroadCaster()
174 return dynamic_cast<const SfxBroadcaster *> (&mrFmtFld); in GetBroadCaster()
/trunk/main/sd/source/ui/inc/
H A DAccessibleOutlineEditSource.hxx52 …neEditSource : public SvxEditSource, public SvxViewForwarder, public SfxBroadcaster, public SfxLis…
69 virtual SfxBroadcaster& GetBroadcaster() const;
78 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/basic/source/inc/
H A Dsbunoobj.hxx82 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& );
317 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
/trunk/main/basic/inc/basic/
H A Dsbstdobj.hxx56 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
87 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
125 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
H A Dsbmod.hxx96 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
98 void handleProcedureProperties( SfxBroadcaster& rBC, const SfxHint& rHint );
175 virtual void SFX_NOTIFY( SfxBroadcaster&, const TypeId&, const SfxHint& rHint, const TypeId& );
H A Dsbx.hxx56 class SfxBroadcaster;
145 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
287 virtual void SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType,
/trunk/main/sw/source/core/txtnode/
H A Datrfld.cxx47 TYPEINIT3( SwFmtFld, SfxPoolItem, SwClient,SfxBroadcaster)
60 , SfxBroadcaster() in SwFmtFld()
69 , SfxBroadcaster() in SwFmtFld()
93 , SfxBroadcaster() in SwFmtFld()
/trunk/main/svx/source/table/
H A Dcelleditsource.cxx94 class CellEditSourceImpl : public SfxListener, public SfxBroadcaster
138 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
299 void CellEditSourceImpl::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
975 SfxBroadcaster& CellEditSource::GetBroadcaster() const in GetBroadcaster()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControlAcc.cxx50 public SfxBroadcaster
64 virtual SfxBroadcaster& GetBroadcaster() const;
118 SfxBroadcaster& SidebarTextEditSource::GetBroadcaster() const in GetBroadcaster()
/trunk/main/sc/inc/
H A Dlinkuno.hxx85 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 Ddocuno.hxx150 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 );
H A Dnameuno.hxx80 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
210 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
299 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
337 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
/trunk/main/basic/source/sbx/
H A Dsbxvar.cxx155 SfxBroadcaster& SbxVariable::GetBroadcaster() in GetBroadcaster()
158 pCst = new SfxBroadcaster; in GetBroadcaster()
178 SfxBroadcaster* pSave = pCst; in Broadcast()
629 void SbxAlias::SFX_NOTIFY( SfxBroadcaster&, const TypeId&, in SFX_NOTIFY() argument
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx772 void ScAccessibleCellTextData::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
1089 void ScAccessibleEditObjectTextData::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
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() argument
1716 void ScAccessibleNoteTextData::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() argument
1863 void ScAccessibleCsvTextData::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
/trunk/main/editeng/source/uno/
H A Dunoedsrc.cxx79 SfxBroadcaster& SvxEditSource::GetBroadcaster() const in GetBroadcaster()
83 static SfxBroadcaster aBroadcaster; in GetBroadcaster()

Completed in 100 milliseconds

12345678910>>...15