Searched refs:bLeftToRightViewLayout (Results 1 – 1 of 1) sorted by relevance
1532 const bool bLeftToRightViewLayout = pRoot->IsLeftToRightViewLayout(); in FormatLayout() local1533 const bool bPrev = bLeftToRightViewLayout ? pLay->GetPrev() : pLay->GetNext(); in FormatLayout()1534 const bool bNext = bLeftToRightViewLayout ? pLay->GetNext() : pLay->GetPrev(); in FormatLayout()
Completed in 21 milliseconds