Lines Matching defs:SfxDispatcher_Impl

137 struct SfxDispatcher_Impl  struct
139 SfxRequestPtrArray aReqArr;
140 const SfxSlotServer* pCachedServ1; // zuletzt gerufene Message
141 const SfxSlotServer* pCachedServ2; // vorletzt gerufene Message
142 SfxShellStack_Impl aStack; // aktive Funktionalitaet
143 Timer aTimer; // fuers flushen
144 SfxToDoStack_Impl aToDoStack; // nicht abgearb. Push/Pop
145 SfxViewFrame* pFrame; // 0 oder zugeh"or. Frame
146 SfxDispatcher* pParent; // z.B. AppDispatcher, ggf. 0
147 SfxHintPosterRef xPoster; // asynchrones Execute
148 sal_Bool bFlushing; // sal_True waehrend Flush //?
149 sal_Bool bUpdated; // Update_Impl gelaufen
150 sal_Bool bLocked; // kein Execute
151 sal_Bool bInvalidateOnUnlock;// da fragte jemand
152 sal_Bool bActive; // nicht verwechseln mit gesetzt!
153 sal_Bool* pInCallAliveFlag; // dem Stack den Dtor anzeigen
154 SfxObjectBars_Impl aObjBars[SFX_OBJECTBAR_MAX];
155 SfxObjectBars_Impl aFixedObjBars[SFX_OBJECTBAR_MAX];
156 SvULongs aChildWins;
157 sal_uInt32 nEventId; // EventId UserEvent
158 sal_Bool bUILocked; // Update abgeklemmt (!zappeln)
159 sal_Bool bNoUI; // UI nur vom Parent Dispatcher
160 sal_Bool bReadOnly; // Dokument ist ReadOnly
161 sal_Bool bQuiet; // nur parent dispatcher verwenden
162 sal_Bool bModal; // nur Slots vom Parent-Dispatcher
164 sal_Bool bFilterEnabling; // sal_True=filter enabled slots, 2==ReadOnlyDoc uebersteuert
165 sal_uInt16 nFilterCount; // Anzahl der SIDs in pFilterSIDs
166 const sal_uInt16* pFilterSIDs; // sortiertes Array von SIDs
167 sal_uInt16 nStandardMode; // ExecuteMode f. PlugInDispatcher
168 SvUShorts* pDisableList;
169 sal_uInt32 nDisableFlags;