Home
last modified time | relevance | path

Searched refs:nHeight (Results 1 – 25 of 597) sorted by path

12345678910>>...24

/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx601 sal_Int32 nHeight ,
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx486 sal_Int32 nHeight , in setPosSize() argument
514 bChanged |= m_nHeight != nHeight, m_nHeight = nHeight ; in setPosSize()
/trunk/main/UnoControls/source/controls/
H A Dprogressbar.cxx310 …ar::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32 nHeight, sal_Int16 nFlags… in setPosSize() argument
315 BaseControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
320 ( nHeight != aBasePosSize.Height ) in setPosSize()
H A Dprogressmonitor.cxx516 sal_Int32 nHeight = 0 ; in getPreferredSize() local
521 nHeight = 6 * FREEBORDER ; in getPreferredSize()
522 nHeight += aTopicSize_Top.Height ; in getPreferredSize()
523 nHeight += aProgressBarSize.Height ; in getPreferredSize()
524 nHeight += aTopicSize_Bottom.Height; in getPreferredSize()
525 nHeight += 2 ; // 1 for black line, 1 for white line = 3D-Line! in getPreferredSize()
526 nHeight += aButtonSize.Height ; in getPreferredSize()
533 if ( nHeight<DEFAULT_HEIGHT ) in getPreferredSize()
535 nHeight = DEFAULT_HEIGHT ; in getPreferredSize()
539 return Size ( nWidth, nHeight ) ; in getPreferredSize()
[all …]
H A Dstatusindicator.cxx302 sal_Int32 nHeight = (2*FREEBORDER)+aTextSize.Height ; in getPreferredSize() local
309 if ( nHeight<DEFAULT_HEIGHT ) in getPreferredSize()
311 nHeight = DEFAULT_HEIGHT ; in getPreferredSize()
315 return Size ( nWidth, nHeight ) ; in getPreferredSize()
393 …or::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32 nHeight, sal_Int16 nFlags… in setPosSize() argument
396 BaseContainerControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
401 ( nHeight != aBasePosSize.Height) in setPosSize()
405 impl_recalcLayout ( WindowEvent(static_cast< OWeakObject* >(this),0,0,nWidth,nHeight,0,0,0,0) ) ; in setPosSize()
/trunk/main/UnoControls/source/inc/
H A Dprogressbar.hxx313 sal_Int32 nHeight ,
H A Dprogressmonitor.hxx626 sal_Int32 nHeight ,
H A Dstatusindicator.hxx452 sal_Int32 nHeight ,
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx126 inline ParagraphInfo(::sal_Int32 nHeight): m_nHeight(nHeight) {} in ParagraphInfo() argument
138 inline void changeHeight(::sal_Int32 nHeight) { m_nHeight = nHeight; } in changeHeight() argument
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTable.cxx371 long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBox() local
372 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBox()
383 long nHeight = aGridRect.GetSize().Height()-aTableRect.Top(); in implGetBoundingBoxOnScreen() local
384 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBoxOnScreen()
H A Dtextwindowaccessibility.cxx1737 ::sal_Int32 nHeight = static_cast< ::sal_Int32 >( in IMPL_LINK()
1740 if (nHeight != m_nViewHeight) in IMPL_LINK()
1742 m_nViewHeight = nHeight; in IMPL_LINK()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx358 sal_Int32 nHeight = aRect.GetHeight(); in getCharacterBounds() local
359 if ( aBounds.Height < nHeight ) in getCharacterBounds()
362 aBounds.Height = nHeight; in getCharacterBounds()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextAttributeDialog.java141 public int getIconHeight() { return nHeight; } in getIconHeight()
146 g.fillRect( x, y, nHeight, nWidth ); in paintIcon()
148 g.drawRect( x, y, nHeight, nWidth ); in paintIcon()
158 private static final int nHeight = 16; field in TextAttributeDialog.ColorIcon
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3699 long nHeight = pControl->GetSizePixel().Height(); in AnimateMouse() local
3701 aZiel.Y() += nHeight / 2; in AnimateMouse()
/trunk/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx214 const int nHeight = gdk_pixbuf_get_height( mpLastPixbuf ); in grabFrame() local
218 if( pBuffer && ( nWidth > 0 ) && ( nHeight > 0 ) ) in grabFrame()
220 Bitmap aFrame( Size( nWidth, nHeight), 24 ); in grabFrame()
235 for( int nRow = 0; nRow < nHeight; ++nRow ) in grabFrame()
H A Dgstwindow.cxx163 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in implLayoutVideoWindow() local
197 nHeight = nVideoH; in implLayoutVideoWindow()
208 nHeight = aPrefSize.Height; in implLayoutVideoWindow()
231 nHeight = nVideoH; in implLayoutVideoWindow()
235 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
239 mpPlayerWindow->SetPosSizePixel( Point( nX, nY ), Size( nWidth, nHeight ) ); in implLayoutVideoWindow()
375 sal_Int32 nHeight, in setPosSize() argument
382 maWindowRect.Height = nHeight; in setPosSize()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java144 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in LayoutComponents() local
178 nHeight = nVideoH; in LayoutComponents()
189 nHeight = aPrefDim.height; in LayoutComponents()
208 nHeight = nVideoH; in LayoutComponents()
211 nX = nY = nWidth = nHeight = 0; in LayoutComponents()
214 aVisualComponent.setBounds( nX, nY, nWidth, nHeight ); in LayoutComponents()
/trunk/main/avmedia/source/win/
H A Dframegrabber.cxx152 long nWidth = 0, nHeight = 0, nSize = 0; in grabFrame() local
162 nHeight = pVih->bmiHeader.biHeight; in grabFrame()
164 if( nHeight < 0 ) in grabFrame()
165 nHeight *= -1; in grabFrame()
182 if( ( nWidth > 0 ) && ( nHeight > 0 ) && in grabFrame()
183 SUCCEEDED( pDet->GetBitmapBits( 0, &nSize, NULL, nWidth, nHeight ) ) && in grabFrame()
190 … if( SUCCEEDED( pDet->GetBitmapBits( fMediaTime, NULL, pBuffer, nWidth, nHeight ) ) ) in grabFrame()
H A Dplayer.cxx513 long nWidth = 0, nHeight = 0; in getPreferredPlayerWindowSize() local
515 mpBV->GetVideoSize( &nWidth, &nHeight ); in getPreferredPlayerWindowSize()
517 aSize.Height = nHeight; in getPreferredPlayerWindowSize()
H A Dwindow.cxx232 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in ImplLayoutVideoWindow() local
266 nHeight = nVideoH; in ImplLayoutVideoWindow()
277 nHeight = aPrefSize.Height; in ImplLayoutVideoWindow()
296 nHeight = nVideoH; in ImplLayoutVideoWindow()
299 nX = nY = nWidth = nHeight = 0; in ImplLayoutVideoWindow()
305 pVideoWindow->SetWindowPosition( nX, nY, nWidth, nHeight ); in ImplLayoutVideoWindow()
/trunk/main/avmedia/source/xine/
H A Dwindow.cxx188 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in implLayoutVideoWindow() local
222 nHeight = nVideoH; in implLayoutVideoWindow()
233 nHeight = aPrefSize.Height; in implLayoutVideoWindow()
252 nHeight = nVideoH; in implLayoutVideoWindow()
255 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx565 sal_Int32 nWidth = 0, nHeight = 0; in IMPL_LINK() local
567 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeight; in IMPL_LINK()
569 if ( nWidth == 0 && nHeight == 0 ) in IMPL_LINK()
H A Ddlgedobj.cxx450 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in PositionAndSizeChange() local
454 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeight; in PositionAndSizeChange()
469 if ( nNewValue + nHeight > nPageY + nPageHeight ) in PositionAndSizeChange()
470 nNewValue = nPageY + nPageHeight - nHeight; in PositionAndSizeChange()
1545 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in PositionAndSizeChange() local
1549 xPSet->getPropertyValue( DLGED_PROP_HEIGHT ) >>= nHeight; in PositionAndSizeChange()
1568 if ( nY + nHeight > nPageY + nPageHeight ) in PositionAndSizeChange()
1570 nNewY = nPageY + nPageHeight - nHeight; in PositionAndSizeChange()
/trunk/main/basegfx/inc/basegfx/raster/
H A Dbpixelraster.hxx61 BPixelRaster(sal_uInt32 nWidth, sal_uInt32 nHeight) in BPixelRaster() argument
63 mnHeight(nHeight), in BPixelRaster()
64 mnCount(nWidth * nHeight), in BPixelRaster()
H A Dbzpixelraster.hxx53 BZPixelRaster(sal_uInt32 nWidth, sal_uInt32 nHeight) in BZPixelRaster() argument
54 : BPixelRaster(nWidth, nHeight), in BZPixelRaster()

Completed in 185 milliseconds

12345678910>>...24