Home
last modified time | relevance | path

Searched refs:rSh (Results 101 – 125 of 140) sorted by relevance

123456

/aoo42x/main/sw/source/core/inc/
H A Dfntcache.hxx121 void GuessLeading( const ViewShell& rSh, const FontMetric& rMet );
133 void CreateScrFont( const ViewShell& rSh, const OutputDevice& rOut );
/aoo42x/main/sw/source/ui/inc/
H A Dmailmrge.hxx120 SwWrtShell& rSh; member in SwMailMergeDlg
146 SwMailMergeDlg(Window* pParent, SwWrtShell& rSh,
H A Dswuiidxmrk.hxx194 SwIndexMarkModalDlg(Window *pParent, SwWrtShell& rSh, SwTOXMark* pCurTOXMark);
283 SwAuthMarkModalDlg(Window *pParent, SwWrtShell& rSh);
H A Dmacassgn.hxx45 static sal_Bool INetFmtDlg( Window* pParent, SwWrtShell& rSh,
H A Drowht.hxx54 SwWrtShell &rSh; member in SwTableHeightDlg
H A Dsplittbl.hxx50 SwSplitTblDlg( Window *pParent, SwWrtShell &rSh );
H A Dtabsh.hxx32 SW_DLLPUBLIC void ItemSetToTableParam( const SfxItemSet& rSet, SwWrtShell &rSh );
H A Dsplit.hxx58 SwWrtShell& rSh; member in SwSplitTableDlg
H A Dswuiccoll.hxx50 SwWrtShell &rSh; member in SwCondCollPage
H A Ddbtree.hxx76 void SetWrtShell(SwWrtShell& rSh);
H A Ddrpcps.hxx93 SwWrtShell &rSh; member in SwDropCapsPage
H A Duitool.hxx48 SW_DLLPUBLIC void PrepareBoxInfo(SfxItemSet& rSet, const SwWrtShell& rSh);
H A Dgloshdl.hxx81 sal_Bool CopyToClipboard(SwWrtShell& rSh, const String& rShortName);
/aoo42x/main/sfx2/source/control/
H A Drequest.cxx411 SfxShell& rSh, // die <SfxShell>, die den Request ausgef"uhrt hat in Record_Impl() argument
428 pImp->pShell = &rSh; in Record_Impl()
431 pImp->aTarget = rSh.GetName(); in Record_Impl()
/aoo42x/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx283 SwWrtShell &rSh = mrDocView.GetWrtShell(); in MouseButtonDown() local
286 ::LoadURL( sURL, &rSh, URLLOAD_NOFILTER, &sTarget); in MouseButtonDown()
/aoo42x/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx101 SwColumnDlg::SwColumnDlg(Window* pParent, SwWrtShell& rSh) : in SwColumnDlg() argument
108 rWrtShell(rSh), in SwColumnDlg()
137 nSelectionWidth = rSh.GetSectionWidth(*pCurrSection->GetFmt()); in SwColumnDlg()
166 const SwFrmFmt* pFmt = rSh.GetFlyFrmFmt() ; in SwColumnDlg()
/aoo42x/main/sw/source/core/layout/
H A Dpaintfrm.cxx104 #define GETOBJSHELL() ((SfxObjectShell*)rSh.GetDoc()->GetDocShell())
1598 ViewShell &rSh, const SwRect &rGrf, const SwRect &rOut, in lcl_DrawGraphic() argument
1608 ::SwAlignRect( aAlignedGrfRect, &rSh ); in lcl_DrawGraphic()
1736 ViewShell &rSh = *pGlobalShell; in DrawGraphic() local
1744 if( rSh.GetViewOptions()->IsGraphic() ) in DrawGraphic()
1748 if ( (rSh).GetViewOptions()->IsPDFExport() || in DrawGraphic()
1749 rSh.GetOut()->GetOutDevType() == OUTDEV_PRINTER ) in DrawGraphic()
1842 ::SwAlignRect( aAlignedPaintRect, &rSh ); in DrawGraphic()
2052 lcl_DrawGraphic( *pBrush, pOutDev, rSh, aGrf, rOut, true, bGrfNum, in DrawGraphic()
2802 SwViewObjectContactRedirector( const ViewShell& rSh ) in SwViewObjectContactRedirector() argument
[all …]
/aoo42x/main/sw/source/ui/fldui/
H A Dflddb.cxx576 void SwFldDBPage::SetWrtShell(SwWrtShell& rSh) in SetWrtShell() argument
578 aDatabaseTLB.SetWrtShell(rSh); in SetWrtShell()
H A Dflddb.hxx97 void SetWrtShell(SwWrtShell& rSh);
/aoo42x/main/sw/source/core/view/
H A Dprintdata.cxx116 void SwRenderData::ViewOptionAdjustStart( ViewShell &rSh, const SwViewOption &rViewOptions ) in ViewOptionAdjustStart() argument
122 m_pViewOptionAdjust = new SwViewOptionAdjust_Impl( rSh, rViewOptions ); in ViewOptionAdjustStart()
/aoo42x/main/sw/source/core/edit/
H A Dedlingu.cxx1755 LanguageType lcl_GetLanguage(SwEditShell& rSh) in lcl_GetLanguage() argument
1757 sal_uInt16 nScriptType = rSh.GetScriptType(); in lcl_GetLanguage()
1765 SfxItemSet aSet(rSh.GetAttrPool(), nLangWhichId, nLangWhichId, 0); in lcl_GetLanguage()
1766 rSh.GetCurAttr( aSet ); in lcl_GetLanguage()
/aoo42x/main/sw/source/ui/misc/
H A Doutline.cxx228 SwWrtShell &rSh) : in SwOutlineTabDialog() argument
233 rWrtSh(rSh), in SwOutlineTabDialog()
247 pNumRule = new SwNumRule( *rSh.GetOutlineNumRule() ); in SwOutlineTabDialog()
/aoo42x/main/sw/source/ui/uiview/
H A Dviewport.cxx94 SwWrtShell &rSh = pView->GetWrtShell(); in lcl_GetPos() local
95 const Size aDocSz( rSh.GetDocSize() ); in lcl_GetPos()
104 long lDelta = lPos - rSh.VisArea().Pos().*pPt; in lcl_GetPos()
/aoo42x/main/sw/source/ui/dochdl/
H A Dgloshdl.cxx849 sal_Bool SwGlossaryHdl::CopyToClipboard(SwWrtShell& rSh, const String& rShortName) in CopyToClipboard() argument
854 SwTransferable* pTransfer = new SwTransferable( rSh ); in CopyToClipboard()
/aoo42x/main/sw/inc/
H A DEnhancedPDFExportHelper.hxx235 SwEnhancedPDFExportHelper( SwEditShell& rSh,

Completed in 109 milliseconds

123456