Home
last modified time | relevance | path

Searched refs:nWidth (Results 176 – 200 of 757) sorted by relevance

12345678910>>...31

/trunk/main/sdext/source/minimizer/
H A Dinformationdialog.hxx81 sal_Int32 nWidth,
90 sal_Int32 nWidth,
99 sal_Int32 nWidth,
106 sal_Int32 nWidth,
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DColumnarTwoColumns.java92 final int nWidth = (nUsablePageWidth - nLabelWidth * _nColumns) / _nColumns; in insertDetailFields() local
93 if (nWidth < 0) in insertDetailFields()
108 …Rect.X = getLeftPageIndent() + getLeftGroupIndent(getCountOfGroups()) + x * (nWidth + nLabelWidth); in insertDetailFields()
114 aRect = insertFormattedField(xSection, sFieldName, aRect, nWidth, aSOTextField); in insertDetailFields()
H A DTabular.java76 …final int nWidth = calculateFieldWidth(getLeftGroupIndent(getCountOfGroups()), aFieldNames.length); in insertDetailFields() local
82 aRect = insertFormattedField(xSection, sFieldName, aRect, nWidth, aSO); in insertDetailFields()
135 …final int nWidth = calculateFieldWidth(getLeftGroupIndent(getCountOfGroups()), aFieldTitleNames.le… in insertDetailFieldTitles() local
139 aRect = insertLabel(xSection, aFieldTitleNames[i], aRect, nWidth, aSO); in insertDetailFieldTitles()
/trunk/main/vcl/unx/headless/
H A Dsvpframe.hxx82 virtual void SetMinClientSize( long nWidth, long nHeight );
83 virtual void SetMaxClientSize( long nWidth, long nHeight );
84 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
116 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
/trunk/main/sw/source/core/inc/
H A Ddrawdev.hxx54 inline void DrawStretchText( const Point& rStart, sal_uInt16 nWidth,
88 inline void SwDrawDev::DrawStretchText( const Point& rStart, sal_uInt16 nWidth, in DrawStretchText() argument
92 pOut->DrawStretchText( rStart, nWidth, rTxt, nIdx, nLen ); in DrawStretchText()
94 pOut->DrawStretchText( rStart - *pPos, nWidth, rTxt, nIdx, nLen ); in DrawStretchText()
/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx701 SwTwips nWidth = 0; in GetTableWidth() local
705 case text::HoriOrientation::FULL: nWidth = rCols.GetRight(); break; in GetTableWidth()
710 nWidth = pFmt->GetFrmSize().GetWidth(); in GetTableWidth()
719 nWidth = pSh->GetAnyCurRect(RECT_PAGE_PRT).Width(); in GetTableWidth()
723 nWidth = pSh->GetAnyCurRect(RECT_FLY_PRT_EMBEDDED).Width(); in GetTableWidth()
731 nWidth -= (rLRSpace.GetRight() + rLRSpace.GetLeft()); in GetTableWidth()
736 return nWidth; in GetTableWidth()
/trunk/main/sw/source/core/layout/
H A Dssfrm.cxx761 long nWidth = (Frm().*fnRect->fnGetWidth)(); in UnionFrm() local
764 if( nPrtLeft + nPrtWidth > nWidth ) in UnionFrm()
765 nWidth = nPrtLeft + nPrtWidth; in UnionFrm()
769 nWidth -= nPrtLeft; in UnionFrm()
771 SwTwips nRight = nLeft + nWidth; in UnionFrm()
799 nWidth = nRight + nAdd - nLeft; in UnionFrm()
802 (aRet.*fnRect->fnSetWidth)( nWidth ); in UnionFrm()
/trunk/main/canvas/source/directx/
H A Ddx_surfacebitmap.cxx543 sal_uInt32 nWidth = rect.X2-rect.X1; in getData() local
546 uno::Sequence< sal_Int8 > aRes(nWidth*nHeight*4); in getData()
560 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in getData()
576 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in getData()
627 sal_uInt32 nWidth = rect.X2-rect.X1; in setData() local
642 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in setData()
659 sal_uInt32 nSegmentSizeInBytes = nWidth<<4; in setData()
/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/vcl/inc/unx/gtk/
H A Dgtkframe.hxx258 void resizeWindow( long nWidth, long nHeight );
317 virtual void SetMinClientSize( long nWidth, long nHeight );
318 virtual void SetMaxClientSize( long nWidth, long nHeight );
319 …virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nF…
387 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
/trunk/main/vcl/source/gdi/
H A Dvirdev.cxx258 long nWidth; in ImplSetOutputSizePixel() local
261 nWidth = mnOutWidth; in ImplSetOutputSizePixel()
263 nWidth = nNewWidth; in ImplSetOutputSizePixel()
270 aPosAry.mnSrcWidth = nWidth; in ImplSetOutputSizePixel()
274 aPosAry.mnDestWidth = nWidth; in ImplSetOutputSizePixel()
H A Dsallayout.cxx1082 long nWidth = GetTextWidth(); in FillDXArray() local
1083 return nWidth; in FillDXArray()
1110 long nWidth = nMaxPos - nMinPos; in GetTextWidth() local
1111 return nWidth; in GetTextWidth()
1479 long nWidth = 0; in GetTextBreak() local
1483 if( nWidth >= nMaxWidth ) in GetTextBreak()
1485 nWidth += nCharExtra; in GetTextBreak()
2158 long nWidth = 0; in GetTextBreak() local
2161 nWidth += pCharWidths[ i ] * nFactor; in GetTextBreak()
2162 if( nWidth > nMaxWidth ) in GetTextBreak()
[all …]
/trunk/main/sc/inc/
H A Dattrib.hxx363 explicit ScPageScaleToItem( sal_uInt16 nWidth, sal_uInt16 nHeight );
375 inline void SetWidth( sal_uInt16 nWidth ) { mnWidth = nWidth; } in SetWidth() argument
377 inline void Set( sal_uInt16 nWidth, sal_uInt16 nHeight ) in Set() argument
378 { mnWidth = nWidth; mnHeight = nHeight; } in Set()
/trunk/main/dbaccess/source/ui/uno/
H A DColumnControl.cxx100 …setPosSize( aComponentInfos.nX, aComponentInfos.nY, aComponentInfos.nWidth, aComponentInfos.nHeigh… in createPeer()
109 sal_Int32 nWidth = 50; in createPeer() local
110 xProp->getPropertyValue(PROPERTY_EDIT_WIDTH) >>= nWidth; in createPeer()
111 pPeer->setEditWidth(nWidth); in createPeer()
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx934 double nWidth = static_cast<double>(maMtrWidth.GetValue( meDlgUnit )); in FillItemSet() local
935nWidth = MetricField::ConvertDoubleValue( nWidth, maMtrWidth.GetBaseValue(), maMtrWidth.GetDecimal… in FillItemSet()
936 long lWidth = long(nWidth * (double)aUIScale); in FillItemSet()
1641 const sal_Int64 nWidth(basegfx::fround64((mfOldWidth * (double)nHeight) / mfOldHeight)); in IMPL_LINK() local
1642 maMtrWidth.SetUserValue(nWidth, FUNIT_NONE); in IMPL_LINK()
1655 sal_Int64 nWidth(basegfx::fround64((mfOldWidth * (double)maMtrHeight.GetValue()) / mfOldHeight)); in IMPL_LINK() local
1657 if(nWidth <= maMtrWidth.GetMax(FUNIT_NONE)) in IMPL_LINK()
1659 maMtrWidth.SetUserValue(nWidth, FUNIT_NONE); in IMPL_LINK()
1663 nWidth = maMtrWidth.GetMax(FUNIT_NONE); in IMPL_LINK()
1664 maMtrWidth.SetUserValue(nWidth); in IMPL_LINK()
[all …]
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx1020 long nWidth = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Width(); in MouseButtonUp() local
1050 …else if( bLeftRulerChange && ( aButtonUpPt.X() / HMM_PER_TWIPS > nWidth - aLRItem.GetRight() - aOf… in MouseButtonUp()
1075 …aLRItem.SetRight( (long)( nWidth - aButtonUpPt.X() / HMM_PER_TWIPS - aOffset.X() / HMM_PER_TWIPS )… in MouseButtonUp()
1269 long nWidth = (long) lcl_GetDocPageSize(pDocShell->GetDocument(), nTab).Width(); in MouseMove() local
1285 nRightMargin = (long)( nWidth * HMM_PER_TWIPS - nRightMargin - aOffset.X() ); in MouseMove()
1307 …Point aTopRight = LogicToPixel( Point( (long)(nWidth * HMM_PER_TWIPS - aOffset.X()), nTopMargin … in MouseMove()
1379 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()
1390 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()
1399 …if( aMouseMovePoint.X() > -aOffset.X() && aMouseMovePoint.X() < nWidth * HMM_PER_TWIPS - aOffset.X… in MouseMove()
1534 long nWidth = (long) lcl_GetDocPageSize( pDocShell->GetDocument(), nTab ).Width(); in DrawInvert() local
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx543 const sal_uInt32 nWidth = aSize.Width(); in GetDraftFillColor() local
547 if(pAccess && nWidth > 0 && nHeight > 0) in GetDraftFillColor()
553 const sal_uInt32 nXStep((nWidth > nMaxSteps) ? nWidth / nMaxSteps : 1L); in GetDraftFillColor()
559 for(sal_uInt32 nX(0L); nX < nWidth; nX += nXStep) in GetDraftFillColor()
963 sal_uIntPtr nWidth( rArea.GetSize().Width() ); in impCalcBackgroundColor() local
964 sal_uIntPtr nWidth14 = nWidth / 4; in impCalcBackgroundColor()
966 sal_uIntPtr nWidth34 = ( 3 * nWidth ) / 4; in impCalcBackgroundColor()
/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx348 const sal_Int32 nWidth (pParentWindow->GetSizePixel().Width()); in NotifyResize() local
351 mbIsDeckOpen = (nWidth > TabBar::GetDefaultWidth()); in NotifyResize()
354 mnSavedSidebarWidth = nWidth; in NotifyResize()
359 const bool bIsOpening (nWidth > mnWidthOnSplitterButtonDown); in NotifyResize()
361 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthOpenThreshold; in NotifyResize()
363 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthCloseThreshold; in NotifyResize()
375 mpCurrentDeck->SetPosSizePixel(0,0, nWidth-TabBar::GetDefaultWidth(), nHeight); in NotifyResize()
384 mpTabBar->SetPosSizePixel(nWidth-TabBar::GetDefaultWidth(),0,TabBar::GetDefaultWidth(),nHeight); in NotifyResize()
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx327 sal_uInt16 nWidth( 0 ); in startElement() local
380 nWidth = (sal_uInt16)(xAttribs->getValueByIndex( n ).toInt32()); in startElement()
762 sal_Int16 nWidth( 0 ); in WriteToolBoxDocument() local
765 …ExtractToolbarParameters( aProps, aCommandURL, aLabel, aHelpURL, aTooltip, nStyle, nWidth, bVisibl… in WriteToolBoxDocument()
767 WriteToolBoxItem( aCommandURL, aLabel, aHelpURL, aTooltip, nStyle, nWidth, bVisible ); in WriteToolBoxDocument()
793 sal_Int16 nWidth, in WriteToolBoxItem() argument
856 if ( nWidth > 0 ) in WriteToolBoxItem()
860 ::rtl::OUString::valueOf( sal_Int32( nWidth )) ); in WriteToolBoxItem()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx461 short nWidth; in _SwNumFmtGlobal() local
467 rStream >> nFamily >> nCharSet >> nWidth >> nHeight >> nPitch; in _SwNumFmtGlobal()
471 Font aFont( nFamily, Size( nWidth, nHeight ) ); in _SwNumFmtGlobal()
556 short nWidth = 0, nHeight = 0; in Store() local
564 nWidth = (short)pFnt->GetSize().Width(); in Store()
584 << nWidth in Store()
/trunk/main/sc/source/ui/docshell/
H A Darealink.cxx290 SCCOL nWidth = 0; in Refresh() local
303 nWidth = Max( nWidth, (SCCOL)(aTokenRange.aEnd.Col() - aTokenRange.aStart.Col() + 1) ); in Refresh()
318 if (nWidth > 0 && nHeight > 0) in Refresh()
320 aNewRange.aEnd.SetCol( aNewRange.aStart.Col() + nWidth - 1 ); in Refresh()
374 if (nWidth > 0 && nHeight > 0) in Refresh()
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx85 explicit ArrayImpl( size_t nWidth, size_t nHeight, bool bDiagDblClip );
159 explicit Array( size_t nWidth, size_t nHeight );
167 void Initialize( size_t nWidth, size_t nHeight );
400 void SetColWidth( size_t nCol, long nWidth );
406 void SetAllColWidths( long nWidth );
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h164 virtual void drawRect( long nX, long nY, long nWidth, long nHeight );
197 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
201 virtual void invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags);
204 … virtual sal_Bool drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, ULONG nSize );
230 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency …
/trunk/main/extensions/source/scanner/
H A Dtwain.cxx362 long nWidth = aInfo.ImageWidth; in ImplXfer() local
369 nWidth = aInfo.ImageWidth; in ImplXfer()
375 nWidth = nHeight = nXRes = nYRes = -1L; in ImplXfer()
405 if ( ( nXRes != -1 ) && ( nYRes != - 1 ) && ( nWidth != - 1 ) && ( nHeight != - 1 ) ) in ImplXfer()
409 aBitmap.SetPrefSize( Size( nWidth, nHeight ) ); in ImplXfer()
/trunk/main/sd/source/ui/dlg/
H A Dcopydlg.cxx184 long nWidth = 0L; in IMPL_LINK() local
186 nWidth = ( ( ( const SfxInt32Item* ) pPoolItem )->GetValue() ); in IMPL_LINK()
187 SetMetricValue( maMtrFldWidth, Fraction(nWidth) / maUIScale, SFX_MAPUNIT_100TH_MM); in IMPL_LINK()
248 long nWidth = Fraction( GetCoreValue( maMtrFldWidth, SFX_MAPUNIT_100TH_MM) ) * maUIScale; in GetAttr() local
254 rOutAttrs.Put( SfxInt32Item( ATTR_COPY_WIDTH, nWidth ) ); in GetAttr()

Completed in 157 milliseconds

12345678910>>...31