Home
last modified time | relevance | path

Searched refs:rSh (Results 51 – 75 of 140) sorted by relevance

123456

/trunk/main/sw/source/ui/uiview/
H A Dview0.cxx577 SwWrtShell &rSh = GetWrtShell(); in ExecViewOptions() local
578 rSh.StartAction(); in ExecViewOptions()
580 if( !(*rSh.GetViewOptions() == *pOpt )) in ExecViewOptions()
582 rSh.ApplyViewOptions( *pOpt ); in ExecViewOptions()
597 rSh.ResetModified(); in ExecViewOptions()
605 const sal_Bool bLockedView = rSh.IsViewLocked(); in ExecViewOptions()
606 rSh.LockView( sal_True ); //lock visible section in ExecViewOptions()
610 rSh.LockView( bLockedView ); in ExecViewOptions()
H A Duivwimp.cxx319 SwWrtShell& rSh = pView->GetWrtShell(); in changedContents() local
321 pView->nLastPasteDestination = SwTransferable::GetSotDestination( rSh ); in changedContents()
323 SwTransferable::IsPaste( rSh, aDataHelper ); in changedContents()
326 SwTransferable::IsPasteSpecial( rSh, aDataHelper ); in changedContents()
H A Dpview.cxx1917 ViewShell &rSh = *GetViewShell(); in SetPrinter() local
1918 SfxPrinter* pOld = rSh.getIDocumentDeviceAccess()->getPrinter( false ); in SetPrinter()
1922 SwEditShell &rESh = (SwEditShell&)rSh; //Buh... in SetPrinter()
1925 rSh.getIDocumentDeviceAccess()->setPrinter( pNew, true, true ); in SetPrinter()
1930 ::SetPrinter( rSh.getIDocumentDeviceAccess(), pNew, sal_False ); in SetPrinter()
1938 rSh.ChgAllPageOrientation( sal_uInt16(pNew->GetOrientation()) ); in SetPrinter()
1942 rSh.ChgAllPageSize( aSz ); in SetPrinter()
2195 ViewShell& rSh = *GetViewShell(); in SetZoom() local
2196 SwViewOption aOpt(*rSh.GetViewOptions()); in SetZoom()
2203 rSh.ApplyViewOptions( aOpt ); in SetZoom()
/trunk/main/sw/source/ui/utlui/
H A Dnumfmtlb.cxx169 SwWrtShell &rSh = pView->GetWrtShell(); in SetFormatType() local
170 pFormatter = rSh.GetNumberFormatter(); in SetFormatType()
318 SwWrtShell &rSh = pView->GetWrtShell(); in SetDefFormat() local
319 pFormatter = rSh.GetNumberFormatter(); in SetDefFormat()
414 SwWrtShell &rSh = pView->GetWrtShell(); in IMPL_LINK() local
415 SvNumberFormatter* pFormatter = rSh.GetNumberFormatter(); in IMPL_LINK()
417 SfxItemSet aCoreSet( rSh.GetAttrPool(), in IMPL_LINK()
H A Duitool.cxx128 void PrepareBoxInfo(SfxItemSet& rSet, const SwWrtShell& rSh) in PrepareBoxInfo() argument
137 rSh.GetCrsr(); //Damit GetCrsrCnt() auch das Richtige liefert in PrepareBoxInfo()
138 aBoxInfo.SetTable (rSh.IsTableMode() && rSh.GetCrsrCnt() > 1); in PrepareBoxInfo()
142 …aBoxInfo.SetMinDist (rSh.IsTableMode() || rSh.GetSelectionType() & (nsSelectionType::SEL_TX… in PrepareBoxInfo()
146 aBoxInfo.SetValid(VALID_DISABLE, !rSh.IsTableMode()); in PrepareBoxInfo()
H A Dglbltree.cxx1413 SwWrtShell& rSh = GetParentWindow()->GetCreateView()->GetWrtShell(); in InsertRegion() local
1414 rSh.StartAction(); in InsertRegion()
1433 rSh.GetGlobalDocContent(aTempContents); in InsertRegion()
1446 sal_uInt16 nSectCount = rSh.GetSectionFmtCount(); in InsertRegion()
1453 const SwSectionFmt& rFmt = rSh.GetSectionFmt(nCount); in InsertRegion()
1478 rSh.InsertGlobalDocContent( *pAnchorContent, aSectionData ); in InsertRegion()
1483 rSh.MoveGlobalDocContent( in InsertRegion()
1486 rSh.EndAction(); in InsertRegion()
/trunk/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx260 const SwWrtShell& rSh = pActiveView->GetWrtShell(); in ReInitDlg() local
261 GetOKButton().Enable( !rSh.IsReadOnlyAvailable() || in ReInitDlg()
262 !rSh.HasReadonlySel() ); in ReInitDlg()
300 const SwWrtShell& rSh = pView->GetWrtShell(); in Activate() local
301 GetOKButton().Enable( !rSh.IsReadOnlyAvailable() || in Activate()
302 !rSh.HasReadonlySel() ); in Activate()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx285 rSh(rShell), in SwMultiTOXTabDialog()
426 ((SwTOXEntryTabPage&)rPage).SetWrtShell(rSh); in PageCreated()
429 ((SwTOXSelectTabPage&)rPage).SetWrtShell(rSh); in PageCreated()
463 rSh.SetDefaultTOXBase(aNewDef); in Ok()
495 rSh.GetTOXType(eType.eType, 0)->GetTypeName()); in GetTOXDescription()
500 rSh.GetFldType(RES_AUTHORITY, aEmptyStr); in GetTOXDescription()
528 pDesc->SetAutoMarkURL(rSh.GetTOIAutoMarkURL()); in CreateTOXDescFromTOXBase()
640 SwTxtFmtColl* pColl = rSh.GetParaStyle(rName); in IsNoNum()
1415 SwWrtShell& rSh = pTOXDlg->GetWrtShell(); in Reset() local
2383 SwWrtShell& rSh = pTOXDlg->GetWrtShell(); in ActivatePage() local
[all …]
H A Dswuiidxmrk.cxx507 rSh.Push(); in lcl_SelectSameStrings()
512 rSh.GetSelTxt(), OUString(), in lcl_SelectSameStrings()
519 rSh.ClearMark(); in lcl_SelectSameStrings()
524 rSh.Find( aSearchOpt, bSearchInNotes, DOCPOS_START, DOCPOS_END, bCancel, in lcl_SelectSameStrings()
1137 aDlg.ReInitDlg(rSh, pCurTOXMark); in SwIndexMarkModalDlg()
1176 SwWrtShell& rSh,
1655 SwWrtShell& rSh, in SwCreateAuthEntryDlg_Impl() argument
1665 rWrtSh(rSh), in SwCreateAuthEntryDlg_Impl()
1744 rSh.GetFldType(RES_AUTHORITY, aEmptyStr); in SwCreateAuthEntryDlg_Impl()
1931 SwAuthMarkModalDlg::SwAuthMarkModalDlg(Window *pParent, SwWrtShell& rSh) : in SwAuthMarkModalDlg() argument
[all …]
/trunk/main/sw/source/ui/config/
H A Duinums.cxx320 void SwNumRulesWithName::MakeNumRule( SwWrtShell& rSh, SwNumRule& rChg ) const in MakeNumRule() argument
332 pFmt->ChgNumFmt( rSh, aNew ); in MakeNumRule()
632 void SwNumRulesWithName::_SwNumFmtGlobal::ChgNumFmt( SwWrtShell& rSh, in ChgNumFmt() argument
639 sal_uInt16 nArrLen = rSh.GetCharFmtCount(); in ChgNumFmt()
642 pFmt = &rSh.GetCharFmt( i ); in ChgNumFmt()
653 pFmt = rSh.MakeCharFmt( sCharFmtName ); in ChgNumFmt()
657 pFmt = rSh.GetCharFmtFromPool( nCharPoolId ); in ChgNumFmt()
/trunk/main/sw/source/core/view/
H A Dviewimp.cxx354 const ViewShell &rSh = *GetShell(); in GetRetoucheColor() local
355 if ( rSh.GetWin() ) in GetRetoucheColor()
357 if ( rSh.GetViewOptions()->getBrowseMode() && in GetRetoucheColor()
358 COL_TRANSPARENT != rSh.GetViewOptions()->GetRetoucheColor().GetColor() ) in GetRetoucheColor()
359 aRet = rSh.GetViewOptions()->GetRetoucheColor(); in GetRetoucheColor()
360 else if(rSh.GetViewOptions()->IsPagePreview() && in GetRetoucheColor()
/trunk/main/sw/source/ui/misc/
H A Dbookmark.cxx117 IDocumentMarkAccess* const pMarkAccess = rSh.getIDocumentMarkAccess(); in Apply()
119 SfxRequest aReq( rSh.GetView().GetViewFrame(), FN_DELETE_BOOKMARK ); in Apply()
133 rSh.SetBookmark( KeyCode(), sEntry, aEmptyStr ); in Apply()
156 rSh( rS ), in SwInsertBookmarkDlg()
166 IDocumentMarkAccess* const pMarkAccess = rSh.getIDocumentMarkAccess(); in SwInsertBookmarkDlg()
/trunk/main/sw/source/ui/table/
H A Drowht.cxx76 rSh.SetRowHeight( aSz ); in Apply()
92 rSh( rS ) in SwTableHeightDlg()
97 rSh.GetView().GetDocShell() ) )->GetMetric(); in SwTableHeightDlg()
104 rSh.GetRowHeight( pSz ); in SwTableHeightDlg()
/trunk/main/sw/source/ui/chrdlg/
H A Dpardlg.cxx190 SwWrtShell& rSh = rView.GetWrtShell(); in PageCreated() local
205 static_cast<sal_uInt16>(rSh.GetAnyCurRect(RECT_PAGE_PRT).Width()))); in PageCreated()
229 const sal_uInt16 eType = rSh.GetFrmType(0,sal_True); in PageCreated()
231 rSh.GetSelectionType() & nsSelectionType::SEL_TBL) in PageCreated()
256 SwTxtFmtColl* pTmpColl = rSh.GetCurTxtFmtColl(); in PageCreated()
/trunk/main/sw/source/ui/inc/
H A Dregionsw.hxx108 SwWrtShell& rSh; member in SwEditRegionDlg
218 void SetWrtShell(SwWrtShell& rSh);
295 void SetWrtShell(SwWrtShell& rSh);
310 SwInsertSectionTabDialog(Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh);
326 SwSectionPropertyTabDialog(Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh);
H A Dlanghelper.hxx37 …ern bool SetLanguageStatus( OutlinerView* pOLV, SfxRequest &rReq, SwView &rView, SwWrtShell &rSh );
55 extern String GetTextForLanguageGuessing( SwWrtShell &rSh );
58 extern LanguageType GetLanguage( SwWrtShell &rSh, sal_uInt16 nLangWhichId );
61 extern LanguageType GetCurrentLanguage( SwWrtShell &rSh );
H A Dswuicnttab.hxx81 SwWrtShell& rSh; member in SwMultiTOXTabDialog
127 SwWrtShell& GetWrtShell() {return rSh;} in GetWrtShell()
133 static sal_Bool IsNoNum(SwWrtShell& rSh, const String& rName);
262 void SetWrtShell(SwWrtShell& rSh);
487 void SetWrtShell(SwWrtShell& rSh);
H A DSwSpellDialogChildWindow.hxx41 bool MakeTextSelection_Impl(SwWrtShell& rSh, ShellModes eSelMode);
42 bool FindNextDrawTextError_Impl(SwWrtShell& rSh);
43 bool SpellDrawText_Impl(SwWrtShell& rSh, ::svx::SpellPortions& rPortions);
/trunk/main/sw/source/core/crsr/
H A Dcallnk.cxx47 SwCallLink::SwCallLink( SwCrsrShell & rSh, sal_uLong nAktNode, xub_StrLen nAktCntnt, in SwCallLink() argument
49 : rShell( rSh ), nNode( nAktNode ), nCntnt( nAktCntnt ), in SwCallLink()
56 SwCallLink::SwCallLink( SwCrsrShell & rSh ) in SwCallLink() argument
57 : rShell( rSh ) in SwCallLink()
/trunk/main/sw/source/ui/shells/
H A Ddrformsh.cxx83 SwWrtShell &rSh = GetShell(); in TYPEINIT1() local
95 SdrView *pSdrView = rSh.GetDrawView(); in TYPEINIT1()
176 SwWrtShell &rSh = GetShell(); in GetState() local
186 SdrView* pSdrView = rSh.GetDrawViewWithValidMarkList(); in GetState()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx93 String InsertLabEnvText( SwWrtShell& rSh, SwFldMgr& rFldMgr, const String& rText ) in InsertLabEnvText() argument
137 SwInsertFld_Data aData(TYP_DBFLD, 0, sDBName, aEmptyStr, 0, &rSh ); in InsertLabEnvText()
145 rSh.Insert( sTmpText ); in InsertLabEnvText()
147 rSh.InsertLineBreak(); in InsertLabEnvText()
149 rSh.DelLeft(); // Letzten Linebreak wieder l???schen in InsertLabEnvText()
/trunk/main/sw/source/ui/dialog/
H A Dmacassgn.cxx130 sal_Bool SwMacroAssignDlg::INetFmtDlg( Window* pParent, SwWrtShell& rSh, in INetFmtDlg() argument
134 …SfxItemSet aSet( rSh.GetAttrPool(), RES_FRMMACRO, RES_FRMMACRO, SID_EVENTCONFIG, SID_EVENTCONFIG, … in INetFmtDlg()
146 rSh.GetView().GetViewFrame()->GetFrame().GetFrameInterface(), in INetFmtDlg()
/trunk/main/sw/source/ui/uno/
H A Dunodispatch.cxx244 SwWrtShell& rSh = m_pView->GetWrtShell(); in dispatch() local
245 SwNewDBMgr* pNewDBMgr = rSh.GetNewDBMgr(); in dispatch()
249 SwMergeDescriptor aMergeDesc( DBMGR_MERGE, rSh, aDescriptor ); in dispatch()
254 pNewDBMgr->InsertText(rSh, aArgs); in dispatch()
/trunk/main/sw/source/ui/dbui/
H A Dmmpreparemergepage.cxx166 SwWrtShell& rSh = m_pWizard->GetSwView()->GetWrtShell(); in IMPL_LINK() local
167 SwMergeDescriptor aMergeDesc( DBMGR_MERGE, rSh, aDescriptor ); in IMPL_LINK()
168 rSh.GetNewDBMgr()->MergeNew(aMergeDesc); in IMPL_LINK()
/trunk/main/sw/inc/
H A Ddbmgr.hxx148 SwWrtShell& rSh; member
175 rSh(rShell), in SwMergeDescriptor()
291 void ExecuteFormLetter(SwWrtShell& rSh,
295 void InsertText(SwWrtShell& rSh,

Completed in 169 milliseconds

123456