Home
last modified time | relevance | path

Searched refs:rWrtShell (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/sw/source/ui/uiview/
H A Dview.cxx214 SwWrtShell& rWrtShell = GetWrtShell(); in GotFocus() local
215 rWrtShell.GetDoc()->SetCurrentViewShell( GetWrtShellPtr() ); in GotFocus()
216 rWrtShell.GetDoc()->set( IDocumentSettingAccess::BROWSE_MODE, in GotFocus()
217 rWrtShell.GetViewOptions()->getBrowseMode() ); in GotFocus()
H A Dformatclipboard.cxx357 rWrtShell.StartAction(); in Copy()
358 rWrtShell.Push(); in Copy()
361 SwPaM* pCrsr = rWrtShell.GetCrsr(); in Copy()
375 rWrtShell.KillPams(); in Copy()
376 pCrsr = rWrtShell.GetCrsr(); in Copy()
445 rWrtShell.Pop(sal_False); in Copy()
446 rWrtShell.EndAction(); in Copy()
495 rWrtShell.StartAction(); in Paste()
496 rWrtShell.StartUndo(UNDO_INSATTR); in Paste()
587 rWrtShell.EndUndo(UNDO_INSATTR); in Paste()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx4334 SwWrtShell& rWrtShell = rView.GetWrtShell(); in MouseButtonUp() local
4348 pFormatClipboard->Paste( rWrtShell, pPool, bNoCharacterFormats, bNoParagraphFormats ); in MouseButtonUp()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx153 rWrtShell.SetCareWin( NULL ); in ~SwHHCWrapper()
236 rWrtShell.EndSelect(); in SelectNewUnit_impl()
249 rWrtShell.StartAllAction(); in HandleNewUnit()
254 rWrtShell.EndAllAction(); in HandleNewUnit()
358 rWrtShell.ClearMark(); in ChangeText()
384 rWrtShell.Delete(); in ChangeText_impl()
401 rWrtShell.ResetAttr(); in ChangeText_impl()
407 rWrtShell.Delete(); in ChangeText_impl()
535 rWrtShell.SetMark(); in ReplaceUnit()
569 rWrtShell.ClearMark(); in ReplaceUnit()
[all …]
/trunk/main/sw/source/ui/table/
H A Dchartins.cxx159 SwWrtShell &rWrtShell = pView->GetWrtShell(); in SwInsertChart() local
164 if( rWrtShell.IsCrsrInTbl()) in SwInsertChart()
166 if (!rWrtShell.IsTableMode()) in SwInsertChart()
169 rWrtShell.GetView().GetViewFrame()->GetDispatcher()-> in SwInsertChart()
172 if( ! rWrtShell.IsTblComplexForChart()) in SwInsertChart()
174 SwFrmFmt* pTblFmt = rWrtShell.GetTableFmt(); in SwInsertChart()
181 aRangeString += rWrtShell.GetBoxNms(); in SwInsertChart()
189 …xChartModel.set( SwTableFUNC( &rWrtShell, sal_False ).InsertChart( xDataProvider, (sal_True == xDa… in SwInsertChart()
240 … Point aDialogPos = SwGetChartDialogPos( &rWrtShell.GetView().GetEditWin(), aDialogSize, aRect ); in SwInsertChart()
255 rWrtShell.Undo(); in SwInsertChart()
[all …]
/trunk/main/sw/source/ui/index/
H A Didxmrk.cxx109 void SwInsertIdxMarkWrapper::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
111 pAbstDlg->ReInitDlg(rWrtShell); in ReInitDlg()
145 void SwInsertAuthMarkWrapper::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
147 pAbstDlg->ReInitDlg(rWrtShell); in ReInitDlg()
H A Dswuiidxmrk.cxx99 sal_Int32 _nOptionsId, SwWrtShell& rWrtShell ) : in SwIndexMarkDlg() argument
151 pSh(&rWrtShell) in SwIndexMarkDlg()
1084 void SwIndexMarkDlg::ReInitDlg(SwWrtShell& rWrtShell, SwTOXMark* pCurTOXMark) in ReInitDlg() argument
1086 pSh = &rWrtShell; in ReInitDlg()
1124 void SwIndexMarkFloatDlg::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
1126 aDlg.ReInitDlg( rWrtShell ); in ReInitDlg()
1310 void SwAuthMarkDlg::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
1312 pSh = &rWrtShell; in ReInitDlg()
1923 void SwAuthMarkFloatDlg::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
1925 aDlg.ReInitDlg( rWrtShell ); in ReInitDlg()
/trunk/main/sw/source/ui/inc/
H A Dswdtflvr.hxx104 static int _PasteDDE( TransferableDataHelper& rData, SwWrtShell& rWrtShell,
186 static sal_Bool IsPasteSpecial( const SwWrtShell& rWrtShell,
H A Dswuiidxmrk.hxx163 SwWrtShell& rWrtShell );
168 void ReInitDlg(SwWrtShell& rWrtShell, SwTOXMark* pCurTOXMark = 0);
185 void ReInitDlg(SwWrtShell& rWrtShell);
197 void ReInitDlg(SwWrtShell& rWrtShell);
259 void ReInitDlg(SwWrtShell& rWrtShell);
274 void ReInitDlg(SwWrtShell& rWrtShell);
286 void ReInitDlg(SwWrtShell& rWrtShell);
H A Dformatclipboard.hxx48 void Copy( SwWrtShell& rWrtShell, SfxItemPool& rPool, bool bPersistentCopy=false );
49 void Paste( SwWrtShell& rWrtShell, SfxStyleSheetBasePool* pPool
H A Didxmrk.hxx47 void ReInitDlg(SwWrtShell& rWrtShell);
65 void ReInitDlg(SwWrtShell& rWrtShell);
H A Dcolumn.hxx75 SwWrtShell& rWrtShell; member in SwColumnDlg
99 SwWrtShell& GetWrtShell() { return rWrtShell; } in GetWrtShell()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx108 rWrtShell(rSh), in SwColumnDlg()
154 if( rWrtShell.HasSelection() && rWrtShell.IsInsRegionAvailable() && in SwColumnDlg()
164 if( rWrtShell.GetFlyFrmFmt() ) in SwColumnDlg()
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()
[all …]
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx389 virtual void ReInitDlg(SwWrtShell& rWrtShell);
399 virtual void ReInitDlg(SwWrtShell& rWrtShell);
H A Dregionsw.cxx233 SwWrtShell& rWrtShell = GetShell(); in EditRegionDialog() local
246 pParentWin, rWrtShell); in EditRegionDialog()
H A Dswdlgfact.cxx590 void AbstractIndexMarkFloatDlg_Impl::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
592 pDlg->ReInitDlg( rWrtShell); in ReInitDlg()
601 void AbstractAuthMarkFloatDlg_Impl::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
603 pDlg->ReInitDlg( rWrtShell); in ReInitDlg()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2116 rWrtShell.ReRead( aCmd, sLnkTyp, &aGrf ); in _PasteDDE()
2118 rWrtShell.Insert( aCmd, sLnkTyp, aGrf ); in _PasteDDE()
2135 pTyp = rWrtShell.GetFldType( j ); in _PasteDDE()
2163 pTyp = rWrtShell.InsertFldType( aType ); in _PasteDDE()
2198 rWrtShell.InsertDDETable( in _PasteDDE()
2205 if( rWrtShell.HasSelection() ) in _PasteDDE()
2206 rWrtShell.DelRight(); in _PasteDDE()
2211 rWrtShell.InsertSection( aSect ); in _PasteDDE()
2219 rWrtShell.Insert( aSwDDEField ); in _PasteDDE()
2231 if( pTyp == rWrtShell.GetFldType( j ) ) in _PasteDDE()
[all …]
/trunk/main/sw/source/ui/app/
H A Dappopt.cxx144 SwWrtShell& rWrtShell = pAppView->GetWrtShell(); in CreateItemSet() local
146 SfxPrinter* pPrt = rWrtShell.getIDocumentDeviceAccess()->getPrinter( false ); in CreateItemSet()
149 pRet->Put(SwPtrItem(FN_PARAM_WRTSHELL, &rWrtShell)); in CreateItemSet()
152 rWrtShell.GetDefault(RES_CHRATR_LANGUAGE), SID_ATTR_LANGUAGE); in CreateItemSet()
155 rWrtShell.GetDefault(RES_CHRATR_CJK_LANGUAGE), SID_ATTR_CHAR_CJK_LANGUAGE); in CreateItemSet()
158 rWrtShell.GetDefault(RES_CHRATR_CTL_LANGUAGE), SID_ATTR_CHAR_CTL_LANGUAGE); in CreateItemSet()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx319 virtual void ReInitDlg(SwWrtShell& rWrtShell) = 0;
H A Dhhcwrp.hxx40 SwWrtShell &rWrtShell; member in SwHHCWrapper

Completed in 122 milliseconds