| 176 | } |
| 177 | |
| 178 | bool ViewSashContainer::IsStackType(ILayoutContainer::Pointer toTest) |
| 179 | { |
| 180 | if (toTest.Cast<PartStack> () == 0) |
| 181 | return false; |
| 182 | |
| 183 | return (toTest.Cast<PartStack> ()->GetAppearance() |
| 184 | != PresentationFactoryUtil::ROLE_EDITOR); |
| 185 | } |
| 186 | |
| 187 | bool ViewSashContainer::IsPaneType(LayoutPart::Pointer toTest) |
| 188 | { |
no test coverage detected