Searched refs:m_h (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/qadevOOo/runner/convwatch/ |
H A D | ImageHelper.java | 38 int m_h = 0; field in ImageHelper 47 m_h = getHeight(); in ImageHelper() 50 m_aPixels = new int[m_w * m_h]; in ImageHelper() 51 PixelGrabber pg = new PixelGrabber(m_aImage, x, y, m_w, m_h, m_aPixels, 0, m_w); in ImageHelper()
|
/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | ImageHelper.java | 38 int m_h = 0; field in ImageHelper 47 m_h = getHeight(); in ImageHelper() 50 m_aPixels = new int[m_w * m_h]; in ImageHelper() 51 PixelGrabber pg = new PixelGrabber(m_aImage, x, y, m_w, m_h, m_aPixels, 0, m_w); in ImageHelper()
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.cxx | 1113 m_h(-1), in ParagraphProperties() 1138 m_h ( rCopy.m_h), in ParagraphProperties() 1174 m_h == rCompare.m_h && in operator ==()
|
H A D | PropertyMap.hxx | 289 sal_Int32 m_h; //height member in writerfilter::dmapper::ParagraphProperties 330 void Seth( sal_Int32 nSet ) { m_h = nSet; } in Seth() 331 sal_Int32 Geth() const { return m_h; } in Geth()
|
Completed in 60 milliseconds