Searched refs:SdModule (Results 1 – 14 of 14) sorted by relevance
/aoo42x/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 83 SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 ) in SdModule() function in SdModule 121 SdModule::~SdModule() in ~SdModule() 142 SdModule** ppShellPointer = (SdModule**)GetAppData(SHL_DRAW); in ~SdModule() 155 void SdModule::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() 169 SdOptions* SdModule::GetSdOptions(DocumentType eDocType) in GetSdOptions() 250 SvNumberFormatter* SdModule::GetNumberFormatter() in GetNumberFormatter() 262 OutputDevice* SdModule::GetVirtualRefDevice (void) in GetVirtualRefDevice() [all …]
|
H A D | sddll.cxx | 76 SdModule** ppShlPtr = (SdModule**) GetAppData(SHL_DRAW); in Init() 83 (*ppShlPtr) = new SdModule( pImpressFact, pDrawFact ); in Init() 87 (*ppShlPtr) = new SdModule( pDrawFact, pImpressFact ); in Init() 139 SdModule** ppShlPtr = (SdModule**) GetAppData(SHL_DRAW); in Exit()
|
H A D | sdmod1.cxx | 110 void SdModule::Execute(SfxRequest& rReq) in Execute() 275 void SdModule::OutlineToImpress (SfxRequest& rRequest) in OutlineToImpress() 347 void SdModule::GetState(SfxItemSet& rItemSet) in GetState() 443 Application::AddEventListener( LINK( this, SdModule, EventListenerHdl ) ); in GetState() 450 IMPL_LINK( SdModule, EventListenerHdl, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 483 void SdModule::AddSummaryPage (SfxViewFrame* pViewFrame, SdDrawDocument* pDocument) in AddSummaryPage() 523 SfxFrame* SdModule::CreateFromTemplate( const String& rTemplatePath, const Reference< XFrame >& i_r… in CreateFromTemplate() 551 SfxFrame* SdModule::ExecuteNewDocument( SfxRequest& rReq ) in ExecuteNewDocument() 750 SfxFrame* SdModule::CreateEmptyDocument( DocumentType eDocType, const Reference< XFrame >& i_rFrame… in CreateEmptyDocument() 775 void SdModule::ChangeMedium( ::sd::DrawDocShell* pDocShell, SfxViewFrame* pViewFrame, const sal_Int… in ChangeMedium()
|
H A D | sdmod2.cxx | 160 IMPL_LINK(SdModule, CalcFieldValueHdl, EditFieldInfo*, pInfo) in IMPL_LINK() argument 416 SfxItemSet* SdModule::CreateItemSet( sal_uInt16 nSlot ) in CreateItemSet() 543 void SdModule::ApplyItemSet( sal_uInt16 nSlot, const SfxItemSet& rSet ) in ApplyItemSet() 758 SfxTabPage* SdModule::CreateTabPage( sal_uInt16 nId, Window* pParent, const SfxItemSet& rSet ) in CreateTabPage()
|
H A D | sddll1.cxx | 91 SdModule::RegisterInterface(pMod); in RegisterInterfaces()
|
/aoo42x/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) )
|
/aoo42x/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;
|
/aoo42x/main/sd/source/ui/inc/tools/ |
H A D | SdGlobalResourceContainer.hxx | 92 friend class ::SdModule;
|
/aoo42x/main/sd/sdi/ |
H A D | app.sdi | 101 shell SdModule
|
/aoo42x/main/sd/source/core/ |
H A D | drawdoc.cxx | 1045 pOutliner->SetCalcFieldValueHdl(LINK(SD_MOD(), SdModule, CalcFieldValueHdl)); in SetCalcFieldValueHdl()
|
/aoo42x/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 39 milliseconds