Searched refs:mbTLBR (Results 1 – 4 of 4) sorted by relevance
239 mbTLBR(false), in CellAppearancePropertyPanel()645 mbTLBR = true; in NotifyItemUpdate()662 mbTLBR = false; in NotifyItemUpdate()666 mbTLBR = true; in NotifyItemUpdate()673 mbTLBR = false; in NotifyItemUpdate()681 mbTLBR = false; in NotifyItemUpdate()788 if( mbLineColorAvailable && !mbTLBR && !mbBLTR ) in UpdateControlState()794 else if( !mbLineColorAvailable && mbTLBR && mbBLTR) in UpdateControlState()801 else if( mbLineColorAvailable && mbTLBR && !mbBLTR ) in UpdateControlState()808 else if( mbLineColorAvailable && !mbTLBR && mbBLTR ) in UpdateControlState()[all …]
166 bool mbTLBR : 1; member in sc::sidebar::CellAppearancePropertyPanel
256 mbTLBR( false ), in FrameSelectorImpl()319 mbTLBR = maTLBR.IsEnabled(); in Initialize()455 … long nClI = (mbTLBR && mbBLTR) ? (FRAMESEL_GEOM_WIDTH / 2 + FRAMESEL_GEOM_ADD_CLICK_INNER) : nClO; in InitBorderGeometry()467 if( mbTLBR || mbBLTR ) in InitBorderGeometry()481 if( mbTLBR && mbBLTR ) in InitBorderGeometry()496 else if( mbTLBR && !mbBLTR ) // top-left to bottom-right only in InitBorderGeometry()498 else if( !mbTLBR && mbBLTR ) // bottom-left to top-right only in InitBorderGeometry()
137 bool mbTLBR; /// true = Top-left to bottom-right frame border enabled. member
Completed in 40 milliseconds