Home
last modified time | relevance | path

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

/aoo42x/main/i18npool/source/paper/
H A Dpaper.cxx52 long m_nHeight; member
172 long lDiffH = labs(aDinTab[i].m_nHeight - m_nPaperHeight); in doSloppyFit()
177 m_nPaperHeight = aDinTab[i].m_nHeight; in doSloppyFit()
206 lDiff = labs(aDinTab[i].m_nHeight - nDimension); in sloppyFitPageDimension()
208 return aDinTab[i].m_nHeight; in sloppyFitPageDimension()
340 long height = (aDinTab[i].m_nHeight + 50) / 100; in getSystemDefaultPaper()
345 h.word = aDinTab[i].m_nHeight; in getSystemDefaultPaper()
391 m_nPaperHeight = aDinTab[m_eType].m_nHeight; in PaperInfo()
403 (nPaperHeight == aDinTab[i].m_nHeight) in PaperInfo()
/aoo42x/main/UnoControls/source/base/
H A Dbasecontrol.cxx83 , 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()
/aoo42x/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx89 ,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()
/aoo42x/main/reportdesign/source/core/inc/
H A DTools.hxx102 _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 DReportComponent.hxx57 ::sal_Int32 m_nHeight;
68 ,m_nHeight(0) in OReportComponentProperties()
H A DSection.hxx59 ::sal_uInt32 m_nHeight;
/aoo42x/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx126 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;
/aoo42x/main/reportdesign/source/core/api/
H A DSection.cxx75 ,m_nHeight(3000) in OSection()
124 ,m_nHeight(3000) in OSection()
289 return m_nHeight; in getHeight()
294 set(PROPERTY_HEIGHT,_height,m_nHeight); in setHeight()
H A DReportDefinition.cxx2483 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()
/aoo42x/main/toolkit/inc/toolkit/controls/
H A Dgeometrycontrolmodel.hxx71 sal_Int32 m_nHeight; member in OGeometryControlModel_Base
/aoo42x/main/UnoControls/inc/
H A Dbasecontrol.hxx1217 sal_Int32 m_nHeight ; member in unocontrols::BaseControl

Completed in 987 milliseconds