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.cxx3180 *pS >> nIconLen; in Read()
3181 pIcon = new sal_uInt8[nIconLen]; in Read()
3182 pS->Read(pIcon,nIconLen); in Read()
3271 *pS >> nIconLen; in Read()
3273 pS->Read(pIcon,nIconLen); in Read()
3382 *pS >> nIconLen; in Read()
3384 pS->Read(pIcon,nIconLen); in Read()
3991 *pS >> nIconLen; in Read()
3993 pS->Read(pIcon,nIconLen); in Read()
4172 *pS >> nIconLen; in Read()
[all …]

Completed in 54 milliseconds