Searched refs:mbHor (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/sidebar/ |
H A D | CellAppearancePropertyPanel.cxx | 236 mbHor(false), in CellAppearancePropertyPanel() 586 …llBorderUpdater->UpdateCellBorder(mbTop, mbBottom, mbLeft, mbRight, maIMGCellBorder, mbVer, mbHor); in NotifyItemUpdate() 588 …llBorderUpdater->UpdateCellBorder(mbTop, mbBottom, mbRight, mbLeft, maIMGCellBorder, mbVer, mbHor); in NotifyItemUpdate() 608 mbVer = false, mbHor = false; in NotifyItemUpdate() 614 mbHor = true; in NotifyItemUpdate() 629 …mpCellBorderUpdater->UpdateCellBorder(bTop, bBottom, bLeft, bRight, maIMGCellBorder, mbVer, mbHor); in NotifyItemUpdate() 631 …mpCellBorderUpdater->UpdateCellBorder(bTop, bBottom, bRight, bLeft, maIMGCellBorder, mbVer, mbHor); in NotifyItemUpdate() 633 if(mbVer || mbHor || bLeft || bRight || bTop || bBottom) in NotifyItemUpdate()
|
H A D | CellAppearancePropertyPanel.hxx | 161 bool mbHor : 1; member in sc::sidebar::CellAppearancePropertyPanel
|
/trunk/main/svx/source/dialog/ |
H A D | frmsel.cxx | 254 mbHor( false ), in FrameSelectorImpl() 317 mbHor = maHor.IsEnabled(); in Initialize() 392 maArray.Initialize( mbVer ? 2 : 1, mbHor ? 2 : 1 ); in InitBorderGeometry() 399 maArray.SetAllRowHeights( (mbHor ? mnLine2 : mnLine3) - mnLine1 ); in InitBorderGeometry() 456 …long nClH = mbHor ? nClI : nClO; // additional space dependent of horizontal inner bord… in InitBorderGeometry() 644 if( mbHor ) maArray.SetRowStyleTop( 1, maHor.GetUIStyle() ); in DrawAllFrameBorders() 645 maArray.SetRowStyleBottom( mbHor ? 1 : 0, maBottom.GetUIStyle() ); in DrawAllFrameBorders()
|
/trunk/main/svx/source/inc/ |
H A D | frmselimpl.hxx | 135 bool mbHor; /// true = Inner horizontal frame border enabled. member
|
Completed in 29 milliseconds