Home
last modified time | relevance | path

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

123456

/trunk/main/sw/source/ui/docvw/ !
H A Dedtwin.cxx235 void Start( SwWrtShell& rSh, sal_uInt16 nWrdLen );
236 void Stop( SwWrtShell& rSh );
250 void FillStrArr( SwWrtShell& rSh, const String& rWord );
273 inline sal_Bool IsDrawObjSelectable( const SwWrtShell& rSh, const Point& rPt ) in IsDrawObjSelectable() argument
277 switch( rSh.GetObjCntType( rPt, pObj )) in IsDrawObjSelectable()
297 SwWrtShell &rSh = rView.GetWrtShell(); in UpdatePointer() local
301 if ( rSh.IsOverReadOnlyPos( rLPt ) ) in UpdatePointer()
323 0 !=(pFmt = rSh.GetFmtFromObj( rLPt, &pRect )) && in UpdatePointer()
331 pUserMarker = new SdrDropMarkerOverlay( *rSh.GetDrawView(), aTmp ); in UpdatePointer()
340 rSh.SwCrsrShell::SetVisCrsr( rLPt ); in UpdatePointer()
[all …]
H A Dedtdd.cxx84 SwWrtShell &rSh = rView.GetWrtShell(); in StartDrag() local
85 if( rSh.GetDrawView() ) in StartDrag()
88 if( rSh.GetDrawView()->Command( aDragEvent, this ) ) in StartDrag()
95 if ( !pApplyTempl && !rSh.IsDrawCreate() && !IsDrawAction()) in StartDrag()
100 if ( !rSh.IsInSelect() && rSh.ChgCurrPam( aDocPos, sal_True, sal_True)) in StartDrag()
104 else if ( !bFrmDrag && rSh.IsSelFrmMode() && in StartDrag()
105 rSh.IsInsideSelectedObj( aDocPos ) ) in StartDrag()
113 OBJCNT_NONE != rSh.GetObjCntType( aDocPos, pObj )) in StartDrag()
115 rSh.LockPaint(); in StartDrag()
116 if( rSh.SelectObj( aDocPos, 0, pObj )) in StartDrag()
[all …]
/trunk/main/sw/source/ui/shells/ !
H A Dbasesh.cxx165 void lcl_UpdateIMapDlg( SwWrtShell& rSh ) in TYPEINIT1()
167 Graphic aGrf( rSh.GetIMapGraphic() ); in TYPEINIT1()
170 ? rSh.GetIMapInventor() : 0; in TYPEINIT1()
172 rSh.GetView().GetViewFrame()->GetTopFrame().GetTargetList(*pList); in TYPEINIT1()
174 SfxItemSet aSet( rSh.GetAttrPool(), RES_URL, RES_URL ); in TYPEINIT1()
175 rSh.GetFlyFrmAttr( aSet ); in TYPEINIT1()
190 sal_Bool lcl_UpdateContourDlg( SwWrtShell &rSh, int nSel ) in lcl_UpdateContourDlg() argument
192 Graphic aGraf( rSh.GetIMapGraphic() ); in lcl_UpdateContourDlg()
199 rSh.GetGrfNms( &aGrfName, 0 ); in lcl_UpdateContourDlg()
201 SvxContourDlg *pDlg = SWCONTOURDLG(rSh.GetView()); in lcl_UpdateContourDlg()
[all …]
H A Dtabsh.cxx166 static void lcl_SetAttr( SwWrtShell &rSh, const SfxPoolItem &rItem ) in lcl_SetAttr() argument
168 SfxItemSet aSet( rSh.GetView().GetPool(), rItem.Which(), rItem.Which(), 0); in lcl_SetAttr()
170 rSh.SetTblAttr( aSet ); in lcl_SetAttr()
176 static SwTableRep* lcl_TableParamToItemSet( SfxItemSet& rSet, SwWrtShell &rSh ) in lcl_TableParamToItemSet() argument
178 SwFrmFmt *pFmt = rSh.GetTableFmt(); in lcl_TableParamToItemSet()
180 rSh.GetTabCols( aCols ); in lcl_TableParamToItemSet()
184 rSet.Put( SfxUInt16Item( FN_PARAM_TABLE_HEADLINE, rSh.GetRowsToRepeat() ) ); in lcl_TableParamToItemSet()
186 rSet.Put(SfxUInt16Item(FN_TABLE_SET_VERT_ALIGN, rSh.GetBoxAlign())); in lcl_TableParamToItemSet()
192 sal_uInt16 nBackgroundDestination = rSh.GetViewOptions()->GetTblDest(); in lcl_TableParamToItemSet()
197 if(rSh.GetRowBackground(aBrush)) in lcl_TableParamToItemSet()
[all …]
H A Dtxtcrsr.cxx65 SwWrtShell &rSh = GetShell(); in ExecBasicMove() local
101 case FN_CHAR_LEFT: rSh.Left( CRSR_SKIP_CELLS, bSelect, 1, sal_False, sal_True ); break; in ExecBasicMove()
102 case FN_CHAR_RIGHT: rSh.Right( CRSR_SKIP_CELLS, bSelect, 1, sal_False, sal_True ); break; in ExecBasicMove()
103 case FN_LINE_UP: rSh.Up ( bSelect, 1 ); break; in ExecBasicMove()
104 case FN_LINE_DOWN: rSh.Down ( bSelect, 1 ); break; in ExecBasicMove()
115 SwWrtShell &rSh = GetShell(); in ExecMove() local
124 … case FN_START_OF_LINE: bRet = rSh.LeftMargin ( FN_START_OF_LINE_SEL == nSlot, sal_False ); in ExecMove()
128 … case FN_END_OF_LINE: bRet = rSh.RightMargin( FN_END_OF_LINE_SEL == nSlot, sal_False ); in ExecMove()
132 case FN_START_OF_DOCUMENT: bRet = rSh.SttDoc ( FN_START_OF_DOCUMENT_SEL == nSlot); in ExecMove()
136 case FN_END_OF_DOCUMENT: bRet = rSh.EndDoc( FN_END_OF_DOCUMENT_SEL == nSlot ); in ExecMove()
[all …]
H A Dfrmsh.cxx89 const SwFrmFmt* lcl_GetFrmFmtByName(SwWrtShell& rSh, const String& rName) in lcl_GetFrmFmtByName() argument
91 sal_uInt16 nCount = rSh.GetFlyCount(FLYCNTTYPE_FRM); in lcl_GetFrmFmtByName()
94 const SwFrmFmt* pFmt = rSh.GetFlyNum(i, FLYCNTTYPE_FRM); in lcl_GetFrmFmtByName()
116 SwWrtShell &rSh = GetShell(); in Execute() local
125 if ( rSh.IsFrmSelected() ) in Execute()
127 rSh.GotoFlyAnchor(); in Execute()
128 rSh.EnterStdMode(); in Execute()
129 rSh.CallChgLnk(); in Execute()
133 rSh.SelectionToTop(); in Execute()
137 rSh.SelectionToBottom(); in Execute()
[all …]
H A Dtextsh.cxx153 SwWrtShell &rSh = GetShell(); in TYPEINIT1() local
155 ASSERT( !rSh.IsObjSelected() && !rSh.IsFrmSelected(), in TYPEINIT1()
168 rSh.InsertByWord(((const SfxStringItem *)pItem)->GetValue()); in TYPEINIT1()
172 if( CHAR_SOFTHYPHEN != rSh.SwCrsrShell::GetChar( sal_True, 0 ) && in TYPEINIT1()
173 CHAR_SOFTHYPHEN != rSh.SwCrsrShell::GetChar( sal_True, -1 )) in TYPEINIT1()
174 rSh.Insert( String( CHAR_SOFTHYPHEN ) ); in TYPEINIT1()
188 rSh.AutoCorrect( *pACorr, cIns ); in TYPEINIT1()
192 rSh.Insert( String( cIns ) ); in TYPEINIT1()
210 rSh.Insert( String( cIns ) ); in TYPEINIT1()
216 if( !rSh.CrsrInsideInputFld() ) in TYPEINIT1()
[all …]
H A Dtextfld.cxx100 SwWrtShell& rSh = GetShell(); in ExecField() local
119 SwField* pFld = rSh.GetCurFld(); in ExecField()
131 …SfxAbstractLinksDialog* pDlg = pFact->CreateLinksDialog( pMDI, &rSh.GetLinkManager(), sal_False, &… in ExecField()
156 SwField* pFld = rSh.GetCurFld(); in ExecField()
165 rSh.ExecMacro(aMacro); in ExecField()
175 SwFieldType* pFld = rSh.GetFldType( 0, RES_INPUTFLD ); in ExecField()
176 const bool bAddSetExpressionFlds = !( rSh.GetViewOptions()->IsReadonly() ); in ExecField()
178 && rSh.MoveFldType( in ExecField()
184 rSh.ClearMark(); in ExecField()
185 if ( dynamic_cast<SwInputField*>(rSh.GetCurFld( true )) != NULL ) in ExecField()
[all …]
H A Ddrawsh.cxx96 SwWrtShell &rSh = GetShell(); in TYPEINIT1() local
97 SdrView* pSdrView = rSh.GetDrawView(); in TYPEINIT1()
132 SwWrtShell &rSh = GetShell(); in InsertPictureFromFile() local
133 SdrView* pSdrView = rSh.GetDrawView(); in InsertPictureFromFile()
149 rSh.StartUndo(UNDO_PASTE_CLIPBOARD); in InsertPictureFromFile()
180 rSh.EndUndo( UNDO_END ); in InsertPictureFromFile()
194 SwWrtShell &rSh = GetShell(); in Execute() local
195 SdrView *pSdrView = rSh.GetDrawView(); in Execute()
212 if (rSh.IsObjSelected() && pSdrView->IsRotateAllowed()) in Execute()
215 rSh.SetDragMode(SDRDRAG_MOVE); in Execute()
[all …]
H A Dlistsh.cxx78 void lcl_OutlineUpDownWithSubPoints( SwWrtShell& rSh, bool bMove, bool bUp ) in TYPEINIT1()
80 const sal_uInt16 nActPos = rSh.GetOutlinePos(); in TYPEINIT1()
81 if ( nActPos < USHRT_MAX && rSh.IsOutlineMovable( nActPos ) ) in TYPEINIT1()
83 rSh.Push(); in TYPEINIT1()
84 rSh.MakeOutlineSel( nActPos, nActPos, sal_True ); in TYPEINIT1()
88 const IDocumentOutlineNodes* pIDoc( rSh.getIDocumentOutlineNodesAccess() ); in TYPEINIT1()
129 rSh.MoveOutlinePara( nDir ); in TYPEINIT1()
130 rSh.GotoOutline( nActPos + nDir ); in TYPEINIT1()
136 rSh.OutlineUpDown( bUp ? -1 : 1 ); in TYPEINIT1()
139 rSh.ClearMark(); in TYPEINIT1()
[all …]
H A Dgrfsh.cxx88 SwWrtShell &rSh = GetShell(); in Execute() local
101 if(0 != (pGraphic = rSh.GetGraphic())) in Execute()
104 rSh.GetGrfNms( &sGrfNm, &sFilterNm ); in Execute()
120 SwFlyFrmAttrMgr aMgr( sal_False, &rSh, rSh.IsFrmSelected() ? in Execute()
122 const SwViewOption* pVOpt = rSh.GetViewOptions(); in Execute()
154 const SwDrawModel* pDrawModel = rSh.GetView().GetDocShell()->GetDoc()->GetDrawModel(); in Execute()
166 const SwRect* pRect = &rSh.GetAnyCurRect(RECT_PAGE); in Execute()
171 aSet.Put(SfxStringItem(FN_SET_FRM_NAME, rSh.GetFlyName())); in Execute()
174 aSet.Put( SfxStringItem( FN_SET_FRM_ALT_NAME, rSh.GetObjTitle() ) ); in Execute()
177 pRect = &rSh.GetAnyCurRect(RECT_PAGE_PRT); in Execute()
[all …]
H A Dtextsh1.cxx1359 SwWrtShell &rSh = GetShell(); in Execute() local
1361 SwDocStat aDocStat( rSh.getIDocumentStatistics()->GetDocStat() ); in Execute()
1364 rSh.StartAction(); in Execute()
1365 rSh.CountWords( aCurr ); in Execute()
1366 rSh.UpdateDocStat( aDocStat ); in Execute()
1367 rSh.EndAction(); in Execute()
1392 SwWrtShell &rSh = GetShell(); in GetState() local
1402 String aScriptTypesInUse( String::CreateFromInt32( rSh.GetScriptType() ) ); in GetState()
1417 nLang = SwLangHelper::GetCurrentLanguage( rSh ); in GetState()
1426 aSeq[3] = SwLangHelper::GetTextForLanguageGuessing( rSh ); in GetState()
[all …]
H A Dtxtattr.cxx86 SwWrtShell &rSh = GetShell(); in ExecCharAttr() local
102 rSh.GetCurAttr( aSet ); in ExecCharAttr()
152 rSh.SetAttrItem( aEscape ); in ExecCharAttr()
159 rSh.QuickUpdateStyle(); in ExecCharAttr()
181 rSh.SetAttrItem( aUnderline ); in ExecCharAttr()
187 if( !rSh.HasReadonlySel() && rSh.IsEndPara()) in ExecCharAttr()
188 rSh.DontExpandFmt(); in ExecCharAttr()
526 SwWrtShell &rSh = GetShell(); in ExecParaAttrArgs() local
540 rSh.GetCurAttr(aSet); in ExecParaAttrArgs()
544 pFmt = rSh.FindCharFmtByName( sCharStyleName ); in ExecParaAttrArgs()
[all …]
H A Dtextdrw.cxx61 SwWrtShell& rSh = GetShell(); in InsertURLButton() local
63 if (!rSh.HasDrawView()) in InsertURLButton()
64 rSh.MakeDrawView(); in InsertURLButton()
65 SdrView *pSdrView = rSh.GetDrawView(); in InsertURLButton()
72 Point aStartPos(rSh.GetCharRect().Pos() + Point(0, 1)); in InsertURLButton()
74 rSh.StartAction(); in InsertURLButton()
75 rSh.StartUndo( UNDO_UI_INSERT_URLBTN ); in InsertURLButton()
76 if (rSh.BeginCreate(OBJ_FM_BUTTON, FmFormInventor, aStartPos)) in InsertURLButton()
82 rSh.MoveCreate(aStartPos + aEndPos); in InsertURLButton()
83 rSh.EndCreate(SDRCREATE_FORCEEND); in InsertURLButton()
[all …]
/trunk/main/sw/source/ui/dochdl/ !
H A Dswdtflvr.cxx167 SwTrnsfrDdeLink( SwTransferable& rTrans, SwWrtShell& rSh );
203 SwTransferable::SwTransferable( SwWrtShell& rSh ) in SwTransferable() argument
204 : pWrtShell( &rSh ), in SwTransferable()
215 rSh.GetView().AddTransferable(*this); in SwTransferable()
216 SwDocShell* pDShell = rSh.GetDoc()->GetDocShell(); in SwTransferable()
1061 sal_Bool SwTransferable::IsPaste( const SwWrtShell& rSh, in IsPaste() argument
1076 sal_uInt16 nDestination = SwTransferable::GetSotDestination( rSh ); in IsPaste()
1104 int SwTransferable::Paste( SwWrtShell& rSh, TransferableDataHelper& rData ) in Paste() argument
1107 nDestination = SwTransferable::GetSotDestination( rSh ); in Paste()
1144 SwTransferable::PasteData( rData, rSh, nAction, nFormat, in Paste()
[all …]
/trunk/main/sw/source/ui/uiview/ !
H A Dviewtab.cxx262 SwWrtShell &rSh = GetWrtShell(); in ExecTabWin() local
263 const sal_uInt16 nFrmType = rSh.IsObjSelected() ? in ExecTabWin()
265 rSh.GetFrmType(0,sal_True); in ExecTabWin()
266 const sal_Bool bFrmSelection = rSh.IsFrmSelected(); in ExecTabWin()
267 const sal_Bool bBrowse = rSh.GetViewOptions()->getBrowseMode(); in ExecTabWin()
271 const sal_uInt16 nDescId = rSh.GetCurPageDesc(); in ExecTabWin()
272 const SwPageDesc& rDesc = rSh.GetPageDesc( nDescId ); in ExecTabWin()
274 const sal_Bool bVerticalWriting = rSh.IsInVerticalText(); in ExecTabWin()
283 const SwRect& rPageRect = rSh.GetAnyCurRect(RECT_PAGE); in ExecTabWin()
288 rSh.StartAllAction(); in ExecTabWin()
[all …]
H A Dviewmdi.cxx378 SwWrtShell& rSh = pThis->GetWrtShell(); in IMPL_STATIC_LINK() local
385 rSh.EnterStdMode(); in IMPL_STATIC_LINK()
387 rSh.MoveTable(fnTableNext, fnTableStart); in IMPL_STATIC_LINK()
389 rSh.MoveTable(fnTablePrev, fnTableStart); in IMPL_STATIC_LINK()
401 rSh.GotoNextFly(eType) : in IMPL_STATIC_LINK()
402 rSh.GotoPrevFly(eType); in IMPL_STATIC_LINK()
405 rSh.HideCrsr(); in IMPL_STATIC_LINK()
406 rSh.EnterSelFrmMode(); in IMPL_STATIC_LINK()
412 rSh.GotoObj(bNext, in IMPL_STATIC_LINK()
418 rSh.EnterStdMode(); in IMPL_STATIC_LINK()
[all …]
H A Dswcli.cxx60 SwWrtShell &rSh = ((SwView*)GetViewShell())->GetWrtShell(); in RequestNewObjectArea() local
62 rSh.StartAllAction(); in RequestNewObjectArea()
65 aLogRect.SetSize( rSh.RequestObjectResize( SwRect( aLogRect ), GetObject() ) ); in RequestNewObjectArea()
86 rSh.EndAllAction(); in RequestNewObjectArea()
88 SwRect aFrm( rSh.GetAnyCurRect( RECT_FLY_EMBEDDED, 0, GetObject() )), in RequestNewObjectArea()
89 aPrt( rSh.GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, GetObject() )); in RequestNewObjectArea()
96 SwWrtShell &rSh = ((SwView*)GetViewShell())->GetWrtShell(); in ObjectAreaChanged() local
97 SwRect aFrm( rSh.GetAnyCurRect( RECT_FLY_EMBEDDED, 0, GetObject() )), in ObjectAreaChanged()
98 aPrt( rSh.GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, GetObject() )); in ObjectAreaChanged()
99 if ( !aFrm.IsOver( rSh.VisArea() ) ) in ObjectAreaChanged()
[all …]
H A Dview2.cxx226 SwWrtShell &rSh = GetWrtShell(); in InsertGraphic() local
229 … const bool bReplaceMode(rSh.HasSelection() && nsSelectionType::SEL_FRM == rSh.GetSelectionType()); in InsertGraphic()
234 rSh.ReRead( in InsertGraphic()
241 rSh.StartAction(); in InsertGraphic()
253 rSh.Insert( sURL, in InsertGraphic()
258 rSh.Insert( aEmptyStr, aEmptyStr, aGrf, &aFrmMgr ); in InsertGraphic()
262 rSh.EndAction(); in InsertGraphic()
418 SwWrtShell& rSh = GetWrtShell(); in InsertGraphicDlg() local
419 rSh.LockPaint(); in InsertGraphicDlg()
420 rSh.StartAction(); in InsertGraphicDlg()
[all …]
H A Dformatclipboard.cxx152 void lcl_getTableAttributes( SfxItemSet& rSet, SwWrtShell &rSh ) in lcl_getTableAttributes() argument
155 rSh.GetBoxBackground(aBrush); in lcl_getTableAttributes()
157 if(rSh.GetRowBackground(aBrush)) in lcl_getTableAttributes()
161 rSh.GetTabBackground(aBrush); in lcl_getTableAttributes()
166 rSh.GetTabBorders( rSet ); in lcl_getTableAttributes()
169 if(rSh.GetBoxDirection( aBoxDirection )) in lcl_getTableAttributes()
172 rSet.Put(SfxUInt16Item(FN_TABLE_SET_VERT_ALIGN, rSh.GetBoxAlign())); in lcl_getTableAttributes()
174 rSet.Put( SfxUInt16Item( FN_PARAM_TABLE_HEADLINE, rSh.GetRowsToRepeat() ) ); in lcl_getTableAttributes()
176 SwFrmFmt *pFrmFmt = rSh.GetTableFmt(); in lcl_getTableAttributes()
188 rSh.GetRowSplit(pSplit); in lcl_getTableAttributes()
[all …]
/trunk/main/sw/source/ui/misc/ !
H A Dinsfnote.cxx66 rSh.StartAction(); in Apply()
67 rSh.Left(CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in Apply()
68 rSh.StartUndo( UNDO_START ); in Apply()
72 if( rSh.SetCurFtn( aNote ) && bExtCharAvailable ) in Apply()
74 rSh.Right(CRSR_SKIP_CHARS, sal_True, 1, sal_False ); in Apply()
75 SfxItemSet aSet( rSh.GetAttrPool(), RES_CHRATR_FONT, RES_CHRATR_FONT ); in Apply()
76 rSh.GetCurAttr( aSet ); in Apply()
82 rSh.SetAttrSet( aSet, nsSetAttrMode::SETATTR_DONTEXPAND ); in Apply()
83 rSh.ResetSelect(0, sal_False); in Apply()
84 rSh.Left(CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in Apply()
[all …]
/trunk/main/sw/source/ui/uno/ !
H A Dunotxvw.cxx290 SwWrtShell& rSh = GetView()->GetWrtShell(); in select() local
338 rSh.EnterStdMode(); in select()
339 rSh.SetSelection(*pPam); in select()
351 sal_Bool bSuccess = rSh.GotoFly( pFrmFmt->GetName(), pFrame->GetFlyCntType()); in select()
354 rSh.HideCrsr(); in select()
355 rSh.EnterSelFrmMode(); in select()
371 rSh.EnterStdMode(); in select()
372 rSh.GotoTable(pTblFrmFmt->GetName()); in select()
391 rSh.EnterStdMode(); in select()
392 rSh.SetSelection(aPam); in select()
[all …]
/trunk/main/sw/source/ui/dbui/ !
H A Ddbinsdlg.cxx278 SwWrtShell& rSh = pView->GetWrtShell(); in SwInsertDBColAutoPilot() local
279 Locale aDocLocale( SvxCreateLocale( rSh.GetCurLang() )); in SwInsertDBColAutoPilot()
280 SvNumberFormatter* pNumFmtr = rSh.GetNumberFormatter(); in SwInsertDBColAutoPilot()
692 SwWrtShell& rSh = pView->GetWrtShell(); in IMPL_LINK() local
697 pTblSet = new SfxItemSet( rSh.GetAttrPool(), SwuiGetUITableAttrRange() ); in IMPL_LINK()
700 pTblSet->Put( SfxStringItem( FN_PARAM_TABLE_NAME, rSh.GetUniqueTblName() )); in IMPL_LINK()
704 rSh.GetViewOptions()->GetTblDest() )); in IMPL_LINK()
725 const sal_uInt16 nNum = rSh.GetCurColNum( &aPara ); in IMPL_LINK()
749 nWidth = rSh.GetAnyCurRect( in IMPL_LINK()
750 FRMTYPE_FLY_ANY & rSh.GetFrmType( 0, sal_True ) in IMPL_LINK()
[all …]
/trunk/main/sw/source/ui/inc/ !
H A Dswdtflvr.hxx98 SwWrtShell& rSh, sal_uLong nFmt, sal_Bool bMsg );
99 static int _PasteOLE( TransferableDataHelper& rData, SwWrtShell& rSh,
101 static int _PasteTargetURL( TransferableDataHelper& rData, SwWrtShell& rSh,
108 SwWrtShell& rSh, sal_uInt16 nAction,
111 static int _PasteGrf( TransferableDataHelper& rData, SwWrtShell& rSh,
116 SwWrtShell& rSh );
119 SwWrtShell& rSh, sal_uLong nFmt );
122 SwWrtShell& rSh, sal_uLong nFmt, sal_uInt16 nAction,
125 static int _PasteDBData( TransferableDataHelper& rData, SwWrtShell& rSh,
130 SwWrtShell& rSh, sal_Bool bLink,
[all …]
/trunk/main/sw/source/ui/utlui/ !
H A Dnavipi.cxx126 SwWrtShell &rSh = pView->GetWrtShell(); in MoveOutline() local
129 if ( rSh.IsOutlineMovable( nSource )) in MoveOutline()
133 rSh.GotoOutline(nSource); in MoveOutline()
135 rSh.MakeOutlineSel(nSource, nSource, sal_True); in MoveOutline()
137 sal_uInt16 nLastOutlinePos = rSh.GetOutlinePos(MAXLEVEL); in MoveOutline()
141 if(!rSh.IsCrsrPtAtEnd()) in MoveOutline()
142 rSh.SwapPam(); in MoveOutline()
146 rSh.MoveOutlinePara( nMove ); in MoveOutline()
147 rSh.ClearMark(); in MoveOutline()
148 rSh.GotoOutline( nSource + nMove); in MoveOutline()
[all …]

123456