Home
last modified time | relevance | path

Searched refs:SfxListener (Results 1 – 25 of 169) sorted by relevance

1234567

/aoo4110/main/svl/source/notify/
H A Dlstner.cxx42 DBG_NAME(SfxListener)
43 TYPEINIT0(SfxListener);
48 SfxListener::SfxListener() in SfxListener() function in SfxListener
50 DBG_CTOR(SfxListener, 0); in SfxListener()
56 SfxListener::SfxListener( const SfxListener &rListener ) in SfxListener() function in SfxListener
58 DBG_CTOR(SfxListener, 0); in SfxListener()
67 SfxListener::~SfxListener() in ~SfxListener()
69 DBG_DTOR(SfxListener, 0); in ~SfxListener()
85 DBG_CHKTHIS(SfxListener, 0); in RemoveBroadcaster_Impl()
97 DBG_CHKTHIS(SfxListener, 0); in StartListening()
[all …]
H A Dbrdcst.cxx35 SV_DECL_PTRARR( SfxListenerArr_Impl, SfxListener*, 0, 2 )
60 SfxListener* pListener = aListeners[n]; in Broadcast()
99 SfxListener *pListener = aListeners[nPos]; in ~SfxBroadcaster()
125 SfxListener *pListener = rBC.aListeners[n]; in SfxBroadcaster()
135 sal_Bool SfxBroadcaster::AddListener( SfxListener& rListener ) in AddListener()
138 const SfxListener *pListener = &rListener; in AddListener()
139 const SfxListener *pNull = 0; in AddListener()
174 SfxListener *pListener = aListeners[i]; in Forward()
184 void SfxBroadcaster::RemoveListener( SfxListener& rListener ) in RemoveListener()
187 const SfxListener *pListener = &rListener; in RemoveListener()
/aoo4110/main/svl/inc/svl/
H A Dlstner.hxx42 class SVL_DLLPUBLIC SfxListener class
47 const SfxListener& operator=(const SfxListener &); // n.i., ist verboten
52 SfxListener();
53 SfxListener( const SfxListener &rCopy );
54 virtual ~SfxListener();
H A Dbrdcst.hxx30 class SfxListener;
41 friend class SfxListener;
46 sal_Bool AddListener( SfxListener& rListener );
47 void RemoveListener( SfxListener& rListener );
67 SfxListener* GetListener( sal_uInt16 nNo ) const in GetListener()
68 { return (SfxListener*) aListeners[nNo]; } in GetListener()
/aoo4110/main/svx/source/gallery2/
H A Dgalexpl.cxx39 static SfxListener aLockListener;
71 SfxListener aListener; in FillObjList()
101 SfxListener aListener; in FillObjListTitle()
131 SfxListener aListener; in InsertURL()
163 SfxListener aListener; in GetObjCount()
195 SfxListener aListener; in GetGraphicObj()
232 SfxListener aListener; in InsertGraphicObj()
262 SfxListener aListener; in GetSdrObjCount()
296 SfxListener aListener; in GetSdrObj()
341 SfxListener aListener; in InsertSdrObj()
[all …]
H A Dgallery1.cxx746 SfxListener aListener; in RenameTheme()
801 SfxListener aListener; in RemoveTheme()
913 GalleryTheme* Gallery::AcquireTheme( const String& rThemeName, SfxListener& rListener ) in AcquireTheme()
926 void Gallery::ReleaseTheme( GalleryTheme* pTheme, SfxListener& rListener ) in ReleaseTheme()
/aoo4110/main/svx/inc/svx/
H A Dgallery1.hxx115 class SfxListener;
166 SVX_DLLPUBLIC GalleryTheme* AcquireTheme( const String& rThemeName, SfxListener& rListener );
167 SVX_DLLPUBLIC void ReleaseTheme( GalleryTheme* pTheme, SfxListener& rListener );
H A Dsvdobj.hxx411 class SVX_DLLPUBLIC SdrObject: public SfxListener, public tools::WeakBase< SdrObject >
571 void AddListener(SfxListener& rListener);
572 void RemoveListener(SfxListener& rListener);
/aoo4110/main/sc/inc/
H A Dlinkuno.hxx69 public SfxListener
167 public SfxListener
222 public SfxListener
325 public SfxListener
382 public SfxListener
442 public SfxListener
H A Dtextuno.hxx86 void AddListener( SfxListener& rListener );
87 void RemoveListener( SfxListener& rListener );
120 class ScHeaderFooterTextData : public SfxListener
367 class ScCellTextData : public SfxListener
H A Dnameuno.hxx62 public SfxListener
183 public SfxListener
284 public SfxListener
325 public SfxListener
H A Ddocuno.hxx328 public SfxListener
378 public SfxListener
477 public SfxListener
583 public SfxListener
676 public SfxListener
742 public SfxListener
795 public SfxListener
H A Dchart2uno.hxx75 SfxListener
201 SfxListener
252 SfxListener
494 SfxListener
H A Ddispuno.hxx50 public SfxListener
108 public SfxListener
H A Dchartuno.hxx52 public SfxListener
126 ,public SfxListener
H A Dtarguno.hxx77 public SfxListener
112 public SfxListener
H A Dstyleuno.hxx65 public SfxListener
126 public SfxListener
217 public SfxListener
H A Dcellsuno.hxx170 public SfxListener
1334 public SfxListener
1368 public SfxListener
1407 public SfxListener
1451 public SfxListener
1493 public SfxListener
1537 public SfxListener
H A Ddatauno.hxx344 public SfxListener
488 public SfxListener
602 public SfxListener
/aoo4110/main/sd/inc/
H A Dimapinfo.hxx39 class SdIMapInfo : public SdrObjUserData, public SfxListener
54 SfxListener(), in SdIMapInfo()
/aoo4110/main/sc/source/ui/inc/
H A Dprevwsh.hxx117 void AddAccessibilityObject( SfxListener& rObject );
118 void RemoveAccessibilityObject( SfxListener& rObject );
H A Dtabvwsh.hxx420 void AddAccessibilityObject( SfxListener& rObject );
421 void RemoveAccessibilityObject( SfxListener& rObject );
/aoo4110/main/sc/source/ui/view/
H A Dtabvwshh.cxx234 void ScTabViewShell::AddAccessibilityObject( SfxListener& rObject ) in AddAccessibilityObject()
245 void ScTabViewShell::RemoveAccessibilityObject( SfxListener& rObject ) in RemoveAccessibilityObject()
/aoo4110/main/basctl/source/inc/
H A Ddlgedobj.hxx71 using SfxListener::StartListening;
73 using SfxListener::EndListening;
/aoo4110/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx88 inline SfxListenerGuard(::SfxListener & rListener): in SfxListenerGuard()
100 ::SfxListener & m_rListener;
414 class Document: public ::VCLXAccessibleComponent, public ::SfxListener

Completed in 111 milliseconds

1234567