Home
last modified time | relevance | path

Searched refs:pAxModel (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Ddrawingfragment.cxx642 if( ControlModelBase* pAxModel = aControl.getModel() ) in createAndInsertClientXShape() local
645 pAxModel->maSize.first = aShapeRect.Width; in createAndInsertClientXShape()
646 pAxModel->maSize.second = aShapeRect.Height; in createAndInsertClientXShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Ddrawingfragment.cxx609 if( ControlModelBase* pAxModel = aControl.getModel() ) in createAndInsertClientXShape() local
612 pAxModel->maSize.first = aShapeRect.Width; in createAndInsertClientXShape()
613 pAxModel->maSize.second = aShapeRect.Height; in createAndInsertClientXShape()