Searched refs:nScrollWidth (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svx/source/tbxctrls/ |
H A D | colrctrl.cxx | 402 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()
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | msocximex.hxx | 666 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
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 3672 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() 3850 …nScrollWidth(0), nScrollHeight(0), nScrollLeft(0), nScrollTop(0), nIconLen(0), pIcon(0), nPictureL… in OCX_Frame() 3972 *pS >> nScrollWidth; in Read() 4046 …nScrollWidth(0), nScrollHeight(0), nScrollLeft(0), nScrollTop(0), nIconLen(0), pIcon(0), nPictureL… in OCX_UserForm() 4160 *pS >> nScrollWidth; in Read()
|
Completed in 61 milliseconds