Lines Matching refs:SdModule
68 TYPEINIT1( SdModule, SfxModule );
70 #define SdModule macro
74 SFX_IMPL_INTERFACE(SdModule, SfxModule, SdResId(STR_APPLICATIONOBJECTBAR)) in SFX_IMPL_INTERFACE() argument
85 SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 ) in SdModule() function in SdModule
125 SdModule::~SdModule() in ~SdModule()
139 Application::RemoveEventListener( LINK( this, SdModule, EventListenerHdl ) ); in ~SdModule()
146 SdModule** ppShellPointer = (SdModule**)GetAppData(SHL_DRAW); in ~SdModule()
161 void SdModule::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
177 SdOptions* SdModule::GetSdOptions(DocumentType eDocType) in GetSdOptions()
219 SvStorageStreamRef SdModule::GetOptionStream( const String& rOptionName, in GetOptionStream()
260 SvNumberFormatter* SdModule::GetNumberFormatter() in GetNumberFormatter()
272 OutputDevice* SdModule::GetVirtualRefDevice (void) in GetVirtualRefDevice()
280 OutputDevice* SdModule::GetRefDevice (::sd::DrawDocShell& ) in GetRefDevice()