Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/main/sw/source/filter/html/
H A Dhtmltab.cxx1073 nCellPadding = MIN_BORDER_DIST; // default in InitCtor()
1077 if( nCellPadding<MIN_BORDER_DIST ) in InitCtor()
1078 nCellPadding = MIN_BORDER_DIST; in InitCtor()
1338 nSpace < MIN_BORDER_DIST ) in GetTopCellSpace()
1345 nSpace = MIN_BORDER_DIST; in GetTopCellSpace()
1376 else if( nRow==0 && bTopBorder && nSpace < MIN_BORDER_DIST ) in GetBottomCellSpace()
1385 nSpace = MIN_BORDER_DIST; in GetBottomCellSpace()
1642 aBoxItem.SetDistance( MIN_BORDER_DIST ); in FixFillerFrameFmt()
2020 nInhLeftBorderWidth = 2 * MIN_BORDER_DIST; in InheritVertBorders()
2022 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()
/aoo42x/main/sw/source/core/doc/
H A Dhtmltbl.cxx272 nSpace < MIN_BORDER_DIST ) in GetLeftCellSpace()
279 nSpace = MIN_BORDER_DIST; in GetLeftCellSpace()
298 nSpace < MIN_BORDER_DIST ) in GetRightCellSpace()
305 nSpace = MIN_BORDER_DIST; in GetRightCellSpace()
/aoo42x/main/sw/source/ui/utlui/
H A Duitool.cxx144 aBoxInfo.SetDefDist (MIN_BORDER_DIST); in PrepareBoxInfo()
367 aBoxInfo.SetDefDist( MIN_BORDER_DIST ); in PageDescToItemSet()
/aoo42x/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.cxx1171 aBoxItem.SetDistance(MIN_BORDER_DIST); in ExecFrameStyle()
/aoo42x/main/sw/inc/
H A Dswtypes.hxx85 #define MIN_BORDER_DIST 28 macro
/aoo42x/main/sw/source/filter/ww8/
H A Dww8graf.cxx1231 rSet.Put( SdrTextLeftDistItem( MIN_BORDER_DIST*2 ) ); in ReadTxtBox()
1232 rSet.Put( SdrTextRightDistItem( MIN_BORDER_DIST*2 ) ); in ReadTxtBox()
1233 rSet.Put( SdrTextUpperDistItem( MIN_BORDER_DIST ) ); in ReadTxtBox()
1234 rSet.Put( SdrTextLowerDistItem( MIN_BORDER_DIST ) ); in ReadTxtBox()
/aoo42x/main/sw/source/filter/ww1/
H A Dfltshell.cxx1688 if (nDist < MIN_BORDER_DIST) in SetCellSpace()
1689 nDist = MIN_BORDER_DIST; in SetCellSpace()
/aoo42x/main/sw/source/filter/rtf/
H A Drtftbl.cxx68 mnBrdDist(MIN_BORDER_DIST) in Row()
/aoo42x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx719 aBoxInfo.SetDefDist( MIN_BORDER_DIST ); in IMPL_LINK()
/aoo42x/main/sw/source/ui/app/
H A Ddocstyle.cxx1091 aBoxInfo.SetDefDist( MIN_BORDER_DIST );// Default-Abstand immer setzen in GetItemSet()

Completed in 146 milliseconds