/aoo4110/main/vcl/source/control/ |
H A D | scrbar.cxx | 880 sal_Bool bHorizontal = ( GetStyle() & WB_HORZ )? sal_True: sal_False; in ImplDoMouseAction() local 889 … if ( HitTestNativeControl( CTRL_SCROLLBAR, bHorizontal? PART_BUTTON_LEFT: PART_BUTTON_UP, in ImplDoMouseAction() 902 … if ( HitTestNativeControl( CTRL_SCROLLBAR, bHorizontal? PART_BUTTON_RIGHT: PART_BUTTON_DOWN, in ImplDoMouseAction() 989 sal_Bool bHorizontal = ( GetStyle() & WB_HORZ )? sal_True: sal_False; in MouseButtonDown() local 996 if ( HitTestNativeControl( CTRL_SCROLLBAR, bHorizontal? PART_BUTTON_LEFT: PART_BUTTON_UP, in MouseButtonDown() 1010 … else if ( HitTestNativeControl( CTRL_SCROLLBAR, bHorizontal? PART_BUTTON_RIGHT: PART_BUTTON_DOWN, in MouseButtonDown() 1347 sal_Bool bHorizontal = ( GetStyle() & WB_HORZ )? sal_True: sal_False; in ImplFindPartRect() local 1353 if( HitTestNativeControl( CTRL_SCROLLBAR, bHorizontal? PART_BUTTON_LEFT: PART_BUTTON_UP, in ImplFindPartRect() 1358 else if( HitTestNativeControl( CTRL_SCROLLBAR, bHorizontal? PART_BUTTON_RIGHT: PART_BUTTON_DOWN, in ImplFindPartRect() 1364 …else if( HitTestNativeControl( CTRL_SCROLLBAR, bHorizontal ? PART_TRACK_HORZ_LEFT : PART_TRACK_VE… in ImplFindPartRect() [all …]
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 1600 pFrame->mbMaximizedHorz = bHorizontal; in maximizeFrame() 1618 if( bHorizontal || bVertical ) in maximizeFrame() 1638 if( ! bHorizontal ) in maximizeFrame() 1722 pFrame->mbMaximizedHorz = bHorizontal; in maximizeFrame() 1739 aEvent.xclient.data.l[0] = bHorizontal ? 1 : 0; in maximizeFrame() 1750 if( bHorizontal != bVertical ) in maximizeFrame() 1768 if( !bHorizontal && !bVertical ) in maximizeFrame() 1778 WMAdaptor::maximizeFrame( pFrame, bHorizontal, bVertical ); in maximizeFrame() 1789 pFrame->mbMaximizedHorz = bHorizontal; in maximizeFrame() 1807 | (bHorizontal ? (1<<3) : 0); in maximizeFrame() [all …]
|
/aoo4110/main/svx/source/table/ |
H A D | tablelayouter.cxx | 199 bool TableLayouter::isEdgeVisible( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal ) const in isEdgeVisible() 201 const BorderLineMap& rMap = bHorizontal ? maHorizontalBorders : maVerticalBorders; in isEdgeVisible() 219 SvxBorderLine* TableLayouter::getBorderLine( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal )… in getBorderLine() 223 const BorderLineMap& rMap = bHorizontal ? maHorizontalBorders : maVerticalBorders; in getBorderLine() 955 void TableLayouter::SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal, const SvxBorderLin… in SetBorder() argument 960 …SvxBorderLine *pOld = bHorizontal ? maHorizontalBorders[nCol][nRow] : maVerticalBorders[nCol][nRow… in SetBorder() 969 if( bHorizontal ) in SetBorder()
|
H A D | tablelayouter.hxx | 112 bool isEdgeVisible( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal ) const; 115 SvxBorderLine* getBorderLine( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal )const; 143 void SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal, const SvxBorderLine* pLine );
|
H A D | viewcontactoftableobj.cxx | 498 …sdr::table::TableLayouter& rLayouter, sal_Int32 nX, sal_Int32 nY, bool bHorizontal, sal_Int32 nCol… in impGetLine() argument 502 const SvxBorderLine* pLine = rLayouter.getBorderLine(nX, nY, bHorizontal); in impGetLine() 515 if(bHorizontal) in impGetLine()
|
H A D | tablehandles.cxx | 68 TableEdgeHdl::TableEdgeHdl( const Point& rPnt, bool bHorizontal, sal_Int32 nMin, sal_Int32 nMax, sa… in TableEdgeHdl() argument 70 , mbHorizontal( bHorizontal ) in TableEdgeHdl()
|
H A D | tablehandles.hxx | 51 …TableEdgeHdl( const Point& rPnt, bool bHorizontal, sal_Int32 nMin, sal_Int32 nMax, sal_Int32 nEdge…
|
/aoo4110/main/toolkit/inc/toolkit/awt/ |
H A D | vclxprinter.hxx | 98 …void SAL_CALL setHorizontal( sal_Bool bHorizontal ) throw(::com::sun::star::beans::PropertyVetoExc… 130 …bHorizontal ) throw(::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::Illega… in setHorizontal() argument 167 …bHorizontal ) throw(::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::Illega… in setHorizontal() argument
|
/aoo4110/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 305 sal_Bool bHorizontal, const ImplControlValue& aValue ); 311 QToolBar *toolBar( const Rectangle& rControlRegion, sal_Bool bHorizontal ); 996 sal_Bool bHorizontal, const ImplControlValue& aValue ) in scrollBar() argument 1009 m_pScrollBar->setOrientation( bHorizontal? Qt::Horizontal: Qt::Vertical ); in scrollBar() 1023 QToolBar *WidgetPainter::toolBar( const Rectangle& rControlRegion, sal_Bool bHorizontal ) in toolBar() argument 1029 if ( bHorizontal ) in toolBar() 1240 sal_Bool bHorizontal = ( nPart == PART_BUTTON_LEFT || nPart == PART_BUTTON_RIGHT ); in hitTestNativeControl() local 1243 bHorizontal, ImplControlValue() ); in hitTestNativeControl() 1257 if ( bHorizontal ) in hitTestNativeControl()
|
/aoo4110/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 315 sal_Bool bHorizontal = 0 == aMove.Y(); in DrawPage() local 316 if(!bHorizontal) in DrawPage() 322 if(bHorizontal) in DrawPage()
|
/aoo4110/main/svx/source/sdr/primitive2d/ |
H A D | sdrdecompositiontools.cxx | 331 const bool bHorizontal(SDRTEXTANI_LEFT == eDirection || SDRTEXTANI_RIGHT == eDirection); in createTextPrimitive() local 364 if(bHorizontal) in createTextPrimitive() 385 if(bHorizontal) in createTextPrimitive()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 280 void SwModule::ApplyRulerMetric( FieldUnit eMetric, sal_Bool bHorizontal, sal_Bool bWeb ) in ApplyRulerMetric() argument 295 if( bHorizontal ) in ApplyRulerMetric() 306 if( bHorizontal ) in ApplyRulerMetric()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxsplitter.cxx | 72 VCLXSplitter::VCLXSplitter( bool bHorizontal ) in VCLXSplitter() argument 79 mbHorizontal = bHorizontal; in VCLXSplitter()
|
H A D | vclxprinter.cxx | 208 void VCLXPrinterPropertySet::setHorizontal( sal_Bool bHorizontal ) throw(::com::sun::star::beans::P… in setHorizontal() argument 213 aValue <<= bHorizontal; in setHorizontal()
|
H A D | vclxsplitter.hxx | 46 VCLXSplitter( bool bHorizontal );
|
/aoo4110/main/oox/source/ole/ |
H A D | axcontrol.cxx | 288 void ControlConverter::convertOrientation( PropertyMap& rPropMap, bool bHorizontal ) const in convertOrientation() 290 …sal_Int32 nScrollOrient = bHorizontal ? ScrollBarOrientation::HORIZONTAL : ScrollBarOrientation::V… in convertOrientation() 496 bool bHorizontal = true; in convertAxOrientation() local 499 case AX_ORIENTATION_AUTO: bHorizontal = rSize.first > rSize.second; break; in convertAxOrientation() 500 case AX_ORIENTATION_VERTICAL: bHorizontal = false; break; in convertAxOrientation() 501 case AX_ORIENTATION_HORIZONTAL: bHorizontal = true; break; in convertAxOrientation() 504 convertOrientation( rPropMap, bHorizontal ); in convertAxOrientation()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 982 sal_Bool bHorizontal=sal_True; in Execute() local 991 bHorizontal = pHor->GetValue(); in Execute() 1005 bHorizontal = pDlg->IsHorizontal(); in Execute() 1008 rReq.AppendItem( SfxBoolItem( FN_PARAM_1, bHorizontal ) ); in Execute() 1017 rSh.SplitTab(!bHorizontal, static_cast< sal_uInt16 >( nCount-1 ), bProportional ); in Execute()
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | XTextTableCursor.idl | 159 @param bHorizontal 167 [in] boolean bHorizontal );
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdhlpln.hxx | 53 sal_Int32 nStepWidth, Color aColA, Color aColB, sal_Bool bHorizontal) const;
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | autofmt.hxx | 184 sal_Bool bHorizontal,
|
/aoo4110/main/vcl/inc/unx/ |
H A D | wmadaptor.hxx | 244 …virtual void maximizeFrame( X11SalFrame* pFrame, bool bHorizontal = true, bool bVertical = true ) …
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XPrinterPropertySet.idl | 62 void setHorizontal( [in] boolean bHorizontal )
|
/aoo4110/main/sw/inc/ |
H A D | swmodule.hxx | 161 void ApplyRulerMetric( FieldUnit eMetric, sal_Bool bHorizontal, sal_Bool bWeb );
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 3000 void SdPage::CalculateHandoutAreas( SdDrawDocument& rModel, AutoLayout eLayout, bool bHorizontal, s… in CalculateHandoutAreas() argument 3082 pOffsets = aOffsets[ bHorizontal ? 0 : 2 ]; in CalculateHandoutAreas() 3094 if( !bHorizontal ) in CalculateHandoutAreas() 3102 if( !bHorizontal ) in CalculateHandoutAreas()
|
/aoo4110/main/svx/source/toolbars/ |
H A D | extrusionbar.cxx | 185 sal_Bool bHorizontal = ( nSID == SID_EXTRUSION_TILT_DOWN ) || ( nSID == SID_EXTRUSION_TILT_UP ); in impl_execute() local 200 if ( bHorizontal ) in impl_execute()
|