Home
last modified time | relevance | path

Searched refs:GetAnyCurRect (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx283 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 Dswcli.cxx88 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 Dviewmdi.cxx115 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 Dviewport.cxx78 long lRet = rView.GetWrtShell().GetAnyCurRect(RECT_PAGE_PRT).Left(); in GetLeftMargin()
1278 aPgSize = GetWrtShell().GetAnyCurRect(RECT_PAGE).SSize(); in GetOptimalSizePixel()
H A Dview2.cxx1329 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 Dwrtsh1.cxx463 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 Dgrfsh.cxx166 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 Dfrmsh.cxx469 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 Dtextsh.cxx567 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 Dtabsh.cxx1000 const long nMaxVert = rSh.GetAnyCurRect( RECT_FRM ).Width() / MINLAY; in Execute()
/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx719 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 Dnum.cxx624 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 Dpardlg.cxx205 static_cast<sal_uInt16>(rSh.GetAnyCurRect(RECT_PAGE_PRT).Width()))); in PageCreated()
/trunk/main/sw/inc/
H A Dfesh.hxx593 const SwRect& GetAnyCurRect( CurRectType eType,
/trunk/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx464 const SwRect& rPageRect = rShell.GetAnyCurRect(RECT_PAGE); in InsertGreeting()
H A Ddbinsdlg.cxx749 nWidth = rSh.GetAnyCurRect( in IMPL_LINK()
/trunk/main/sw/source/core/frmedt/
H A Dfews.cxx107 const SwRect& SwFEShell::GetAnyCurRect( CurRectType eType, const Point* pPt, in GetAnyCurRect() function in SwFEShell
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx2450 const SwRect& rPageRect = rSh.GetAnyCurRect( RECT_PAGE, 0 ); in SetWrtShell()