Searched refs:mbVer (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/ui/sidebar/ |
H A D | CellAppearancePropertyPanel.cxx | 235 mbVer(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() 611 mbVer = 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 | 160 bool mbVer : 1; member in sc::sidebar::CellAppearancePropertyPanel
|
/aoo4110/main/svx/source/dialog/ |
H A D | frmsel.cxx | 255 mbVer( false ), in FrameSelectorImpl() 318 mbVer = maVer.IsEnabled(); in Initialize() 392 maArray.Initialize( mbVer ? 2 : 1, mbHor ? 2 : 1 ); in InitBorderGeometry() 396 maArray.SetAllColWidths( (mbVer ? mnLine2 : mnLine3) - mnLine1 ); in InitBorderGeometry() 457 … long nClV = mbVer ? nClI : nClO; // additional space dependent of vertical inner border in InitBorderGeometry() 640 if( mbVer ) maArray.SetColumnStyleLeft( 1, maVer.GetUIStyle() ); in DrawAllFrameBorders() 641 maArray.SetColumnStyleRight( mbVer ? 1 : 0, maRight.GetUIStyle() ); in DrawAllFrameBorders()
|
/aoo4110/main/svx/source/inc/ |
H A D | frmselimpl.hxx | 136 bool mbVer; /// true = Inner vertical frame border enabled. member
|
Completed in 29 milliseconds