Searched refs:m_nHeight (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/i18npool/source/paper/ |
H A D | paper.cxx | 52 long m_nHeight; member 170 long lDiffH = labs(aDinTab[i].m_nHeight - m_nPaperHeight); in doSloppyFit() 175 m_nPaperHeight = aDinTab[i].m_nHeight; in doSloppyFit() 204 lDiff = labs(aDinTab[i].m_nHeight - nDimension); in sloppyFitPageDimension() 206 return aDinTab[i].m_nHeight; in sloppyFitPageDimension() 338 long height = (aDinTab[i].m_nHeight + 50) / 100; in getSystemDefaultPaper() 343 h.word = aDinTab[i].m_nHeight; in getSystemDefaultPaper() 389 m_nPaperHeight = aDinTab[m_eType].m_nHeight; in PaperInfo() 401 (nPaperHeight == aDinTab[i].m_nHeight) in PaperInfo()
|
/aoo4110/main/UnoControls/source/base/ |
H A D | basecontrol.cxx | 83 , m_nHeight ( DEFAULT_HEIGHT ) in BaseControl() 397 m_xPeerWindow->setPosSize( m_nX, m_nY, m_nWidth, m_nHeight, PosSize::POSSIZE ); in createPeer() 514 bChanged |= m_nHeight != nHeight, m_nHeight = nHeight ; in setPosSize() 519 m_xPeerWindow->setPosSize( m_nX, m_nY, m_nWidth, m_nHeight, nFlags ); in setPosSize() 584 return Rectangle( m_nX, m_nY , m_nWidth, m_nHeight ); in getPosSize() 762 return Size( m_nWidth, m_nHeight ); in getSize() 814 m_nHeight = aEvent.Height ; in windowResized() 831 m_nHeight = aEvent.Height ; in windowMoved() 916 return m_nHeight ; in impl_getHeight()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | geometrycontrolmodel.cxx | 89 ,m_nHeight(0) in OGeometryControlModel_Base() 121 ,m_nHeight(0) in OGeometryControlModel_Base() 186 …ROPERTY_HEIGHT, GCM_PROPERTY_ID_HEIGHT, DEFAULT_ATTRIBS(), &m_nHeight, ::getCppuType(&m_nHeight)); in registerProperties() 226 case GCM_PROPERTY_ID_HEIGHT: aValue <<= m_nHeight; break; in ImplGetPropertyValueByHandle() 246 case GCM_PROPERTY_ID_HEIGHT: aValue >>= m_nHeight; break; in ImplSetPropertyValueByHandle() 395 pOwnClone->m_nHeight = m_nHeight; in createClone()
|
/aoo4110/main/reportdesign/source/core/inc/ |
H A D | Tools.hxx | 102 _pShape->m_aProps.aComponent.m_nHeight = aOldSize.Height; in setSize() 107 _pShape->set(PROPERTY_HEIGHT,aSize.Height,_pShape->m_aProps.aComponent.m_nHeight); in setSize() 118 …sun::star::awt::Size(_pShape->m_aProps.aComponent.m_nWidth,_pShape->m_aProps.aComponent.m_nHeight); in getSize()
|
H A D | ReportComponent.hxx | 57 ::sal_Int32 m_nHeight; 68 ,m_nHeight(0) in OReportComponentProperties()
|
H A D | Section.hxx | 59 ::sal_uInt32 m_nHeight;
|
/aoo4110/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 126 inline ParagraphInfo(::sal_Int32 nHeight): m_nHeight(nHeight) {} in ParagraphInfo() 132 inline ::sal_Int32 getHeight() const { return m_nHeight; } in getHeight() 138 inline void changeHeight(::sal_Int32 nHeight) { m_nHeight = nHeight; } in changeHeight() 143 ::sal_Int32 m_nHeight;
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | Section.cxx | 74 ,m_nHeight(3000) in OSection() 123 ,m_nHeight(3000) in OSection() 288 return m_nHeight; in getHeight() 293 set(PROPERTY_HEIGHT,_height,m_nHeight); in setHeight()
|
H A D | ReportDefinition.cxx | 2483 return awt::Size(m_aProps->m_nWidth,m_aProps->m_nHeight); in getSize() 2493 set(PROPERTY_HEIGHT,aSize.Height,m_aProps->m_nHeight); in setSize()
|
/aoo4110/main/toolkit/inc/toolkit/controls/ |
H A D | geometrycontrolmodel.hxx | 71 sal_Int32 m_nHeight; member in OGeometryControlModel_Base
|
/aoo4110/main/UnoControls/inc/ |
H A D | basecontrol.hxx | 1217 sal_Int32 m_nHeight ; member in unocontrols::BaseControl
|
Completed in 134 milliseconds