Home
last modified time | relevance | path

Searched refs:nWidth (Results 226 – 250 of 757) sorted by relevance

12345678910>>...31

/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerProviders.cxx54 int nWidth, in operator ()() argument
66 nWidth, in operator ()()
104 int nWidth, in operator ()() argument
109 (void)nWidth; in operator ()()
H A DMasterPageContainerProviders.hxx83 virtual Image operator() (int nWidth, SdPage* pPage, ::sd::PreviewRenderer& rRenderer) = 0;
107 virtual Image operator () (int nWidth, SdPage* pPage, ::sd::PreviewRenderer& rRenderer);
144 virtual Image operator() (int nWidth, SdPage* pPage, ::sd::PreviewRenderer& rRenderer);
/trunk/main/svx/source/table/
H A Dtablecolumn.cxx170 sal_Int32 nWidth = mnWidth; in setFastPropertyValue() local
171 bOk = aValue >>= nWidth; in setFastPropertyValue()
172 if( bOk && (nWidth != mnWidth) ) in setFastPropertyValue()
174 mnWidth = nWidth; in setFastPropertyValue()
/trunk/main/svtools/source/toolpanel/
H A Ddrawerlayouter.cxx76 const int nWidth( i_rDeckPlayground.GetWidth() ); in IMPLEMENT_IREFERENCE() local
89 aUpperDrawerPos, Size( nWidth, nDrawerHeight ) ); in IMPLEMENT_IREFERENCE()
100 Size( nWidth, nDrawerHeight ) in IMPLEMENT_IREFERENCE()
108 Size( nWidth, aLowerDrawerPos.Y() - aUpperDrawerPos.Y() + 1 ) in IMPLEMENT_IREFERENCE()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java96 int nYPos, int nWidth, int nHeight, XIndexContainer xParentForm ) throws java.lang.Exception in createControlAndShape() argument
105 xShape.setSize( new Size( nWidth * 100, nHeight * 100 ) ); in createControlAndShape()
179 int nYPos, int nWidth, int nHeight ) throws java.lang.Exception in createControlAndShape() argument
181 return createControlAndShape( sFormComponentService, nXPos, nYPos, nWidth, nHeight, null ); in createControlAndShape()
/trunk/main/editeng/source/uno/
H A Dunofored.cxx389 sal_uLong nWidth; in GetParaBounds() local
399 nWidth = rEditEngine.GetTextHeight( nPara ); in GetParaBounds()
403 return Rectangle( nTextWidth - aPnt.Y() - nWidth, 0, nTextWidth - aPnt.Y(), nHeight ); in GetParaBounds()
407 nWidth = rEditEngine.CalcTextWidth(); in GetParaBounds()
410 return Rectangle( 0, aPnt.Y(), nWidth, aPnt.Y() + nHeight ); in GetParaBounds()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.h37 unsigned long nWidth; member
55 long WriteJPEG( void* pJPEGWriter, void* pOStm, long nWidth, long nHeight, long bGreyScale,
64 void SetJpegPreviewSizeHint( int nWidth, int nHeight );
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx286 sal_Int32 nWidth = 0; in GetTextAreaOutline() local
299 …tTextOutlines( aCharacterData.vOutlines, aCharText, 0, 0, STRING_LEN, sal_True, nWidth, pDXArry ) ) in GetTextAreaOutline()
357 …v.GetTextOutlines( aCharacterData.vOutlines, rText, 0, 0, STRING_LEN, sal_True, nWidth, pDXArry ) ) in GetTextAreaOutline()
671 sal_Int32 nWidth = rTextAreaBoundRect.GetWidth(); in FitTextOutlinesToShapeOutlines() local
673 if ( rFWData.bSingleLineMode && nHeight && nWidth ) in FitTextOutlinesToShapeOutlines()
703 double fM1 = fx1 / (double)nWidth; in FitTextOutlinesToShapeOutlines()
704 double fM2 = fx2 / (double)nWidth; in FitTextOutlinesToShapeOutlines()
785 double fX = (double)rPoint.X() / (double)nWidth; in FitTextOutlinesToShapeOutlines()
/trunk/main/vcl/source/window/
H A Dstatus.cxx973 long nWidth = GetTextWidth( pItem->maText ) + nFudge; in DataChanged() local
974 if( nWidth > pItem->mnWidth + STATUSBAR_OFFSET ) in DataChanged()
975 pItem->mnWidth = nWidth + STATUSBAR_OFFSET; in DataChanged()
1011 void StatusBar::InsertItem( sal_uInt16 nItemId, sal_uLong nWidth, in InsertItem() argument
1030 pItem->mnWidth = (long)nWidth+nFudge+STATUSBAR_OFFSET; in InsertItem()
1360 long nWidth = GetTextWidth( pItem->maText ) + nFudge; in SetItemText() local
1361 if( (nWidth > pItem->mnWidth + STATUSBAR_OFFSET) || in SetItemText()
1362 ((nWidth < pItem->mnWidth) && (mnDX - STATUSBAR_OFFSET) < mnItemsWidth )) in SetItemText()
1364 pItem->mnWidth = nWidth + STATUSBAR_OFFSET; in SetItemText()
H A Darrange.cxx659 long nWidth = 0; in getLabelWidth() local
677 if( aLabSize.Width() > nWidth ) in getLabelWidth()
678 nWidth = aLabSize.Width(); in getLabelWidth()
683 return nWidth + getBorderValue( getBorderWidth() ); in getLabelWidth()
688 long nWidth = getLabelWidth(); in getOptimalSize() local
705 aElementSize.Width() = nWidth; in getOptimalSize()
741 long nWidth = getLabelWidth(); in resize() local
750 pLabel->setLabelColumnWidth( nWidth ); in resize()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx210 rOStm << nWidth; in ImplWriteLineColor()
843 sal_Int32 nWidth, nHeight; in ImplConvertFromSVM1() local
852 rIStm >> nWidth >> nHeight; in ImplConvertFromSVM1()
857 aFont.SetSize( Size( nWidth, nHeight ) ); in ImplConvertFromSVM1()
968 sal_Int32 nIndex, nLen, nWidth; in ImplConvertFromSVM1() local
970 rIStm >> aPt >> nIndex >> nLen >> nTmp >> nWidth; in ImplConvertFromSVM1()
1303 long nWidth; in ImplConvertFromSVM1() local
1308 rIStm >> aStartPt >> nWidth >> nStrikeout >> nUnderline >> nFollowingActionCount; in ImplConvertFromSVM1()
1310 rMtf.AddAction( new MetaTextLineAction( aStartPt, nWidth, in ImplConvertFromSVM1()
2409 const long nWidth = pA->GetWidth(); in ImplWriteActions() local
[all …]
H A Dlineinfo.cxx90 LineInfo::LineInfo( LineStyle eStyle, long nWidth ) in LineInfo() argument
95 mpImplLineInfo->mnWidth = nWidth; in LineInfo()
168 void LineInfo::SetWidth( long nWidth ) in SetWidth() argument
172 mpImplLineInfo->mnWidth = nWidth; in SetWidth()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1034 long nWidth; in GetMergeSel() local
1077 nWidth = rUnion.Right() - pCell->Frm().Left(); in GetMergeSel()
1078 nWidth = nWidth * aNew.GetWidth() / in GetMergeSel()
1080 long nTmpWidth = aNew.GetWidth() - nWidth; in GetMergeSel()
1081 aNew.SetWidth( nWidth ); in GetMergeSel()
1127 nWidth = aNew.GetWidth() - nLeft - nRight; in GetMergeSel()
1144 aNew.SetWidth( nWidth ); in GetMergeSel()
1242 nWidth = pFirstBox->GetFrmFmt()->GetFrmSize().GetWidth(); in GetMergeSel()
1254 nWidth += rPt.pSelBox->GetFrmFmt()->GetFrmSize().GetWidth(); in GetMergeSel()
1288 nWidth = pFirstBox->GetFrmFmt()->GetFrmSize().GetWidth(); in GetMergeSel()
[all …]
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx518 nWidth = pOutput->pRefDevice->PixelToLogic(Size(nWidth,0)).Width(); in SetTextToWidthOrHash()
583 nWidth += (nMaxDigit - GetDotWidth()) * nDecimalCount; in SetTextToWidthOrHash()
585 nWidth += (nMaxDigit - GetSignWidth()) * nSignCount; in SetTextToWidthOrHash()
587 nWidth += (nMaxDigit - GetExpWidth()) * nExpCount; in SetTextToWidthOrHash()
599 if (nActualTextWidth > nWidth) in SetTextToWidthOrHash()
1121 pRowInfo[0].pCellInfo[nCompCol+1].nWidth : in GetOutputArea()
1130 pRowInfo[0].pCellInfo[nCompCol+1].nWidth : in GetOutputArea()
1170 pRowInfo[0].pCellInfo[nCellX+i+1].nWidth : in GetOutputArea()
1892 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawStrings()
2976 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawEdit()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx62 inline void lclRotateLeft( Type& rnValue, sal_uInt8 nBits, sal_uInt8 nWidth ) in lclRotateLeft() argument
64 OSL_ASSERT( (nBits < nWidth) && (nWidth < sizeof( Type ) * 8) ); in lclRotateLeft()
65 Type nMask = static_cast< Type >( (1UL << nWidth) - 1 ); in lclRotateLeft()
67 ((rnValue << nBits) | ((rnValue & nMask) >> (nWidth - nBits))) & nMask ); in lclRotateLeft()
/trunk/main/vcl/inc/unx/
H A Dsalframe.h229 virtual void SetMinClientSize( long nWidth, long nHeight );
230 virtual void SetMaxClientSize( long nWidth, long nHeight );
231 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
270 virtual void UnionClipRegion( long nX, long nY, long nWidth, long nHeight );
/trunk/main/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx152 sal_Int32 nWidth, in DropdownToolbarController() argument
158 if ( nWidth == 0 ) in DropdownToolbarController()
159 nWidth = 100; in DropdownToolbarController()
165 m_pListBoxControl->SetSizePixel( ::Size( nWidth, aPixelSize.Height() )); in DropdownToolbarController()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx789 const sal_Int32* pDXArray, long nWidth, in ImplWriteText() argument
882 sal_Int32 nWidth = pDX[ nCurPos - 1 ]; in ImplWriteText() local
884 nWidth = ImplMap( nWidth ); in ImplWriteText()
885 nX = aPos.X() + nWidth; in ImplWriteText()
899 if( nWidth && aNormSize.Width() && ( nWidth != aNormSize.Width() ) ) in ImplWriteText()
901 const double fFactor = (double) nWidth / aNormSize.Width(); in ImplWriteText()
936 sal_Int32 nWidth = pDX[ nCurPos - 1 ]; in ImplWriteText() local
938 nWidth = ImplMap( nWidth ); in ImplWriteText()
939 nX = aPos.X() + nWidth; in ImplWriteText()
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx315 void setBaseColumnWidth( sal_Int32 nWidth );
794 void WorksheetGlobals::setBaseColumnWidth( sal_Int32 nWidth ) in setBaseColumnWidth() argument
797 if( !mbHasDefWidth && (nWidth > 0) ) in setBaseColumnWidth()
802 …rUnitConv.scaleToMm100( nWidth, UNIT_DIGIT ) + rUnitConv.scaleToMm100( 5, UNIT_SCREENX ), UNIT_DIG… in setBaseColumnWidth()
1191 sal_Int32 nWidth = getUnitConverter().scaleToMm100( rModel.mfWidth, UNIT_DIGIT ); in convertColumns() local
1194 nWidth *= 2; in convertColumns()
1195 if( nWidth > 0 ) in convertColumns()
1196 aPropSet.setProperty( PROP_Width, nWidth ); in convertColumns()
1633 void WorksheetHelper::setBaseColumnWidth( sal_Int32 nWidth ) in setBaseColumnWidth() argument
1635 mrSheetGlob.setBaseColumnWidth( nWidth ); in setBaseColumnWidth()
/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()
/trunk/main/sw/source/core/text/
H A Dfrminf.cxx110 long nWidth = pFrm->Prt().Width(); in IsFilled() local
111 nWidth *= nPercent; in IsFilled()
112 nWidth /= 100; in IsFilled()
113 return KSHORT(nWidth) <= pLay->Width(); in IsFilled()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx184 if( pFrame->maGeometry.nWidth ) in GetGraphicsWidth()
185 return pFrame->maGeometry.nWidth; in GetGraphicsWidth()
477 void Os2SalGraphics::drawRect( long nX, long nY, long nWidth, long nHeight ) in drawRect() argument
500 aPt.x = nX + nWidth - 1; in drawRect()
850 sal_Bool Os2SalGraphics::drawEPS( long nX, long nY, long nWidth, long nHeight, void* pPtr, ULONG nS… in drawEPS() argument
961 double dM11 = nWidth / ( nBoundingBox[2] - nBoundingBox[0] ); in drawEPS()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx617 bool WinSalGraphics::drawAlphaRect( long nX, long nY, long nWidth, in drawAlphaRect() argument
635 bool bRet = AlphaBlend( getHDC(), nX, nY, nWidth, nHeight, in drawAlphaRect()
735 void WinSalGraphics::invert( long nX, long nY, long nWidth, long nHeight, SalInvert nFlags ) in invert() argument
744 WIN_Rectangle( getHDC(), (int)nX, (int)nY, (int)(nX+nWidth), (int)(nY+nHeight) ); in invert()
763 PatBlt( getHDC(), nX, nY, nWidth, nHeight, PATINVERT ); in invert()
772 aRect.right = (int)nX+nWidth; in invert()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx54 const sal_uInt32 nWidth(mnAntiAlialize ? rRaster.getWidth()/mnAntiAlialize : rRaster.getWidth()); in BPixelRasterToBitmapEx() local
57 if(nWidth && nHeight) in BPixelRasterToBitmapEx()
59 const Size aDestSize(nWidth, nHeight); in BPixelRasterToBitmapEx()
74 for(sal_uInt32 x(0L); x < nWidth; x++) in BPixelRasterToBitmapEx()
115 for(sal_uInt32 x(0L); x < nWidth; x++) in BPixelRasterToBitmapEx()
136 aRetval.SetPrefSize(Size(nWidth, nHeight)); in BPixelRasterToBitmapEx()
/trunk/main/sw/source/filter/xml/
H A Dxmlithlp.hxx65 sal_uInt16 nWidth, sal_Bool bDouble );
69 sal_Bool bHasWidth, sal_uInt16 nWidth,
74 sal_uInt16 nWidth, sal_uInt16 nOutWidth,

Completed in 150 milliseconds

12345678910>>...31