Home
last modified time | relevance | path

Searched refs:pSh (Results 1 – 25 of 232) sorted by last modified time

12345678910

/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx135 friend void SetShell( ViewShell *pSh );
179 void DeRegisterShell( ViewShell *pSh );
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2861 if ( pSh->GetWin() ) in Paint()
2863 if ( pSh->GetOut() == pSh->GetWin() && !pSh->GetWin()->IsVisible() ) in Paint()
2879 pGlobalShell = pSh; in Paint()
2945 …const bool bGridPainting(pSh->GetWin() && pSh->Imp()->HasDrawView() && pSh->Imp()->GetDrawView()->… in Paint()
2976 pSh->GetWin() && pSh->IsInEndAction() ) in Paint()
3057 if( pSh->GetWin() && pSh->GetDoc()->GetDocShell() && in Paint()
3512 bPaint = pSh->GetWin() && !pSh->IsPreView(); in IsPaint()
3588 pSh ); in IsPaint()
6855 pSh->pOut = pO; in SetOutDevAndWin()
6856 pSh->pWin = pW; in SetOutDevAndWin()
[all …]
H A Dlayact.cxx438 if( pSh && pSh->GetViewOptions()->getBrowseMode() ) in RemoveEmptyBrowserPages()
1192 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in IsShortCut()
1445 if( pSh && pSh->GetViewOptions()->getBrowseMode() && in FormatLayout()
1490 if( !pSh || !pSh->GetViewOptions()->getBrowseMode() ) in FormatLayout()
1849 const sal_Bool bBrowse = pSh && pSh->GetViewOptions()->getBrowseMode(); in FormatCntnt()
2442 bVis = ((SwCrsrShell*)pSh)->GetCharRect().IsOver(pSh->VisArea()); in SwLayIdle()
2445 pSh = (ViewShell*)pSh->GetNext(); in SwLayIdle()
2477 if ( aTmp == pSh->VisArea() && pSh->ISA(SwCrsrShell) ) in SwLayIdle()
2484 pSh = (ViewShell*)pSh->GetNext(); in SwLayIdle()
2513 pSh->LockPaint(); in SwLayIdle()
[all …]
H A Dfrmtool.cxx586 if( !( pSh && pSh->GetViewOptions()->getBrowseMode() ) || in ~SwLayNotify()
693 ViewShell *pSh = pFly->getRootFrm()->GetCurrShell(); in ~SwFlyNotify() local
694 SwViewImp *pImp = pSh ? pSh->Imp() : 0; in ~SwFlyNotify()
897 if ( pSh ) in ~SwCntntNotify()
914 ViewShell *pTmp = pSh; in ~SwCntntNotify()
941 } while ( pTmp != pSh ); in ~SwCntntNotify()
955 pSh->InvalidateWindows( Frm() ); in ~SwCntntNotify()
2874 if( pSh && rOld.HasArea() ) in Notify()
2875 pSh->InvalidateWindows( rOld ); in Notify()
3165 ViewShell* pSh = 0; in Notify_Background() local
[all …]
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx79 SwEditShell *pSh; member in SwLinguIter
226 if( pSh ) in _Start()
231 pSh = pShell; in _Start()
248 pSh->Push(); in _Start()
252 pSh->Push(); in _Start()
253 pSh->DestroyCrsr(); in _Start()
261 pSh->Push(); in _Start()
293 if( !pSh ) in _End()
302 pSh->KillPams(); in _End()
303 pSh->ClearMark(); in _End()
[all …]
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx1371 ViewShell *pSh = getRootFrm()->GetCurrShell(); in FormatLine() local
1372 const SwViewOption *pOpt = pSh ? pSh->GetViewOptions() : 0; in FormatLine()
H A Dtxtfld.cxx112 ViewShell *pSh = rInf.GetVsh(); in NewFldPortion() local
113 SwDoc *const pDoc( (pSh) ? pSh->GetDoc() : 0 ); in NewFldPortion()
149 if( !bName && pSh && !pSh->Imp()->IsUpdateExpFlds() ) in NewFldPortion()
163 if( !bName && pSh && !pSh->Imp()->IsUpdateExpFlds() ) in NewFldPortion()
179 if( !bName && pSh && pSh->GetLayout() && !pSh->Imp()->IsUpdateExpFlds() ) // swmod 080122 in NewFldPortion()
183 const SwRootFrm* pTmpRootFrm = pSh->GetLayout(); in NewFldPortion()
207 if( !bName && pSh && !pSh->Imp()->IsUpdateExpFlds() ) in NewFldPortion()
260 if( !bName && pSh && !pSh->Imp()->IsUpdateExpFlds() ) in NewFldPortion()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx559 SwSrcView* lcl_GetSourceView( SwDocShell* pSh ) in lcl_GetSourceView() argument
562 SfxViewFrame* pVFrame = SfxViewFrame::GetFirst( pSh ); in lcl_GetSourceView()
H A Dapphdl.cxx185 SwWrtShell* pSh = 0; in StateOther() local
188 pSh = &pActView->GetWrtShell(); in StateOther()
189 if( pSh ) in StateOther()
190 nSelection = pSh->GetSelectionType(); in StateOther()
192 if( (pSh && pSh->HasSelection()) || in StateOther()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx224 pSh->pOut = pOut; in SetOutDev()
289 if ( pSh->GetWin() && !pSh->IsPreView() ) in Paint()
304 !pSh->GetWin() ) in Paint()
348 if( pSh->GetWin() ) in Paint()
715 if( pSh->GetWin() ) in Modify()
722 } while( pVSh != (pSh = (ViewShell*)pSh->GetNext() )); in Modify()
770 ViewShell *pSh = pVSh; in Modify() local
772 SET_CURR_SHELL( pSh ); in Modify()
775 if( pSh->GetWin() ) in Modify()
785 pSh = (ViewShell *)pSh->GetNext(); in Modify()
[all …]
/trunk/main/sw/source/core/view/
H A Dvprint.cxx92 ViewShell *pSh; member in SwQueuedPaint
97 pSh( pNew ), in SwQueuedPaint()
123 if ( pPt->pSh == pNew ) in Add()
144 { ViewShell *pSh = pPt->pSh; in Repaint() local
145 SET_CURR_SHELL( pSh ); in Repaint()
148 if ( pSh->GetWin() ) in Repaint()
177 while ( pPt && pPt->pSh != pSh ) in Remove()
198 pSh->aVisArea = rRect; in SetSwVisArea()
603 ViewShell *pSh; in PrtOle2() local
618 pSh->GetNext() == pSh ) in PrtOle2()
[all …]
H A Dviewsh.cxx186 pSh = this; in ImplEndAction()
189 pSh = (ViewShell*)pSh->GetNext(); in ImplEndAction()
513 if ( pSh->IsPreView() && pSh->GetWin() ) in AddPaintRect()
518 pSh = (ViewShell*)pSh->GetNext(); in AddPaintRect()
546 pSh = (ViewShell*)pSh->GetNext(); in InvalidateWindows()
730 pSh = (ViewShell*)pSh->GetNext(); in LayoutIdle()
1063 pSh = (ViewShell*)pSh->GetNext(); in SetFirstVisPageInvalid()
2201 pSh = (ViewShell*)pSh->GetNext(); in ApplyViewOptions()
2223 pSh = (ViewShell*)pSh->GetNext(); in ApplyViewOptions()
2230 pSh = (ViewShell*)pSh->GetNext(); in ApplyViewOptions()
[all …]
H A Dviewimp.cxx63 SwRootFrm *pRoot = pSh->GetLayout(); //swmod 071108//swmod 071225 in Init()
112 pSh( pParent ), in SwViewImp()
179 if ( rRect.IsOver( pSh->VisArea() ) ) in AddPaintRect()
182 pRegion = new SwRegionRects( pSh->VisArea() ); in AddPaintRect()
244 if ( pSh->bDocSizeChgd && pSh->VisArea().Top() > pSh->GetLayout()->Frm().Height() ) in SetFirstVisPage()
250 pFirstVisPage = (SwPageFrm*)pSh->GetLayout()->Lower(); in SetFirstVisPage()
259 SwPageFrm *pPage = (SwPageFrm*)pSh->GetLayout()->Lower(); in SetFirstVisPage()
261 while ( pPage && !aPageRect.IsOver( pSh->VisArea() ) ) in SetFirstVisPage()
274 pFirstVisPage = pPage ? pPage : (SwPageFrm*)pSh->GetLayout()->Lower(); in SetFirstVisPage()
378 if ( pSh->GetLayout() ) in InitPagePreviewLayout()
[all …]
H A Dvdraw.cxx92 if ( pSh->ISA(SwFEShell) ) in StartAction()
93 ((SwFEShell*)pSh)->HideChainMarker(); //Kann sich geaendert haben in StartAction()
108 if ( pSh->ISA(SwFEShell) ) in EndAction()
109 ((SwFEShell*)pSh)->SetChainMarker(); //Kann sich geaendert haben in EndAction()
299 ASSERT( pSh->getIDocumentDrawModelAccess()->GetDrawModel(), "NotifySizeChg without DrawModel" ); in NotifySizeChg()
300 SdrPage* pPage = pSh->getIDocumentDrawModelAccess()->GetDrawModel()->GetPage( 0 ); in NotifySizeChg()
/trunk/main/sw/source/ui/sidebar/
H A DPagePropertyPanel.cxx650 SfxObjectShell* pSh = NULL; in MetricState() local
652 pSh = pFrame->GetObjectShell(); in MetricState()
653 if ( pSh ) in MetricState()
655 SfxModule* pModule = pSh->GetModule(); in MetricState()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2500 ViewShell *pSh = pActionViewShell; in CallEndAction() local
2502 if( pSh->IsA( TYPE( SwCrsrShell ) ) ) in CallEndAction()
2503 ((SwCrsrShell*)pSh)->SttEndDoc(sal_True); in CallEndAction()
2504 pSh = (ViewShell *)pSh->GetNext(); in CallEndAction()
2505 } while( pSh != pActionViewShell ); in CallEndAction()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx1530 SfxObjectShell* pSh = NULL; in GetCurrentUnit() local
1532 pSh = pFrame->GetObjectShell(); in GetCurrentUnit()
1533 if ( pSh ) //the object shell is not always available during reload in GetCurrentUnit()
1535 SfxModule* pModule = pSh->GetModule(); in GetCurrentUnit()
/trunk/main/sw/source/ui/inc/
H A Doptpage.hxx317 void SetWrtShell(SwWrtShell* pSh) {pWrtShell = pSh;} in SetWrtShell() argument
368 void SetWrtShell( SwWrtShell * pSh ) { m_pWrtShell = pSh; } in SetWrtShell() argument
H A Dchangedb.hxx72 SwWrtShell *pSh; member in SwChangeDBDlg
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx847 SfxObjectShell* pSh );
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx168 SfxHeaderAttributes_Impl( SfxObjectShell* pSh ) : in SfxHeaderAttributes_Impl() argument
169 SvKeyValueIterator(), pDoc( pSh ), in SfxHeaderAttributes_Impl()
170 xIter( pSh->GetMedium()->GetHeaderAttributes_Impl() ), in SfxHeaderAttributes_Impl()
1572 SfxViewShell* pSh = pMark->pFrame->GetViewShell(); in PositionView_Impl() local
1574 pSh->ReadUserData( pMark->aUserData, sal_True ); in PositionView_Impl()
1576 pSh->JumpToMark( pMark->aMark ); in PositionView_Impl()
1616 const String& rURL, sal_uInt32 nTime, sal_Bool bReloadP, SfxObjectShell* pSh ) in AutoReloadTimer_Impl() argument
1617 : aUrl( rURL ), bReload( bReloadP ), pObjSh( pSh ) in AutoReloadTimer_Impl()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx1839 …ng& rURL, com::sun::star::uno::Any& rRetval, const ::rtl::OUString& aReferer, SfxObjectShell* pSh ) in loadMacro() argument
1842 SfxObjectShell* pCurrent = pSh; in loadMacro()
/trunk/main/sw/source/ui/fldui/
H A Dchangedb.cxx102 pSh(rVw.GetWrtShellPtr()), in SwChangeDBDlg()
105 aAvailDBTLB.SetWrtShell(*pSh); in SwChangeDBDlg()
110 ShowDBName(pSh->GetDBData()); in SwChangeDBDlg()
148 const SwDBData& rDBData = pSh->GetDBData(); in FillDBPopup()
164 pSh->GetAllUsedDB( aDBNameList, &aAllDBNames ); in FillDBPopup()
278 pSh->StartAllAction(); in UpdateFlds()
286 pSh->ChangeDBFields( aDBNames, sTemp); in UpdateFlds()
287 pSh->EndAllAction(); in UpdateFlds()
303 pSh->ChgDBData(aData); in IMPL_LINK()
304 ShowDBName(pSh->GetDBData()); in IMPL_LINK()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx382 …PPTOleEntry( sal_uInt32 nid, sal_uInt32 nOfs, SfxObjectShell* pSh, sal_uInt16 nT, sal_uInt32 nAsp … in PPTOleEntry()
385 pShell ( pSh ), in PPTOleEntry()
/trunk/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx318 SfxObjectShell* pSh = SfxObjectShell::Current(); in IMPL_LINK() local
357 if(pSh && pSh->GetItem(SID_GRADIENT_LIST)) in IMPL_LINK()
396 if(pSh && pSh->GetItem(SID_HATCH_LIST)) in IMPL_LINK()
435 if(pSh && pSh->GetItem(SID_BITMAP_LIST)) in IMPL_LINK()
493 SfxObjectShell* pSh = SfxObjectShell::Current(); in IMPL_LINK() local
521 if(LISTBOX_ENTRY_NOTFOUND != nPos && pSh && pSh->GetItem(SID_GRADIENT_LIST)) in IMPL_LINK()
552 if(LISTBOX_ENTRY_NOTFOUND != nPos && pSh && pSh->GetItem(SID_HATCH_LIST)) in IMPL_LINK()
583 if(LISTBOX_ENTRY_NOTFOUND != nPos && pSh && pSh->GetItem(SID_BITMAP_LIST)) in IMPL_LINK()
1222 if(pSh && pSh->GetItem(SID_GRADIENT_LIST)) in Update()
1251 if(pSh && pSh->GetItem(SID_HATCH_LIST)) in Update()
[all …]

Completed in 200 milliseconds

12345678910