Home
last modified time | relevance | path

Searched refs:rpPart (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx965 const SharedElementContainerPart& rpPart, in CalculatePartSize() argument
976 for (iElement=rpPart->begin(); iElement!=rpPart->end(); ++iElement) in CalculatePartSize()
1004 const SharedElementContainerPart& rpPart, in LayoutPart() argument
1010 if (rpPart->size() > 1) in LayoutPart()
1013 nGap = (rBoundingBox.X2 - rBoundingBox.X1 - rPartSize.Width) / (rpPart->size()-1); in LayoutPart()
1015 nGap = (rBoundingBox.Y2 - rBoundingBox.Y1 - rPartSize.Height) / (rpPart->size()-1); in LayoutPart()
1023 ElementContainerPart::const_iterator iEnd (rpPart->end()); in LayoutPart()
1024 for (iElement=rpPart->begin(); iElement!=iEnd; ++iElement) in LayoutPart()
H A DPresenterToolBar.hxx205 const SharedElementContainerPart& rpPart,
209 const SharedElementContainerPart& rpPart,

Completed in 26 milliseconds