Home
last modified time | relevance | path

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

123456

/trunk/main/sfx2/inc/sfx2/
H A Dbindings.hxx150 void InvalidateShell( const SfxShell &rSh, sal_Bool bDeep = sal_False );
H A Drequest.hxx62 SAL_DLLPRIVATE void Record_Impl( SfxShell &rSh, const SfxSlot &rSlot,
/trunk/main/sfx2/source/control/
H A Dbindings.cxx800 const SfxShell& rSh /* Die <SfxShell>, deren Slot-Ids in InvalidateShell() argument
816 pImp->pSubBindings->InvalidateShell( rSh, bDeep ); in InvalidateShell()
837 sal_uInt16 nLevel = pDispatcher->GetShellLevel(rSh); in InvalidateShell()
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()
/trunk/main/sw/inc/
H A DEnhancedPDFExportHelper.hxx235 SwEnhancedPDFExportHelper( SwEditShell& rSh,
H A Ddbmgr.hxx148 SwWrtShell& rSh; member
175 rSh(rShell), in SwMergeDescriptor()
291 void ExecuteFormLetter(SwWrtShell& rSh,
295 void InsertText(SwWrtShell& rSh,
H A Dprintdata.hxx267 void ViewOptionAdjustStart( ViewShell &rSh, const SwViewOption &rViewOptions );
H A Dswabstdlg.hxx357 …virtual VclAbstractDialog * CreateSwInsertBookmarkDlg( Window *pParent, SwWrtShell &rSh, SfxReques…
359 …virtual AbstractSwBreakDlg * CreateSwBreakDlg( Window *pParent, SwWrtShell &rSh,int nResId ) = 0; …
370 …virtual SfxAbstractTabDialog * CreateSwFootNoteOptionDlg( Window *pParent, SwWrtShell &rSh,int nRe…
372 …virtual AbstractDropDownFieldDialog * CreateDropDownFieldDialog ( Window *pParent, SwWrtShell &rSh
393 …virtual VclAbstractDialog * CreateVclAbstractDialog ( Window * pParent, SwWrtShell &rSh, int nResI…
394 …virtual AbstractSplitTableDialog * CreateSplitTblDialog ( Window * pParent, SwWrtShell &rSh ) = 0;…
438 Window *pParent, SwWrtShell &rSh,
441 … Window * pParent, SwWrtShell &rSh, sal_Bool bEd = sal_False) = 0; //add for SwInsFootNoteDlg
451 Window* pParent, SwWrtShell& rSh,
475 … Window* pParent, const SfxItemSet& rSet, SwWrtShell& rSh ) = 0; //add for SwInsertSectionTabDialog
[all …]
H A Dunotxdoc.hxx610 SwViewOptionAdjust_Impl( ViewShell& rSh, const SwViewOption &rViewOptions );
H A Dviscrs.hxx129 static void Get1PixelInLogic( const ViewShell& rSh,
/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()
H A Dcallnk.hxx42 SwCallLink( SwCrsrShell & rSh );
43 SwCallLink( SwCrsrShell & rSh, sal_uLong nAktNode, xub_StrLen nAktCntnt,
H A Dviscrs.cxx184 SwRedlineRects( const SwCrsrShell& rSh, sal_uInt16 nName, sal_uInt16 n ) in SwRedlineRects() argument
185 : SwSelPaintRects( rSh ), nMode( n ), nNm( nName ) in SwRedlineRects()
740 void SwSelPaintRects::Get1PixelInLogic( const ViewShell& rSh, in Get1PixelInLogic() argument
743 const OutputDevice* pOut = rSh.GetWin(); in Get1PixelInLogic()
745 pOut = rSh.GetOut(); in Get1PixelInLogic()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx101 const ViewShell &rSh, const SwNoTxtFrm *pFrm, in lcl_PaintReplacement() argument
128 if( rSh.GetDoc()->IsVisitedURL( pObj->GetURL() ) ) in lcl_PaintReplacement()
136 bVisited = rSh.GetDoc()->IsVisitedURL( rURL.GetURL() ); in lcl_PaintReplacement()
138 SwFmt *pFmt = rSh.GetDoc()->GetFmtFromPool( static_cast<sal_uInt16> in lcl_PaintReplacement()
148 Graphic::DrawEx( rSh.GetOut(), rText, *pFont, rBmp, rRect.Pos(), rRect.SSize() ); in lcl_PaintReplacement()
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx52 SwCrsrShell& rSh; member in _PaMIntoCrsrShellRing
58 _PaMIntoCrsrShellRing( SwCrsrShell& rSh, SwPaM& rCrsr, SwPaM& rPam );
64 : rSh( rCSh ), rDelPam( rPam ), rCrsr( rShCrsr ) in _PaMIntoCrsrShellRing()
66 SwPaM* pShCrsr = rSh._GetCrsr(); in _PaMIntoCrsrShellRing()
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()
/trunk/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 );
/trunk/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 …]
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1505 SwEnhancedPDFExportHelper::SwEnhancedPDFExportHelper( SwEditShell& rSh, in SwEnhancedPDFExportHelper() argument
1510 : mrSh( rSh ), in SwEnhancedPDFExportHelper()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx441 void SwFntObj::CreateScrFont( const ViewShell& rSh, const OutputDevice& rOut ) in CreateScrFont() argument
455 OutputDevice* pPrt = &rSh.GetRefDev(); in CreateScrFont()
457 if( !rSh.GetWin() || in CreateScrFont()
458 !rSh.GetViewOptions()->getBrowseMode() || in CreateScrFont()
459 rSh.GetViewOptions()->IsPrtFormat() ) in CreateScrFont()
486 GuessLeading( rSh, aMet ); in CreateScrFont()
538 rSh in GuessLeading()
551 OutputDevice *pWin = rSh.GetWin() ? in GuessLeading()
552 rSh.GetWin() : in GuessLeading()
/trunk/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()
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()
H A Dviewsh.cxx765 void lcl_InvalidateAllCntnt( ViewShell& rSh, sal_uInt8 nInv ) in lcl_InvalidateAllCntnt() argument
767 sal_Bool bCrsr = rSh.ISA(SwCrsrShell); in lcl_InvalidateAllCntnt()
769 ((SwCrsrShell&)rSh).StartAction(); in lcl_InvalidateAllCntnt()
771 rSh.StartAction(); in lcl_InvalidateAllCntnt()
772 rSh.GetLayout()->InvalidateAllCntnt( nInv ); in lcl_InvalidateAllCntnt()
774 ((SwCrsrShell&)rSh).EndAction(); in lcl_InvalidateAllCntnt()
776 rSh.EndAction(); in lcl_InvalidateAllCntnt()
778 rSh.GetDoc()->SetModified(); in lcl_InvalidateAllCntnt()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx212 WW8_DP_SHADOW& rSh ) in SetStdAttr() argument
240 if( SVBT16ToShort( rSh.shdwpi ) ){ // Schatten in SetStdAttr()
242 rSet.Put( SdrShadowXDistItem( SVBT16ToShort( rSh.xaOffset ) ) ); in SetStdAttr()
243 rSet.Put( SdrShadowYDistItem( SVBT16ToShort( rSh.yaOffset ) ) ); in SetStdAttr()
/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()

Completed in 182 milliseconds

123456