Home
last modified time | relevance | path

Searched refs:GetLayout (Results 1 – 25 of 60) sorted by last modified time

123

/trunk/main/sw/source/core/doc/
H A Ddocnew.cxx922 pFrmFmtTbl->Remove( pFrmFmtTbl->GetPos( pCurrentView->GetLayout()->GetFmt() ) ); in ClearDoc()
924 pFrmFmtTbl->Insert( pCurrentView->GetLayout()->GetFmt(), pFrmFmtTbl->Count() ); in ClearDoc()
H A Ddoc.cxx1471 const SwPageFrm * pPageFrm = (SwPageFrm*)rData.m_pPostItShell->GetLayout()->Lower(); in UpdatePagesForPrintingWithPostItData()
1492 const SwPageFrm * pPageFrm = (SwPageFrm*)rData.m_pPostItShell->GetLayout()->Lower(); in UpdatePagesForPrintingWithPostItData()
H A Dhtmltbl.cxx1788 SwRootFrm *pRoot = (SwRootFrm*)GetDoc()->GetCurrentViewShell()->GetLayout(); in _Resize()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx818 sal_uInt16 nEndPage = GetLayout()->GetPageNum(); in SpellContinue()
932 sal_uInt16 nEndPage = GetLayout()->GetPageNum(); in HyphContinue()
1015 if( GetLayout()->GetCrsrOfst( &aPos, aPt, &eTmpState ) && in GetCorrection()
1094 …SwCntntFrm *pCntntFrame = pCntntNode->getLayoutFrm( GetLayout(), pPt, pCrsr->GetPoint(), sal_False… in GetCorrection()
1130 if( GetLayout()->GetCrsrOfst( &aPos, aPt, &eTmpState ) && in GetGrammarCorrection()
1238 …SwCntntFrm *pCntntFrame = pCntntNode->getLayoutFrm( GetLayout(), pPt, pCrsr->GetPoint(), sal_False… in GetGrammarCorrection()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2740 if (!pViewShell || !pViewShell->GetLayout()) in getRendererCount()
2818 …pDoc->CalculatePagePairsForProspectPrinting( *pViewShell->GetLayout(), *m_pRenderData, *m_pPrintUI… in getRendererCount()
2836 …pDoc->CalculatePagesForPrinting( *pViewShell->GetLayout(), *m_pRenderData, *m_pPrintUIOptions, bIs… in getRendererCount()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx731 if ( pViewShell && pViewShell->GetLayout() && in JoinFrm()
732 pViewShell->GetLayout()->IsAnyShellAccessible() ) in JoinFrm()
771 if ( pViewShell && pViewShell->GetLayout() && in SplitFrm()
772 pViewShell->GetLayout()->IsAnyShellAccessible() ) in SplitFrm()
H A Dtxtfld.cxx179 if( !bName && pSh && pSh->GetLayout() && !pSh->Imp()->IsUpdateExpFlds() ) // swmod 080122 in NewFldPortion()
183 const SwRootFrm* pTmpRootFrm = pSh->GetLayout(); in NewFldPortion()
H A DEnhancedPDFExportHelper.cxx2145 const SwRootFrm* pRootFrm = mrSh.GetLayout(); in CalcOutputPageNum()
/trunk/main/sw/source/core/view/
H A Dvprint.cxx335 SwRootFrm* pMyLayout = GetLayout(); in CalcPagesForPrint()
405 …const SwCntntFrm *pCntntFrm = pCntntNode ? pCntntNode->getLayoutFrm( GetLayout(), 0, pShellTblCrsr… in FillPrtDoc()
419 const SwPageFrm* pPage = GetLayout()->GetPageAtPos( aSelPoint ); in FillPrtDoc()
621 pSh->GetLayout()->Lower()->InvalidateSize(); in PrtOle2()
637 pSh->GetLayout()->Paint( aSwRect ); in PrtOle2()
H A Dviewsh.cxx569 const SwFrm* pRoot = GetLayout(); in MakeVisible()
641 return GetLayout() ? GetLayout()->GetPageNum() : 0; in GetNumPages()
646 return GetLayout() ? GetLayout()->IsDummyPage( nPageNum ) : 0; in IsDummyPage()
1415 GetLayout()->Paint( aRect ); in SmoothScroll()
1940 GetLayout()->Paint( aRect ); in Paint()
1964 GetLayout()->Paint( aRect ); in Paint()
2085 if( !GetLayout()->Frm().Height() ) in CheckBrowseView()
2562 if ( GetLayout() && GetLayout()->IsAnyShellAccessible() ) in InvalidateAccessibleParaFlowRelation()
2576 if ( GetLayout() && GetLayout()->IsAnyShellAccessible() ) in InvalidateAccessibleParaTextSelection()
2590 if ( GetLayout() && GetLayout()->IsAnyShellAccessible() ) in InvalidateAccessibleParaAttrs()
[all …]
H A Dviewimp.cxx63 SwRootFrm *pRoot = pSh->GetLayout(); //swmod 071108//swmod 071225 in Init()
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()
274 pFirstVisPage = pPage ? pPage : (SwPageFrm*)pSh->GetLayout()->Lower(); in SetFirstVisPage()
377 ASSERT( pSh->GetLayout(), "no layout - page preview layout can not be created."); in InitPagePreviewLayout()
378 if ( pSh->GetLayout() ) in InitPagePreviewLayout()
379 mpPgPrevwLayout = new SwPagePreviewLayout( *pSh, *(pSh->GetLayout()) ); in InitPagePreviewLayout()
387 ASSERT( GetShell()->GetLayout(), "no layout, no access" ); //swmod 071108//swmod 071225 in UpdateAccessible()
H A Dvdraw.cxx262 aRect = GetShell()->GetLayout()->Frm(); in IsDragPossible()
H A Dvnew.cxx375 GetLayout()->ResetNewLayout(); in ~ViewShell()
392 GetLayout()->DeRegisterShell( this ); in ~ViewShell()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx543 long nLayoutHeight = SwPostItHelper::getLayoutHeight( mpWrtShell->GetLayout() ); in CalcRects()
560 mbLayoutHeight = SwPostItHelper::getLayoutHeight( mpWrtShell->GetLayout() ); in CalcRects()
1516 SwRootFrm* pLayout = mpWrtShell->GetLayout(); in PrepareView()
1537 const SwRootFrm* pLayout = mpWrtShell->GetLayout(); in IsHit()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx1352 pViewShell->GetLayout() && in _InsertCnt()
1353 pViewShell->GetLayout()->IsAnyShellAccessible() ) in _InsertCnt()
1404 pViewShell->GetLayout() && in _InsertCnt()
1405 pViewShell->GetLayout()->IsAnyShellAccessible() ) in _InsertCnt()
1481 pViewShell->GetLayout() && in _InsertCnt()
1482 pViewShell->GetLayout()->IsAnyShellAccessible() ) in _InsertCnt()
H A Dtabfrm.cxx5466 if( pSh && pSh->GetLayout()->IsAnyShellAccessible() ) in Modify()
H A Dsectfrm.cxx203 if ( pViewShell && pViewShell->GetLayout() && in DelEmpty()
204 pViewShell->GetLayout()->IsAnyShellAccessible() ) in DelEmpty()
2580 if( pSh && pSh->GetLayout()->IsAnyShellAccessible() ) in _UpdateAttr()
H A Dssfrm.cxx512 if ( pViewShell && pViewShell->GetLayout() && in DelFrms()
513 pViewShell->GetLayout()->IsAnyShellAccessible() ) in DelFrms()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1744 if( rWrtSh.GetLayout()) in ReloadFromHtml()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx219 …if( (GetOutDevType() != OUTDEV_WINDOW) && pGraphics2 && (pGraphics2->GetLayout() & SAL_LAYOUT_BIDI… in ImplDrawOutDevDirect()
H A Dsalgdilayout.cxx603 …(pSrcGraphics && ( (pSrcGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) || (pSrcOutDev && pSrcOutDev… in CopyBits()
606 …if( (pSrcGraphics && (pSrcGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL)) || (pSrcOutDev && pSrcOutD… in CopyBits()
H A Doutdev.cxx184 if( ( (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) && ! IsRTLEnabled() ) || in ImplIsAntiparallel()
185 ( ! (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) && IsRTLEnabled() ) ) in ImplIsAntiparallel()
522 return ( ImplGetGraphics() && (mpGraphics->GetLayout() & SAL_LAYOUT_BIDI_RTL) ); in ImplHasMirroredGraphics()
/trunk/main/vcl/inc/
H A Dsalgdi.hxx351 int GetLayout() { return m_nLayout; } in GetLayout() function in SalGraphics
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx255 if( !mpViewShell || !mpViewShell->GetLayout() ) in Paint()
286 if( !mpViewShell || !mpViewShell->GetLayout() ) in CalcWish()
/trunk/main/sw/source/core/unocore/
H A Dunoflatpara.cxx398 pCurrentPage = static_cast<SwPageFrm*>(pViewShell->GetLayout()->Lower()); in getNextPara()

Completed in 201 milliseconds

123