Home
last modified time | relevance | path

Searched refs:pVRuler (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sw/source/ui/uiview/
H A Dviewmdi.cxx229 pVRuler->SetZoom( aFrac ); in _SetZoom()
230 pVRuler->ForceUpdate(); in _SetZoom()
289 pVRuler->ForceUpdate(); in SetViewLayout()
576 if(pVRuler->GetUnit() != eUnit) in ChangeVLinealMetric()
578 pVRuler->SetUnit( eUnit ); in ChangeVLinealMetric()
579 pVRuler->Invalidate(); in ChangeVLinealMetric()
587 eToFill = pVRuler->GetUnit(); in GetVLinealMetric()
607 pHRuler->SetBorderPos( pVRuler->GetSizePixel().Width()-1 ); in CreateVLineal()
609 pVRuler->SetActive(GetFrame() && IsActive()); in CreateVLineal()
610 pVRuler->Show(); in CreateVLineal()
[all …]
H A Dviewport.cxx141 pVRuler->ForceUpdate(); in InvalidateRulerPos()
860 if ( pVRuler->IsVisible() ) in CalcAndSetBorderPixel()
862 long nWidth = pVRuler->GetSizePixel().Width(); in CalcAndSetBorderPixel()
1076 *pScrollFill, pVRuler, pHRuler, in InnerResizePixel()
1082 if( pHRuler->IsVisible() || pVRuler->IsVisible() ) in InnerResizePixel()
1090 pVRuler->SetZoom( aFrac ); in InnerResizePixel()
1184 *pScrollFill, pVRuler, pHRuler, in OuterResizePixel()
1190 if( pHRuler->IsVisible() || pVRuler->IsVisible() ) in OuterResizePixel()
H A Dview1.cxx92 pVRuler->SetActive( sal_True ); in Activate()
156 pVRuler->SetActive( sal_False ); in Deactivate()
H A Dview.cxx747 pVRuler(new SvxRuler(&GetViewFrame()->GetWindow(), pEditWin, in SwView()
915 pVRuler->SetActive( sal_True ); in SwView()
930 pVRuler->SetZoom( aZoomFract ); in SwView()
935 pVRuler->SetUnit( eMetric ); in SwView()
1085 delete pVRuler; in ~SwView()
1657 pVRuler->SetActive( !bModal ); in Notify()
H A Dviewtab.cxx1064 nRulerStyle = pVRuler->GetStyle() & ~WB_EXTRAFIELD; in StateTabWin()
1065 pVRuler->SetStyle(bVerticalWriting ? nRulerStyle|WB_EXTRAFIELD : nRulerStyle); in StateTabWin()
1070 pVRuler->SetTabsRelativeToIndent( bRelative ); in StateTabWin()
1284 pVRuler->SetDefTabDist( nDefTabDist ); in StateTabWin()
/aoo4110/main/sw/source/ui/inc/
H A Dview.hxx229 *pVRuler; member in SwView
525 int StatVLineal() const { return ((Window*)pVRuler)->IsVisible(); } in StatVLineal()
531 SvxRuler& GetVLineal() { return *pVRuler; } in GetVLineal()

Completed in 61 milliseconds