Searched refs:_pShape (Results 1 – 1 of 1) sorted by relevance
91 … template<typename T> static void setSize(const ::com::sun::star::awt::Size& aSize,T* _pShape) in setSize() argument95 ::osl::MutexGuard aGuard(_pShape->m_aMutex); in setSize()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()109 template<typename T> static ::com::sun::star::awt::Size getSize( T* _pShape ) in getSize() argument[all …]