Searched refs:fLocked (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/filter/inc/filter/msfilter/ ! |
| H A D | msocximex.hxx | 312 fEnabled(1), fLocked(0), fBackStyle(1), fColumnHeads(0), fIntegralHeight(1), in OCX_ModernControl() 342 sal_uInt8 fLocked:1; member in OCX_ModernControl 633 sal_uInt8 fLocked:1; member in OCX_MultiPage 715 sal_uInt8 fLocked:1; member in OCX_Page 792 sal_uInt8 fLocked:1; member in OCX_Frame 874 sal_uInt8 fLocked:1; member in OCX_UserForm 1109 fEnabled(1), fLocked(0), fBackStyle(1), fWordWrap(0), fAutoSize(0), in OCX_CommandButton() 1136 sal_uInt8 fLocked:1; member in OCX_CommandButton 1225 fLocked(0),fBackStyle(1),fWordWrap(1), in OCX_Label() 1253 sal_uInt8 fLocked:1; member in OCX_Label
|
| /trunk/main/filter/source/msfilter/ ! |
| H A D | msocximex.cxx | 1380 if ((!(fEnabled)) || (fLocked)) in Import() 1667 if ((!(fEnabled)) || (fLocked)) in Import() 1881 aTmp = bool2any( fLocked != 0 ); in Import() 1982 fLocked = any2bool(aTmp); in WriteContents() 1983 if (fLocked) in WriteContents() 2167 fLocked = any2bool(aTmp); in WriteContents() 2168 if (fLocked) in WriteContents() 2302 if ((!(fEnabled)) || (fLocked)) in Import() 2493 if ((!(fEnabled)) || (fLocked)) in Import() 2552 aTmp = bool2any(fLocked != 0); in Import() [all …]
|