Searched refs:fBackStyle (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() 343 sal_uInt8 fBackStyle:1; member in OCX_ModernControl 431 …OCX_Image() : OCX_Control(rtl::OUString::createFromAscii("Image")), fEnabled(1), fBackStyle(0), bP… in OCX_Image() 451 sal_uInt8 fBackStyle:1; member in OCX_Image 634 sal_uInt8 fBackStyle:1; member in OCX_MultiPage 716 sal_uInt8 fBackStyle:1; member in OCX_Page 793 sal_uInt8 fBackStyle:1; member in OCX_Frame 875 sal_uInt8 fBackStyle:1; member in OCX_UserForm 1109 fEnabled(1), fLocked(0), fBackStyle(1), fWordWrap(0), fAutoSize(0), in OCX_CommandButton() 1137 sal_uInt8 fBackStyle:1; member in OCX_CommandButton [all …]
|
| /trunk/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 1373 if( fBackStyle ) in Import() 1440 fBackStyle = 0; in WriteContents() 1448 if (fBackStyle) in WriteContents() 1660 if( fBackStyle ) in Import() 1730 fBackStyle = 0; in WriteContents() 1735 if (fBackStyle) in WriteContents() 2317 if( !fBackStyle ) in Import() 2415 if (fBackStyle) in WriteContents() 2504 if( fBackStyle ) in Import() 3013 fBackStyle = (nTemp & 0x08) >> 3; in Read() [all …]
|