| /trunk/main/sw/source/ui/shells/ |
| H A D | textsh1.cxx | 130 void lcl_CharDialog( SwWrtShell &rWrtSh, sal_Bool bUseDialog, sal_uInt16 nSlot,const SfxItemSet *pA… in lcl_CharDialog() argument 132 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebView, &rWrtSh.GetView())); in lcl_CharDialog() 134 SfxItemSet aCoreSet( rWrtSh.GetView().GetPool(), in lcl_CharDialog() 142 rWrtSh.GetCurAttr( aCoreSet ); in lcl_CharDialog() 143 sal_Bool bSel = rWrtSh.HasSelection(); in lcl_CharDialog() 145 if(bSel || rWrtSh.IsInWord()) in lcl_CharDialog() 149 rWrtSh.StartAction(); in lcl_CharDialog() 150 rWrtSh.Push(); in lcl_CharDialog() 151 if(!rWrtSh.SelectTxtAttr( RES_TXTATR_INETFMT )) in lcl_CharDialog() 152 rWrtSh.SelWrd(); in lcl_CharDialog() [all …]
|
| H A D | langhelper.cxx | 239 …void SetLanguage( SwWrtShell &rWrtSh, const String &rLangText, bool bIsForSelection, SfxItemSet &r… in SetLanguage() argument 241 SetLanguage( rWrtSh, 0 , ESelection(), rLangText, bIsForSelection, rCoreSet ); in SetLanguage() 244 …void SetLanguage( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, const String &rLa… in SetLanguage() argument 281 rWrtSh.GetCurAttr( rCoreSet ); in SetLanguage() 283 rWrtSh.SetAttrSet( rCoreSet ); in SetLanguage() 295 rWrtSh.SetDefault( SvxLanguageItem( nLang, nLangWhichId ) ); in SetLanguage() 299 rWrtSh.SetAttrItem( SvxLanguageItem( nLang, nLangWhichId ) ); in SetLanguage() 305 void SetLanguage_None( SwWrtShell &rWrtSh, bool bIsForSelection, SfxItemSet &rCoreSet ) in SetLanguage_None() argument 307 SetLanguage_None( rWrtSh,0,ESelection(),bIsForSelection,rCoreSet ); in SetLanguage_None() 310 …void SetLanguage_None( SwWrtShell &rWrtSh, OutlinerView* pOLV, ESelection aSelection, bool bIsForS… in SetLanguage_None() argument [all …]
|
| H A D | txtattr.cxx | 203 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() 253 rWrtSh.GetCurAttr( aSetItem.GetItemSet() ); in ExecCharAttrArgs() 259 sal_uInt16 nScriptType = rWrtSh.GetScriptType(); in ExecCharAttrArgs() 289 rWrtSh.SetAttrSet( aAttrSet ); in ExecCharAttrArgs() 345 SwWrtShell& rWrtSh = GetShell(); in ExecParaAttr() local 346 SwTxtFmtColl* pColl = rWrtSh.GetCurTxtFmtColl(); in ExecParaAttr() 349 rWrtSh.AutoUpdatePara(pColl, *pSet); in ExecParaAttr() [all …]
|
| H A D | textsh.cxx | 789 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 D | frmsh.cxx | 959 SwWrtShell &rWrtSh = GetShell(); in GetState() local 960 SdrView* pSdrView = rWrtSh.GetDrawViewWithValidMarkList(); in GetState()
|
| H A D | basesh.cxx | 2012 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 D | outline.cxx | 233 rWrtSh(rSh), in SwOutlineTabDialog() 235 bModified(rWrtSh.IsModified()) in SwOutlineTabDialog() 259 if( !rWrtSh.GetParaStyle( sHeadline = in SwOutlineTabDialog() 266 const sal_uInt16 nCount = rWrtSh.GetTxtFmtCollCount(); in SwOutlineTabDialog() 269 SwTxtFmtColl &rTxtColl = rWrtSh.GetTxtFmtColl(i); in SwOutlineTabDialog() 301 ((SwNumPositionTabPage&)rPage).SetWrtShell(&rWrtSh); in PageCreated() 305 ((SwOutlineSettingsTabPage&)rPage).SetWrtShell(&rWrtSh); in PageCreated() 315 rWrtSh.ResetModified(); in IMPL_LINK() 386 pRules->MakeNumRule( rWrtSh, *pNumRule ); in IMPL_LINK() 390 *pNumRule = *rWrtSh.GetOutlineNumRule(); in IMPL_LINK() [all …]
|
| H A D | num.cxx | 1065 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 D | langhelper.hxx | 39 …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 D | regionsw.hxx | 149 SwEditRegionDlg( Window* pParent, SwWrtShell& rWrtSh ); 303 SwWrtShell& rWrtSh; member in SwInsertSectionTabDialog 322 SwWrtShell& rWrtSh; member in SwSectionPropertyTabDialog
|
| H A D | outline.hxx | 71 SwWrtShell& rWrtSh; member in SwOutlineTabDialog
|
| H A D | num.hxx | 185 SwWrtShell& rWrtSh; member in SwSvxNumBulletTabDialog
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | swcli.cxx | 177 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 D | view2.cxx | 156 static void lcl_SetAllTextToDefaultLanguage( SwWrtShell &rWrtSh, sal_uInt16 nWhichId ) in lcl_SetAllTextToDefaultLanguage() argument 162 rWrtSh.StartAction(); in lcl_SetAllTextToDefaultLanguage() 163 rWrtSh.LockView( sal_True ); in lcl_SetAllTextToDefaultLanguage() 164 rWrtSh.Push(); in lcl_SetAllTextToDefaultLanguage() 167 rWrtSh.SelAll(); in lcl_SetAllTextToDefaultLanguage() 168 rWrtSh.ExtendedSelectAll(); in lcl_SetAllTextToDefaultLanguage() 173 rWrtSh.ResetAttr( &aAttribs ); in lcl_SetAllTextToDefaultLanguage() 175 rWrtSh.Pop( sal_False ); in lcl_SetAllTextToDefaultLanguage() 176 rWrtSh.LockView( sal_False ); in lcl_SetAllTextToDefaultLanguage() 177 rWrtSh.EndAction(); in lcl_SetAllTextToDefaultLanguage()
|
| /trunk/main/sw/source/ui/app/ |
| H A D | appopt.cxx | 451 SwWrtShell &rWrtSh = pAppView->GetWrtShell(); in ApplyItemSet() local 452 …const bool bAlignFormulas = rWrtSh.GetDoc()->get( IDocumentSettingAccess::MATH_BASELINE_ALIGNMENT … in ApplyItemSet() 456 if (bAlignFormulas && !rWrtSh.GetDoc()->IsInReading()) in ApplyItemSet() 457 rWrtSh.AlignAllFormulasToBaseline(); in ApplyItemSet()
|
| H A D | docsh2.cxx | 1743 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 D | hhcwrp.cxx | 86 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 D | olmenu.cxx | 108 extern void lcl_CharDialog( SwWrtShell &rWrtSh, sal_Bool bUseDialog, sal_uInt16 nSlot,const SfxItem…
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | uiregionsw.cxx | 356 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 D | swdlgfact.cxx | 1512 … SwWrtShell & rWrtSh ) //add for SwSvxNumBulletTabDialog, SwOutlineTabDialog in CreateSwTabDialog() argument 1518 pDlg = new SwSvxNumBulletTabDialog( pParent, pSwItemSet, rWrtSh ); in CreateSwTabDialog() 1521 pDlg = new SwOutlineTabDialog( pParent, pSwItemSet, rWrtSh ); in CreateSwTabDialog() 1551 … Window* pParent, SwWrtShell& rWrtSh ) //add for SwEditRegionDlg in CreateEditRegionDlg() argument 1557 pDlg = new SwEditRegionDlg( pParent, rWrtSh ); in CreateEditRegionDlg()
|
| H A D | swdlgfact.hxx | 547 … Window* pParent, SwWrtShell& rWrtSh ); //add for SwEditRegionDlg
|
| /trunk/main/sw/source/ui/frmdlg/ |
| H A D | column.cxx | 89 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 D | swuiidxmrk.cxx | 1164 SwWrtShell& rWrtSh; member in SwCreateAuthEntryDlg_Impl 1665 rWrtSh(rSh), in SwCreateAuthEntryDlg_Impl() 1853 rWrtSh.GetFldType(RES_AUTHORITY, aEmptyStr); in IMPL_LINK()
|
| H A D | cnttab.cxx | 785 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 D | swabstdlg.hxx | 472 … Window* pParent, SwWrtShell& rWrtSh ) = 0; //add for SwEditRegionDlg
|