| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewtab.cxx | 283 const SwRect& rPageRect = rSh.GetAnyCurRect(RECT_PAGE); in ExecTabWin() 302 const SwRect &rRect = rSh.GetAnyCurRect(RECT_FLY_EMBEDDED); in ExecTabWin() 398 SwRect aSectRect = rSh.GetAnyCurRect(RECT_SECTION_PRT, 0); in ExecTabWin() 399 const SwRect aTmpRect = rSh.GetAnyCurRect(RECT_SECTION, 0); in ExecTabWin() 461 const SwRect &rRect = rSh.GetAnyCurRect(RECT_FLY_EMBEDDED); in ExecTabWin() 511 SwRect aSectRect = rSh.GetAnyCurRect(RECT_SECTION_PRT, 0); in ExecTabWin() 512 const SwRect aTmpRect = rSh.GetAnyCurRect(RECT_SECTION, 0); in ExecTabWin() 908 … SwRect aCurRect = rSh.GetAnyCurRect(bSect ? RECT_SECTION_PRT : RECT_FLY_PRT_EMBEDDED); in ExecTabWin() 932 const SwRect aPrtRect = rSh.GetAnyCurRect(RECT_PAGE_PRT); in ExecTabWin() 1039 const SwRect& rPageRect = rSh.GetAnyCurRect( RECT_PAGE, pPt ); 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 | 115 const SwRect aPageRect( pWrtShell->GetAnyCurRect( RECT_PAGE_CALC ) ); in _SetZoom() 116 const SwRect aRootRect( pWrtShell->GetAnyCurRect( RECT_PAGES_AREA ) ); in _SetZoom() 197 aPos.Y() = pWrtShell->GetAnyCurRect(RECT_PAGE).Top() - DOCUMENTBORDER; in _SetZoom()
|
| H A D | viewport.cxx | 78 long lRet = rView.GetWrtShell().GetAnyCurRect(RECT_PAGE_PRT).Left(); in GetLeftMargin() 1278 aPgSize = GetWrtShell().GetAnyCurRect(RECT_PAGE).SSize(); in GetOptimalSizePixel()
|
| H A D | view2.cxx | 1329 const SwRect aPageRect( pWrtShell->GetAnyCurRect( RECT_PAGE_CALC ) ); in StateStatusLine() 1330 … const SwRect aRootRect( pWrtShell->GetAnyCurRect( RECT_PAGES_AREA ) ); // width of columns in StateStatusLine()
|
| /trunk/main/sw/source/ui/wrtsh/ |
| H A D | wrtsh1.cxx | 463 SwRect aArea = GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, xObj.GetObject() ); in InsertObject() 464 aArea.Pos() += GetAnyCurRect( RECT_FLY_EMBEDDED, 0, xObj.GetObject() ).Pos(); in InsertObject() 702 : GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, xObj.GetObject() )); in CalcAndSetScale() 813 aObjArea = GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, xObj.GetObject() ).SSize(); in CalcAndSetScale() 871 aArea = GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, xObj.GetObject() ); in CalcAndSetScale() 872 aArea.Pos() += GetAnyCurRect( RECT_FLY_EMBEDDED, 0, xObj.GetObject() ).Pos(); in CalcAndSetScale() 884 : GetAnyCurRect( RECT_FLY_PRT_EMBEDDED, 0, xObj.GetObject() )); in CalcAndSetScale()
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | grfsh.cxx | 166 const SwRect* pRect = &rSh.GetAnyCurRect(RECT_PAGE); in Execute() 177 pRect = &rSh.GetAnyCurRect(RECT_PAGE_PRT); in Execute() 189 aSizeCopy.SetWidth(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Width()); in Execute() 191 aSizeCopy.SetHeight(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Height()); in Execute()
|
| H A D | frmsh.cxx | 469 const SwRect &rPg = rSh.GetAnyCurRect(RECT_PAGE); in Execute() 474 const SwRect &rPr = rSh.GetAnyCurRect(RECT_PAGE_PRT); in Execute() 485 rSize.SetWidth(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Width()); in Execute() 487 rSize.SetHeight(rSh.GetAnyCurRect(RECT_FLY_EMBEDDED).Height()); in Execute()
|
| H A D | textsh.cxx | 567 aSize.Width() = GetShell().GetAnyCurRect(RECT_PAGE_PRT).Width(); in TYPEINIT1() 620 const SwRect &rPg = GetShell().GetAnyCurRect(RECT_PAGE); in TYPEINIT1() 625 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()
|
| /trunk/main/sw/source/ui/utlui/ |
| H A D | uitool.cxx | 719 nWidth = pSh->GetAnyCurRect(RECT_PAGE_PRT).Width(); in GetTableWidth() 723 nWidth = pSh->GetAnyCurRect(RECT_FLY_PRT_EMBEDDED).Width(); in GetTableWidth()
|
| /trunk/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()
|
| /trunk/main/sw/source/ui/chrdlg/ |
| H A D | pardlg.cxx | 205 static_cast<sal_uInt16>(rSh.GetAnyCurRect(RECT_PAGE_PRT).Width()))); in PageCreated()
|
| /trunk/main/sw/inc/ |
| H A D | fesh.hxx | 593 const SwRect& GetAnyCurRect( CurRectType eType,
|
| /trunk/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()
|
| /trunk/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
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | uiregionsw.cxx | 2450 const SwRect& rPageRect = rSh.GetAnyCurRect( RECT_PAGE, 0 ); in SetWrtShell()
|