Home
last modified time | relevance | path

Searched refs:aBoxInfoItem (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/cui/source/tabpages/
H A Dborder.cxx663 SvxBoxInfoItem aBoxInfoItem ( nBoxInfoWhich ); in FillItemSet() local
691aBoxInfoItem.SetLine( aFrameSel.GetFrameBorderStyle( eTypes2[j].first ), eTypes2[j].second ); in FillItemSet()
693 aBoxInfoItem.EnableHor( mbHorEnabled ); in FillItemSet()
694 aBoxInfoItem.EnableVer( mbVerEnabled ); in FillItemSet()
702 aBoxInfoItem.SetDist( sal_True ); in FillItemSet()
745 aBoxInfoItem.SetValid( VALID_DISTANCE, sal_True ); in FillItemSet()
748 aBoxInfoItem.SetValid( VALID_DISTANCE, sal_False ); in FillItemSet()
756aBoxInfoItem.SetValid( VALID_TOP, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_TOP ) != s… in FillItemSet()
757aBoxInfoItem.SetValid( VALID_BOTTOM, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_BOTTOM ) != s… in FillItemSet()
758aBoxInfoItem.SetValid( VALID_LEFT, aFrameSel.GetFrameBorderState( svx::FRAMEBORDER_LEFT ) != s… in FillItemSet()
[all …]
/AOO41X/main/sc/source/core/data/
H A Dstlpool.cxx272 SvxBoxInfoItem aBoxInfoItem ( ATTR_BORDER_INNER ); in CreateStandardStyles() local
441 aBoxInfoItem.SetValid( VALID_TOP, sal_True ); in CreateStandardStyles()
442 aBoxInfoItem.SetValid( VALID_BOTTOM, sal_True ); in CreateStandardStyles()
443 aBoxInfoItem.SetValid( VALID_LEFT, sal_True ); in CreateStandardStyles()
444 aBoxInfoItem.SetValid( VALID_RIGHT, sal_True ); in CreateStandardStyles()
445 aBoxInfoItem.SetValid( VALID_DISTANCE, sal_True ); in CreateStandardStyles()
446 aBoxInfoItem.SetTable( sal_False ); in CreateStandardStyles()
447 aBoxInfoItem.SetDist ( sal_True ); in CreateStandardStyles()
454 pHFSet->Put( aBoxInfoItem ); in CreateStandardStyles()
H A Dstlsheet.cxx204 SvxBoxInfoItem aBoxInfoItem( ATTR_BORDER_INNER ); in GetItemSet() local
206 aBoxInfoItem.SetTable( sal_False ); in GetItemSet()
207 aBoxInfoItem.SetDist( sal_True ); in GetItemSet()
208 aBoxInfoItem.SetValid( VALID_DISTANCE, sal_True ); in GetItemSet()
213 rHFSet.Put( aBoxInfoItem ); in GetItemSet()
220 pSet->Put( aBoxInfoItem ); // PoolDefault wg. Formatvorlagen in GetItemSet()
/AOO41X/main/sc/source/ui/view/
H A Dformatsh.cxx759 SvxBoxInfoItem aBoxInfoItem( ATTR_BORDER_INNER ); in ExecuteStyle() local
760 aBoxInfoItem.SetTable(sal_False); // keine inneren Linien in ExecuteStyle()
761 aBoxInfoItem.SetDist(sal_True); in ExecuteStyle()
762 aBoxInfoItem.SetMinDist(sal_False); in ExecuteStyle()
763 rSet.Put( aBoxInfoItem ); in ExecuteStyle()
1735 SvxBoxInfoItem aBoxInfoItem( *(const SvxBoxInfoItem*)pItem ); in ExecuteAttr() local
1736 if ( aBoxInfoItem.GetHori() && aBoxInfoItem.GetHori()->GetOutWidth() == 0 ) in ExecuteAttr()
1737 aBoxInfoItem.SetLine( pDefLine, BOXINFO_LINE_HORI ); in ExecuteAttr()
1738 if ( aBoxInfoItem.GetVert() && aBoxInfoItem.GetVert()->GetOutWidth() == 0 ) in ExecuteAttr()
1739 aBoxInfoItem.SetLine( pDefLine, BOXINFO_LINE_VERT ); in ExecuteAttr()
[all …]
H A Dviewfun2.cxx3053 SvxBoxInfoItem aBoxInfoItem( ATTR_BORDER_INNER ); in SetSelectionFrameLines() local
3060 aBoxInfoItem.SetLine( aBoxItem.GetTop(), BOXINFO_LINE_HORI ); in SetSelectionFrameLines()
3061 aBoxInfoItem.SetLine( aBoxItem.GetLeft(), BOXINFO_LINE_VERT ); in SetSelectionFrameLines()
3062 aBoxInfoItem.ResetFlags(); // Lines auf Valid setzen in SetSelectionFrameLines()
3066 pNewSet->Put( aBoxInfoItem ); in SetSelectionFrameLines()
/AOO41X/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1622 SvxBoxInfoItem aBoxInfoItem( ATTR_BORDER_INNER ); in setAllPropertiesToDefault() local
1623 aBoxInfoItem.SetTable( sal_False ); in setAllPropertiesToDefault()
1624 aBoxInfoItem.SetDist( sal_True ); in setAllPropertiesToDefault()
1625 aBoxInfoItem.SetValid( VALID_DISTANCE, sal_True ); in setAllPropertiesToDefault()
1626 rSet.Put( aBoxInfoItem ); in setAllPropertiesToDefault()