Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dformatclipboard.cxx285 rWrtShell.StartAction(); in Copy()
286 rWrtShell.Push(); in Copy()
296 SwPaM* pCursor = rWrtShell.GetCursor(); in Copy()
306 rWrtShell.KillPams(); in Copy()
309 pCursor = rWrtShell.GetCursor(); in Copy()
410 pFormat = rWrtShell.GetCurTextFormatColl(); in Copy()
416 rWrtShell.EndAction(); in Copy()
462 rWrtShell.StartAction(); in Paste()
463 rWrtShell.StartUndo(SwUndoId::INSATTR); in Paste()
568 rWrtShell.EndUndo(SwUndoId::INSATTR); in Paste()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dformatclipboard.cxx286 rWrtShell.StartAction(); in Copy()
287 rWrtShell.Push(); in Copy()
297 SwPaM* pCursor = rWrtShell.GetCursor(); in Copy()
307 rWrtShell.KillPams(); in Copy()
310 pCursor = rWrtShell.GetCursor(); in Copy()
411 pFormat = rWrtShell.GetCurTextFormatColl(); in Copy()
417 rWrtShell.EndAction(); in Copy()
464 rWrtShell.StartAction(); in Paste()
465 rWrtShell.StartUndo(SwUndoId::INSATTR); in Paste()
570 rWrtShell.EndUndo(SwUndoId::INSATTR); in Paste()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uitest/
H A Duiobject.cxx42 SwWrtShell& rWrtShell = getWrtShell(mxEditWin); in get_state() local
43 rWrtShell.GetPageNum(nPageNum, nVirtPageNum); in get_state()
45 rWrtShell.GetPageNum(nPageNum, nVirtPageNum, false); in get_state()
48 sal_uInt16 nPages = rWrtShell.GetPageCnt(); in get_state()
51 aMap["StartWord"] = OUString::boolean(rWrtShell.IsStartWord()); in get_state()
52 aMap["EndWord"] = OUString::boolean(rWrtShell.IsEndWord()); in get_state()
54 aMap["EndSentence"] = OUString::boolean(rWrtShell.IsEndSentence()); in get_state()
55 aMap["StartPara"] = OUString::boolean(rWrtShell.IsSttPara()); in get_state()
56 aMap["EndPara"] = OUString::boolean(rWrtShell.IsEndPara()); in get_state()
57 aMap["StartDoc"] = OUString::boolean(rWrtShell.IsStartOfDoc()); in get_state()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uitest/
H A Duiobject.cxx48 SwWrtShell& rWrtShell = getWrtShell(mxEditWin); in get_state() local
49 rWrtShell.GetPageNum(nPageNum, nVirtPageNum); in get_state()
51 rWrtShell.GetPageNum(nPageNum, nVirtPageNum, false); in get_state()
55 sal_uInt16 nPages = rWrtShell.GetPageCnt(); in get_state()
58 aMap["StartWord"] = OUString::boolean(rWrtShell.IsStartWord()); in get_state()
59 aMap["EndWord"] = OUString::boolean(rWrtShell.IsEndWord()); in get_state()
61 aMap["EndSentence"] = OUString::boolean(rWrtShell.IsEndSentence()); in get_state()
62 aMap["StartPara"] = OUString::boolean(rWrtShell.IsSttPara()); in get_state()
63 aMap["EndPara"] = OUString::boolean(rWrtShell.IsEndPara()); in get_state()
64 aMap["StartDoc"] = OUString::boolean(rWrtShell.IsStartOfDoc()); in get_state()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/table/
H A Dchartins.cxx139 SwWrtShell &rWrtShell = pView->GetWrtShell(); in SwInsertChart() local
144 if( rWrtShell.IsCursorInTable()) in SwInsertChart()
146 if (!rWrtShell.IsTableMode()) in SwInsertChart()
149 rWrtShell.GetView().GetViewFrame()->GetDispatcher()-> in SwInsertChart()
152 if( ! rWrtShell.IsTableComplexForChart()) in SwInsertChart()
154 SwFrameFormat* pTableFormat = rWrtShell.GetTableFormat(); in SwInsertChart()
155 aRangeString = pTableFormat->GetName() + "." + rWrtShell.GetBoxNms(); in SwInsertChart()
163 …xChartModel.set( SwTableFUNC( &rWrtShell ).InsertChart( xDataProvider, xDataProvider.is(), aRangeS… in SwInsertChart()
208 … Point aDialogPos = SwGetChartDialogPos( &rWrtShell.GetView().GetEditWin(), aDialogSize, aRect ); in SwInsertChart()
223 rWrtShell.Undo(); in SwInsertChart()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/table/
H A Dchartins.cxx130 SwWrtShell &rWrtShell = pView->GetWrtShell(); in SwInsertChart() local
135 if( rWrtShell.IsCursorInTable()) in SwInsertChart()
137 if (!rWrtShell.IsTableMode()) in SwInsertChart()
140 rWrtShell.GetView().GetViewFrame()->GetDispatcher()-> in SwInsertChart()
143 if( ! rWrtShell.IsTableComplexForChart()) in SwInsertChart()
145 SwFrameFormat* pTableFormat = rWrtShell.GetTableFormat(); in SwInsertChart()
146 aRangeString = pTableFormat->GetName() + "." + rWrtShell.GetBoxNms(); in SwInsertChart()
154 …xChartModel.set( SwTableFUNC( &rWrtShell ).InsertChart( xDataProvider, xDataProvider.is(), aRangeS… in SwInsertChart()
201 … Point aDialogPos = SwGetChartDialogPos( &rWrtShell.GetView().GetEditWin(), aDialogSize, aRect ); in SwInsertChart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/index/
H A Didxmrk.cxx44 void SwInsertIdxMarkWrapper::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
46 xAbstDlg->ReInitDlg(rWrtShell); in ReInitDlg()
68 void SwInsertAuthMarkWrapper::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
70 xAbstDlg->ReInitDlg(rWrtShell); in ReInitDlg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/index/
H A Didxmrk.cxx63 void SwInsertIdxMarkWrapper::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
65 xAbstDlg->ReInitDlg(rWrtShell); in ReInitDlg()
87 void SwInsertAuthMarkWrapper::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
89 xAbstDlg->ReInitDlg(rWrtShell); in ReInitDlg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dswuiidxmrk.hxx128 bool bNewDlg, SwWrtShell& rWrtShell);
132 void ReInitDlg(SwWrtShell& rWrtShell, SwTOXMark const * pCurTOXMark = nullptr);
147 void ReInitDlg(SwWrtShell& rWrtShell);
207 void ReInitDlg(SwWrtShell& rWrtShell);
220 void ReInitDlg(SwWrtShell& rWrtShell);
H A Dformatclipboard.hxx52 void Copy( SwWrtShell& rWrtShell, SfxItemPool& rPool, bool bPersistentCopy );
63 void Paste( SwWrtShell& rWrtShell, SfxStyleSheetBasePool* pPool
H A Didxmrk.hxx40 void ReInitDlg(SwWrtShell& rWrtShell);
55 void ReInitDlg(SwWrtShell& rWrtShell);
H A Dswdtflvr.hxx118 static bool PasteDDE( TransferableDataHelper& rData, SwWrtShell& rWrtShell,
205 static bool IsPasteSpecial( const SwWrtShell& rWrtShell,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DSwDocIdle.cxx40 SwWrtShell& rWrtShell = pView->GetWrtShell(); in UpdateMinPeriod() local
41 bReadyForSchedule = rWrtShell.GetViewOptions()->IsIdle(); in UpdateMinPeriod()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DSwDocIdle.cxx40 SwWrtShell& rWrtShell = pView->GetWrtShell(); in UpdateMinPeriod() local
41 bReadyForSchedule = rWrtShell.GetViewOptions()->IsIdle(); in UpdateMinPeriod()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dformatclipboard.hxx52 void Copy(SwWrtShell& rWrtShell, SfxItemPool& rPool, bool bPersistentCopy);
63 void Paste(SwWrtShell& rWrtShell, SfxStyleSheetBasePool* pPool, bool bNoCharacterFormats,
H A Didxmrk.hxx40 void ReInitDlg(SwWrtShell& rWrtShell);
55 void ReInitDlg(SwWrtShell& rWrtShell);
H A Dswuiidxmrk.hxx132 void ReInitDlg(SwWrtShell& rWrtShell, SwTOXMark const * pCurTOXMark = nullptr);
147 void ReInitDlg(SwWrtShell& rWrtShell);
207 void ReInitDlg(SwWrtShell& rWrtShell);
220 void ReInitDlg(SwWrtShell& rWrtShell);
H A Dswdtflvr.hxx119 static bool PasteDDE( TransferableDataHelper& rData, SwWrtShell& rWrtShell,
207 static bool IsPasteSpecial( const SwWrtShell& rWrtShell,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A DSidebarScrollBar.cxx58 SwWrtShell& rWrtShell = m_rView.GetWrtShell(); in LogicInvalidate() local
59 SfxLokHelper::notifyInvalidation(rWrtShell.GetSfxViewShell(), sRectangle); in LogicInvalidate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Dappopt.cxx130 SwWrtShell& rWrtShell = pAppView->GetWrtShell(); in CreateItemSet() local
132 SfxPrinter* pPrt = rWrtShell.getIDocumentDeviceAccess().getPrinter( false ); in CreateItemSet()
135 pRet->Put(SwPtrItem(FN_PARAM_WRTSHELL, &rWrtShell)); in CreateItemSet()
137 pRet->Put(rWrtShell.GetDefault(RES_CHRATR_LANGUAGE).CloneSetWhich(SID_ATTR_LANGUAGE)); in CreateItemSet()
138 …pRet->Put(rWrtShell.GetDefault(RES_CHRATR_CJK_LANGUAGE).CloneSetWhich(SID_ATTR_CHAR_CJK_LANGUAGE)); in CreateItemSet()
139 …pRet->Put(rWrtShell.GetDefault(RES_CHRATR_CTL_LANGUAGE).CloneSetWhich(SID_ATTR_CHAR_CTL_LANGUAGE)); in CreateItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Dappopt.cxx119 SwWrtShell& rWrtShell = pAppView->GetWrtShell(); in CreateItemSet() local
121 SfxPrinter* pPrt = rWrtShell.getIDocumentDeviceAccess().getPrinter( false ); in CreateItemSet()
124 pRet->Put(SwPtrItem(FN_PARAM_WRTSHELL, &rWrtShell)); in CreateItemSet()
126 pRet->Put(rWrtShell.GetDefault(RES_CHRATR_LANGUAGE).CloneSetWhich(SID_ATTR_LANGUAGE)); in CreateItemSet()
127 …pRet->Put(rWrtShell.GetDefault(RES_CHRATR_CJK_LANGUAGE).CloneSetWhich(SID_ATTR_CHAR_CJK_LANGUAGE)); in CreateItemSet()
128 …pRet->Put(rWrtShell.GetDefault(RES_CHRATR_CTL_LANGUAGE).CloneSetWhich(SID_ATTR_CHAR_CTL_LANGUAGE)); in CreateItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dialog/
H A Dregionsw.cxx187 SwWrtShell& rWrtShell = GetShell(); in EditRegionDialog() local
197 …pedVclPtr<AbstractEditRegionDlg> pEditRegionDlg(pFact->CreateEditRegionDlg(pParentWin, rWrtShell)); in EditRegionDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dialog/
H A Dregionsw.cxx208 SwWrtShell& rWrtShell = GetShell(); in EditRegionDialog() local
218 …pedVclPtr<AbstractEditRegionDlg> pEditRegionDlg(pFact->CreateEditRegionDlg(pParentWin, rWrtShell)); in EditRegionDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/index/
H A Dswuiidxmrk.cxx81 SwWrtShell& rWrtShell) in SwIndexMarkPane() argument
91 , m_pSh(&rWrtShell) in SwIndexMarkPane()
935 void SwIndexMarkPane::ReInitDlg(SwWrtShell& rWrtShell, SwTOXMark const * pCurTOXMark) in ReInitDlg() argument
937 m_pSh = &rWrtShell; in ReInitDlg()
968 void SwIndexMarkFloatDlg::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
970 m_aContent.ReInitDlg( rWrtShell ); in ReInitDlg()
1130 void SwAuthorMarkPane::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
1132 pSh = &rWrtShell; in ReInitDlg()
1680 void SwAuthMarkFloatDlg::ReInitDlg(SwWrtShell& rWrtShell) in ReInitDlg() argument
1682 m_aContent.ReInitDlg( rWrtShell ); in ReInitDlg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dbasesh.cxx544 SwWrtShell &rWrtShell = GetShell(); in ExecUndo() local
562 IDocumentUndoRedo& rUndoRedo = rWrtShell.GetIDocumentUndoRedo(); in ExecUndo()
573 if (rUndoRedo.GetLastUndoInfo(nullptr, &nUndoId, &rWrtShell.GetView())) in ExecUndo()
575 for (SwViewShell& rShell : rWrtShell.GetRingContainer()) in ExecUndo()
577 rWrtShell.Do( SwWrtShell::UNDO, nCnt ); in ExecUndo()
578 for (SwViewShell& rShell : rWrtShell.GetRingContainer()) in ExecUndo()
584 if (rUndoRedo.GetFirstRedoInfo(nullptr, &nUndoId, &rWrtShell.GetView())) in ExecUndo()
586 for (SwViewShell& rShell : rWrtShell.GetRingContainer()) in ExecUndo()
588 rWrtShell.Do( SwWrtShell::REDO, nCnt ); in ExecUndo()
589 for (SwViewShell& rShell : rWrtShell.GetRingContainer()) in ExecUndo()
[all …]

12