Searched refs:SdModule (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sd/source/ui/app/ |
H A D | sdmod.cxx | 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() 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 D | sddll.cxx | 78 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 D | sdmod1.cxx | 112 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 D | sdmod2.cxx | 162 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 D | sddll1.cxx | 95 SdModule::RegisterInterface(pMod); in RegisterInterfaces()
|
/aoo41x/main/sd/inc/ |
H A D | sdmod.hxx | 95 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 D | sddll.hxx | 71 #define SD_MOD() ( *(SdModule**) GetAppData(SHL_DRAW) )
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | prntopts.hxx | 44 class SdModule; 48 friend class SdModule;
|
H A D | tpoption.hxx | 94 class SdModule; 98 friend class SdModule;
|
/aoo41x/main/sd/source/ui/inc/tools/ |
H A D | SdGlobalResourceContainer.hxx | 92 friend class ::SdModule;
|
/aoo41x/main/sd/sdi/ |
H A D | app.sdi | 101 shell SdModule
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc.cxx | 1049 pOutliner->SetCalcFieldValueHdl(LINK(SD_MOD(), SdModule, CalcFieldValueHdl)); in SetCalcFieldValueHdl()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 753 pOutl->SetCalcFieldValueHdl(LINK(SD_MOD(), SdModule, CalcFieldValueHdl)); in SdrBeginTextEdit()
|
H A D | Outliner.cxx | 186 SetCalcFieldValueHdl(LINK(SD_MOD(), SdModule, CalcFieldValueHdl)); in Outliner()
|
Completed in 44 milliseconds