Searched refs:m_nPosY (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/toolkit/source/controls/ |
| H A D | geometrycontrolmodel.cxx | 87 ,m_nPosY(0) in OGeometryControlModel_Base() 119 ,m_nPosY(0) in OGeometryControlModel_Base() 184 …OPERTY_POS_Y, GCM_PROPERTY_ID_POS_Y, DEFAULT_ATTRIBS(), &m_nPosY, ::getCppuType(&m_nPosY)); in registerProperties() 224 case GCM_PROPERTY_ID_POS_Y: aValue <<= m_nPosY; break; in ImplGetPropertyValueByHandle() 244 case GCM_PROPERTY_ID_POS_Y: aValue >>= m_nPosY; break; in ImplSetPropertyValueByHandle() 393 pOwnClone->m_nPosY = m_nPosY; in createClone()
|
| /AOO41X/main/reportdesign/source/core/inc/ |
| H A D | Tools.hxx | 129 aOldPos.Y = _pShape->m_aProps.aComponent.m_nPosY; in setPosition() 138 _pShape->m_aProps.aComponent.m_nPosY = aOldPos.Y; in setPosition() 154 …::sun::star::awt::Point(_pShape->m_aProps.aComponent.m_nPosX,_pShape->m_aProps.aComponent.m_nPosY); in getPosition()
|
| H A D | ReportComponent.hxx | 60 ::sal_Int32 m_nPosY; 71 ,m_nPosY(0) in OReportComponentProperties()
|
| /AOO41X/main/toolkit/inc/toolkit/controls/ |
| H A D | geometrycontrolmodel.hxx | 69 sal_Int32 m_nPosY; member in OGeometryControlModel_Base
|
| /AOO41X/main/reportdesign/source/core/api/ |
| H A D | ReportDefinition.cxx | 2464 return awt::Point(m_aProps->m_nPosX,m_aProps->m_nPosY); in getPosition() 2474 set(PROPERTY_POSITIONY,aPosition.Y,m_aProps->m_nPosY); in setPosition()
|