/aoo41x/main/cui/source/tabpages/ |
H A D | measure.cxx | 360 RECT_POINT eRP = RP_MM; in Reset() local 367 case SDRMEASURE_TEXTINSIDE: eRP = RP_MT; break; in Reset() 369 case SDRMEASURE_TEXTHAUTO: eRP = RP_MT; break; in Reset() 378 case SDRMEASURE_TEXTHAUTO: eRP = RP_MM; break; in Reset() 387 case SDRMEASURE_TEXTHAUTO: eRP = RP_MB; break; in Reset() 396 case SDRMEASURE_TEXTHAUTO: eRP = RP_MM; break; in Reset() 417 aCtlPosition.SetActualRP( eRP ); in Reset() 535 RECT_POINT eRP = aCtlPosition.GetActualRP(); in FillItemSet() local 536 switch( eRP ) in FillItemSet() 787 RECT_POINT eRP = aCtlPosition.GetActualRP(); in IMPL_LINK() local [all …]
|
H A D | textattr.cxx | 277 RECT_POINT eRP = RP_LB; in Reset() local 288 case SDRTEXTHORZADJUST_LEFT: eRP = RP_LT; break; in Reset() 291 case SDRTEXTHORZADJUST_RIGHT: eRP = RP_RT; break; in Reset() 300 case SDRTEXTHORZADJUST_LEFT: eRP = RP_LM; break; in Reset() 311 case SDRTEXTHORZADJUST_LEFT: eRP = RP_LB; break; in Reset() 332 aCtlPosition.SetActualRP( eRP ); in Reset() 459 RECT_POINT eRP = aCtlPosition.GetActualRP(); in FillItemSet() local 463 switch( eRP ) in FillItemSet() 610 void SvxTextAttrPage::PointChanged( Window*, RECT_POINT eRP ) in PointChanged() argument 617 switch( eRP ) in PointChanged() [all …]
|
H A D | transfrm.cxx | 413 void SvxAngleTabPage::PointChanged(Window* pWindow, RECT_POINT eRP) in PointChanged() argument 417 switch(eRP) in PointChanged() 477 switch( eRP ) in PointChanged() 1474 void SvxPositionSizeTabPage::PointChanged( Window* pWindow, RECT_POINT eRP ) in PointChanged() argument 1479 switch( eRP ) in PointChanged() 1539 meRP = eRP; in PointChanged()
|
H A D | tpshadow.cxx | 588 eRP = eRcPt; in PointChanged()
|
H A D | tparea.cxx | 528 eRP = eRcPt; in PointChanged() 2561 eRP = eRcPt; in PointChanged()
|
H A D | tpline.cxx | 1655 eRP = eRcPt; in PointChanged()
|
/aoo41x/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 108 RECT_POINT eRP; member in SvxTransparenceTabPage 176 virtual void PointChanged(Window* pWindow, RECT_POINT eRP); 236 RECT_POINT eRP; member in SvxAreaTabPage 295 virtual void PointChanged( Window* pWindow, RECT_POINT eRP ); 341 RECT_POINT eRP; member in SvxShadowTabPage 373 virtual void PointChanged( Window* pWindow, RECT_POINT eRP ); 509 RECT_POINT eRP; member in SvxHatchTabPage 553 virtual void PointChanged( Window* pWindow, RECT_POINT eRP ); 646 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
|
H A D | transfrm.hxx | 178 virtual void PointChanged( Window* pWindow, RECT_POINT eRP ); 243 virtual void PointChanged( Window* pWindow, RECT_POINT eRP ); 292 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
|
H A D | cuitabline.hxx | 155 RECT_POINT eRP; member in SvxLineTabPage 227 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
|
H A D | textattr.hxx | 107 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
|
H A D | dstribut.hxx | 95 virtual void PointChanged(Window* pWindow, RECT_POINT eRP);
|
H A D | measure.hxx | 99 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
|
H A D | backgrnd.hxx | 69 virtual void PointChanged( Window* pWindow, RECT_POINT eRP );
|
/aoo41x/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 268 eRP = GetRPFromPoint( aPtNew ); in MouseButtonDown() 270 SetActualRP( eRP ); in MouseButtonDown() 273 ( (SvxTabPage*) GetParent() )->PointChanged( this, eRP ); in MouseButtonDown() 285 RECT_POINT eNewRP = eRP; in KeyInput() 354 if( eNewRP != eRP ) in KeyInput() 568 eRP = eNewRP; in SetActualRPWithoutInvalidate() 656 eRP = eDefRP; in Reset() 668 return( eRP ); in GetActualRP() 692 Point aPtLast( GetPointFromRP( eRP ) ); in SetState() 701 eRP = GetRPFromPoint( _aPtNew ); in SetState() [all …]
|
/aoo41x/main/chart2/source/controller/main/ |
H A D | ChartController_Position.cxx | 68 RECT_POINT eRP = (RECT_POINT)RP_LT; in lcl_getPositionAndSizeFromItemSet() local 82 eRP=(RECT_POINT)((const SfxAllEnumItem*)pPoolItem)->GetValue(); in lcl_getPositionAndSizeFromItemSet() 84 switch( eRP ) in lcl_getPositionAndSizeFromItemSet()
|
/aoo41x/main/svx/inc/svx/ |
H A D | dlgctrl.hxx | 67 virtual void PointChanged( Window* pWindow, RECT_POINT eRP ) = 0; 99 RECT_POINT eRP, eDefRP; member in SvxRectCtl
|
H A D | xflbmpit.hxx | 40 XFillBmpPosItem( RECT_POINT eRP = RP_MM );
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | xattr2.cxx | 900 XFillBmpPosItem::XFillBmpPosItem( RECT_POINT eRP ) : in XFillBmpPosItem() argument 901 SfxEnumItem( XATTR_FILLBMP_POS, sal::static_int_cast< sal_uInt16 >( eRP ) ) in XFillBmpPosItem()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdedtv1.cxx | 1454 Point ImpGetPoint(Rectangle aRect, RECT_POINT eRP) in ImpGetPoint() argument 1456 switch(eRP) { in ImpGetPoint()
|