Home
last modified time | relevance | path

Searched refs:SwModule (Results 1 – 21 of 21) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx141 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 Dswmodule.cxx171 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 Dapphdl.cxx125 #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 Dswdll.cxx69 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 Dappopt.cxx83 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 Dapplab.cxx181 void SwModule::InsertLab(SfxRequest& rReq, sal_Bool bLabel) in InsertLab()
H A Dappenv.cxx162 void SwModule::InsertEnv( SfxRequest& rReq ) in InsertEnv()
/trunk/main/sw/inc/
H A Dswmodule.hxx74 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 Dswdll.hxx62 #define SW_DLL() ( *(SwModule**) GetAppData(SHL_WRITER) )
/trunk/main/sw/source/ui/inc/
H A Dcfgitems.hxx34 class SwModule;
57 friend class SwModule;
209 friend class SwModule;
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx178 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 Dcontent.cxx138 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 Dswdtflvr.cxx270 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 Dwrtapp.sdi82 shell SwModule
/trunk/main/sw/source/ui/uiview/
H A Dview1.cxx78 SwModule* pSwMod = SW_MOD(); in Activate()
H A Dview0.cxx575 SwModule* pModule = SW_MOD(); in ExecViewOptions()
/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx415 SwModule *pMod = SW_MOD(); in AcceptDrop()
/trunk/main/sw/source/core/text/
H A Dguess.cxx362 SwModule *pModule = SW_MOD(); in Guess()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx179 SwModule *pMod = SW_MOD(); in DataChanged()
/trunk/main/sw/source/ui/config/
H A Doptload.cxx163 SwModule* pMod = SW_MOD(); in FillItemSet()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1235 SwModule *pModule = SW_MOD(); in _AutoSpell()