Searched refs:mnDist (Results 1 – 6 of 6) sorted by relevance
111 …inline explicit Style() : meRefMode( REFMODE_CENTERED ), mnPrim( 0 ), mnDist( 0 ), mnSecn( 0 )… in Style()130 inline sal_uInt16 Dist() const { return mnDist; } in Dist()135 inline sal_uInt16 GetWidth() const { return mnPrim + mnDist + mnSecn; } in GetWidth()170 sal_uInt16 mnDist; /// Distance between primary and secondary line. member in svx::frame::Style
1217 mnDist = (nP && nS) ? nD : 0; in Set()1247 mnDist = nPixWidth - mnPrim - mnSecn; in Set()1252 if( mnDist ) in Set()1253 --mnDist; in Set()1289 Set( SCALEVALUE( mnPrim ), SCALEVALUE( mnDist ), SCALEVALUE( mnSecn ) ); in ScaleSelf()
218 sal_Int32 mnDist; /// Distance to palette color. member220 inline explicit XclNearest() : mnPalIndex( 0 ), mnDist( 0 ) {} in XclNearest()395 aNearestVec[ nIndex ].mnDist = aRemapVec[ nIndex ].mbProcessed ? SAL_MAX_INT32 : in Finalize()400 if( aNearestVec[ nIndex ].mnDist < aNearestVec[ nFound ].mnDist ) in Finalize()
287 sal_uInt16 mnDist; member in WW8_BordersSO
1670 aLine.SetDistance(rBorders.mnDist); in MatchSdrBoxIntoFlyBoxItem()
1476 aLine.SetDistance(rBorders.mnDist); in GetLineIndex()
Completed in 93 milliseconds