Home
last modified time | relevance | path

Searched refs:pRootFrame (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Danchoreddrawobject.cxx532 SwRootFrame* pRootFrame = static_cast<SwRootFrame*>(_pPageFrame->GetUpper()); in InvalidatePage_() local
533 pRootFrame->DisallowTurbo(); in InvalidatePage_()
534 if ( pRootFrame->GetTurbo() ) in InvalidatePage_()
536 const SwContentFrame* pTmpFrame = pRootFrame->GetTurbo(); in InvalidatePage_()
537 pRootFrame->ResetTurbo(); in InvalidatePage_()
540 pRootFrame->SetIdleFlags(); in InvalidatePage_()
H A Dssfrm.cxx334 SwRootFrame *pRootFrame = getRootFrame(); in DestroyImpl() local
335 if( pRootFrame && pRootFrame->IsAnyShellAccessible() ) in DestroyImpl()
337 SwViewShell *pVSh = pRootFrame->GetCurrShell(); in DestroyImpl()
H A Dtabfrm.cxx3119 SwRootFrame *pRootFrame = getRootFrame(); in GrowFrame() local
3120 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in GrowFrame()
3121 pRootFrame->GetCurrShell() ) in GrowFrame()
4365 SwRootFrame *pRootFrame = getRootFrame(); in AdjustCells() local
4442 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && pRootFrame->GetCurrShell() ) in AdjustCells()
4711 SwRootFrame *pRootFrame = getRootFrame(); in DestroyImpl() local
4712 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in DestroyImpl()
4713 pRootFrame->GetCurrShell() ) in DestroyImpl()
5345 SwRootFrame *pRootFrame = getRootFrame(); in Cut() local
5346 if( pRootFrame && pRootFrame->IsAnyShellAccessible() ) in Cut()
[all …]
H A Dfrmtool.cxx244 SwRootFrame *pRootFrame = mpFrame->getRootFrame(); in ~SwFrameNotify() local
245 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in ~SwFrameNotify()
246 pRootFrame->GetCurrShell() ) in ~SwFrameNotify()
248 pRootFrame->GetCurrShell()->Imp()->MoveAccessibleFrame( mpFrame, maFrame ); in ~SwFrameNotify()
373 SwRootFrame *pRootFrame = mpFrame->getRootFrame(); in ~SwFrameNotify() local
374 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in ~SwFrameNotify()
375 pRootFrame->GetCurrShell() ) in ~SwFrameNotify()
377 pRootFrame->GetCurrShell()->Imp()->InvalidateAccessibleFrameContent( mpFrame ); in ~SwFrameNotify()
3617 const SwRootFrame* pRootFrame = static_cast<const SwRootFrame*>(pPage->GetUpper()); in FindPage() local
3618 …const SwFrame* pTmpPage = pRootFrame ? pRootFrame->GetPageAtPos( rRect.TopLeft(), &rRect.SSize(), … in FindPage()
H A Dpagechg.cxx889 SwFrame* pRootFrame = GetUpper(); in Cut() local
894 if ( pRootFrame ) in Cut()
895 static_cast<SwRootFrame*>(pRootFrame)->CheckViewLayout( nullptr, nullptr ); in Cut()
2041 SwRootFrame *pRootFrame = pFrame->getRootFrame(); in lcl_MoveAllLowers() local
2042 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in lcl_MoveAllLowers()
2043 pRootFrame->GetCurrShell() ) in lcl_MoveAllLowers()
2045 pRootFrame->GetCurrShell()->Imp()->MoveAccessibleFrame( pFrame, aFrame ); in lcl_MoveAllLowers()
H A Dfly.cxx268 SwRootFrame *pRootFrame = getRootFrame(); in DestroyImpl() local
269 if( pRootFrame && pRootFrame->IsAnyShellAccessible() ) in DestroyImpl()
271 SwViewShell *pVSh = pRootFrame->GetCurrShell(); in DestroyImpl()
2166 SwRootFrame *pRootFrame = getRootFrame(); in RemoveFly() local
2167 if( pRootFrame && pRootFrame->IsAnyShellAccessible() ) in RemoveFly()
2169 SwViewShell *pVSh = pRootFrame->GetCurrShell(); in RemoveFly()
H A Dwsfrm.cxx2735 SwRootFrame *pRootFrame = getRootFrame(); in GrowFrame() local
2736 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in GrowFrame()
2737 pRootFrame->GetCurrShell() ) in GrowFrame()
2739 pRootFrame->GetCurrShell()->Imp()->MoveAccessibleFrame( this, aOldFrame ); in GrowFrame()
2876 SwRootFrame *pRootFrame = getRootFrame(); in ShrinkFrame() local
2877 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in ShrinkFrame()
2878 pRootFrame->GetCurrShell() ) in ShrinkFrame()
2880 pRootFrame->GetCurrShell()->Imp()->MoveAccessibleFrame( this, aOldFrame ); in ShrinkFrame()
H A Dlaycache.cxx329 const SwRootFrame *pRootFrame = rDoc.getIDocumentLayoutAccess().GetCurrentLayout(); in CompareLayout() local
330 if( pRootFrame ) in CompareLayout()
335 const SwPageFrame* pPage = static_cast<const SwPageFrame*>(pRootFrame->Lower()); in CompareLayout()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Danchoreddrawobject.cxx544 SwRootFrame* pRootFrame = static_cast<SwRootFrame*>(_pPageFrame->GetUpper()); in InvalidatePage_() local
545 pRootFrame->DisallowTurbo(); in InvalidatePage_()
546 if ( pRootFrame->GetTurbo() ) in InvalidatePage_()
548 const SwContentFrame* pTmpFrame = pRootFrame->GetTurbo(); in InvalidatePage_()
549 pRootFrame->ResetTurbo(); in InvalidatePage_()
552 pRootFrame->SetIdleFlags(); in InvalidatePage_()
H A Dssfrm.cxx336 SwRootFrame *pRootFrame = getRootFrame(); in DestroyImpl() local
337 if( pRootFrame && pRootFrame->IsAnyShellAccessible() ) in DestroyImpl()
339 SwViewShell *pVSh = pRootFrame->GetCurrShell(); in DestroyImpl()
H A Dtabfrm.cxx3248 SwRootFrame *pRootFrame = getRootFrame(); in GrowFrame() local
3249 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in GrowFrame()
3250 pRootFrame->GetCurrShell() ) in GrowFrame()
4540 SwRootFrame *pRootFrame = getRootFrame(); in AdjustCells() local
4617 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && pRootFrame->GetCurrShell() ) in AdjustCells()
4889 SwRootFrame *pRootFrame = getRootFrame(); in DestroyImpl() local
4890 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in DestroyImpl()
4891 pRootFrame->GetCurrShell() ) in DestroyImpl()
5634 SwRootFrame *pRootFrame = getRootFrame(); in Cut() local
5635 if( pRootFrame && pRootFrame->IsAnyShellAccessible() ) in Cut()
[all …]
H A Dfrmtool.cxx246 SwRootFrame *pRootFrame = mpFrame->getRootFrame(); in ~SwFrameNotify() local
247 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in ~SwFrameNotify()
248 pRootFrame->GetCurrShell() ) in ~SwFrameNotify()
250 pRootFrame->GetCurrShell()->Imp()->MoveAccessibleFrame( mpFrame, maFrame ); in ~SwFrameNotify()
374 SwRootFrame *pRootFrame = mpFrame->getRootFrame(); in ~SwFrameNotify() local
375 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in ~SwFrameNotify()
376 pRootFrame->GetCurrShell() ) in ~SwFrameNotify()
378 pRootFrame->GetCurrShell()->Imp()->InvalidateAccessibleFrameContent( mpFrame ); in ~SwFrameNotify()
3667 const SwRootFrame* pRootFrame = static_cast<const SwRootFrame*>(pPage->GetUpper()); in FindPage() local
3668 …const SwFrame* pTmpPage = pRootFrame ? pRootFrame->GetPageAtPos( rRect.TopLeft(), &rRect.SSize(), … in FindPage()
H A Dpagechg.cxx890 SwFrame* pRootFrame = GetUpper(); in Cut() local
895 if ( pRootFrame ) in Cut()
896 static_cast<SwRootFrame*>(pRootFrame)->CheckViewLayout( nullptr, nullptr ); in Cut()
2080 SwRootFrame *pRootFrame = pFrame->getRootFrame(); in lcl_MoveAllLowers() local
2081 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in lcl_MoveAllLowers()
2082 pRootFrame->GetCurrShell() ) in lcl_MoveAllLowers()
2084 pRootFrame->GetCurrShell()->Imp()->MoveAccessibleFrame( pFrame, aFrame ); in lcl_MoveAllLowers()
H A Dfly.cxx267 SwRootFrame *pRootFrame = getRootFrame(); in DestroyImpl() local
268 if( pRootFrame && pRootFrame->IsAnyShellAccessible() ) in DestroyImpl()
270 SwViewShell *pVSh = pRootFrame->GetCurrShell(); in DestroyImpl()
2214 SwRootFrame *pRootFrame = getRootFrame(); in RemoveFly() local
2215 if( pRootFrame && pRootFrame->IsAnyShellAccessible() ) in RemoveFly()
2217 SwViewShell *pVSh = pRootFrame->GetCurrShell(); in RemoveFly()
H A Dlaycache.cxx329 const SwRootFrame *pRootFrame = rDoc.getIDocumentLayoutAccess().GetCurrentLayout(); in CompareLayout() local
330 if( pRootFrame ) in CompareLayout()
335 const SwPageFrame* pPage = static_cast<const SwPageFrame*>(pRootFrame->Lower()); in CompareLayout()
H A Dwsfrm.cxx2793 SwRootFrame *pRootFrame = getRootFrame(); in GrowFrame() local
2794 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in GrowFrame()
2795 pRootFrame->GetCurrShell() ) in GrowFrame()
2797 pRootFrame->GetCurrShell()->Imp()->MoveAccessibleFrame( this, aOldFrame ); in GrowFrame()
2934 SwRootFrame *pRootFrame = getRootFrame(); in ShrinkFrame() local
2935 if( pRootFrame && pRootFrame->IsAnyShellAccessible() && in ShrinkFrame()
2936 pRootFrame->GetCurrShell() ) in ShrinkFrame()
2938 pRootFrame->GetCurrShell()->Imp()->MoveAccessibleFrame( this, aOldFrame ); in ShrinkFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dredlnitr.cxx521 SwRootFrame* pRootFrame = rTextNode.getIDocumentLayoutAccess().GetCurrentLayout(); in CtorInitAttrIter() local
522 m_pViewShell = pRootFrame ? pRootFrame->GetCurrShell() : nullptr; in CtorInitAttrIter()
580 && pRootFrame && !pRootFrame->IsHideRedlines(); in CtorInitAttrIter()
601 assert(!pRootFrame in CtorInitAttrIter()
602 || pRootFrame->GetFieldmarkMode() != sw::FieldmarkMode::ShowBoth in CtorInitAttrIter()
616 (pRootFrame && pRootFrame->IsHideRedlines()) in CtorInitAttrIter()
H A Dxmldump.cxx375 const SwRootFrame* pRootFrame = static_cast<const SwRootFrame*>(this); in dumpAsXml() local
380 …if (pRootFrame->GetCurrShell()->GetSfxViewShell() && pView->GetObjectShell() == pRootFrame->GetCur… in dumpAsXml()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunoobj2.cxx229 SwRootFrame *const pRootFrame = m_pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in UnoActionContext() local
230 if (pRootFrame) in UnoActionContext()
232 pRootFrame->StartAllAction(); in UnoActionContext()
241 SwRootFrame *const pRootFrame = m_pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in ~UnoActionContext() local
242 if (pRootFrame) in ~UnoActionContext()
244 pRootFrame->EndAllAction(); in ~UnoActionContext()
252 SwRootFrame *const pRootFrame = pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in lcl_RemoveImpl() local
253 if (pRootFrame) in lcl_RemoveImpl()
255 pRootFrame->UnoRemoveAllActions(); in lcl_RemoveImpl()
289 if (pRootFrame) in ~UnoActionRemoveContext()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoobj2.cxx187 SwRootFrame *const pRootFrame = m_pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in UnoActionContext() local
188 if (pRootFrame) in UnoActionContext()
190 pRootFrame->StartAllAction(); in UnoActionContext()
199 SwRootFrame *const pRootFrame = m_pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in ~UnoActionContext() local
200 if (pRootFrame) in ~UnoActionContext()
202 pRootFrame->EndAllAction(); in ~UnoActionContext()
210 SwRootFrame *const pRootFrame = pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in lcl_RemoveImpl() local
211 if (pRootFrame) in lcl_RemoveImpl()
213 pRootFrame->UnoRemoveAllActions(); in lcl_RemoveImpl()
247 if (pRootFrame) in ~UnoActionRemoveContext()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dredlnitr.cxx388 SwRootFrame* pRootFrame = rTextNode.getIDocumentLayoutAccess().GetCurrentLayout(); in CtorInitAttrIter() local
389 m_pViewShell = pRootFrame ? pRootFrame->GetCurrShell() : nullptr; in CtorInitAttrIter()
447 && pRootFrame && !pRootFrame->IsHideRedlines(); in CtorInitAttrIter()
H A Dxmldump.cxx324 const SwRootFrame* pRootFrame = static_cast<const SwRootFrame*>(this); in dumpAsXml() local
329 … if (pView->GetObjectShell() == pRootFrame->GetCurrShell()->GetSfxViewShell()->GetObjectShell()) in dumpAsXml()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlimport/
H A Dooxmlimport2.cxx465 SwRootFrame* pRootFrame = pDoc->getIDocumentLayoutAccess().GetCurrentLayout(); in CPPUNIT_TEST_FIXTURE() local
466 const SwRect aPageRect = pRootFrame->getFrameArea(); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dhtmltbl.cxx326 const SwRootFrame *pRootFrame = rDoc.getIDocumentLayoutAccess().GetCurrentLayout(); in GetBrowseWidth() local
327 if( pRootFrame ) in GetBrowseWidth()
329 const SwFrame *pPageFrame = pRootFrame->GetLower(); in GetBrowseWidth()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dhtmltbl.cxx318 const SwRootFrame *pRootFrame = rDoc.getIDocumentLayoutAccess().GetCurrentLayout(); in GetBrowseWidth() local
319 if( pRootFrame ) in GetBrowseWidth()
321 const SwFrame *pPageFrame = pRootFrame->GetLower(); in GetBrowseWidth()

12