Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dvalueset.cxx59 mnUserItemWidth = 0; in ImplInit()
436 if ( mnUserItemWidth ) in Format()
438 mnCols = (sal_uInt16)((aWinSize.Width()-nScrBarWidth+nSpace) / (mnUserItemWidth+nSpace)); in Format()
482 if ( mnUserItemWidth && !mnUserCols ) in Format()
484 nItemWidth = mnUserItemWidth; in Format()
2138 if ( mnUserItemWidth != nNewItemWidth ) in SetItemWidth()
2140 mnUserItemWidth = nNewItemWidth; in SetItemWidth()
/trunk/main/svtools/inc/svtools/
H A Dvalueset.hxx251 long mnUserItemWidth; member in ValueSet
384 long GetItemWidth() const { return mnUserItemWidth; } in GetItemWidth()

Completed in 24 milliseconds