Searched refs:mxLayout (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/vcl/source/window/ |
H A D | window4.cxx | 50 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()
|
/aoo4110/main/oox/source/drawingml/chart/ |
H A D | titleconverter.cxx | 178 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 D | converterbase.cxx | 79 ModelRef< LayoutModel > mxLayout; /// The layout model, if existing. member 100 LayoutModel& rLayout = mxLayout.getOrCreate(); in convertTitlePos() 280 rTitleInfo.mxLayout = rxLayout; in registerTitleLayout()
|
H A D | titlecontext.cxx | 95 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext() 131 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
|
H A D | seriescontext.cxx | 118 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext() 256 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
|
H A D | plotareacontext.cxx | 170 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
|
H A D | axiscontext.cxx | 74 return new LayoutContext( *this, mrModel.mxLayout.create() ); in onCreateContext()
|
H A D | plotareaconverter.cxx | 417 LayoutModel& rLayout = mrModel.mxLayout.getOrCreate(); in convertPositionFromModel()
|
/aoo4110/main/oox/inc/oox/drawingml/chart/ |
H A D | titlemodel.hxx | 59 LayoutRef mxLayout; /// Layout/position of the frame. member 77 LayoutRef mxLayout; /// Layout/position of the legend. member
|
H A D | seriesmodel.hxx | 65 LayoutRef mxLayout; /// Layout/position of the data point label frame. member 138 LayoutRef mxLayout; /// Layout/position of the frame. member
|
H A D | plotareamodel.hxx | 77 LayoutRef mxLayout; /// Layout/position of the plot area. member
|
H A D | axismodel.hxx | 45 LayoutRef mxLayout; /// Layout/position of the axis units label. member
|
Completed in 68 milliseconds