Lines Matching refs:rSh

153 	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()
218 rSh.SplitNode(); in TYPEINIT1()
222 rSh.InsertLineBreak(); in TYPEINIT1()
229 rSh.InsertPageBreak(); in TYPEINIT1()
234 rSh.InsertLineBreak(); in TYPEINIT1()
239 rSh.InsertColumnBreak(); in TYPEINIT1()
287 rSh.InsertObject( xObj, 0, sal_True, nSlot); in TYPEINIT1()
354 rSh.InsertOleObject( xObj ); in TYPEINIT1()
359 rSh.InsertObject( xObj, pName, sal_True, nSlot); in TYPEINIT1()
427 rSh.InsertOleObject( xObj ); in TYPEINIT1()
431 rSh.InsertObject( xObj, 0, sal_True, nSlot); in TYPEINIT1()
468 … SwTableFUNC( &rSh, sal_False ).InsertChart( xDataProvider, bFillWithData, aRangeString ); in TYPEINIT1()
469 rSh.LaunchOLEObj(); in TYPEINIT1()
471 svt::EmbeddedObjectRef& xObj = rSh.GetOLEObject(); in TYPEINIT1()
496 rSh.InsertObject( svt::EmbeddedObjectRef(), &aGlobalName, sal_True, 0 ); in TYPEINIT1()
734 rSh.StartAllAction(); in TYPEINIT1()
735 rSh.StartUndo( UNDO_UI_INSERT_RULER ); in TYPEINIT1()
738 if ( !( rSh.IsSttOfPara() && rSh.IsEndOfPara() ) ) // kein leerer Absatz? in TYPEINIT1()
739 rSh.SplitNode( sal_False, sal_False ); // dann Platz schaffen in TYPEINIT1()
740 rSh.SplitNode( sal_False, sal_False ); in TYPEINIT1()
741 rSh.Left( CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in TYPEINIT1()
742 rSh.SetTxtFmtColl( rSh.GetTxtCollFromPool( RES_POOLCOLL_HTML_HR ) ); in TYPEINIT1()
743 rSh.Right( CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in TYPEINIT1()
748 SwFlyFrmAttrMgr aFrmMgr( sal_True, &rSh, FRMMGR_TYPE_GRF ); in TYPEINIT1()
753 rSh.SplitNode( sal_False, sal_False ); in TYPEINIT1()
754 rSh.SplitNode( sal_False, sal_False ); in TYPEINIT1()
755 rSh.Left( CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in TYPEINIT1()
756 rSh.SetAttrItem( SvxAdjustItem( SVX_ADJUST_CENTER, RES_PARATR_ADJUST ) ); in TYPEINIT1()
759rSh.GetCurrFrm(); // just to trigger formatting in case the inserted graphic is not formatted. in TYPEINIT1()
762 rSh.EnterStdMode(); in TYPEINIT1()
763 rSh.Right( CRSR_SKIP_CHARS, sal_False, 1, sal_False ); in TYPEINIT1()
765 rSh.EndAllAction(); in TYPEINIT1()
766 rSh.EndUndo( UNDO_UI_INSERT_RULER ); in TYPEINIT1()
776 …VclAbstractDialog* pColDlg = pFact->CreateVclAbstractDialog( GetView().GetWindow(), rSh, DLG_COLUM… in TYPEINIT1()
802 SwWrtShell &rSh = GetShell(); in StateInsert() local
808 rSh.Push(); in StateInsert()
809 const sal_Bool bCrsrInHidden = rSh.SelectHiddenRange(); in StateInsert()
810 rSh.Pop(); in StateInsert()
842 || rSh.CrsrInsideInputFld() ) in StateInsert()
886 rSh.GetCurAttr( aSet ); in StateInsert()
909 rSh.StartAction(); in StateInsert()
910 rSh.CreateCrsr(); in StateInsert()
911 rSh.SwCrsrShell::SelectTxtAttr(RES_TXTATR_INETFMT,sal_True); in StateInsert()
912 String sLinkName = rSh.GetSelTxt(); in StateInsert()
915 rSh.DestroyCrsr(); in StateInsert()
916 rSh.EndAction(); in StateInsert()
920 String sReturn = rSh.GetSelTxt(); in StateInsert()
936 if (rSh.IsSelFrmMode() ) in StateInsert()
938 const int nSel = rSh.GetSelectionType(); in StateInsert()
942 else if ( rSh.CrsrInsideInputFld() ) in StateInsert()
949 if( (rSh.IsReadOnlyAvailable() && rSh.HasReadonlySel()) in StateInsert()
951 || rSh.CrsrInsideInputFld() ) in StateInsert()
961 if( rSh.GetFlyFrmFmt() || rSh.GetSelectedPageDescs() ) in StateInsert()
965 const SwSection* pCurrSection = rSh.GetCurrSection(); in StateInsert()
966 sal_uInt16 nFullSectCnt = rSh.GetFullSelectedSectionCount(); in StateInsert()
967 if( pCurrSection && ( !rSh.HasSelection() || 0 != nFullSectCnt )) in StateInsert()
970 rSh.HasSelection() && rSh.IsInsRegionAvailable() && in StateInsert()
972 lcl_IsMarkInSameSection( rSh, pCurrSection ) ))) in StateInsert()
990 SwWrtShell &rSh = GetShell(); in ExecDelete() local
994 if( rSh.IsTableMode() ) in ExecDelete()
996 rSh.DeleteRow(); in ExecDelete()
997 rSh.EnterStdMode(); in ExecDelete()
1000 rSh.DelToEndOfSentence(); in ExecDelete()
1003 rSh.DelToStartOfSentence(); in ExecDelete()
1006 rSh.DelNxtWord(); in ExecDelete()
1009 rSh.DelPrvWord(); in ExecDelete()
1012 rSh.DelToEndOfLine(); in ExecDelete()
1015 rSh.DelToStartOfLine(); in ExecDelete()
1018 rSh.DelToEndOfPara(); in ExecDelete()
1021 rSh.DelToStartOfPara(); in ExecDelete()
1024 rSh.DelLine(); in ExecDelete()
1125 SwWrtShell &rSh = GetShell(); in InsertSymbol() local
1130 rSh.GetCurAttr( aSet ); in InsertSymbol()
1131 sal_uInt16 nScript = rSh.GetScriptType(); in InsertSymbol()
1152 SfxAllItemSet aAllSet( rSh.GetAttrPool() ); in InsertSymbol()
1191 rSh.StartAllAction(); in InsertSymbol()
1197 rSh.StartUndo( UNDO_INSERT, &aRewriter ); in InsertSymbol()
1198 if ( rSh.HasSelection() ) in InsertSymbol()
1200 rSh.DelRight(); in InsertSymbol()
1202 rSh.GetCurAttr( aSet ); in InsertSymbol()
1216 rSh.Insert( aChars ); in InsertSymbol()
1249 rSh.SetMark(); in InsertSymbol()
1250 rSh.ExtendSelection( sal_False, aChars.Len() ); in InsertSymbol()
1251 rSh.SetAttrSet( aSet, nsSetAttrMode::SETATTR_DONTEXPAND | nsSetAttrMode::SETATTR_NOFORMATATTR ); in InsertSymbol()
1252 if( !rSh.IsCrsrPtAtEnd() ) in InsertSymbol()
1253 rSh.SwapPam(); in InsertSymbol()
1255 rSh.ClearMark(); in InsertSymbol()
1260 rSh.SetMark(); in InsertSymbol()
1261 rSh.SetAttrSet( aRestoreSet ); in InsertSymbol()
1262 rSh.ClearMark(); in InsertSymbol()
1265 rSh.UpdateAttr(); in InsertSymbol()
1269 rSh.EndAllAction(); in InsertSymbol()
1270 rSh.EndUndo(); in InsertSymbol()