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.cxx146 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 Dswmodule.cxx175 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 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()
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 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.cxx85 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 Dappenv.cxx169 void SwModule::InsertEnv( SfxRequest& rReq ) in InsertEnv()
H A Dapplab.cxx184 void SwModule::InsertLab(SfxRequest& rReq, sal_Bool bLabel) in InsertLab()
/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.cxx579 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.cxx182 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()

Completed in 449 milliseconds