Home
last modified time | relevance | path

Searched refs:SdModule (Results 1 – 14 of 14) sorted by relevance

/aoo4110/main/sd/source/ui/app/
H A Dsdmod.cxx68 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()
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()
260 SvNumberFormatter* SdModule::GetNumberFormatter() in GetNumberFormatter()
272 OutputDevice* SdModule::GetVirtualRefDevice (void) in GetVirtualRefDevice()
[all …]
H A Dsddll.cxx78 SdModule** ppShlPtr = (SdModule**) GetAppData(SHL_DRAW); in Init()
85 (*ppShlPtr) = new SdModule( pImpressFact, pDrawFact ); in Init()
89 (*ppShlPtr) = new SdModule( pDrawFact, pImpressFact ); in Init()
143 SdModule** ppShlPtr = (SdModule**) GetAppData(SHL_DRAW); in Exit()
H A Dsdmod1.cxx112 void SdModule::Execute(SfxRequest& rReq) in Execute()
277 void SdModule::OutlineToImpress (SfxRequest& rRequest) in OutlineToImpress()
351 void SdModule::GetState(SfxItemSet& rItemSet) in GetState()
447 Application::AddEventListener( LINK( this, SdModule, EventListenerHdl ) ); in GetState()
454 IMPL_LINK( SdModule, EventListenerHdl, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
487 void SdModule::AddSummaryPage (SfxViewFrame* pViewFrame, SdDrawDocument* pDocument) in AddSummaryPage()
527 SfxFrame* SdModule::CreateFromTemplate( const String& rTemplatePath, const Reference< XFrame >& i_r… in CreateFromTemplate()
555 SfxFrame* SdModule::ExecuteNewDocument( SfxRequest& rReq ) in ExecuteNewDocument()
754 SfxFrame* SdModule::CreateEmptyDocument( DocumentType eDocType, const Reference< XFrame >& i_rFrame… in CreateEmptyDocument()
779 void SdModule::ChangeMedium( ::sd::DrawDocShell* pDocShell, SfxViewFrame* pViewFrame, const sal_Int… in ChangeMedium()
H A Dsdmod2.cxx162 IMPL_LINK(SdModule, CalcFieldValueHdl, EditFieldInfo*, pInfo) in IMPL_LINK() argument
420 SfxItemSet* SdModule::CreateItemSet( sal_uInt16 nSlot ) in CreateItemSet()
547 void SdModule::ApplyItemSet( sal_uInt16 nSlot, const SfxItemSet& rSet ) in ApplyItemSet()
762 SfxTabPage* SdModule::CreateTabPage( sal_uInt16 nId, Window* pParent, const SfxItemSet& rSet ) in CreateTabPage()
H A Dsddll1.cxx95 SdModule::RegisterInterface(pMod); in RegisterInterfaces()
/aoo4110/main/sd/inc/
H A Dsdmod.hxx95 class SdModule : public SfxModule, public SfxListener class
103 SdModule(SfxObjectFactory* pDrawObjFact, SfxObjectFactory* pGraphicObjFact);
104 virtual ~SdModule();
208 #define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) )
H A Dsddll.hxx71 #define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) )
/aoo4110/main/sd/source/ui/inc/
H A Dprntopts.hxx44 class SdModule;
48 friend class SdModule;
H A Dtpoption.hxx94 class SdModule;
98 friend class SdModule;
/aoo4110/main/sd/source/ui/inc/tools/
H A DSdGlobalResourceContainer.hxx92 friend class ::SdModule;
/aoo4110/main/sd/sdi/
H A Dapp.sdi101 shell SdModule
/aoo4110/main/sd/source/core/
H A Ddrawdoc.cxx1047 pOutliner->SetCalcFieldValueHdl(LINK(SD_MOD(), SdModule, CalcFieldValueHdl)); in SetCalcFieldValueHdl()
/aoo4110/main/sd/source/ui/view/
H A Dsdview.cxx753 pOutl->SetCalcFieldValueHdl(LINK(SD_MOD(), SdModule, CalcFieldValueHdl)); in SdrBeginTextEdit()
H A DOutliner.cxx186 SetCalcFieldValueHdl(LINK(SD_MOD(), SdModule, CalcFieldValueHdl)); in Outliner()

Completed in 96 milliseconds