Home
last modified time | relevance | path

Searched refs:rWrtSh (Results 1 – 25 of 25) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx149 rWrtSh.StartAction(); in lcl_CharDialog()
150 rWrtSh.Push(); in lcl_CharDialog()
152 rWrtSh.SelWrd(); in lcl_CharDialog()
158 rWrtSh.Pop(sal_False); in lcl_CharDialog()
159 rWrtSh.EndAction(); in lcl_CharDialog()
223 rWrtSh.StartAction(); in lcl_CharDialog()
225 rWrtSh.SetMark(); in lcl_CharDialog()
253 rWrtSh.SwapPam(); in lcl_CharDialog()
254 rWrtSh.ClearMark(); in lcl_CharDialog()
255 rWrtSh.DontExpandFmt(); in lcl_CharDialog()
[all …]
H A Dlanghelper.cxx283 rWrtSh.GetCurAttr( rCoreSet ); in SetLanguage()
285 rWrtSh.SetAttrSet( rCoreSet ); in SetLanguage()
346 rWrtSh.GetCurAttr( rCoreSet ); in SetLanguage_None()
349 rWrtSh.SetAttrSet( rCoreSet ); in SetLanguage_None()
363 rWrtSh.ResetAttr( &aAttribs ); in SetLanguage_None()
395 rWrtSh.ResetAttr( &aAttribs ); in ResetLanguages()
592 if (!rWrtSh.IsSttPara()) in SelectCurrentPara()
594 if (!rWrtSh.HasMark()) in SelectCurrentPara()
595 rWrtSh.SetMark(); in SelectCurrentPara()
596 rWrtSh.SwapPam(); in SelectCurrentPara()
[all …]
H A Dtxtattr.cxx203 SwWrtShell& rWrtSh = GetShell(); in ExecCharAttrArgs() local
207 if ( rWrtSh.HasSelection() && rWrtSh.IsSelFullPara() ) in ExecCharAttrArgs()
209 pColl = rWrtSh.GetCurTxtFmtColl(); in ExecCharAttrArgs()
242 rWrtSh.SetAttrItem( aINetFmt ); in ExecCharAttrArgs()
289 rWrtSh.SetAttrSet( aAttrSet ); in ExecCharAttrArgs()
345 SwWrtShell& rWrtSh = GetShell(); in ExecParaAttr() local
349 rWrtSh.AutoUpdatePara(pColl, *pSet); in ExecParaAttr()
353 rWrtSh.SetAttrSet( aSet ); in ExecParaAttr()
509 SwWrtShell& rWrtSh = GetShell(); in ExecParaAttr() local
513 rWrtSh.AutoUpdatePara(pColl, aSet); in ExecParaAttr()
[all …]
H A Dtextsh.cxx789 bool lcl_IsMarkInSameSection( SwWrtShell& rWrtSh, const SwSection* pSect ) in lcl_IsMarkInSameSection() argument
791 rWrtSh.SwapPam(); in lcl_IsMarkInSameSection()
792 bool bRet = pSect == rWrtSh.GetCurrSection(); in lcl_IsMarkInSameSection()
793 rWrtSh.SwapPam(); in lcl_IsMarkInSameSection()
H A Dfrmsh.cxx959 SwWrtShell &rWrtSh = GetShell(); in GetState() local
960 SdrView* pSdrView = rWrtSh.GetDrawViewWithValidMarkList(); in GetState()
H A Dbasesh.cxx2012 SwWrtShell& rWrtSh = rView.GetWrtShell(); in SwBaseShell() local
2014 SetPool(&rWrtSh.GetAttrPool()); in SwBaseShell()
2016 rWrtSh.SetGrfArrivedLnk( LINK( this, SwBaseShell, GraphicArrivedHdl)); in SwBaseShell()
/trunk/main/sw/source/ui/misc/
H A Doutline.cxx233 rWrtSh(rSh), in SwOutlineTabDialog()
235 bModified(rWrtSh.IsModified()) in SwOutlineTabDialog()
259 if( !rWrtSh.GetParaStyle( sHeadline = in SwOutlineTabDialog()
269 SwTxtFmtColl &rTxtColl = rWrtSh.GetTxtFmtColl(i); in SwOutlineTabDialog()
315 rWrtSh.ResetModified(); in IMPL_LINK()
386 pRules->MakeNumRule( rWrtSh, *pNumRule ); in IMPL_LINK()
390 *pNumRule = *rWrtSh.GetOutlineNumRule(); in IMPL_LINK()
425 rWrtSh.StartAction(); in Ok()
520 pTxtColl = rWrtSh.GetParaStyle( in Ok()
533 rWrtSh.SetOutlineNumRule( *pNumRule); in Ok()
[all …]
H A Dnum.cxx1065 rWrtSh(rSh), in SwSvxNumBulletTabDialog()
1073 if(!rWrtSh.GetNumRuleAtCurrCrsrPos()) in SwSvxNumBulletTabDialog()
1129 SwDocShell* pDocShell = rWrtSh.GetView().GetDocShell(); in PageCreated()
1149 SwDocShell* pDocShell = rWrtSh.GetView().GetDocShell(); in PageCreated()
/trunk/main/sw/source/ui/inc/
H A Dlanghelper.hxx39 …extern void SetLanguage( SwWrtShell &rWrtSh, const String &rLangText, bool bIsForSelection, SfxIte…
41 …extern void SetLanguage( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, const Stri…
42 extern void SetLanguage_None( SwWrtShell &rWrtSh, bool bIsForSelection, SfxItemSet &rCoreSet );
44 …extern void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool …
45 extern void ResetLanguages( SwWrtShell &rWrtSh, bool bIsForSelection );
47 …extern void ResetLanguages( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bI…
50 extern void SelectCurrentPara( SwWrtShell &rWrtSh );
H A Dregionsw.hxx149 SwEditRegionDlg( Window* pParent, SwWrtShell& rWrtSh );
303 SwWrtShell& rWrtSh; member in SwInsertSectionTabDialog
322 SwWrtShell& rWrtSh; member in SwSectionPropertyTabDialog
H A Dnum.hxx185 SwWrtShell& rWrtSh; member in SwSvxNumBulletTabDialog
H A Doutline.hxx71 SwWrtShell& rWrtSh; member in SwOutlineTabDialog
/trunk/main/sw/source/ui/uiview/
H A Dswcli.cxx177 SwWrtShell & rWrtSh = pView->GetWrtShell(); in FormatChanged() local
178 if (rWrtSh.GetDoc()->get( IDocumentSettingAccess::MATH_BASELINE_ALIGNMENT )) in FormatChanged()
179 rWrtSh.AlignFormulaToBaseline( xObj ); in FormatChanged()
H A Dview2.cxx158 static void lcl_SetAllTextToDefaultLanguage( SwWrtShell &rWrtSh, sal_uInt16 nWhichId ) in lcl_SetAllTextToDefaultLanguage() argument
164 rWrtSh.StartAction(); in lcl_SetAllTextToDefaultLanguage()
165 rWrtSh.LockView( sal_True ); in lcl_SetAllTextToDefaultLanguage()
166 rWrtSh.Push(); in lcl_SetAllTextToDefaultLanguage()
169 rWrtSh.SelAll(); in lcl_SetAllTextToDefaultLanguage()
170 rWrtSh.ExtendedSelectAll(); in lcl_SetAllTextToDefaultLanguage()
175 rWrtSh.ResetAttr( &aAttribs ); in lcl_SetAllTextToDefaultLanguage()
177 rWrtSh.Pop( sal_False ); in lcl_SetAllTextToDefaultLanguage()
178 rWrtSh.LockView( sal_False ); in lcl_SetAllTextToDefaultLanguage()
179 rWrtSh.EndAction(); in lcl_SetAllTextToDefaultLanguage()
/trunk/main/sw/source/ui/app/
H A Dappopt.cxx455 SwWrtShell &rWrtSh = pAppView->GetWrtShell(); in ApplyItemSet() local
456 …const bool bAlignFormulas = rWrtSh.GetDoc()->get( IDocumentSettingAccess::MATH_BASELINE_ALIGNMENT … in ApplyItemSet()
460 if (bAlignFormulas && !rWrtSh.GetDoc()->IsInReading()) in ApplyItemSet()
461 rWrtSh.AlignAllFormulasToBaseline(); in ApplyItemSet()
H A Ddocsh2.cxx1743 SwWrtShell& rWrtSh = pCurrView->GetWrtShell(); in ReloadFromHtml() local
1744 if( rWrtSh.GetLayout()) in ReloadFromHtml()
1745 rWrtSh.CheckBrowseView( sal_True ); in ReloadFromHtml()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx86 static void lcl_ActivateTextShell( SwWrtShell & rWrtSh ) in lcl_ActivateTextShell() argument
88 if( rWrtSh.IsSelFrmMode() || rWrtSh.IsObjSelected() ) in lcl_ActivateTextShell()
89 rWrtSh.EnterStdMode(); in lcl_ActivateTextShell()
H A Dolmenu.cxx108 extern void lcl_CharDialog( SwWrtShell &rWrtSh, sal_Bool bUseDialog, sal_uInt16 nSlot,const SfxItem…
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx356 SwEditRegionDlg::SwEditRegionDlg( Window* pParent, SwWrtShell& rWrtSh ) in SwEditRegionDlg() argument
396 rSh( rWrtSh ), in SwEditRegionDlg()
1582 rWrtSh(rSh) in SwInsertSectionTabDialog()
1621 ((SwInsertSectionTabPage&)rPage).SetWrtShell(rWrtSh); in PageCreated()
1636 ((SwSectionIndentTabPage&)rPage).SetWrtShell(rWrtSh); in PageCreated()
1655 rWrtSh.InsertSection(*m_pSectionData, pOutputItemSet); in Ok()
1656 SfxViewFrame* pViewFrm = rWrtSh.GetView().GetViewFrame(); in Ok()
2322 rWrtSh(rSh) in SwSectionPropertyTabDialog()
2366 ((SwSectionIndentTabPage&)rPage).SetWrtShell(rWrtSh); in PageCreated()
H A Dswdlgfact.cxx1514 SwWrtShell & rWrtSh ) //add for SwSvxNumBulletTabDialog, SwOutlineTabDialog in CreateSwTabDialog() argument
1520 pDlg = new SwSvxNumBulletTabDialog( pParent, pSwItemSet, rWrtSh ); in CreateSwTabDialog()
1523 pDlg = new SwOutlineTabDialog( pParent, pSwItemSet, rWrtSh ); in CreateSwTabDialog()
1553 Window* pParent, SwWrtShell& rWrtSh ) //add for SwEditRegionDlg in CreateEditRegionDlg() argument
1559 pDlg = new SwEditRegionDlg( pParent, rWrtSh ); in CreateEditRegionDlg()
H A Dswdlgfact.hxx548 Window* pParent, SwWrtShell& rWrtSh ); //add for SwEditRegionDlg
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx89 inline sal_Bool IsMarkInSameSection( SwWrtShell& rWrtSh, const SwSection* pSect ) in IsMarkInSameSection() argument
91 rWrtSh.SwapPam(); in IsMarkInSameSection()
92 sal_Bool bRet = pSect == rWrtSh.GetCurrSection(); in IsMarkInSameSection()
93 rWrtSh.SwapPam(); in IsMarkInSameSection()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1164 SwWrtShell& rWrtSh; member in SwCreateAuthEntryDlg_Impl
1665 rWrtSh(rSh), in SwCreateAuthEntryDlg_Impl()
1853 rWrtSh.GetFldType(RES_AUTHORITY, aEmptyStr); in IMPL_LINK()
H A Dcnttab.cxx785 SwAddStylesDlg_Impl(Window* pParent, SwWrtShell& rWrtSh, String rStringArr[]);
792 SwWrtShell& rWrtSh, String rStringArr[]) : in SwAddStylesDlg_Impl() argument
849 const sal_uInt16 nSz = rWrtSh.GetTxtFmtCollCount(); in SwAddStylesDlg_Impl()
853 pColl = &rWrtSh.GetTxtFmtColl(j); in SwAddStylesDlg_Impl()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx473 Window* pParent, SwWrtShell& rWrtSh ) = 0; //add for SwEditRegionDlg

Completed in 189 milliseconds