/aoo41x/main/svx/source/svdraw/ |
H A D | svdedtv1.cxx | 520 …SdrCrookMode eMode, sal_Bool bVertical, sal_Bool bNoContortion, sal_Bool bRotate, const Rectangle&… in ImpCrookObj() argument 578 bRotOk = bRotate; in ImpCrookObj() 582 …E : nWink=CrookRotateXPoint (aCtr1,NULL,NULL,rRef,rRad,nSin,nCos,bVertical); bRotOk=bRotate; break; in ImpCrookObj() 603 bool bRotate=bNoContortion && eMode==SDRCROOK_ROTATE && IsRotateAllowed(sal_False); in CrookMarkedObj() local 627 ImpCrookObj(pO,rRef,rRad,eMode,bVertical,bNoContortion,bRotate,aMarkRect); in CrookMarkedObj() 632 ImpCrookObj(pO1,rRef,rRad,eMode,bVertical,bNoContortion,bRotate,aMarkRect); in CrookMarkedObj() 1521 sal_Bool bRotate=sal_False; in SetGeoAttrToMarked() local 1556 bRotate = (nRotateAngle != 0); in SetGeoAttrToMarked() 1560 if(bRotate || SFX_ITEM_SET==rAttr.GetItemState(SID_ATTR_TRANSFORM_ROT_X, sal_True ,&pPoolItem)) in SetGeoAttrToMarked() 1564 if(bRotate || SFX_ITEM_SET==rAttr.GetItemState(SID_ATTR_TRANSFORM_ROT_Y, sal_True ,&pPoolItem)) in SetGeoAttrToMarked() [all …]
|
H A D | svddrgm1.hxx | 188 bool bRotate; member in SdrDragCrook
|
H A D | svdograf.cxx | 578 const sal_Bool bRotate = ( ( nTransformFlags & SDRGRAFOBJ_TRANSFORMATTR_ROTATE ) != 0 ) && in GetTransformedGraphic() local 601 if( bRotate ) in GetTransformedGraphic()
|
H A D | svddrgmt.cxx | 2862 bRotate(false), in SdrDragCrook() 3070 bRotOk=bRotate; in _MovAllPoints() 3365 bNeuMoveOnly != getMoveOnly() || bNeuRotate!=bRotate || eNeuMode!=eMode) in MoveSdrDrag() 3369 bRotate=bNeuRotate; in MoveSdrDrag()
|
/aoo41x/main/editeng/source/misc/ |
H A D | txtrange.cxx | 165 sal_Bool bRotate : 1; member in SvxBoundArgs 174 inline long A( const Point& rP ) const { return bRotate ? rP.Y() : rP.X(); } in A() 175 inline long B( const Point& rP ) const { return bRotate ? rP.X() : rP.Y(); } in B() 199 bConcat( sal_False ), bRotate( pRanger->IsVertical() ) in SvxBoundArgs() 201 if( bRotate ) in SvxBoundArgs()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | optsitem.hxx | 418 sal_Bool bRotate : 1; // Snap/Position/Rotating member in SdOptionsSnap 442 sal_Bool IsRotate() const { Init(); return (sal_Bool) bRotate; } in IsRotate() 453 …void SetRotate( sal_Bool bOn = sal_True ) { if( bRotate != bOn ) { OptionsChanged(); bRotate = bOn… in SetRotate()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | drwbassh.hxx | 38 sal_Bool bRotate : 1; member in SwDrawBaseShell
|
H A D | drwtxtsh.hxx | 40 sal_Bool bRotate : 1; member in SwDrawTextShell
|
/aoo41x/main/sc/source/core/data/ |
H A D | conditio.cxx | 1361 sal_Bool bRotate = sal_False; in DoRepaint() local 1404 bRotate = sal_True; in DoRepaint() 1413 if ( bRotate ) in DoRepaint()
|
/aoo41x/main/vcl/source/window/ |
H A D | toolbox.cxx | 2952 …mplDrawMoreIndicator( ToolBox *pBox, const Rectangle& rRect, sal_Bool bSetColor, sal_Bool bRotate ) in ImplDrawMoreIndicator() argument 2966 if( !bRotate ) in ImplDrawMoreIndicator() 3007 …ropdownArrow( ToolBox *pBox, const Rectangle& rDropDownRect, sal_Bool bSetColor, sal_Bool bRotate ) in ImplDrawDropdownArrow() argument 3023 if( !bRotate ) in ImplDrawDropdownArrow() 3698 sal_Bool bRotate = sal_False; in ImplDrawItem() local 3709 bRotate = sal_True; in ImplDrawItem() 3766 if ( bRotate ) in ImplDrawItem() 3797 ImplDrawDropdownArrow( this, aDropDownRect, bSetColor, bRotate ); in ImplDrawItem()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdedtv.hxx | 178 sal_Bool bVertical, sal_Bool bNoContortion, sal_Bool bRotate, const Rectangle& rMarkRect);
|
/aoo41x/main/sw/source/core/text/ |
H A D | inftxt.cxx | 861 sal_Bool bRotate = 0 != ( nOptions & DRAW_SPECIAL_OPTIONS_ROTATE ); in lcl_DrawSpecial() local 883 if ( ! bRotate ) in lcl_DrawSpecial()
|
/aoo41x/main/sd/source/ui/app/ |
H A D | optsitem.cxx | 877 bRotate( sal_False ), in SdOptionsSnap()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 1465 sal_Bool bRotate = sal_True; in CreateGraphicProperties() local 1491 bRotate = sal_False; in CreateGraphicProperties() 1594 nAngle = bRotate && EscherPropertyValueHelper::GetPropertyValue( aAny, rXPropSet, in CreateGraphicProperties()
|