Lines Matching refs:m_aProps

96             if ( _pShape->m_aProps.aComponent.m_xShape.is() )  in setSize()
98 … ::com::sun::star::awt::Size aOldSize = _pShape->m_aProps.aComponent.m_xShape->getSize(); in setSize()
101 _pShape->m_aProps.aComponent.m_nWidth = aOldSize.Width; in setSize()
102 _pShape->m_aProps.aComponent.m_nHeight = aOldSize.Height; in setSize()
103 _pShape->m_aProps.aComponent.m_xShape->setSize(aSize); in setSize()
106 _pShape->set(PROPERTY_WIDTH,aSize.Width,_pShape->m_aProps.aComponent.m_nWidth); in setSize()
107 _pShape->set(PROPERTY_HEIGHT,aSize.Height,_pShape->m_aProps.aComponent.m_nHeight); in setSize()
112 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in getSize()
114 … ::com::sun::star::awt::Size aSize = _pShape->m_aProps.aComponent.m_xShape->getSize(); in getSize()
118 …return ::com::sun::star::awt::Size(_pShape->m_aProps.aComponent.m_nWidth,_pShape->m_aProps.aCompon… in getSize()
128 aOldPos.X = _pShape->m_aProps.aComponent.m_nPosX; in setPosition()
129 aOldPos.Y = _pShape->m_aProps.aComponent.m_nPosY; in setPosition()
132 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in setPosition()
134 aOldPos = _pShape->m_aProps.aComponent.m_xShape->getPosition(); in setPosition()
137 _pShape->m_aProps.aComponent.m_nPosX = aOldPos.X; in setPosition()
138 _pShape->m_aProps.aComponent.m_nPosY = aOldPos.Y; in setPosition()
139 _pShape->m_aProps.aComponent.m_xShape->setPosition(aPosition); in setPosition()
148 if ( _pShape->m_aProps.aComponent.m_xShape.is() ) in getPosition()
150 … ::com::sun::star::awt::Point aPosition = _pShape->m_aProps.aComponent.m_xShape->getPosition(); in getPosition()
154 …return ::com::sun::star::awt::Point(_pShape->m_aProps.aComponent.m_nPosX,_pShape->m_aProps.aCompon… in getPosition()
159 …_pShape->m_aProps.aComponent.m_xParent = ::com::sun::star::uno::Reference< ::com::sun::star::conta… in setParent()
161 comphelper::query_aggregation(_pShape->m_aProps.aComponent.m_xProxy,xChild); in setParent()
169 comphelper::query_aggregation(_pShape->m_aProps.aComponent.m_xProxy,xChild); in getParent()
172 return _pShape->m_aProps.aComponent.m_xParent; in getParent()