Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dchartspaceconverter.cxx102 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 Dseriesconverter.cxx397 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 Dplotareaconverter.cxx302 …vertFrameFormatting( aPropSet, mrModel.mxShapeProp, mrModel.mxPicOptions.getOrCreate(), eObjType ); in convertFromModel()
417 LayoutModel& rLayout = mrModel.mxLayout.getOrCreate(); in convertPositionFromModel()
H A Dtitleconverter.cxx158 TextModel& rText = mrModel.mxText.getOrCreate(); in convertFromModel()
H A Daxisconverter.cxx151 … mrModel.mxShapeProp.getOrCreate().getLineProperties().maLineFill.moFillType = XML_noFill; in convertFromModel()
H A Dconverterbase.cxx100 LayoutModel& rLayout = mxLayout.getOrCreate(); in convertTitlePos()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dmodelbase.hxx53 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 Diodlgimp.cxx108 static ResMgr * getOrCreate() in getOrCreate() function
119 SvtSimpleResId (sal_uInt16 nId) : ResId (nId, *ResMgrHolder::getOrCreate()) {} in SvtSimpleResId()
H A Diodlg.cxx453 static ResMgr * getOrCreate() in getOrCreate() function
464 SvtResId (sal_uInt16 nId) : ResId (nId, *ResMgrHolder::getOrCreate()) {} in SvtResId()
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx55 : PropertySetHelper( SvxPropertySetInfoPool::getOrCreate( nServiceId ) ), mpModel( pModel ) in SvxUnoDrawPool()
62 : PropertySetHelper( SvxPropertySetInfoPool::getOrCreate( SVXUNO_SERVICEID_COM_SUN_STAR_DRAWING_DEF… in SvxUnoDrawPool()
H A Dunoprov.cxx1401 comphelper::PropertySetInfo* SvxPropertySetInfoPool::getOrCreate( sal_Int32 nServiceId ) throw() in getOrCreate() function in SvxPropertySetInfoPool
/trunk/main/svx/inc/svx/
H A Dunoprov.hxx138 SVX_DLLPUBLIC static comphelper::PropertySetInfo* getOrCreate( sal_Int32 nServiceId ) throw();

Completed in 63 milliseconds