Searched refs:VALID_TOP (Results 1 – 15 of 15) sorted by relevance
/aoo41x/main/cui/source/tabpages/ |
H A D | border.cxx | 452 …eLine_Impl( svx::FRAMEBORDER_TOP, pBoxItem->GetTop(), pBoxInfoItem->IsValid( VALID_TOP ) ); in Reset() 756 …aBoxInfoItem.SetValid( VALID_TOP, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_TOP ) != s… in FillItemSet() 1159 sal_uInt16 nValid = VALID_TOP|VALID_BOTTOM|VALID_LEFT|VALID_RIGHT; in IMPL_LINK() 1166 … (aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_TOP) == svx::FRAMESTATE_SHOW) ? VALID_TOP : 0; in IMPL_LINK() 1176 aTopFT.Enable(0 != (nValid&VALID_TOP)); in IMPL_LINK() 1180 aTopMF.Enable(0 != (nValid&VALID_TOP)); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/sidebar/ |
H A D | CellBorderStyleControl.cxx | 206 aBorderInner.SetValid( VALID_TOP, 0 != (nValidFlags&FRM_VALID_TOP )); in IMPL_LINK() 276 aBorderInner.SetValid( VALID_TOP, 0 != (nValidFlags&FRM_VALID_TOP )); in IMPL_LINK() 344 aBorderInner.SetValid( VALID_TOP, 0 != (nValidFlags&FRM_VALID_TOP )); in IMPL_LINK()
|
H A D | CellAppearancePropertyPanel.cxx | 622 if(!pBoxInfoItem->IsValid( VALID_TOP ) || mbTop) in NotifyItemUpdate()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 625 bTopValid = pSetBoxInfo->IsValid(VALID_TOP); in SetTabBorders() 974 if (aSetBoxInfo.IsValid(VALID_TOP)) in GetTabBorders() 984 aSetBoxInfo.SetValid(VALID_TOP, sal_False ); in GetTabBorders()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | boxitem.hxx | 128 #define VALID_TOP 0x01 macro
|
/aoo41x/main/svx/source/table/ |
H A D | cell.cxx | 1039 aBoxInfo.SetValid(VALID_TOP, pBorder->IsTopLineValid); in setPropertyValue() 1173 aTableBorder.IsTopLineValid = rBoxInfoItem.IsValid(VALID_TOP); in getPropertyValue()
|
H A D | tablecontroller.cxx | 2085 if( pBoxInfoItem->IsValid(VALID_TOP) ) in ImplApplyBoxItem() 2118 …if( (nCellFlags & CELL_TOP) ? pBoxInfoItem->IsValid(VALID_TOP) : pBoxInfoItem->IsValid(VALID_HORI)… in ImplApplyBoxItem()
|
/aoo41x/main/sc/source/core/data/ |
H A D | stlpool.cxx | 441 aBoxInfoItem.SetValid( VALID_TOP, sal_True ); in CreateStandardStyles()
|
H A D | attarray.cxx | 1076 if ( bTop ? pBoxInfoItem->IsValid(VALID_TOP) : pBoxInfoItem->IsValid(VALID_HORI) ) in ApplyFrame()
|
H A D | document.cxx | 4298 rLineInner.SetValid( VALID_TOP, ( aFlags.nTop != SC_LINE_DONTCARE ) ); in GetSelectionFrame()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 3066 aBoxInfo.SetValid(VALID_TOP, pBorder->IsTopLineValid); in setPropertyValue() 3260 aTableBorder.IsTopLineValid = rBoxInfoItem.IsValid(VALID_TOP); in getPropertyValue() 3786 case TOP_BORDER : nValid = VALID_TOP; break; in setPropertyValue()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 1189 aBorderInner.SetValid( VALID_TOP, 0 != (nValidFlags&FRM_VALID_TOP )); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 2011 || !aInfoItem.IsValid( VALID_TOP ) in GetAttrState()
|
H A D | viewfunc.cxx | 1113 || pNewInner->IsValid(VALID_TOP) in ApplyAttributes()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 961 rInner.SetValid( VALID_TOP, rBorder.IsTopLineValid ); in FillBoxItems() 996 rBorder.IsTopLineValid = rInner.IsValid(VALID_TOP); in FillTableBorder()
|
Completed in 178 milliseconds