Searched refs:mnBorderWidth (Results 1 – 7 of 7) sorted by relevance
153 nPrimSize += mnBorderWidth * 2; in calculateSize()154 nSecSize += mnBorderWidth * 2; in calculateSize()209 nExtraSpace = ( ( primDim( newSize ) - mnBorderWidth * 2 - in allocateArea()223 int nStartPoint = primDim( newPoint ) + mnBorderWidth; in allocateArea()224 int nBoxSecSize = SAL_MAX( 1, secDim( newSize ) - mnBorderWidth * 2 ); in allocateArea()252 nChildSecPoint = secDim( newPoint ) + mnBorderWidth; in allocateArea()
37 , mnBorderWidth( 0 ) in Container()41 &mnBorderWidth ); in Container()
50 sal_Int32 mnBorderWidth; member in layoutimpl::Container
34 mnBorderWidth(3), in PreviewValueSet()118 nColumnCount = nWidth / (maPreviewSize.Width() + 2*mnBorderWidth); in CalculateColumnCount()149 int nPreferredWidth (maPreviewSize.Width() + 2*mnBorderWidth); in GetPreferredWidth()161 nPreferredWidth = (maPreviewSize.Width() + 2*mnBorderWidth) in GetPreferredWidth()
59 const int mnBorderWidth; member in sd::sidebar::PreviewValueSet
290 mnBorderWidth = 2; in ImplInit()292 mnBorderWidth = 1; in ImplInit()295 mnBorderWidth = 0; in ImplInit()301 long nDefHeight = GetTextHeight() + RULER_OFF*2 + RULER_TEXTOFF*2 + mnBorderWidth; in ImplInit()2418 mnVirHeight = nNewHeight - mnBorderWidth - (RULER_OFF*2); in Resize()
674 long mnBorderWidth; member in Ruler
Completed in 48 milliseconds