Home
last modified time | relevance | path

Searched refs:nWidth (Results 326 – 350 of 756) sorted by relevance

1...<<11121314151617181920>>...31

/aoo41x/main/basctl/source/dlged/
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()
/aoo41x/main/svx/source/svdraw/
H A Dsvdhdl.cxx1088 sal_Int32 nWidth = aMarkerSize.Width(); in CreateColorDropper() local
1093 pWrite->DrawLine(Point(1, 0), Point(nWidth - 1, 0)); in CreateColorDropper()
1095 pWrite->DrawLine(Point(1, nHeight - 1), Point(nWidth - 1, nHeight - 1)); in CreateColorDropper()
1096 pWrite->DrawLine(Point(nWidth - 1, 1), Point(nWidth - 1, nHeight - 2)); in CreateColorDropper()
1105 pWrite->DrawLine(Point(2, 1), Point(nWidth - 2, 1)); in CreateColorDropper()
1113 pWrite->DrawLine(Point(2, nHeight - 2), Point(nWidth - 2, nHeight - 2)); in CreateColorDropper()
1114 pWrite->DrawLine(Point(nWidth - 2, 2), Point(nWidth - 2, nHeight - 3)); in CreateColorDropper()
/aoo41x/main/vcl/source/window/
H A Ddockwin.cxx979 long nWidth, long nHeight, in SetPosSizePixel() argument
986 pWrapper->mpFloatWin->SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
988 Window::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
993 mpFloatWin->SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
995 Window::SetPosSizePixel( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par6.cxx971 nWidth = SVBT16ToShort( pSD + 1 ); in CreateSep()
1977 nWidth = nNettoWidth = rWW.nSp28; in WW8SwFlyPara()
1978 if( nWidth <= 10 ) // Auto-Breite in WW8SwFlyPara()
1982 nWidth = nNettoWidth = in WW8SwFlyPara()
1985 if( nWidth <= MINFLY ) in WW8SwFlyPara()
2121 nXPos = -nWidth - (2*nLeBorderMgn) - rWW.nRiMgn; in WW8SwFlyPara()
2152 nXPos = -nWidth - nLeBorderMgn; in WW8SwFlyPara()
2254 Put( SwFmtFrmSize( pFS->eHeightFix, pFS->nWidth + in WW8FlySet()
2262 const WW8_PIC& rPic, long nWidth, long nHeight ) in WW8FlySet() argument
2287 Put( SwFmtFrmSize( ATT_FIX_SIZE, nWidth+aSizeArray[WW8_LEFT]+ in WW8FlySet()
[all …]
/aoo41x/main/svx/source/table/
H A Dsvdotable.cxx493 sal_Int32 nWidth = mpLayouter->getColumnWidth( nEdge ); in DragEdge() local
494 nWidth += nOffset; in DragEdge()
498 xColSet->setPropertyValue( sSize, Any( nWidth ) ); in DragEdge()
511 nWidth = mpLayouter->getColumnWidth( nEdge ); in DragEdge()
512 nWidth = std::max( (sal_Int32)(nWidth - nOffset), (sal_Int32)0 ); in DragEdge()
515 xColSet->setPropertyValue( sSize, Any( nWidth ) ); in DragEdge()
1851 const Color& rColor, long nXOffs, long nWidth, in lcl_VertLineEnds() argument
1863 long nTopRight = nTopLeft + nWidth - 1; in lcl_VertLineEnds()
1866 long nBotRight = nBotLeft + nWidth - 1; in lcl_VertLineEnds()
/aoo41x/main/sd/source/ui/sidebar/
H A DMasterPagesSelector.cxx138 sal_Int32 MasterPagesSelector::GetPreferredHeight (sal_Int32 nWidth) in GetPreferredHeight() argument
142 return PreviewValueSet::GetPreferredHeight (nWidth); in GetPreferredHeight()
843 css::ui::LayoutSize MasterPagesSelector::GetHeightForWidth (const sal_Int32 nWidth) in GetHeightForWidth() argument
845 const sal_Int32 nHeight (GetPreferredHeight(nWidth)); in GetHeightForWidth()
H A DPreviewValueSet.hxx46 sal_Int32 GetPreferredHeight (sal_Int32 nWidth);
63 sal_uInt16 CalculateColumnCount (int nWidth) const;
/aoo41x/main/offapi/com/sun/star/awt/
H A DXGraphics.idl211 [in] long nWidth,
222 [in] long nWidth,
252 @param nWidth
268 [in] long nWidth,
/aoo41x/main/svx/inc/svx/
H A Dframelink.hxx219 SVX_DLLPUBLIC double GetHorDiagAngle( long nWidth, long nHeight );
255 inline double GetVerDiagAngle( long nWidth, long nHeight ) in GetVerDiagAngle() argument
256 { return GetHorDiagAngle( nHeight, nWidth ); } in GetVerDiagAngle()
/aoo41x/main/oox/source/ole/
H A Dolehelper.cxx87 const sal_Int32 nWidth = 2 * sizeof( Type ); in lclAppendHex() local
89 orBuffer.setLength( orBuffer.getLength() + nWidth ); in lclAppendHex()
90 …for( sal_Int32 nCharIdx = orBuffer.getLength() - 1, nCharEnd = nCharIdx - nWidth; nCharIdx > nChar… in lclAppendHex()
/aoo41x/main/vcl/inc/
H A Dsalgeom.hxx31 unsigned long nWidth, nHeight; member
40 nX( 0 ), nY( 0 ), nWidth( 1 ), nHeight( 1 ), in _SalFrameGeometry()
/aoo41x/main/framework/inc/uielement/
H A Dcommandinfo.hxx46 nWidth( 0 ), in CommandInfo()
52 sal_uInt16 nWidth; member
/aoo41x/main/vcl/source/gdi/
H A Doctree.cxx124 const long nWidth = pAcc->Width(); in ImplCreateOctree() local
131 for( long nX = 0; nX < nWidth; nX++ ) in ImplCreateOctree()
150 for( long nX = 0; nX < nWidth; nX++ ) in ImplCreateOctree()
/aoo41x/main/sw/source/filter/html/
H A Dsvxcss1.hxx138 long nWidth, nHeight; member in SvxCSS1PropertyInfo
310 static void PixelToTwip( long &nWidth, long &nHeight );
313 static void SetBorderWidth( SvxBorderLine& aBorderLine, sal_uInt16 nWidth,
/aoo41x/main/editeng/source/rtf/
H A Drtfgrf.cxx212 sal_uInt32 n4Width = rPicType.nWidth; in WriteBMPHeader()
410 case RTF_PICW: rPicType.nWidth = nVal; break; in ReadBmpData()
565 rPicType.nWidth = sal::static_int_cast< sal_uInt16 >(aSize.Width()); in ReadBmpData()
/aoo41x/main/soldep/inc/soldep/
H A Dgraphwin.hxx46 #define PIXELS( nLeft, nTop, nWidth, nHeight )\ argument
47 LogicToPixel( Point( nLeft, nTop ) ), LogicToPixel( Size( nWidth, nHeight ) )
/aoo41x/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx90 const int nWidth = 100, nHeight = 100; in AquaSalInfoPrinter() local
91 … maContextMemory.reset( reinterpret_cast<sal_uInt8*>( rtl_allocateMemory( nWidth * 4 * nHeight ) ), in AquaSalInfoPrinter()
96 …mrContext = CGBitmapContextCreate( maContextMemory.get(), nWidth, nHeight, 8, nWidth * 4, GetSalDa… in AquaSalInfoPrinter()
/aoo41x/main/sw/source/filter/inc/
H A Dfltshell.hxx350 virtual void SetCellWidth(SwTwips nWidth, sal_uInt16 nCell);
407 virtual void SetCellWidth(SwTwips nWidth, sal_uInt16 nCell);
573 void SetCellWidth(SwTwips nWidth, sal_uInt16 nCell = USHRT_MAX ) { in SetCellWidth() argument
574 pOut->SetCellWidth(nWidth, nCell); } in SetCellWidth()
/aoo41x/main/sdext/source/presenter/
H A DPresenterScreen.cxx851 double nWidth = 0; in ProcessComponent() local
857 rValues[4] >>= nWidth; in ProcessComponent()
860 if (nX>=0 && nY>=0 && nWidth>0 && nHeight>0) in ProcessComponent()
870 nX+nWidth, in ProcessComponent()
/aoo41x/main/extensions/source/scanner/
H A Dsane.cxx753 sal_uInt32 nWidth = (sal_uInt32) aParams.pixels_per_line; in Start() local
760 nWidthMM = (int)(((double)nWidth / fResl) * 25.4); in Start()
764 …et dimensions to (%d, %d) Pixel, (%d, %d) mm, resolution is %lg\n", (int)nWidth, (int)nHeight, (in… in Start()
768 aConverter << (sal_uInt32)nWidth; in Start()
771 aConverter << (sal_uInt32)(1000*nWidth/nWidthMM); in Start()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx538 int nWidth = 0, nHeight = 0; in InitPaperFormats() local
539 m_aJobData.m_pParser->getPaperDimension( pValue->m_aOption, nWidth, nHeight ); in InitPaperFormats()
540 PaperInfo aInfo(PtTo10Mu( nWidth ), PtTo10Mu( nHeight )); in InitPaperFormats()
674 int nWidth, nHeight; in SetData() local
677 nWidth = pJobSetup->mnPaperWidth; in SetData()
682 nWidth = pJobSetup->mnPaperHeight; in SetData()
/aoo41x/main/svtools/source/dialogs/
H A Dfiledlg2.cxx570 long nWidth = pChild->GetTextWidth( pChild->GetText() ) + 12; in PreExecute() local
571 if( nMaxWidth < nWidth ) in PreExecute()
572 nMaxWidth = nWidth; in PreExecute()
573 nWidth = pChild->GetSizePixel().Width(); in PreExecute()
574 if( nMaxWidth < nWidth ) in PreExecute()
575 nMaxWidth = nWidth; in PreExecute()
/aoo41x/main/svtools/source/filter/wmf/
H A Demfwr.cxx358 sal_uInt32 nWidth = 0, nHeight = 0; in ImplCheckLineAttr() local
361 (*mpStm) << mnLineHandle << nStyle << nWidth << nHeight; in ImplCheckLineAttr()
784 …teTextRecord( const Point& rPos, const String rText, const sal_Int32* pDXArray, sal_uInt32 nWidth ) in ImplWriteTextRecord() argument
812 if( nWidth && nNormWidth && ( nWidth != nNormWidth ) ) in ImplWriteTextRecord()
814 const double fFactor = (double) nWidth / nNormWidth; in ImplWriteTextRecord()
/aoo41x/main/sc/source/filter/excel/
H A Dxeescher.cxx259 sal_Int32 nWidth = ::std::min< sal_Int32 >( pAccess->Width(), 0xFFFF ); in Save() local
261 if( (nWidth > 0) && (nHeight > 0) ) in Save()
263 sal_uInt8 nPadding = static_cast< sal_uInt8 >( nWidth & 0x03 ); in Save()
264 … sal_uInt32 nTmpSize = static_cast< sal_uInt32 >( (nWidth * 3 + nPadding) * nHeight + 12 ); in Save()
272 << static_cast< sal_uInt16 >( nWidth ) // width in Save()
279 for( sal_Int32 nX = 0; nX < nWidth; ++nX ) in Save()
/aoo41x/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1324 maComponentInfos.nWidth = 280; in ControlContainerBase()
1385 sal_Int32 nX = 0, nY = 0, nWidth = 0, nHeight = 0; in ImplSetPosSize() local
1388 xP->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ) ) >>= nWidth; in ImplSetPosSize()
1398 aTmp = ::Size( nWidth, nHeight ); in ImplSetPosSize()
1400 nWidth = aTmp.Width(); in ImplSetPosSize()
1428 nWidth *= nW; in ImplSetPosSize()
1429 nWidth /= 4; in ImplSetPosSize()
1436 xW->setPosSize( nX, nY, nWidth, nHeight, PosSize::POSSIZE ); in ImplSetPosSize()

Completed in 450 milliseconds

1...<<11121314151617181920>>...31