Home
last modified time | relevance | path

Searched refs:aMinWidth (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sd/source/core/
H A Dsdpage.cxx2322 SdrTextMinFrameWidthItem aMinWidth( aRect.GetSize().Width() ); in InsertAutoLayoutShape() local
2323 aTempAttr.Put( aMinWidth ); in InsertAutoLayoutShape()
/AOO41X/main/vcl/source/window/
H A Dtoolbox.cxx2270 long aMinWidth = 2 * GetSettings().GetStyleSettings().GetFloatTitleHeight(); in ImplCalcBreaks() local
2271 if( nMaxLineWidth < aMinWidth ) in ImplCalcBreaks()
2272 nMaxLineWidth = aMinWidth; in ImplCalcBreaks()