Searched refs:m_nPosX (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/toolkit/source/controls/ |
| H A D | geometrycontrolmodel.cxx | 86 ,m_nPosX(0) in OGeometryControlModel_Base() 118 ,m_nPosX(0) in OGeometryControlModel_Base() 183 …OPERTY_POS_X, GCM_PROPERTY_ID_POS_X, DEFAULT_ATTRIBS(), &m_nPosX, ::getCppuType(&m_nPosX)); in registerProperties() 223 case GCM_PROPERTY_ID_POS_X: aValue <<= m_nPosX; break; in ImplGetPropertyValueByHandle() 243 case GCM_PROPERTY_ID_POS_X: aValue >>= m_nPosX; break; in ImplSetPropertyValueByHandle() 392 pOwnClone->m_nPosX = m_nPosX; in createClone()
|
| /AOO41X/main/reportdesign/source/core/inc/ |
| H A D | Tools.hxx | 128 aOldPos.X = _pShape->m_aProps.aComponent.m_nPosX; in setPosition() 137 _pShape->m_aProps.aComponent.m_nPosX = aOldPos.X; in setPosition() 154 …return ::com::sun::star::awt::Point(_pShape->m_aProps.aComponent.m_nPosX,_pShape->m_aProps.aCompon… in getPosition()
|
| H A D | ReportComponent.hxx | 59 ::sal_Int32 m_nPosX; 70 ,m_nPosX(0) in OReportComponentProperties()
|
| /AOO41X/main/toolkit/inc/toolkit/controls/ |
| H A D | geometrycontrolmodel.hxx | 68 sal_Int32 m_nPosX; 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() 2473 set(PROPERTY_POSITIONX,aPosition.X,m_aProps->m_nPosX); in setPosition()
|