Home
last modified time | relevance | path

Searched refs:nWidth (Results 1 – 25 of 757) sorted by path

12345678910>>...31

/trunk/main/UnoControls/inc/
H A Dbasecontrol.hxx600 sal_Int32 nWidth ,
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx485 sal_Int32 nWidth , in setPosSize() argument
509 bChanged |= m_nWidth != nWidth, m_nWidth = nWidth ; in setPosSize()
/trunk/main/UnoControls/source/controls/
H A Dprogressbar.cxx310 void SAL_CALL ProgressBar::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32 nHe… in setPosSize() argument
315 BaseControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
319 ( nWidth != aBasePosSize.Width ) || in setPosSize()
H A Dprogressmonitor.cxx515 sal_Int32 nWidth = 0 ; in getPreferredSize() local
518 nWidth = 3 * FREEBORDER ; in getPreferredSize()
519 nWidth += aProgressBarSize.Width ; in getPreferredSize()
529 if ( nWidth<DEFAULT_WIDTH ) in getPreferredSize()
531 nWidth = DEFAULT_WIDTH ; in getPreferredSize()
539 return Size ( nWidth, nHeight ) ; in getPreferredSize()
630 void SAL_CALL ProgressMonitor::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32… in setPosSize() argument
633 BaseContainerControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
637 ( nWidth != aBasePosSize.Width ) || in setPosSize()
H A Dstatusindicator.cxx301 sal_Int32 nWidth = impl_getWidth() ; in getPreferredSize() local
305 if ( nWidth<DEFAULT_WIDTH ) in getPreferredSize()
307 nWidth = DEFAULT_WIDTH ; in getPreferredSize()
315 return Size ( nWidth, nHeight ) ; in getPreferredSize()
393 void SAL_CALL StatusIndicator::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32… in setPosSize() argument
396 BaseContainerControl::setPosSize (nX, nY, nWidth, nHeight, nFlags) ; in setPosSize()
400 ( nWidth != aBasePosSize.Width ) || 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.hxx312 sal_Int32 nWidth ,
H A Dprogressmonitor.hxx625 sal_Int32 nWidth ,
H A Dstatusindicator.hxx451 sal_Int32 nWidth ,
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTable.cxx370 long nWidth = aGridRect.GetSize().Width()-aTableRect.Left(); in implGetBoundingBox() local
372 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBox()
382 long nWidth = aGridRect.GetSize().Width()-aTableRect.Left(); in implGetBoundingBoxOnScreen() local
384 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBoxOnScreen()
H A Dtextwindowaccessibility.cxx986 ::sal_Int32 nWidth = (aLeft.Top() == aRight.Top() in retrieveCharacterBounds()
994 nWidth, in retrieveCharacterBounds()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextAttributeDialog.java142 public int getIconWidth() { return nWidth; } in getIconWidth()
146 g.fillRect( x, y, nHeight, nWidth ); in paintIcon()
148 g.drawRect( x, y, nHeight, nWidth ); in paintIcon()
159 private static final int nWidth = 16; field in TextAttributeDialog.ColorIcon
/trunk/main/autodoc/source/display/html/
H A Dhtml_kit.cxx241 int nWidth = 100 / i_nNrOfColumns; in FlagTable() local
243 sprintf( sWidth, "%d%%", nWidth ); // SAFE SPRINTF (#100211# - checked) in FlagTable()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3712 long nWidth = pControl->GetSizePixel().Width(); in AnimateMouse() local
3713 aZiel.X() += nWidth / 2; in AnimateMouse()
/trunk/main/avmedia/source/gstreamer/
H A Dgstframegrabber.cxx213 const int nWidth = gdk_pixbuf_get_width( mpLastPixbuf ); in grabFrame() local
218 if( pBuffer && ( nWidth > 0 ) && ( nHeight > 0 ) ) in grabFrame()
220 Bitmap aFrame( Size( nWidth, nHeight), 24 ); in grabFrame()
239 for( int nCol = 0; nCol < nWidth; ++nCol ) in grabFrame()
H A Dgstwindow.cxx163 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in implLayoutVideoWindow() local
196 nWidth = nVideoW; in implLayoutVideoWindow()
207 nWidth = aPrefSize.Width; in implLayoutVideoWindow()
230 nWidth = nVideoW; in implLayoutVideoWindow()
235 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
239 mpPlayerWindow->SetPosSizePixel( Point( nX, nY ), Size( nWidth, nHeight ) ); in implLayoutVideoWindow()
374 sal_Int32 nWidth, in setPosSize() argument
381 maWindowRect.Width = nWidth; in setPosSize()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java144 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in LayoutComponents() local
177 nWidth = nVideoW; in LayoutComponents()
188 nWidth = aPrefDim.width; in LayoutComponents()
207 nWidth = nVideoW; 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
161 nWidth = pVih->bmiHeader.biWidth; 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()
516 aSize.Width = nWidth; in getPreferredPlayerWindowSize()
H A Dwindow.cxx232 int nX = 0, nY = 0, nWidth = 0, nHeight = 0; in ImplLayoutVideoWindow() local
265 nWidth = nVideoW; in ImplLayoutVideoWindow()
276 nWidth = aPrefSize.Width; in ImplLayoutVideoWindow()
295 nWidth = nVideoW; 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
221 nWidth = nVideoW; in implLayoutVideoWindow()
232 nWidth = aPrefSize.Width; in implLayoutVideoWindow()
251 nWidth = nVideoW; in implLayoutVideoWindow()
255 nX = nY = nWidth = nHeight = 0; in implLayoutVideoWindow()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx701 sal_uLong nWidth = pEditEngine->CalcTextWidth(); in Notify() local
702 if ( (long)nWidth != nCurTextWidth ) in Notify()
704 nCurTextWidth = nWidth; in Notify()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx565 sal_Int32 nWidth = 0, nHeight = 0; in IMPL_LINK() local
566 xPSet->getPropertyValue( DLGED_PROP_WIDTH ) >>= nWidth; 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
453 xPSet->getPropertyValue( DLGED_PROP_WIDTH ) >>= nWidth; in PositionAndSizeChange()
462 if ( nNewValue + nWidth > nPageX + nPageWidth ) in PositionAndSizeChange()
463 nNewValue = nPageX + nPageWidth - nWidth; in PositionAndSizeChange()
1545 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in PositionAndSizeChange() local
1548 xPSet->getPropertyValue( DLGED_PROP_WIDTH ) >>= nWidth; in PositionAndSizeChange()
1552 if ( nX + nWidth > nPageX + nPageWidth ) in PositionAndSizeChange()
1554 nNewX = nPageX + nPageWidth - nWidth; in PositionAndSizeChange()
H A Dmanagelang.cxx74 long nWidth = 0; in getLongestWordWidth() local
88 if ( nTemp > nWidth ) in getLongestWordWidth()
89 nWidth = nTemp; in getLongestWordWidth()
94 return nWidth; in getLongestWordWidth()
/trunk/main/basegfx/inc/basegfx/raster/
H A Dbpixelraster.hxx61 BPixelRaster(sal_uInt32 nWidth, sal_uInt32 nHeight) in BPixelRaster() argument
62 : mnWidth(nWidth), in BPixelRaster()
64 mnCount(nWidth * nHeight), in BPixelRaster()

Completed in 136 milliseconds

12345678910>>...31