Lines Matching refs:Ruler

92     friend              class Ruler;
235 void Ruler::ImplInit( WinBits nWinBits ) in ImplInit()
314 Ruler::Ruler( Window* pParent, WinBits nWinStyle ) : in Ruler() function in Ruler
327 Ruler::~Ruler() in ~Ruler()
339 void Ruler::ImplVDrawLine( long nX1, long nY1, long nX2, long nY2 ) in ImplVDrawLine()
363 void Ruler::ImplVDrawRect( long nX1, long nY1, long nX2, long nY2 ) in ImplVDrawRect()
387 void Ruler::ImplVDrawText( long nX, long nY, const String& rText ) in ImplVDrawText()
400 void Ruler::ImplInvertLines( sal_Bool bErase ) in ImplInvertLines()
463 void Ruler::ImplDrawTicks( long nMin, long nMax, long nStart, long nCenter ) in ImplDrawTicks()
632 void Ruler::ImplDrawArrows( long nCenter ) in ImplDrawArrows()
718 void Ruler::ImplDrawBorders( long nMin, long nMax, long nVirTop, long nVirBottom ) in ImplDrawBorders()
844 void Ruler::ImplDrawIndent( const Polygon& rPoly, sal_uInt16 nStyle ) in ImplDrawIndent()
931 void Ruler::ImplDrawIndents( long nMin, long nMax, long nVirTop, long nVirBottom ) in ImplDrawIndents()
1102 void Ruler::ImplDrawTab( OutputDevice* pDevice, const Point& rPos, sal_uInt16 nStyle ) in ImplDrawTab()
1120 void Ruler::ImplDrawTabs( long nMin, long nMax, long nVirTop, long nVirBottom ) in ImplDrawTabs()
1138 void Ruler::ImplInitSettings( sal_Bool bFont, in ImplInitSettings()
1185 void Ruler::ImplCalc() in ImplCalc()
1233 void Ruler::ImplFormat() in ImplFormat()
1427 void Ruler::ImplInitExtraField( sal_Bool bUpdate ) in ImplInitExtraField()
1465 void Ruler::ImplDraw() in ImplDraw()
1502 void Ruler::ImplDrawExtra( sal_Bool bPaint ) in ImplDrawExtra()
1587 void Ruler::ImplUpdate( sal_Bool bMustCalc ) in ImplUpdate()
1610 mnUpdateEvtId = Application::PostUserEvent( LINK( this, Ruler, ImplUpdateHdl ), NULL ); in ImplUpdate()
1616 sal_Bool Ruler::ImplHitTest( const Point& rPos, ImplRulerHitTest* pHitTest, in ImplHitTest()
1919 sal_Bool Ruler::ImplDocHitTest( const Point& rPos, RulerType eDragType, in ImplDocHitTest()
1992 sal_Bool Ruler::ImplStartDrag( ImplRulerHitTest* pHitTest, sal_uInt16 nModifier ) in ImplStartDrag()
2036 void Ruler::ImplDrag( const Point& rPos ) in ImplDrag()
2123 void Ruler::ImplEndDrag() in ImplEndDrag()
2153 IMPL_LINK( Ruler, ImplUpdateHdl, void*, EMPTYARG ) in IMPL_LINK() argument
2174 void Ruler::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
2243 void Ruler::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
2279 void Ruler::Tracking( const TrackingEvent& rTEvt ) in Tracking()
2298 void Ruler::Paint( const Rectangle& ) in Paint()
2380 void Ruler::Resize() in Resize()
2407 mnUpdateEvtId = Application::PostUserEvent( LINK( this, Ruler, ImplUpdateHdl ), NULL ); in Resize()
2485 void Ruler::StateChanged( StateChangedType nType ) in StateChanged()
2516 void Ruler::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
2534 long Ruler::StartDrag() in StartDrag()
2544 void Ruler::Drag() in Drag()
2551 void Ruler::EndDrag() in EndDrag()
2558 void Ruler::Click() in Click()
2565 void Ruler::DoubleClick() in DoubleClick()
2572 void Ruler::ExtraDown() in ExtraDown()
2579 void Ruler::Activate() in Activate()
2589 mnUpdateEvtId = Application::PostUserEvent( LINK( this, Ruler, ImplUpdateHdl ), NULL ); in Activate()
2594 void Ruler::Deactivate() in Deactivate()
2605 sal_Bool Ruler::StartDocDrag( const MouseEvent& rMEvt, RulerType eDragType ) in StartDocDrag()
2672 RulerType Ruler::GetDocType( const Point& rPos, RulerType eDragType, in GetDocType()
2681 ((Ruler*)this)->ImplDraw(); in GetDocType()
2682 ((Ruler*)this)->mnUpdateFlags &= ~RULER_UPDATE_DRAW; in GetDocType()
2696 void Ruler::CancelDrag() in CancelDrag()
2707 RulerType Ruler::GetType( const Point& rPos, sal_uInt16* pAryPos ) const in GetType()
2715 ((Ruler*)this)->ImplDraw(); in GetType()
2716 ((Ruler*)this)->mnUpdateFlags &= ~RULER_UPDATE_DRAW; in GetType()
2730 void Ruler::SetWinPos( long nNewOff, long nNewWidth ) in SetWinPos()
2746 void Ruler::SetPagePos( long nNewOff, long nNewWidth ) in SetPagePos()
2766 void Ruler::SetBorderPos( long nOff ) in SetBorderPos()
2782 void Ruler::SetUnit( FieldUnit eNewUnit ) in SetUnit()
2830 void Ruler::SetZoom( const Fraction& rNewZoom ) in SetZoom()
2845 void Ruler::SetExtraType( RulerExtra eNewExtraType, sal_uInt16 nStyle ) in SetExtraType()
2858 void Ruler::SetNullOffset( long nPos ) in SetNullOffset()
2869 void Ruler::SetMargin1( long nPos, sal_uInt16 nMarginStyle ) in SetMargin1()
2881 void Ruler::SetMargin2( long nPos, sal_uInt16 nMarginStyle ) in SetMargin2()
2898 void Ruler::SetLines( sal_uInt16 n, const RulerLine* pLineAry ) in SetLines()
2958 void Ruler::SetArrows( sal_uInt16 n, const RulerArrow* pArrowAry ) in SetArrows()
3004 void Ruler::SetBorders( sal_uInt16 n, const RulerBorder* pBrdAry ) in SetBorders()
3049 void Ruler::SetIndents( sal_uInt16 n, const RulerIndent* pIndentAry ) in SetIndents()
3094 void Ruler::SetTabs( sal_uInt16 n, const RulerTab* pTabAry ) in SetTabs()
3138 void Ruler::SetStyle( WinBits nStyle ) in SetStyle()
3149 void Ruler::DrawTab( OutputDevice* pDevice, const Point& rPos, sal_uInt16 nStyle ) in DrawTab()
3165 void Ruler::SetTextRTL(sal_Bool bRTL) in SetTextRTL()
3175 long Ruler::GetPageOffset() const { return mpData->nPageOff; } in GetPageOffset()
3176 long Ruler::GetPageWidth() const { return mpData->nPageWidth; } in GetPageWidth()
3177 long Ruler::GetNullOffset() const { return mpData->nNullOff; } in GetNullOffset()
3178 long Ruler::GetMargin1() const { return mpData->nMargin1; } in GetMargin1()
3179 sal_uInt16 Ruler::GetMargin1Style() const { return mpData->nMargin1Style; } in GetMargin1Style()
3180 long Ruler::GetMargin2() const { return mpData->nMargin2; } in GetMargin2()
3181 sal_uInt16 Ruler::GetMargin2Style() const { return mpData->nMargin2Style; } in GetMargin2Style()
3182 sal_uInt16 Ruler::GetLineCount() const { return mpData->nLines; } in GetLineCount()
3183 const RulerLine* Ruler::GetLines() const { return mpData->pLines; } in GetLines()
3184 sal_uInt16 Ruler::GetArrowCount() const { return mpData->nArrows; } in GetArrowCount()
3185 const RulerArrow* Ruler::GetArrows() const { return mpData->pArrows; } in GetArrows()
3186 sal_uInt16 Ruler::GetBorderCount() const { return mpData->nBorders; } in GetBorderCount()
3187 const RulerBorder* Ruler::GetBorders() const { return mpData->pBorders; } in GetBorders()
3188 sal_uInt16 Ruler::GetIndentCount() const { return mpData->nIndents; } in GetIndentCount()
3189 const RulerIndent* Ruler::GetIndents() const { return mpData->pIndents; } in GetIndents()
3191 uno::Reference< XAccessible > Ruler::CreateAccessible() in CreateAccessible()