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