Home
last modified time | relevance | path

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

/trunk/main/cui/source/tabpages/
H A Dborder.cxx663 SvxBoxInfoItem aBoxInfoItem ( nBoxInfoWhich ); in FillItemSet() local
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()
777 aBoxInfoItem.SetMinDist( rOldBoxInfo.IsMinDist() ); in FillItemSet()
778 aBoxInfoItem.SetDefDist( rOldBoxInfo.GetDefDist() ); in FillItemSet()
779 bPut |= (aBoxInfoItem != rOldBoxInfo ); in FillItemSet()
791 if ( !pOld || !( *(const SvxBoxInfoItem*)pOld == aBoxInfoItem ) ) in FillItemSet()
[all …]
/trunk/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()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx759 SvxBoxInfoItem aBoxInfoItem( ATTR_BORDER_INNER ); in ExecuteStyle() local
763 rSet.Put( aBoxInfoItem ); in ExecuteStyle()
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()
1740 pNewSet->Put( aBoxInfoItem ); in ExecuteAttr()
1741 rReq.AppendItem( aBoxInfoItem ); in ExecuteAttr()
1745 SvxBoxInfoItem aBoxInfoItem( ATTR_BORDER_INNER ); in ExecuteAttr() local
1746 aBoxInfoItem.SetLine( NULL, BOXINFO_LINE_HORI ); in ExecuteAttr()
1747 aBoxInfoItem.SetLine( NULL, 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()
/trunk/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()

Completed in 80 milliseconds