Home
last modified time | relevance | path

Searched refs:GCM_PROPERTY_ID_POS_Y (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx44 #define GCM_PROPERTY_ID_POS_Y 2 macro
184 …registerProperty(GCM_PROPERTY_POS_Y, GCM_PROPERTY_ID_POS_Y, DEFAULT_ATTRIBS(), &m_nPosY, ::getCpp… in registerProperties()
202 case GCM_PROPERTY_ID_POS_Y: aDefault <<= (sal_Int32) 0; break; in ImplGetDefaultValueByHandle()
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()

Completed in 21 milliseconds