Lines Matching refs:mpPaneDescriptor
176 PresenterPaneContainer::SharedPaneDescriptor mpPaneDescriptor; member in sdext::presenter::__anonb105ea440111::PaneDescriptor
1170 awt::Rectangle aBox (iPane->mpPaneDescriptor->mxBorderWindow->getPosSize()); in MovePanes()
1174 iPane->mpPaneDescriptor->mxPaneId->getResourceURL(), in MovePanes()
1193 iPane->mpPaneDescriptor->SetActivationState(true); in ActivatePanes()
1205 iPane->mpPaneDescriptor->SetActivationState(false); in DeactivatePanes()
1217 iPane->mpPaneDescriptor->mxBorderWindow->setVisible(sal_True); in ShowPanes()
1218 iPane->mpPaneDescriptor->mxContentWindow->setVisible(sal_True); in ShowPanes()
1230 iPane->mpPaneDescriptor->mxBorderWindow->setVisible(sal_False); in HidePanes()
1231 iPane->mpPaneDescriptor->mxContentWindow->setVisible(sal_False); in HidePanes()
1241 : mpPaneDescriptor(rpDescriptor), in PaneDescriptor()
1254 mpPaneDescriptor->mnLeft = mnLeft; in Restore()
1255 mpPaneDescriptor->mnTop = mnTop; in Restore()
1256 mpPaneDescriptor->mnRight = mnRight; in Restore()
1257 mpPaneDescriptor->mnBottom = mnBottom; in Restore()