Lines Matching refs:pBase
158 ViewShellBase* pBase = NULL; in createUIElement() local
165 pBase = pController->GetViewShellBase(); in createUIElement()
167 if (pBase == NULL) in createUIElement()
180 pControl = new CustomAnimationPanel(pParentWindow, *pBase); in createUIElement()
182 pControl = new LayoutMenu(pParentWindow, *pBase, xSidebar); in createUIElement()
184 pControl = AllMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
186 pControl = RecentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
188 pControl = CurrentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar); in createUIElement()
190 pControl = new SlideTransitionPanel(pParentWindow, *pBase); in createUIElement()
192 pControl = createTableDesignPanel(pParentWindow, *pBase); in createUIElement()
194 pControl = new NavigatorWrapper(pParentWindow, *pBase, pBindings); in createUIElement()