Searched refs:bFrozen (Results 1 – 1 of 1) sorted by relevance
2447 bool bFrozen = (eHSplit == SC_SPLIT_FIX) || (eVSplit == SC_SPLIT_FIX); in WriteExtOptions() local2448 …DBG_ASSERT( !bRealSplit || !bFrozen, "ScViewData::WriteExtOptions - split and freeze in same sheet… in WriteExtOptions()2449 rTabSett.mbFrozenPanes = !bRealSplit && bFrozen; in WriteExtOptions()2462 else if( bFrozen ) in WriteExtOptions()2547 bool bFrozen = rTabSett.mbFrozenPanes; in ReadExtOptions() local2548 … bool bHSplit = bFrozen ? (rTabSett.maFreezePos.Col() > 0) : (rTabSett.maSplitPos.X() > 0); in ReadExtOptions()2549 … bool bVSplit = bFrozen ? (rTabSett.maFreezePos.Row() > 0) : (rTabSett.maSplitPos.Y() > 0); in ReadExtOptions()2562 if( bFrozen ) in ReadExtOptions()
Completed in 25 milliseconds