Searched refs:rpPane (Results 1 – 3 of 3) sorted by relevance
204 void AddPane (const PresenterPaneContainer::SharedPaneDescriptor& rpPane);1073 void PaneGroup::AddPane (const PresenterPaneContainer::SharedPaneDescriptor& rpPane) in AddPane() argument1075 OSL_ASSERT(rpPane.get() != NULL); in AddPane()1077 if (rpPane->mxBorderWindow.is()) in AddPane()1079 PaneDescriptor aDescriptor (rpPane); in AddPane()1083 rpPane->mxBorderWindow->getPosSize()); in AddPane()
918 const PresenterPaneContainer::SharedPaneDescriptor& rpPane, in PlaceCloseButton() argument926 if (rpPane.get() != NULL && rpPane->mxPane.is()) in PlaceCloseButton()928 const sal_Int32 nCalloutCenter (rpPane->mxPane->GetCalloutAnchor().X - nLeftBorderWidth); in PlaceCloseButton()
202 const PresenterPaneContainer::SharedPaneDescriptor& rpPane,
Completed in 33 milliseconds