Home
last modified time | relevance | path

Searched refs:MIN_BORDER_DIST (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/xmloff/source/text/
H A Dtxtimppr.cxx42 #define MIN_BORDER_DIST 49 macro
548 pNewBorderDistances[i]->maValue <<= (sal_Int32)MIN_BORDER_DIST; in finished()
555 if( nDist < MIN_BORDER_DIST ) in finished()
556 pBorderDistances[i]->maValue <<= (sal_Int32)MIN_BORDER_DIST; in finished()
/aoo4110/main/sw/source/filter/html/
H A Dhtmltab.cxx1085 nCellPadding = MIN_BORDER_DIST; // default in InitCtor()
1089 if( nCellPadding<MIN_BORDER_DIST ) in InitCtor()
1090 nCellPadding = MIN_BORDER_DIST; in InitCtor()
1350 nSpace < MIN_BORDER_DIST ) in GetTopCellSpace()
1357 nSpace = MIN_BORDER_DIST; in GetTopCellSpace()
1388 else if( nRow==0 && bTopBorder && nSpace < MIN_BORDER_DIST ) in GetBottomCellSpace()
1397 nSpace = MIN_BORDER_DIST; in GetBottomCellSpace()
1654 aBoxItem.SetDistance( MIN_BORDER_DIST ); in FixFillerFrameFmt()
2032 nInhLeftBorderWidth = 2 * MIN_BORDER_DIST; in InheritVertBorders()
2034 nInhRightBorderWidth = 2 * MIN_BORDER_DIST; in InheritVertBorders()
[all …]
H A Dhtmlcss1.cxx860 rPropInfo.SetBoxItem( rItemSet, MIN_BORDER_DIST ); in StyleParsed()
1050 rPropInfo.SetBoxItem( rItemSet, MIN_BORDER_DIST, pBoxItem ); in StyleParsed()
1364 aPropInfo.SetBoxItem( aItemSet, MIN_BORDER_DIST ); in GetTxtFmtColl()
2016 rPropInfo.SetBoxItem( rItemSet, MIN_BORDER_DIST ); in ParseStyleOptions()
/aoo4110/main/sw/source/core/doc/
H A Dhtmltbl.cxx268 nSpace < MIN_BORDER_DIST ) in GetLeftCellSpace()
275 nSpace = MIN_BORDER_DIST; in GetLeftCellSpace()
294 nSpace < MIN_BORDER_DIST ) in GetRightCellSpace()
301 nSpace = MIN_BORDER_DIST; in GetRightCellSpace()
/aoo4110/main/sw/source/ui/utlui/
H A Duitool.cxx144 aBoxInfo.SetDefDist (MIN_BORDER_DIST); in PrepareBoxInfo()
367 aBoxInfo.SetDefDist( MIN_BORDER_DIST ); in PageDescToItemSet()
/aoo4110/main/sw/source/ui/shells/
H A Dtabsh.cxx229 aBoxInfo.SetDefDist (MIN_BORDER_DIST); in lcl_TableParamToItemSet()
554 else if ( aBox.GetDistance() < MIN_BORDER_DIST ) in Execute()
555 aBox.SetDistance( Max(rCoreBox.GetDistance(),(sal_uInt16)MIN_BORDER_DIST) ); in Execute()
H A Dfrmsh.cxx1158 aBoxItem.SetDistance(MIN_BORDER_DIST); in ExecFrameStyle()
/aoo4110/main/sw/inc/
H A Dswtypes.hxx85 #define MIN_BORDER_DIST 28 macro
/aoo4110/main/sw/source/filter/ww8/
H A Dww8graf.cxx1234 rSet.Put( SdrTextLeftDistItem( MIN_BORDER_DIST*2 ) ); in ReadTxtBox()
1235 rSet.Put( SdrTextRightDistItem( MIN_BORDER_DIST*2 ) ); in ReadTxtBox()
1236 rSet.Put( SdrTextUpperDistItem( MIN_BORDER_DIST ) ); in ReadTxtBox()
1237 rSet.Put( SdrTextLowerDistItem( MIN_BORDER_DIST ) ); in ReadTxtBox()
/aoo4110/main/sw/source/filter/ww1/
H A Dfltshell.cxx1691 if (nDist < MIN_BORDER_DIST) in SetCellSpace()
1692 nDist = MIN_BORDER_DIST; in SetCellSpace()
/aoo4110/main/sw/source/filter/rtf/
H A Drtftbl.cxx68 mnBrdDist(MIN_BORDER_DIST) in Row()
/aoo4110/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx719 aBoxInfo.SetDefDist( MIN_BORDER_DIST ); in IMPL_LINK()
/aoo4110/main/sw/source/ui/app/
H A Ddocstyle.cxx1040 aBoxInfo.SetDefDist( MIN_BORDER_DIST );// Default-Abstand immer setzen in GetItemSet()

Completed in 154 milliseconds