Home
last modified time | relevance | path

Searched refs:iPane (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterPaneContainer.cxx126 for ( ; iPane!=iEnd; ++iPane) in disposing()
301 for (iPane=maPanes.begin(); iPane!=iEnd; ++iPane) in FindBorderWindow()
304 return *iPane; in FindBorderWindow()
317 for (iPane=maPanes.begin(); iPane!=iEnd; ++iPane) in FindContentWindow()
320 return *iPane; in FindContentWindow()
333 for (iPane=maPanes.begin(); iPane!=iEnd; ++iPane) in FindPaneURL()
336 return *iPane; in FindPaneURL()
353 for (iPane=maPanes.begin(); iPane!=iEnd; ++iPane) in FindPaneId()
356 return *iPane; in FindPaneId()
369 for (iPane=maPanes.begin(); iPane!=iEnd; ++iPane) in FindViewURL()
[all …]
H A DPresenterController.cxx404 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in UpdatePaneTitles()
406 OSL_ASSERT((*iPane).get() != NULL); in UpdatePaneTitles()
410 : (*iPane)->msTitleTemplate); in UpdatePaneTitles()
450 if ((*iPane)->mxPane.is()) in UpdatePaneTitles()
451 (*iPane)->mxPane->SetTitle((*iPane)->msTitle); in UpdatePaneTitles()
462 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in UpdateViews()
775 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in RequestViews()
939 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in keyPressed()
941 if ( ! (*iPane)->mbIsActive) in keyPressed()
1096 … for (iPane=mpPaneContainer->maPanes.begin(); iPane!=mpPaneContainer->maPanes.end(); ++iPane) in keyReleased()
[all …]
H A DPresenterPaneAnimator.cxx1122 vector<PaneDescriptor>::iterator iPane; in Restore() local
1123 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in Restore()
1125 iPane->Restore(); in Restore()
1167 vector<PaneDescriptor>::iterator iPane; in MovePanes() local
1168 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in MovePanes()
1190 vector<PaneDescriptor>::iterator iPane; in ActivatePanes() local
1191 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in ActivatePanes()
1202 vector<PaneDescriptor>::iterator iPane; in DeactivatePanes() local
1203 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in DeactivatePanes()
1215 for (iPane=maPanes.begin(); iPane!=maPanes.end(); ++iPane) in ShowPanes()
[all …]
H A DPresenterWindowManager.cxx170 PresenterPaneContainer::PaneList::const_iterator iPane; in disposing() local
172 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in disposing()
174 if ((*iPane)->mxBorderWindow.is()) in disposing()
556 PresenterPaneContainer::PaneList::const_iterator iPane; in PaintChildren() local
558 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in PaintChildren()
563 if ( ! (*iPane)->mbIsActive) in PaintChildren()
565 if ((*iPane)->mbIsSprite) in PaintChildren()
567 if ( ! (*iPane)->mxPane.is()) in PaintChildren()
569 if ( ! (*iPane)->mxBorderWindow.is()) in PaintChildren()
1193 for (iPane=mpPaneContainer->maPanes.begin(); iPane!=iEnd; ++iPane) in LayoutUnknownMode()
[all …]
H A DPresenterPaneFactory.cxx151 ResourceContainer::const_iterator iPane (mpResourceCache->begin()); in disposing() local
153 for ( ; iPane!=iEnd; ++iPane) in disposing()
155 Reference<lang::XComponent> xPaneComponent (iPane->second, UNO_QUERY); in disposing()

Completed in 48 milliseconds