Searched refs:VALID_HORI (Results 1 – 16 of 16) sorted by relevance
/aoo41x/main/sc/source/ui/sidebar/ |
H A D | CellBorderStyleControl.cxx | 210 aBorderInner.SetValid( VALID_HORI, 0 != (nValidFlags&FRM_VALID_HINNER )); in IMPL_LINK() 280 aBorderInner.SetValid( VALID_HORI, 0 != (nValidFlags&FRM_VALID_HINNER )); in IMPL_LINK() 348 aBorderInner.SetValid( VALID_HORI, 0 != (nValidFlags&FRM_VALID_HINNER )); in IMPL_LINK()
|
H A D | CellAppearancePropertyPanel.cxx | 613 if(!pBoxInfoItem->IsValid( VALID_HORI ) || pBoxInfoItem->GetHori()) in NotifyItemUpdate()
|
/aoo41x/main/sc/source/core/data/ |
H A D | scdpoutputimpl.cxx | 169 aBoxInfo.SetValid(VALID_HORI,sal_True); in OutputBlockFrame() 173 aBoxInfo.SetValid(VALID_HORI,sal_False ); in OutputBlockFrame()
|
H A D | attarray.cxx | 1076 if ( bTop ? pBoxInfoItem->IsValid(VALID_TOP) : pBoxInfoItem->IsValid(VALID_HORI) ) in ApplyFrame() 1079 if ( (nDistBottom==0) ? pBoxInfoItem->IsValid(VALID_BOTTOM) : pBoxInfoItem->IsValid(VALID_HORI) ) in ApplyFrame()
|
H A D | dpoutput.cxx | 169 aBoxInfo.SetValid(VALID_HORI,sal_False); in lcl_SetFrame()
|
H A D | document.cxx | 4300 rLineInner.SetValid( VALID_HORI, ( aFlags.nHori != SC_LINE_DONTCARE ) ); in GetSelectionFrame()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 621 bHoriValid = pSetBoxInfo->IsValid(VALID_HORI); in SetTabBorders() 1061 if (aSetBoxInfo.IsValid(VALID_HORI)) in GetTabBorders() 1071 aSetBoxInfo.SetValid( VALID_HORI, sal_False ); in GetTabBorders()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | boxitem.hxx | 132 #define VALID_HORI 0x10 macro
|
/aoo41x/main/cui/source/tabpages/ |
H A D | border.cxx | 455 …Line_Impl( svx::FRAMEBORDER_HOR, pBoxInfoItem->GetHori(), pBoxInfoItem->IsValid( VALID_HORI ) ); in Reset() 760 …aBoxInfoItem.SetValid( VALID_HORI, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_HOR ) != s… in FillItemSet()
|
/aoo41x/main/svx/source/table/ |
H A D | cell.cxx | 1055 aBoxInfo.SetValid(VALID_HORI, pBorder->IsHorizontalLineValid); in setPropertyValue() 1181 aTableBorder.IsHorizontalLineValid = rBoxInfoItem.IsValid(VALID_HORI); in getPropertyValue()
|
H A D | tablecontroller.cxx | 2118 …if( (nCellFlags & CELL_TOP) ? pBoxInfoItem->IsValid(VALID_TOP) : pBoxInfoItem->IsValid(VALID_HORI)… in ImplApplyBoxItem() 2121 …ellFlags & CELL_BOTTOM) ? pBoxInfoItem->IsValid(VALID_BOTTOM) : pBoxInfoItem->IsValid(VALID_HORI) ) in ImplApplyBoxItem()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 1193 aBorderInner.SetValid( VALID_HORI, 0 != (nValidFlags&FRM_VALID_HINNER )); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 2008 || !aInfoItem.IsValid( VALID_HORI ) in GetAttrState()
|
H A D | viewfunc.cxx | 1115 || pNewInner->IsValid(VALID_HORI) in ApplyAttributes()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 3082 aBoxInfo.SetValid(VALID_HORI, pBorder->IsHorizontalLineValid); in setPropertyValue() 3268 aTableBorder.IsHorizontalLineValid = rBoxInfoItem.IsValid(VALID_HORI); in getPropertyValue()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 965 rInner.SetValid( VALID_HORI, rBorder.IsHorizontalLineValid ); in FillBoxItems() 1000 rBorder.IsHorizontalLineValid = rInner.IsValid(VALID_HORI); in FillTableBorder()
|
Completed in 217 milliseconds