Home
last modified time | relevance | path

Searched refs:mbBottom (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/sidebar/
H A DCellAppearancePropertyPanel.cxx234 mbBottom(false), in CellAppearancePropertyPanel()
571 mbLeft=false, mbRight=false, mbTop=false, mbBottom=false; in NotifyItemUpdate()
583 mbBottom = true; in NotifyItemUpdate()
586 …mpCellBorderUpdater->UpdateCellBorder(mbTop, mbBottom, mbLeft, mbRight, maIMGCellBorder, mbVer, mb… in NotifyItemUpdate()
588 …mpCellBorderUpdater->UpdateCellBorder(mbTop, mbBottom, mbRight, mbLeft, maIMGCellBorder, mbVer, mb… in NotifyItemUpdate()
590 if(mbLeft || mbRight || mbTop || mbBottom) in NotifyItemUpdate()
625 if(!pBoxInfoItem->IsValid( VALID_BOTTOM ) || mbBottom) in NotifyItemUpdate()
H A DCellAppearancePropertyPanel.hxx159 bool mbBottom : 1; member in sc::sidebar::CellAppearancePropertyPanel
/trunk/main/oox/source/xls/
H A Dcondformatbuffer.cxx141 mbBottom( false ), in CondFormatRuleModel()
184 maModel.mbBottom = rAttribs.getBool( XML_bottom, false ); in importCfRule()
238 maModel.mbBottom = getFlag( nFlags, BIFF12_CFRULE_BOTTOM ); in importCfRule()
570 OUString::valueOf( static_cast< sal_Int32 >( maModel.mbBottom ? 1 : 0 ) ) ); in finalizeImport()
/trunk/main/oox/inc/oox/xls/
H A Dcondformatbuffer.hxx55 bool mbBottom; /// In top-10 rules: True = bottom, false = top. member

Completed in 24 milliseconds