/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 292 const SwRect& rPageRect = rSh.GetAnyCurRect(RECT_PAGE); in ExecTabWin() 311 const SwRect &rRect = rSh.GetAnyCurRect(RECT_FLY_EMBEDDED); in ExecTabWin() 407 SwRect aSectRect = rSh.GetAnyCurRect(RECT_SECTION_PRT, 0); in ExecTabWin() 408 const SwRect aTmpRect = rSh.GetAnyCurRect(RECT_SECTION, 0); in ExecTabWin() 520 SwRect aSectRect = rSh.GetAnyCurRect(RECT_SECTION_PRT, 0); in ExecTabWin() 1049 const SwRect& rPageRect = rSh.GetAnyCurRect( RECT_PAGE, pPt ); in StateTabWin() 1050 const SwRect& rPagePrtRect = rSh.GetAnyCurRect( RECT_PAGE_PRT, pPt ); in StateTabWin() 1158 aRect = rSh.GetAnyCurRect(RECT_SECTION_PRT, pPt); in StateTabWin() 1846 const SwRect aRect( rSh.GetAnyCurRect( pFmt in StateTabWin() 1849 const SwRect aAbsRect( rSh.GetAnyCurRect( pFmt in StateTabWin() [all …]
|
H A D | swcli.cxx | 88 SwRect aFrm( rSh.GetAnyCurRect( RECT_FLY_EMBEDDED, 0, GetObject() )), in RequestNewObjectArea() 89 aPrt( rSh.GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, GetObject() )); in RequestNewObjectArea() 97 SwRect aFrm( rSh.GetAnyCurRect( RECT_FLY_EMBEDDED, 0, GetObject() )), in ObjectAreaChanged() 98 aPrt( rSh.GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, GetObject() )); in ObjectAreaChanged()
|
H A D | viewmdi.cxx | 120 const SwRect aPageRect( pWrtShell->GetAnyCurRect( RECT_PAGE_CALC ) ); in _SetZoom() 121 const SwRect aRootRect( pWrtShell->GetAnyCurRect( RECT_PAGES_AREA ) ); in _SetZoom() 202 aPos.Y() = pWrtShell->GetAnyCurRect(RECT_PAGE).Top() - DOCUMENTBORDER; in _SetZoom()
|
H A D | viewport.cxx | 81 long lRet = rView.GetWrtShell().GetAnyCurRect(RECT_PAGE_PRT).Left(); in GetLeftMargin() 1281 aPgSize = GetWrtShell().GetAnyCurRect(RECT_PAGE).SSize(); in GetOptimalSizePixel()
|
H A D | view2.cxx | 1331 const SwRect aPageRect( pWrtShell->GetAnyCurRect( RECT_PAGE_CALC ) ); in StateStatusLine() 1332 … const SwRect aRootRect( pWrtShell->GetAnyCurRect( RECT_PAGES_AREA ) ); // width of columns in StateStatusLine()
|
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 465 SwRect aArea = GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, xObj.GetObject() ); in InsertObject() 466 aArea.Pos() += GetAnyCurRect( RECT_FLY_EMBEDDED, 0, xObj.GetObject() ).Pos(); in InsertObject() 704 : GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, xObj.GetObject() )); in CalcAndSetScale() 815 aObjArea = GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, xObj.GetObject() ).SSize(); in CalcAndSetScale() 873 aArea = GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, xObj.GetObject() ); in CalcAndSetScale() 874 aArea.Pos() += GetAnyCurRect( RECT_FLY_EMBEDDED, 0, xObj.GetObject() ).Pos(); in CalcAndSetScale() 886 : GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, xObj.GetObject() )); in CalcAndSetScale()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | grfsh.cxx | 153 const SwRect* pRect = &rSh.GetAnyCurRect(RECT_PAGE); in Execute() 164 pRect = &rSh.GetAnyCurRect(RECT_PAGE_PRT); in Execute() 176 aSizeCopy.SetWidth(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Width()); in Execute() 178 aSizeCopy.SetHeight(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Height()); in Execute()
|
H A D | frmsh.cxx | 456 const SwRect &rPg = rSh.GetAnyCurRect(RECT_PAGE); in Execute() 461 const SwRect &rPr = rSh.GetAnyCurRect(RECT_PAGE_PRT); in Execute() 472 rSize.SetWidth(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Width()); in Execute() 474 rSize.SetHeight(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Height()); in Execute()
|
H A D | textsh.cxx | 566 aSize.Width() = GetShell().GetAnyCurRect(RECT_PAGE_PRT).Width(); in TYPEINIT1() 610 const SwRect &rPg = GetShell().GetAnyCurRect(RECT_PAGE); in TYPEINIT1() 615 const SwRect &rPr = GetShell().GetAnyCurRect(RECT_PAGE_PRT); in TYPEINIT1()
|
H A D | tabsh.cxx | 1000 const long nMaxVert = rSh.GetAnyCurRect( RECT_FRM ).Width() / MINLAY; in Execute()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 705 nWidth = pSh->GetAnyCurRect(RECT_PAGE_PRT).Width(); in GetTableWidth() 709 nWidth = pSh->GetAnyCurRect(RECT_FLY_PRT_EMBEDDED).Width(); in GetTableWidth()
|
/aoo41x/main/sw/source/ui/chrdlg/ |
H A D | pardlg.cxx | 195 static_cast< sal_uInt16 >(rSh.GetAnyCurRect(RECT_PAGE_PRT).Width()) )); in PageCreated()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | num.cxx | 624 const SwTwips nWidth = pWrtSh->GetAnyCurRect(RECT_FRM).Width(); in SetWrtShell() 645 const SwRect& rPrtRect = pWrtSh->GetAnyCurRect(RECT_PAGE); in SetWrtShell()
|
/aoo41x/main/sw/inc/ |
H A D | fesh.hxx | 595 const SwRect& GetAnyCurRect( CurRectType eType,
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 464 const SwRect& rPageRect = rShell.GetAnyCurRect(RECT_PAGE); in InsertGreeting()
|
H A D | dbinsdlg.cxx | 749 nWidth = rSh.GetAnyCurRect( in IMPL_LINK()
|
/aoo41x/main/sw/source/core/frmedt/ |
H A D | fews.cxx | 107 const SwRect& SwFEShell::GetAnyCurRect( CurRectType eType, const Point* pPt, in GetAnyCurRect() function in SwFEShell
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | uiregionsw.cxx | 2450 const SwRect& rPageRect = rSh.GetAnyCurRect( RECT_PAGE, 0 ); in SetWrtShell()
|