Searched refs:_pShape (Results 1 – 1 of 1) sorted by relevance
95 ::osl::MutexGuard aGuard(_pShape->m_aMutex); 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()111 ::osl::MutexGuard aGuard(_pShape->m_aMutex); in getSize()118 …return ::com::sun::star::awt::Size(_pShape->m_aProps.aComponent.m_nWidth,_pShape->m_aProps.aCompon… in getSize()126 ::osl::MutexGuard aGuard(_pShape->m_aMutex); in setPosition()147 ::osl::MutexGuard aGuard(_pShape->m_aMutex); in getPosition()154 …return ::com::sun::star::awt::Point(_pShape->m_aProps.aComponent.m_nPosX,_pShape->m_aProps.aCompon… in getPosition()158 ::osl::MutexGuard aGuard(_pShape->m_aMutex); in setParent()167 ::osl::MutexGuard aGuard(_pShape->m_aMutex); in getParent()[all …]
Completed in 13 milliseconds