Home
last modified time | relevance | path

Searched refs:pSh (Results 151 – 175 of 232) sorted by relevance

12345678910

/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx236 SfxViewShell* pSh = SfxViewShell::GetFirst( &aScType ); in ~ScInputWindow() local
237 while ( pSh ) in ~ScInputWindow()
239 ScInputHandler* pHdl = ((ScTabViewShell*)pSh)->GetInputHandler(); in ~ScInputWindow()
245 pSh = SfxViewShell::GetNext( *pSh, &aScType ); in ~ScInputWindow()
/trunk/main/sc/source/ui/inc/
H A Doutput.hxx200 void SetViewShell( ScTabViewShell* pSh ) { pViewShell = pSh; } in SetViewShell() argument
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx135 friend void SetShell( ViewShell *pSh );
179 void DeRegisterShell( ViewShell *pSh );
H A Dfrmtool.hxx81 void MA_FASTCALL SwAlignRect( SwRect &rRect, ViewShell *pSh );
90 SwFlyFrm *GetFlyFromMarked( const SdrMarkList *pLst, ViewShell *pSh );
/trunk/main/sw/source/ui/fldui/
H A Dfldfunc.cxx351 SwWrtShell* pSh = GetActiveWrtShell(); in IMPL_LINK() local
352 if (!IsFldEdit() && pSh ) in IMPL_LINK()
353 aValueED.SetText(pSh->GetSelTxt()); in IMPL_LINK()
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx732 for ( SfxShell *pSh = pDispat->GetShell(nIdx); in SetOptions_Impl() local
733 pSh; in SetOptions_Impl()
734 ++nIdx, pSh = pDispat->GetShell(nIdx) ) in SetOptions_Impl()
736 ::svl::IUndoManager *pShUndoMgr = pSh->GetUndoManager(); in SetOptions_Impl()
H A Dappopen.cxx1334 SfxObjectShell* pSh = pCntrFrame->GetCurrentDocument(); in OpenDocExec_Impl() local
1335 DBG_ASSERT( pSh, "Controller without ObjectShell ?!" ); in OpenDocExec_Impl()
1340 pSh->RestoreNoDelete(); in OpenDocExec_Impl()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx1113 …ory_Impl::CreateSwWrapDlg ( Window* pParent, SfxItemSet& rSet, SwWrtShell* pSh, sal_Bool bDrawMode… in CreateSwWrapDlg() argument
1119 pDlg = new SwWrapDlg( pParent, rSet, pSh, bDrawMode ); in CreateSwWrapDlg()
1153 const SfxItemSet* pItemSet, SwWrtShell* pSh,int nResId ) in CreateSwTableTabDlg() argument
1159 pDlg = new SwTableTabDlg( pParent, Pool, pItemSet,pSh ); in CreateSwTableTabDlg()
/trunk/main/sw/source/ui/inc/
H A Dfrmpage.hxx334 void SetShell(SwWrtShell* pSh) { pWrtSh = pSh; } in SetShell() argument
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx1200 ViewShell *pSh; in OutHTML_SwTblNode() local
1201 rWrt.pDoc->GetEditShell( &pSh ); in OutHTML_SwTblNode()
1202 if ( pSh && pSh->GetViewOptions()->IsTest1() ) in OutHTML_SwTblNode()
/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx1261 SfxObjectShell* pSh = NULL; in GetCurrentUnit() local
1263 pSh = pFrame->GetObjectShell(); in GetCurrentUnit()
1264 if ( pSh ) in GetCurrentUnit()
1266 SfxModule* pModule = pSh->GetModule(); in GetCurrentUnit()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx512 SfxViewShell* pSh = pFrame->GetViewShell(); in SetPrinter() local
513 if (pSh && pSh->ISA(ScTabViewShell)) in SetPrinter()
515 ScTabViewShell* pViewSh = (ScTabViewShell*)pSh; in SetPrinter()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx601 ViewShell *pSh = 0; in CalcPageCount() local
603 pSh = rpLay->getRootFrm()->GetCurrShell(); in CalcPageCount()
604 if( pSh && pSh->GetViewOptions()->getBrowseMode() ) in CalcPageCount()
H A Dtrvlfrm.cxx2011 ViewShell *pSh = GetCurrShell(); in CalcFrmRects() local
2013 SwRegionRects aRegion( pSh && !pSh->GetViewOptions()->IsPDFExport() ? in CalcFrmRects()
2014 pSh->VisArea() : in CalcFrmRects()
2401 OutputDevice* pOut = pSh->GetOut(); in CalcFrmRects()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx523 SfxViewShell* pSh = SfxViewShell::Current(); in _InitPrinter() local
525 if ( pSh ) in _InitPrinter()
526 mpPrinter = pSh->GetPrinter(); in _InitPrinter()
/trunk/main/sw/source/core/objectpositioning/
H A Dtocntntanchoredobjectposition.cxx164 const ViewShell *pSh = GetAnchorFrm().getRootFrm()->GetCurrShell(); in CalcPosition() local
165 if( !pSh || !pSh->GetViewOptions()->getBrowseMode() ) in CalcPosition()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx1980 void SwBaseShell::SetFrmMode(FlyMode eMode, SwWrtShell *pSh ) in SetFrmMode() argument
1983 SfxBindings &rBnd = pSh->GetView().GetViewFrame()->GetBindings(); in SetFrmMode()
1986 (pSh && (pSh->IsFrmSelected() || pSh->IsObjSelected())) ) in SetFrmMode()
1988 const SfxPointItem aTmp1( SID_ATTR_POSITION, pSh->GetAnchorObjDiff()); in SetFrmMode()
1989 const SvxSizeItem aTmp2( SID_ATTR_SIZE, pSh->GetObjSize()); in SetFrmMode()
/trunk/main/sw/inc/
H A Dviewsh.hxx103 friend void SetOutDev( ViewShell *pSh, OutputDevice *pOut );
104 friend void SetOutDevAndWin( ViewShell *pSh, OutputDevice *pOut,
H A Dswabstdlg.hxx401 …virtual SfxAbstractDialog * CreateSwWrapDlg ( Window* pParent, SfxItemSet& rSet, SwWrtShell* pSh, …
405 const SfxItemSet* pItemSet, SwWrtShell* pSh,int nResId ) = 0; //add for SwTableTabDlg
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx1662 ViewShell* pSh; in Closed() local
1663 SwEditShell* pESh = pDoc->GetEditShell( &pSh ); in Closed()
1668 pSh->StartAction(); in Closed()
1691 pSh->EndAction(); in Closed()
/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx1396 const SfxItemSet* pItemSet, SwWrtShell* pSh ) : in SwTableTabDlg() argument
1398 pShell(pSh), in SwTableTabDlg()
1399 nHtmlMode(::GetHtmlMode(pSh->GetView().GetDocShell())) in SwTableTabDlg()
1840 void SwTextFlowPage::SetShell(SwWrtShell* pSh) in SetShell() argument
1842 pShell = pSh; in SetShell()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx186 SwWrtShell *pSh; member in SwTrnsfrActionAndUndo
192 : pSh( pS ), eUndoId( nId ) in SwTrnsfrActionAndUndo()
194 pSh->StartUndo( eUndoId, pRewriter ); in SwTrnsfrActionAndUndo()
196 pSh->DelRight(); in SwTrnsfrActionAndUndo()
197 pSh->StartAllAction(); in SwTrnsfrActionAndUndo()
201 pSh->EndUndo(); in ~SwTrnsfrActionAndUndo()
202 pSh->EndAllAction(); in ~SwTrnsfrActionAndUndo()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx658 const ViewShell* pSh = GetTxtFrm()->getRootFrm()->GetCurrShell(); in _DrawText() local
659 if ( pSh && ! pSh->GetAccessibilityOptions()->IsStopAnimatedText() && in _DrawText()
660 ! pSh->IsPreView() ) in _DrawText()
/trunk/main/sw/source/ui/dbui/
H A Ddbtree.cxx224 SwWrtShell* pSh, in SwDBTreeList() argument
233 pImpl(new SwDBTreeList_Impl(pSh)) in SwDBTreeList()
/trunk/main/sc/source/ui/optdlg/
H A Dtpusrlst.cxx127 SfxViewShell* pSh = SfxViewShell::Current(); in Init() local
128 ScTabViewShell* pViewSh = PTR_CAST(ScTabViewShell, pSh); in Init()

Completed in 277 milliseconds

12345678910