Home
last modified time | relevance | path

Searched refs:mnBorderWidth (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/toolkit/source/layout/core/
H A Dbox.cxx153 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()
H A Dcontainer.cxx37 , mnBorderWidth( 0 ) in Container()
41 &mnBorderWidth ); in Container()
H A Dcontainer.hxx50 sal_Int32 mnBorderWidth; member in layoutimpl::Container
/aoo4110/main/sd/source/ui/sidebar/
H A DPreviewValueSet.cxx34 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()
H A DPreviewValueSet.hxx59 const int mnBorderWidth; member in sd::sidebar::PreviewValueSet
/aoo4110/main/svtools/source/control/
H A Druler.cxx290 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()
/aoo4110/main/svtools/inc/svtools/
H A Druler.hxx674 long mnBorderWidth; member in Ruler

Completed in 48 milliseconds