Home
last modified time | relevance | path

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

/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx322 pValue(0), pCaption(0), pGroupName(0), nIconLen(0), pIcon(0), in OCX_ModernControl()
406 sal_uInt32 nIconLen; member in OCX_ModernControl
671 sal_uInt32 nIconLen; member in OCX_MultiPage
753 sal_uInt32 nIconLen; member in OCX_Page
832 sal_uInt32 nIconLen; member in OCX_Frame
914 sal_uInt32 nIconLen; member in OCX_UserForm
1111 nAccelerator(0), nIcon(0), pCaption(0), nIconLen(0), pIcon(0), nPictureLen(0), in OCX_CommandButton()
1162 sal_uInt32 nIconLen; member in OCX_CommandButton
1228 nPicture(0),nAccelerator(0),nIcon(0),pCaption(0),nIconLen(0),pIcon(0), in OCX_Label()
1280 sal_uInt32 nIconLen; member in OCX_Label
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx3179 *pS >> nIconLen; in Read()
3180 pIcon = new sal_uInt8[nIconLen]; in Read()
3181 pS->Read(pIcon,nIconLen); in Read()
3270 *pS >> nIconLen; in Read()
3271 pIcon = new sal_uInt8[nIconLen]; in Read()
3272 pS->Read(pIcon,nIconLen); in Read()
3381 *pS >> nIconLen; in Read()
3382 pIcon = new sal_uInt8[nIconLen]; in Read()
3383 pS->Read(pIcon,nIconLen); in Read()
3671 nScrollWidth(0), nScrollHeight(0), nIconLen(0), pIcon(0), nPictureLen(0), in OCX_MultiPage()
[all …]