Lines Matching refs:rWrtShell

108 	rWrtShell(rSh),  in SwColumnDlg()
123 rWrtShell.CalcBoundRect(aRect, FLY_AS_CHAR); in SwColumnDlg()
133 const SwSection* pCurrSection = rWrtShell.GetCurrSection(); in SwColumnDlg()
134 sal_uInt16 nFullSectCnt = rWrtShell.GetFullSelectedSectionCount(); in SwColumnDlg()
135 if( pCurrSection && ( !rWrtShell.HasSelection() || 0 != nFullSectCnt )) in SwColumnDlg()
140 pSectionSet = new SfxItemSet( rWrtShell.GetAttrPool(), aSectIds ); in SwColumnDlg()
154 if( rWrtShell.HasSelection() && rWrtShell.IsInsRegionAvailable() && in SwColumnDlg()
156 IsMarkInSameSection( rWrtShell, pCurrSection ) ))) in SwColumnDlg()
158 pSelectionSet = new SfxItemSet( rWrtShell.GetAttrPool(), aSectIds ); in SwColumnDlg()
164 if( rWrtShell.GetFlyFrmFmt() ) in SwColumnDlg()
167 pFrameSet = new SfxItemSet(rWrtShell.GetAttrPool(), aSectIds ); in SwColumnDlg()
177 const SwPageDesc* pPageDesc = rWrtShell.GetSelectedPageDescs(); in SwColumnDlg()
180 pPageSet = new SfxItemSet( rWrtShell.GetAttrPool(), in SwColumnDlg()
346 rWrtShell.GetView().GetViewFrame()->GetDispatcher()->Execute( in IMPL_LINK()
352 const SwSection* pCurrSection = rWrtShell.GetCurrSection(); in IMPL_LINK()
354 sal_uInt16 nNewPos = rWrtShell.GetSectionFmtPos( *pFmt ); in IMPL_LINK()
356 rWrtShell.UpdateSection( nNewPos, aData, pSectionSet ); in IMPL_LINK()
361 rWrtShell.SetSectionAttr( *pSectionSet ); in IMPL_LINK()
367 const sal_uInt16 nCurIdx = rWrtShell.GetCurPageDesc(); in IMPL_LINK()
368 SwPageDesc aPageDesc(rWrtShell.GetPageDesc(nCurIdx)); in IMPL_LINK()
371 rWrtShell.ChgPageDesc(nCurIdx, aPageDesc); in IMPL_LINK()
377 rWrtShell.StartAction(); in IMPL_LINK()
378 rWrtShell.Push(); in IMPL_LINK()
379 rWrtShell.SetFlyFrmAttr( aTmp ); in IMPL_LINK()
381 if(rWrtShell.IsFrmSelected()) in IMPL_LINK()
383 rWrtShell.UnSelectFrm(); in IMPL_LINK()
384 rWrtShell.LeaveSelFrmMode(); in IMPL_LINK()
386 rWrtShell.Pop(); in IMPL_LINK()
387 rWrtShell.EndAction(); in IMPL_LINK()