| /trunk/main/sw/source/ui/app/ |
| H A D | swmodul1.cxx | 141 SwView* SwModule::GetFirstView() in GetFirstView() 149 SwView* SwModule::GetNextView(SwView* pView) in GetNextView() 163 void SwModule::ApplyUsrPref(const SwViewOption &rUsrPref, SwView* pActView, in ApplyUsrPref() 236 void SwModule::ApplyUserMetric( FieldUnit eMetric, sal_Bool bWeb ) in ApplyUserMetric() 258 SwView* pTmpView = SwModule::GetFirstView(); in ApplyUserMetric() 268 pTmpView = SwModule::GetNextView(pTmpView); in ApplyUserMetric() 274 void SwModule::ApplyRulerMetric( FieldUnit eMetric, sal_Bool bHorizontal, sal_Bool bWeb ) in ApplyRulerMetric() 294 SwView* pTmpView = SwModule::GetFirstView(); in ApplyRulerMetric() 305 pTmpView = SwModule::GetNextView(pTmpView); in ApplyRulerMetric() 312 SwNavigationConfig* SwModule::GetNavigationConfig() in GetNavigationConfig() [all …]
|
| H A D | swmodule.cxx | 171 TYPEINIT1( SwModule, SfxModule ); 178 SwModule::SwModule( SfxObjectFactory* pWebFact, in SwModule() function in SwModule 243 SwModule::GetScannerManager() in GetScannerManager() 262 uno::Reference< linguistic2::XLanguageGuessing > SwModule::GetLanguageGuesser() in GetLanguageGuesser() 280 SwModule::~SwModule() in ~SwModule() 290 void SwModule::CreateLngSvcEvtListener() in CreateLngSvcEvtListener() 318 SwModule* pMod = SW_MOD(); in RegisterInterfaces() 319 SwModule::RegisterInterface( pMod ); in RegisterInterfaces() 357 SwModule* pMod = SW_MOD(); in RegisterControls() 473 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() 686 void SwModule::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify() 795 void SwModule::ConfigurationChanged( utl::ConfigurationBroadcaster* pBrdCst, sal_uInt32 ) in ConfigurationChanged() 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() [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 | 83 SfxItemSet* SwModule::CreateItemSet( sal_uInt16 nId ) in CreateItemSet() 287 void SwModule::ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet ) in ApplyItemSet() 493 SfxTabPage* SwModule::CreateTabPage( sal_uInt16 nId, Window* pParent, const SfxItemSet& rSet ) in CreateTabPage()
|
| H A D | applab.cxx | 181 void SwModule::InsertLab(SfxRequest& rReq, sal_Bool bLabel) in InsertLab()
|
| H A D | appenv.cxx | 162 void SwModule::InsertEnv( SfxRequest& rReq ) in InsertEnv()
|
| /trunk/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) )
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | cfgitems.hxx | 34 class SwModule; 57 friend class SwModule; 209 friend class SwModule;
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/sw/sdi/ |
| H A D | wrtapp.sdi | 82 shell SwModule
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | view1.cxx | 78 SwModule* pSwMod = SW_MOD(); in Activate()
|
| H A D | view0.cxx | 575 SwModule* pModule = SW_MOD(); in ExecViewOptions()
|
| /trunk/main/sw/source/ui/docvw/ |
| H A D | edtdd.cxx | 415 SwModule *pMod = SW_MOD(); in AcceptDrop()
|
| /trunk/main/sw/source/core/text/ |
| H A D | guess.cxx | 362 SwModule *pModule = SW_MOD(); in Guess()
|
| /trunk/main/sw/source/ui/ribbar/ |
| H A D | inputwin.cxx | 179 SwModule *pMod = SW_MOD(); in DataChanged()
|
| /trunk/main/sw/source/ui/config/ |
| H A D | optload.cxx | 163 SwModule* pMod = SW_MOD(); in FillItemSet()
|
| /trunk/main/sw/source/core/txtnode/ |
| H A D | txtedt.cxx | 1235 SwModule *pModule = SW_MOD(); in _AutoSpell()
|