Home
last modified time | relevance | path

Searched refs:mnBorder (Results 1 – 4 of 4) sorted by path

/trunk/main/vcl/inc/
H A Dilstbox.hxx220 long mnBorder; // Abstand Rahmen - Text member in ImplListBoxWindow
/trunk/main/vcl/inc/vcl/
H A Dgradient.hxx58 sal_uInt16 mnBorder; member in Impl_Gradient
103 sal_uInt16 GetBorder() const { return mpImplGradient->mnBorder; } in GetBorder()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx531 mnBorder = 1; in ImplListBoxWindow()
594 mnMaxTxtHeight = mnTextHeight + mnBorder; in ImplCalcMetrics()
686 aMetrics.nEntryHeight = aTextRect.GetHeight() + mnBorder; in ImplUpdateEntryMetrics()
695 aMetrics.nEntryHeight = mnTextHeight + mnBorder; in ImplUpdateEntryMetrics()
731 aMetrics.nEntryHeight = mnTextHeight + mnBorder; in ImplUpdateEntryMetrics()
846 long nY = mnBorder; in GetEntryPosForPoint()
1857 aPtImg.X() = mnMaxWidth + mnBorder - aImgSz.Width() - mnLeft; in DrawEntry()
1896 GetOutputSizePixel().Width() - 2*mnBorder ); in DrawEntry()
1899 nMaxWidth = GetOutputSizePixel().Width() - 2*mnBorder; in DrawEntry()
1901 Rectangle aTextRect( Point( mnBorder - mnLeft, nY ), in DrawEntry()
[all …]
/trunk/main/vcl/source/gdi/
H A Dgradient.cxx44 mnBorder = 0; in DBG_NAME()
61 mnBorder = rImplGradient.mnBorder; in Impl_Gradient()
188 mpImplGradient->mnBorder = nBorder; in SetBorder()
274 (mpImplGradient->mnBorder == rGradient.mpImplGradient->mnBorder) || in operator ==()
297 rImpl_Gradient.mnBorder >> in operator >>()
317 rImpl_Gradient.mnBorder << in operator <<()

Completed in 35 milliseconds