Searched refs:VALID_VERT (Results 1 – 16 of 16) sorted by relevance
/aoo41x/main/sc/source/ui/sidebar/ |
H A D | CellBorderStyleControl.cxx | 211 aBorderInner.SetValid( VALID_VERT, 0 != (nValidFlags&FRM_VALID_VINNER)); in IMPL_LINK() 281 aBorderInner.SetValid( VALID_VERT, 0 != (nValidFlags&FRM_VALID_VINNER)); in IMPL_LINK() 349 aBorderInner.SetValid( VALID_VERT, 0 != (nValidFlags&FRM_VALID_VINNER)); in IMPL_LINK()
|
H A D | CellAppearancePropertyPanel.cxx | 610 if(!pBoxInfoItem->IsValid( VALID_VERT ) || pBoxInfoItem->GetVert()) in NotifyItemUpdate()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 622 bVertValid = pSetBoxInfo->IsValid(VALID_VERT); in SetTabBorders() 1010 if (aSetBoxInfo.IsValid(VALID_VERT)) in GetTabBorders() 1019 { aSetBoxInfo.SetValid( VALID_VERT, sal_False ); in GetTabBorders()
|
/aoo41x/main/sc/source/core/data/ |
H A D | scdpoutputimpl.cxx | 166 aBoxInfo.SetValid(VALID_VERT,sal_False ); in OutputBlockFrame()
|
H A D | attarray.cxx | 1070 if ( bLeft ? pBoxInfoItem->IsValid(VALID_LEFT) : pBoxInfoItem->IsValid(VALID_VERT) ) in ApplyFrame() 1073 if ( (nDistRight==0) ? pBoxInfoItem->IsValid(VALID_RIGHT) : pBoxInfoItem->IsValid(VALID_VERT) ) in ApplyFrame()
|
H A D | dpoutput.cxx | 170 aBoxInfo.SetValid(VALID_VERT,sal_False); in lcl_SetFrame()
|
H A D | document.cxx | 4301 rLineInner.SetValid( VALID_VERT, ( aFlags.nVert != SC_LINE_DONTCARE ) ); in GetSelectionFrame()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | boxitem.hxx | 133 #define VALID_VERT 0x20 macro
|
/aoo41x/main/cui/source/tabpages/ |
H A D | border.cxx | 454 …Line_Impl( svx::FRAMEBORDER_VER, pBoxInfoItem->GetVert(), pBoxInfoItem->IsValid( VALID_VERT ) ); in Reset() 761 …aBoxInfoItem.SetValid( VALID_VERT, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_VER ) != s… in FillItemSet()
|
/aoo41x/main/svx/source/table/ |
H A D | cell.cxx | 1059 aBoxInfo.SetValid(VALID_VERT, pBorder->IsVerticalLineValid); in setPropertyValue() 1183 aTableBorder.IsVerticalLineValid = rBoxInfoItem.IsValid(VALID_VERT); in getPropertyValue()
|
H A D | tablecontroller.cxx | 2112 … (nCellFlags & CELL_LEFT) ? pBoxInfoItem->IsValid(VALID_LEFT) : pBoxInfoItem->IsValid(VALID_VERT) ) in ImplApplyBoxItem() 2115 …nCellFlags & CELL_RIGHT) ? pBoxInfoItem->IsValid(VALID_RIGHT) : pBoxInfoItem->IsValid(VALID_VERT) ) in ImplApplyBoxItem()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 1194 aBorderInner.SetValid( VALID_VERT, 0 != (nValidFlags&FRM_VALID_VINNER)); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 2007 if( !aInfoItem.IsValid( VALID_VERT ) in GetAttrState()
|
H A D | viewfunc.cxx | 1116 || pNewInner->IsValid(VALID_VERT) ); in ApplyAttributes()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 3086 aBoxInfo.SetValid(VALID_VERT, pBorder->IsVerticalLineValid); in setPropertyValue() 3270 aTableBorder.IsVerticalLineValid = rBoxInfoItem.IsValid(VALID_VERT); in getPropertyValue()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 966 rInner.SetValid( VALID_VERT, rBorder.IsVerticalLineValid ); in FillBoxItems() 1001 rBorder.IsVerticalLineValid = rInner.IsValid(VALID_VERT); in FillTableBorder()
|
Completed in 726 milliseconds