Home
last modified time | relevance | path

Searched refs:mpLayout (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/oox/source/drawingml/diagram/
H A Ddiagramdefinitioncontext.cxx42 , 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 …]
H A Ddiagram.cxx143 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()
H A Ddiagramdefinitioncontext.hxx42 DiagramLayoutPtr mpLayout; member in oox::drawingml::DiagramDefinitionContext
/aoo4110/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx282 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 …]
H A DPresenterSlideSorter.hxx182 ::boost::shared_ptr<Layout> mpLayout;
/aoo4110/main/vcl/source/window/
H A Dwpropset.cxx97 boost::shared_ptr<WindowArranger> mpLayout; member
103 , 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()
/aoo4110/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx230 return mpLayout; in getLayout()
240 DiagramLayoutPtr mpLayout; member in oox::drawingml::Diagram

Completed in 28 milliseconds