Searched refs:getOrCreate (Results 1 – 12 of 12) sorted by relevance
/trunk/main/oox/source/drawingml/chart/ |
H A D | chartspaceconverter.cxx | 102 PlotAreaConverter aPlotAreaConv( *this, mrModel.mxPlotArea.getOrCreate() ); in convertFromModel() 103 aPlotAreaConv.convertFromModel( mrModel.mxView3D.getOrCreate() ); in convertFromModel() 111 WallFloorConverter aFloorConv( *this, mrModel.mxFloor.getOrCreate() ); in convertFromModel() 114 WallFloorConverter aWallConv( *this, mrModel.mxBackWall.getOrCreate() ); in convertFromModel() 129 TitleConverter aTitleConv( *this, mrModel.mxTitle.getOrCreate() ); in convertFromModel()
|
H A D | seriesconverter.cxx | 397 TrendlineLabelConverter aLabelConv( *this, mrModel.mxLabel.getOrCreate() ); in convertFromModel() 444 …rtFrameFormatting( aPropSet, mrModel.mxShapeProp, mrModel.mxPicOptions.getOrCreate(), rTypeGroup.g… in convertFromModel() 547 …rameFormatting( aSeriesProp, mrModel.mxShapeProp, mrModel.mxPicOptions.getOrCreate(), eObjType, mr… in createDataSeries()
|
H A D | plotareaconverter.cxx | 302 …vertFrameFormatting( aPropSet, mrModel.mxShapeProp, mrModel.mxPicOptions.getOrCreate(), eObjType ); in convertFromModel() 417 LayoutModel& rLayout = mrModel.mxLayout.getOrCreate(); in convertPositionFromModel()
|
H A D | titleconverter.cxx | 158 TextModel& rText = mrModel.mxText.getOrCreate(); in convertFromModel()
|
H A D | axisconverter.cxx | 151 … mrModel.mxShapeProp.getOrCreate().getLineProperties().maLineFill.moFillType = XML_noFill; in convertFromModel()
|
H A D | converterbase.cxx | 100 LayoutModel& rLayout = mxLayout.getOrCreate(); in convertTitlePos()
|
/trunk/main/oox/inc/oox/drawingml/chart/ |
H A D | modelbase.hxx | 53 inline ModelType& getOrCreate() { if( !*this ) this->reset( new ModelType ); return **this; } in getOrCreate() function in oox::drawingml::chart::ModelRef 55 …inline ModelType& getOrCreate( const Param1Type& rParam1 ) { if( !*this ) this->reset( new Model… in getOrCreate() function in oox::drawingml::chart::ModelRef
|
/trunk/main/fpicker/source/office/ |
H A D | iodlgimp.cxx | 108 static ResMgr * getOrCreate() in getOrCreate() function 119 SvtSimpleResId (sal_uInt16 nId) : ResId (nId, *ResMgrHolder::getOrCreate()) {} in SvtSimpleResId()
|
H A D | iodlg.cxx | 453 static ResMgr * getOrCreate() in getOrCreate() function 464 SvtResId (sal_uInt16 nId) : ResId (nId, *ResMgrHolder::getOrCreate()) {} in SvtResId()
|
/trunk/main/svx/source/unodraw/ |
H A D | unopool.cxx | 55 : PropertySetHelper( SvxPropertySetInfoPool::getOrCreate( nServiceId ) ), mpModel( pModel ) in SvxUnoDrawPool() 62 : PropertySetHelper( SvxPropertySetInfoPool::getOrCreate( SVXUNO_SERVICEID_COM_SUN_STAR_DRAWING_DEF… in SvxUnoDrawPool()
|
H A D | unoprov.cxx | 1401 comphelper::PropertySetInfo* SvxPropertySetInfoPool::getOrCreate( sal_Int32 nServiceId ) throw() in getOrCreate() function in SvxPropertySetInfoPool
|
/trunk/main/svx/inc/svx/ |
H A D | unoprov.hxx | 138 SVX_DLLPUBLIC static comphelper::PropertySetInfo* getOrCreate( sal_Int32 nServiceId ) throw();
|
Completed in 44 milliseconds