Searched refs:mbBLTR (Results 1 – 4 of 4) sorted by relevance
240 mbBLTR(false), in CellAppearancePropertyPanel()687 mbBLTR = true; in NotifyItemUpdate()704 mbBLTR = false; in NotifyItemUpdate()708 mbBLTR = true; in NotifyItemUpdate()715 mbBLTR = false; in NotifyItemUpdate()723 mbBLTR = 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 …]
167 bool mbBLTR : 1; member in sc::sidebar::CellAppearancePropertyPanel
257 mbBLTR( false ), in FrameSelectorImpl()320 mbBLTR = maBLTR.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()
138 bool mbBLTR; /// true = Bottom-left to top-right frame border enabled. member
Completed in 52 milliseconds