Searched refs:mpLayout (Results 1 – 7 of 7) sorted by relevance
42 , mpLayout( pLayout ) in DiagramDefinitionContext()45 mpLayout->setDefStyle( xAttributes->getOptionalValue( XML_defStyle ) ); in DiagramDefinitionContext()51 mpLayout->setMinVer( sValue ); in DiagramDefinitionContext()52 mpLayout->setUniqueId( xAttributes->getOptionalValue( XML_uniqueId ) ); in DiagramDefinitionContext()58 mpLayout->getNode()->dump(0); in ~DiagramDefinitionContext()78 mpLayout->setTitle( xAttribs->getOptionalValue( XML_val ) ); in createFastChildContext()81 mpLayout->setDesc( xAttribs->getOptionalValue( XML_val ) ); in createFastChildContext()84 mpLayout->getNode().reset( new LayoutNode() ); in createFastChildContext()85 xRet.set( new LayoutNodeContext( *this, xAttribs, mpLayout->getNode() ) ); in createFastChildContext()91 mpLayout->getSampData().reset( new DiagramData ); in createFastChildContext()[all …]
143 mpLayout = pLayout; in setLayout()257 mpLayout->layout( mpRoot, awt::Point( 0, 0 ) ); in addTo()285 if( mpLayout ) in getLayoutId()287 sLayoutId = mpLayout->getUniqueId(); in getLayoutId()
42 DiagramLayoutPtr mpLayout; member in oox::drawingml::DiagramDefinitionContext
282 mpLayout(), in PresenterSlideSorter()364 mpLayout.reset(new Layout( in PresenterSlideSorter()380 mpLayout->mnSlideCount = xSlides->getCount(); in PresenterSlideSorter()397 const awt::Rectangle aCurrentSlideBBox (mpLayout->GetBoundingBox(mnCurrentSlideIndex)); in PresenterSlideSorter()458 mpLayout.reset(); in disposing()594 mnSlideIndexMousePressed = mpLayout->GetSlideIndexForPosition(aPosition); in mousePressed()604 const sal_Int32 nSlideIndex (mpLayout->GetSlideIndexForPosition(aPosition)); in mouseReleased()657 sal_Int32 nSlideIndex (mpLayout->GetSlideIndexForPosition(aPosition)); in mouseMoved()670 mpLayout->GetBoundingBox(nSlideIndex)); in mouseMoved()726 OSL_ASSERT(mpLayout.get()!=NULL); in notifyPreviewCreation()[all …]
182 ::boost::shared_ptr<Layout> mpLayout;
97 boost::shared_ptr<WindowArranger> mpLayout; member103 , mpLayout( i_pLayout ) in PropertyMapEntry()110 else if( mpLayout.get() ) in getProperties()111 return mpLayout->getProperties(); in getProperties()119 else if( mpLayout.get() ) in setProperties()120 mpLayout->setProperties( i_rProps ); in setProperties()216 …OSL_ENSURE( rEntry.mpWindow == 0 && rEntry.mpLayout.get() == 0, "inserted layout has duplicate nam… in addLayoutToSet()218 rEntry.mpLayout = i_pLayout; in addLayoutToSet()233 …OSL_ENSURE( rEntry.mpWindow == 0 && rEntry.mpLayout.get() == 0, "inserted window has duplicate nam… in addWindowToSet()235 rEntry.mpLayout.reset(); in addWindowToSet()
230 return mpLayout; in getLayout()240 DiagramLayoutPtr mpLayout; member in oox::drawingml::Diagram