Home
last modified time | relevance | path

Searched refs:mxLayout (Results 1 – 12 of 12) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwindow4.cxx50 boost::shared_ptr< WindowArranger > mxLayout; member
95 if( mpWindowImpl->mpExtImpl->mxLayout.get() ) in ImplExtResize()
96 … mpWindowImpl->mpExtImpl->mxLayout->setManagedArea( Rectangle( Point( 0, 0 ), GetSizePixel() ) ); in ImplExtResize()
106 if( ! pImpl->mxLayout.get() ) in getLayout()
108 pImpl->mxLayout.reset( new vcl::LabelColumn() ); in getLayout()
109 pImpl->mxLayout->setParentWindow( this ); in getLayout()
110 pImpl->mxLayout->setOuterBorder( -1 ); in getLayout()
112 xRet = pImpl->mxLayout; in getLayout()
/trunk/main/oox/source/drawingml/chart/
H A Dtitleconverter.cxx178 registerTitleLayout( xTitle, mrModel.mxLayout, eObjType, nMainIdx, nSubIdx ); in convertFromModel()
247 if( mrModel.mxLayout.get() ) in convertFromModel()
249 LayoutConverter aLayoutConv( *this, *mrModel.mxLayout ); in convertFromModel()
H A Dconverterbase.cxx79 ModelRef< LayoutModel > mxLayout; /// The layout model, if existing. member
100 LayoutModel& rLayout = mxLayout.getOrCreate(); in convertTitlePos()
280 rTitleInfo.mxLayout = rxLayout; in registerTitleLayout()
H A Dtitlecontext.cxx95 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
131 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
H A Dseriescontext.cxx118 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
256 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
H A Dplotareacontext.cxx170 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
H A Daxiscontext.cxx74 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
H A Dplotareaconverter.cxx417 LayoutModel& rLayout = mrModel.mxLayout.getOrCreate(); in convertPositionFromModel()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dtitlemodel.hxx59 LayoutRef mxLayout; /// Layout/position of the frame. member
77 LayoutRef mxLayout; /// Layout/position of the legend. member
H A Dseriesmodel.hxx65 LayoutRef mxLayout; /// Layout/position of the data point label frame. member
138 LayoutRef mxLayout; /// Layout/position of the frame. member
H A Dplotareamodel.hxx77 LayoutRef mxLayout; /// Layout/position of the plot area. member
H A Daxismodel.hxx45 LayoutRef mxLayout; /// Layout/position of the axis units label. member

Completed in 65 milliseconds