Lines Matching refs:SfxRequest_Impl
61 struct SfxRequest_Impl: public SfxListener struct
87 SfxRequest_Impl( SfxRequest *pOwner ) in SfxRequest_Impl() argument
97 ~SfxRequest_Impl() { delete pInternalArgs; } in ~SfxRequest_Impl() argument
108 void SfxRequest_Impl::Notify( SfxBroadcaster&, const SfxHint &rHint ) in Notify()
117 void SfxRequest_Impl::SetPool( SfxItemPool *pNewPool ) in SetPool()
156 pImp( new SfxRequest_Impl(this) ) in SfxRequest()
200 pImp( new SfxRequest_Impl(this) ) in SfxRequest()
243 pImp( new SfxRequest_Impl(this) ) in SfxRequest()
266 pImp( new SfxRequest_Impl(this) ) in SfxRequest()
294 pImp( new SfxRequest_Impl(this) ) in SfxRequest()
345 void SfxRequest_Impl::Record in Record()