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()91 mpLayout->getSampData().reset( new DiagramData ); in createFastChildContext()92 xRet.set( new DataModelContext( *this, mpLayout->getSampData() ) ); 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()458 mpLayout.reset(); in disposing()726 OSL_ASSERT(mpLayout.get()!=NULL); in notifyPreviewCreation()833 mpLayout->SetupVisibleArea(); in UpdateLayout()834 mpLayout->UpdateScrollBars(); in UpdateLayout()839 mpLayout->GetFirstVisibleSlideIndex(), in UpdateLayout()1031 mpLayout->GetWindowPosition( in PaintPreview()1115 if (mpLayout->mnRowCount<=0 || mpLayout->mnColumnCount<=0) in Paint()1117 OSL_ASSERT(mpLayout->mnRowCount>0 || mpLayout->mnColumnCount>0); in Paint()[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
Completed in 51 milliseconds