/aoo42x/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 146 SwView* SwModule::GetFirstView() in GetFirstView() 155 SwView* SwModule::GetNextView(SwView* pView) in GetNextView() 264 SwView* pTmpView = SwModule::GetFirstView(); in ApplyUserMetric() 274 pTmpView = SwModule::GetNextView(pTmpView); in ApplyUserMetric() 300 SwView* pTmpView = SwModule::GetFirstView(); in ApplyRulerMetric() 311 pTmpView = SwModule::GetNextView(pTmpView); in ApplyRulerMetric() 318 SwNavigationConfig* SwModule::GetNavigationConfig() in GetNavigationConfig() 348 SwChapterNumRules* SwModule::GetChapterNumRules() in GetChapterNumRules() 389 sal_uInt16 SwModule::GetRedlineAuthor() in GetRedlineAuthor() 535 sal_uInt16 SwModule::GetRedlineMarkPos() in GetRedlineMarkPos() [all …]
|
H A D | swmodule.cxx | 175 TYPEINIT1( SwModule, SfxModule ); 182 SwModule::SwModule( SfxObjectFactory* pWebFact, in SwModule() function in SwModule 247 SwModule::GetScannerManager() in GetScannerManager() 266 uno::Reference< linguistic2::XLanguageGuessing > SwModule::GetLanguageGuesser() in GetLanguageGuesser() 284 SwModule::~SwModule() in ~SwModule() 294 void SwModule::CreateLngSvcEvtListener() in CreateLngSvcEvtListener() 323 SwModule* pMod = SW_MOD(); in RegisterInterfaces() 324 SwModule::RegisterInterface( pMod ); in RegisterInterfaces() 362 SwModule* pMod = SW_MOD(); in RegisterControls() 483 void SwModule::InitAttrPool() in InitAttrPool() [all …]
|
H A D | apphdl.cxx | 125 #define SwModule macro 137 SFX_IMPL_INTERFACE( SwModule, SfxModule, SW_RES(RID_SW_NAME) ) in SFX_IMPL_INTERFACE() argument 152 void SwModule::StateOther(SfxItemSet &rSet) in StateOther() 614 void SwModule::ExecOther(SfxRequest& rReq) in ExecOther() 872 SwDBConfig* SwModule::GetDBConfig() in GetDBConfig() 881 svtools::ColorConfig& SwModule::GetColorConfig() in GetColorConfig() 894 SvtAccessibilityOptions& SwModule::GetAccessibilityOptions() in GetAccessibilityOptions() 906 SvtCTLOptions& SwModule::GetCTLOptions() in GetCTLOptions() 918 SvtUserOptions& SwModule::GetUserOptions() in GetUserOptions() 930 SvtUndoOptions& SwModule::GetUndoOptions() in GetUndoOptions() [all …]
|
H A D | swdll.cxx | 69 SwModule** ppShlPtr = (SwModule**) GetAppData(SHL_WRITER); in Init() 84 SwModule* pModule = new SwModule( pWDocFact, pDocFact, pGlobDocFact ); in Init() 148 SwModule** ppShlPtr = (SwModule**) GetAppData(SHL_WRITER); in Exit()
|
H A D | appopt.cxx | 85 SfxItemSet* SwModule::CreateItemSet( sal_uInt16 nId ) in CreateItemSet() 291 void SwModule::ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet ) in ApplyItemSet() 497 SfxTabPage* SwModule::CreateTabPage( sal_uInt16 nId, Window* pParent, const SfxItemSet& rSet ) in CreateTabPage()
|
H A D | appenv.cxx | 169 void SwModule::InsertEnv( SfxRequest& rReq ) in InsertEnv()
|
H A D | applab.cxx | 184 void SwModule::InsertLab(SfxRequest& rReq, sal_Bool bLabel) in InsertLab()
|
/aoo42x/main/sw/inc/ |
H A D | swmodule.hxx | 74 class SW_DLLPUBLIC SwModule: public SfxModule, public SfxListener, public utl::ConfigurationListener class 138 SwModule( SfxObjectFactory* pFact, 142 ~SwModule(); 252 SwModule::GetLngSvcEvtListener() in GetLngSvcEvtListener() 257 inline void SwModule::SetLngSvcEvtListener( in SetLngSvcEvtListener() 269 #define SW_MOD() ( *(SwModule**) GetAppData(SHL_WRITER))
|
H A D | swdll.hxx | 62 #define SW_DLL() ( *(SwModule**) GetAppData(SHL_WRITER) )
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | cfgitems.hxx | 34 class SwModule; 57 friend class SwModule; 209 friend class SwModule;
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | navipi.cxx | 178 pView = SwModule::GetFirstView(); in IMPL_LINK() 181 pView = SwModule::GetNextView(pView); in IMPL_LINK() 1209 SwView *pView = SwModule::GetFirstView(); in UpdateListBox() 1241 pView = SwModule::GetNextView(pView); in UpdateListBox() 1493 SwView* pView = SwModule::GetFirstView(); in GetCreateView() 1502 pView = SwModule::GetNextView(pView); in GetCreateView()
|
H A D | content.cxx | 138 SwView *pView = SwModule::GetFirstView(); in lcl_FindShell() 146 pView = SwModule::GetNextView(pView); in lcl_FindShell() 1190 SwView *pView = SwModule::GetFirstView(); in CreateContextMenu() 1210 pView = SwModule::GetNextView(pView); in CreateContextMenu() 3000 SwView *pView = SwModule::GetFirstView(); in ExcecuteContextMenuAction() 3009 pView = SwModule::GetNextView(pView); in ExcecuteContextMenuAction()
|
/aoo42x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 270 SwModule* pMod = SW_MOD(); in ~SwTransferable() 308 SwModule *pMod = SW_MOD(); in ObjectReleased() 320 SwModule *pMod = SW_MOD(); in AddSupportedFormats() 1168 SwModule* pMod = SW_MOD(); in PasteData() 3627 SwModule *pMod = SW_MOD(); in CreateSelection() 3642 SwModule *pMod = SW_MOD(); in ClearSelection()
|
/aoo42x/main/sw/sdi/ |
H A D | wrtapp.sdi | 82 shell SwModule
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | view1.cxx | 78 SwModule* pSwMod = SW_MOD(); in Activate()
|
H A D | view0.cxx | 579 SwModule* pModule = SW_MOD(); in ExecViewOptions()
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtdd.cxx | 419 SwModule *pMod = SW_MOD(); in AcceptDrop()
|
/aoo42x/main/sw/source/core/text/ |
H A D | guess.cxx | 362 SwModule *pModule = SW_MOD(); in Guess()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 182 SwModule *pMod = SW_MOD(); in DataChanged()
|
/aoo42x/main/sw/source/ui/config/ |
H A D | optload.cxx | 163 SwModule* pMod = SW_MOD(); in FillItemSet()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1235 SwModule *pModule = SW_MOD(); in _AutoSpell()
|