Home
last modified time | relevance | path

Searched refs:bFrozen (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2447 bool bFrozen = (eHSplit == SC_SPLIT_FIX) || (eVSplit == SC_SPLIT_FIX); in WriteExtOptions() local
2448 …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() local
2548 … 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 20 milliseconds