Searched refs:nGrbit (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | impop.cxx | 422 sal_uInt16 nGrbit; in Row25() local 425 aIn >> nGrbit; in Row25() 429 ::get_flag( nGrbit, EXC_ROW_COLLAPSED ), ::get_flag( nGrbit, EXC_ROW_HIDDEN ) ); in Row25() 716 sal_uInt16 nGrbit = 0; in Boundsheet() local 723 aIn >> nGrbit; in Boundsheet() 735 if( ( nGrbit & 0x0001 ) || ( nGrbit & 0x0002 ) ) in Boundsheet() 963 aIn >> nGrbit >> nXF; in Row34() 967 ::get_flag( nGrbit, EXC_ROW_COLLAPSED ), ::get_flag( nGrbit, EXC_ROW_HIDDEN ) ); in Row34() 971 if( nGrbit & EXC_ROW_USEDEFXF ) in Row34() 1043 sal_uInt16 nGrbit; in TableOp() local [all …]
|
H A D | excimp8.cxx | 159 sal_uInt16 nGrbit; in Boundsheet() local 164 aIn >> nGrbit >> nLen; in Boundsheet() 180 if( ( nGrbit & 0x0001 ) || ( nGrbit & 0x0002 ) ) in Boundsheet()
|
H A D | excrecds.cxx | 376 nGrbit( rRootData.pER->GetTabInfo().IsVisibleTab( nTabNum ) ? 0x0000 : 0x0001 ), in ExcBundlesheetBase() 385 nGrbit( 0x0000 ), in ExcBundlesheetBase() 421 << nGrbit; in SaveCont()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xcl97rec.hxx | 77 sal_uInt16 nGrbit; member in XclObj 101 { b ? nGrbit |= 0x0001 : nGrbit &= ~0x0001; } in SetLocked() 103 { b ? nGrbit |= 0x0010 : nGrbit &= ~0x0010; } in SetPrintable() 105 { b ? nGrbit |= 0x2000 : nGrbit &= ~0x2000; } in SetAutoFill() 107 { b ? nGrbit |= 0x4000 : nGrbit &= ~0x4000; } in SetAutoLine()
|
H A D | excrecds.hxx | 294 sal_uInt16 nGrbit; member in ExcBundlesheetBase
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 157 nGrbit( 0x6011 ), // AutoLine, AutoFill, Printable, Locked in XclObj() 241 *pXclStrm << mnObjType << nObjId << nGrbit; in WriteBody() 342 nGrbit = 0; // all off: AutoLine, AutoFill, Printable, Locked in ProcessEscherObj() 383 nGrbit |= 0x0100; // undocumented in XclObjDropDown() 775 rStrm << nGrbit << GetName(); in SaveCont() 799 XML_state, nGrbit == 0x0000 ? "visible" : "hidden", in SaveXml()
|
Completed in 129 milliseconds