Home
last modified time | relevance | path

Searched refs:nScrollWidth (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx402 long nScrollWidth = aColorSet.GetScrollWidth(); in SetSize() local
403 if( nScrollWidth > 0 ) in SetSize()
406 nCols = (sal_uInt16) ( ( aSize.Width() - nScrollWidth ) / aItemSize.Width() ); in SetSize()
565 long nScrollWidth = aColorSet.GetScrollWidth(); in Resizing() local
566 if( nScrollWidth > 0 ) in Resizing()
569 nCols = (sal_uInt16) ( ( ( (float) rNewSize.Width() - (float) nScrollWidth ) ) in Resizing()
584 rNewSize.Width() = nCols * aItemSize.Width() + nScrollWidth + 4; in Resizing()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx666 sal_uInt32 nScrollWidth; member in OCX_MultiPage
748 sal_uInt32 nScrollWidth; member in OCX_Page
825 sal_uInt32 nScrollWidth; member in OCX_Frame
908 sal_uInt32 nScrollWidth; member in OCX_UserForm
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx3672 nScrollWidth(0), nScrollHeight(0), nIconLen(0), pIcon(0), nPictureLen(0), in OCX_MultiPage()
3782 nScrollWidth(0), nScrollHeight(0), nIconLen(0), pIcon(0), nPictureLen(0), in OCX_Page()
3850nScrollWidth(0), nScrollHeight(0), nScrollLeft(0), nScrollTop(0), nIconLen(0), pIcon(0), nPictureL… in OCX_Frame()
3972 *pS >> nScrollWidth; in Read()
4046nScrollWidth(0), nScrollHeight(0), nScrollLeft(0), nScrollTop(0), nIconLen(0), pIcon(0), nPictureL… in OCX_UserForm()
4160 *pS >> nScrollWidth; in Read()

Completed in 67 milliseconds