| /AOO41X/main/svtools/source/control/ |
| H A D | taskmisc.cxx | 89 long nX, long nY, long nWidth, long nHeight ) in ImplPosSizeWindow() argument 91 if ( nWidth < 32 ) in ImplPosSizeWindow() 92 nWidth = 32; in ImplPosSizeWindow() 95 pWindow->SetPosSizePixel( nX, nY, nWidth, nHeight ); in ImplPosSizeWindow() 120 long nWidth = rRect.GetWidth(); in ImplTile() local 123 long nRectWidth = nWidth; in ImplTile() 138 nWidth /= nCols; in ImplTile() 139 if ( nWidth < 1 ) in ImplTile() 140 nWidth = 1; in ImplTile() 141 nOverWidth = nRectWidth-(nWidth*nCols); in ImplTile() [all …]
|
| /AOO41X/main/sw/source/ui/frmdlg/ |
| H A D | colmgr.cxx | 44 void FitToActualSize(SwFmtCol& rCol, sal_uInt16 nWidth) in FitToActualSize() argument 49 const sal_uInt16 nTmp = rCol.CalcColWidth(i, nWidth); in FitToActualSize() 52 rCol.SetWishWidth(nWidth); in FitToActualSize() 65 aFmtCol.Init(nCount, nGutterWidth, nWidth); in SetCount() 66 aFmtCol.SetWishWidth(nWidth); in SetCount() 67 aFmtCol.SetGutterWidth(nGutterWidth, nWidth); in SetCount() 94 aFmtCol.SetGutterWidth(nGutterWidth, nWidth); in SetGutterWidth() 132 return aFmtCol.CalcPrtColWidth(nIdx, nWidth); in GetColWidth() 152 nWidth = nW; in SetActualWidth() 164 nWidth(nActWidth) in SwColMgr() [all …]
|
| H A D | frmmgr.cxx | 312 nTmp = rVal.nWidth; in ValidateMetrics() 313 rVal.nWidth = rVal.nHeight; in ValidateMetrics() 324 if (rVal.nHPos + rVal.nWidth > aBoundRect.Right()) in ValidateMetrics() 328 rVal.nHPos -= ((rVal.nHPos + rVal.nWidth) - aBoundRect.Right()); in ValidateMetrics() 332 rVal.nWidth = aBoundRect.Right() - rVal.nHPos; in ValidateMetrics() 335 if (rVal.nHPos + rVal.nWidth > aBoundRect.Right()) in ValidateMetrics() 336 rVal.nWidth = aBoundRect.Right() - rVal.nHPos; in ValidateMetrics() 358 rVal.nMaxHPos = aBoundRect.Right() - rVal.nWidth; in ValidateMetrics() 371 if (rVal.nHPos + rVal.nWidth > aBoundRect.Right()) in ValidateMetrics() 375 rVal.nHPos -= ((rVal.nHPos + rVal.nWidth) - aBoundRect.Right()); in ValidateMetrics() [all …]
|
| /AOO41X/main/sfx2/source/sidebar/ |
| H A D | GridLayouter.cxx | 187 CellDescriptor& CellDescriptor::SetFixedWidth (const sal_Int32 nWidth) in SetFixedWidth() argument 189 mnMinimumWidth = nWidth; in SetFixedWidth() 190 mnMaximumWidth = nWidth; in SetFixedWidth() 223 CellDescriptor& CellDescriptor::SetMinimumWidth (const sal_Int32 nWidth) in SetMinimumWidth() argument 225 mnMinimumWidth = nWidth; in SetMinimumWidth() 372 …const sal_Int32 nWidth (rDescriptor.GetWidth() - rDescriptor.GetLeftPadding() - rDescriptor.GetRig… in LayoutColumn() local 385 sal_Int32 nCellWidth (nWidth); in LayoutColumn() 436 const sal_Int32 nWidth (GetMinimumColumnWidth(rColumn, rDescriptor)); in DistributeWidth() local 438 rDescriptor.SetWidth(nWidth); in DistributeWidth() 441 nZeroWeightWidth += nWidth; in DistributeWidth() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/ipict/ |
| H A D | ipict.cxx | 264 if ( nx == nWidth ) break; \ 266 if ( nx == nWidth ) break; \ 268 if ( nx == nWidth ) break; \ 270 if ( nx == nWidth ) break; \ 272 if ( nx == nWidth ) break; \ 274 if ( nx == nWidth ) break; \ 276 if ( nx == nWidth ) break; \ 281 if ( nx == nWidth ) break; \ 283 if ( nx == nWidth ) break; \ 285 if ( nx == nWidth ) break; \ [all …]
|
| /AOO41X/main/filter/source/graphicfilter/ipbm/ |
| H A D | ipbm.cxx | 261 sal_uLong nWidth = 0; in ImplReadBody() local 282 mpAcc->SetPixelIndex( nHeight, nWidth, nDat >> nShift ); in ImplReadBody() 283 if ( ++nWidth == mnWidth ) in ImplReadBody() 286 nWidth = 0; in ImplReadBody() 301 mpAcc->SetPixelIndex( nHeight, nWidth++, nDat); in ImplReadBody() 303 if ( nWidth == mnWidth ) in ImplReadBody() 305 nWidth = 0; in ImplReadBody() 325 …mpAcc->SetPixel( nHeight, nWidth++, BitmapColor( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_uInt8)nB… in ImplReadBody() 326 if ( nWidth == mnWidth ) in ImplReadBody() 328 nWidth = 0; in ImplReadBody() [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | bitmap4.cxx | 119 const long nWidth = pWriteAcc->Width(), nWidth2 = nWidth + 2; in ImplConvolute3() local 143 pColm[ nWidth + 1 ] = pColm[ nWidth ]; in ImplConvolute3() 162 for( nX = 0; nX < nWidth; nX++ ) in ImplConvolute3() 266 const long nWidth = pWriteAcc->Width(), nWidth2 = nWidth + 2; in ImplMedianFilter() local 286 pColm[ nWidth + 1 ] = pColm[ nWidth ]; in ImplMedianFilter() 308 for( nX = 0; nX < nWidth; nX++ ) in ImplMedianFilter() 403 const long nWidth = pWriteAcc->Width(); in ImplSobelGrey() local 414 long* pHMap = new long[ nWidth + 2 ]; in ImplSobelGrey() 420 for( nX = 1; nX <= nWidth; nX++ ) in ImplSobelGrey() 422 pHMap[ nWidth + 1 ] = nWidth - 1; in ImplSobelGrey() [all …]
|
| H A D | dibtools.cxx | 90 sal_Int32 nWidth; member 103 nWidth(0UL), in DIBInfoHeader() 186 rIStm >> nTmp16; rHeader.nWidth = nTmp16; in ImplReadDIBInfoHeader() 197 if(nUsed < rHeader.nSize) { rIStm >> rHeader.nWidth; nUsed += sizeof(rHeader.nWidth); } in ImplReadDIBInfoHeader() 248 if ( rHeader.nWidth < 0 ) in ImplReadDIBInfoHeader() 254 … if( rHeader.nSizeImage > ( 16 * static_cast< sal_uInt32 >( rHeader.nWidth * rHeader.nHeight ) ) ) in ImplReadDIBInfoHeader() 293 const sal_uLong nWidth = rAcc.Width(); in ImplDecodeRLE() local 316 if( nX < nWidth ) in ImplDecodeRLE() 319 if( nX < nWidth ) in ImplDecodeRLE() 325 if( nX < nWidth ) in ImplDecodeRLE() [all …]
|
| H A D | bitmap.cxx | 632 const long nWidth = pAcc->Width(); in Invert() local 635 for( long nX = 0L; nX < nWidth; nX++ ) in Invert() 661 const long nWidth = pAcc->Width(); in Mirror() local 663 const long nWidth1 = nWidth - 1L; in Mirror() 664 const long nWidth_2 = nWidth >> 1L; in Mirror() 711 const long nWidth = pAcc->Width(); in Mirror() local 712 const long nWidth1 = nWidth - 1L; in Mirror() 718 for( long nX = 0L, nOtherX = nWidth1; nX < nWidth; nX++, nOtherX-- ) in Mirror() 730 … for( long nX = 0L, nOtherX = nWidth1, nWidth_2 = nWidth >> 1; nX < nWidth_2; nX++, nOtherX-- ) in Mirror() 778 const long nWidth = aSizePix.Width(); in Rotate() local [all …]
|
| H A D | bitmap3.cxx | 378 const long nWidth = pWriteAcc->Width(); in ImplMakeMono() local 385 for( long nX = 0L; nX < nWidth; nX++ ) in ImplMakeMono() 402 for( long nX = 0L; nX < nWidth; nX++ ) in ImplMakeMono() 452 const long nWidth = pWriteAcc->Width(); in ImplMakeMonoDither() local 462 for( long nX = 0L, nModY = nY % 16; nX < nWidth; nX++ ) in ImplMakeMonoDither() 479 for( long nX = 0L, nModY = nY % 16; nX < nWidth; nX++ ) in ImplMakeMonoDither() 538 const long nWidth = pWriteAcc->Width(); in ImplMakeGreyscales() local 545 for( long nX = 0L; nX < nWidth; nX++ ) in ImplMakeGreyscales() 563 for( long nX = 0L; nX < nWidth; nX++ ) in ImplMakeGreyscales() 583 for( long nX = 0L; nX < nWidth; nX++ ) in ImplMakeGreyscales() [all …]
|
| H A D | outdev3.cxx | 3154 long nWidth = rSalLayout.GetTextWidth(); in ImplGetTextWidth() local 3155 nWidth /= rSalLayout.GetUnitsPerPixel(); in ImplGetTextWidth() 3156 return nWidth; in ImplGetTextWidth() 3162 long nDistX, long nDistY, long nWidth, long nHeight ) in ImplDrawTextRect() argument 3178 nTemp = nWidth; in ImplDrawTextRect() 3179 nWidth = nHeight; in ImplDrawTextRect() 3187 nX -= nWidth; in ImplDrawTextRect() 3195 nTemp = nWidth; in ImplDrawTextRect() 3196 nWidth = nHeight; in ImplDrawTextRect() 3198 nX -= nWidth; in ImplDrawTextRect() [all …]
|
| H A D | salgdilayout.cxx | 66 … aGeom.nX = pParent->maGeometry.nX + pParent->maGeometry.nWidth - maGeometry.nWidth - parent_x; in GetGeometry() 147 void SalGraphics::mirror( long& x, long& nWidth, const OutputDevice *pOutDev, bool bBack ) const in mirror() argument 173 … x = x - pOutDevRef->GetOutputWidthPixel() + devX - pOutDevRef->GetOutOffXPixel() + nWidth; in mirror() 175 … x = pOutDevRef->GetOutputWidthPixel() - (x - devX) + pOutDevRef->GetOutOffXPixel() - nWidth; in mirror() 179 x = w-nWidth-x; in mirror() 302 long nWidth = rRect.GetWidth(); in mirror() local 306 mirror( x, nWidth, pOutDev, bBack ); in mirror() 427 void SalGraphics::DrawRect( long nX, long nY, long nWidth, long nHeight, const OutputDevice *pOu… in DrawRect() argument 430 mirror( nX, nWidth, pOutDev ); in DrawRect() 431 drawRect( nX, nY, nWidth, nHeight ); in DrawRect() [all …]
|
| /AOO41X/main/vcl/unx/headless/ |
| H A D | svpframe.cxx | 155 SalPaintEvent aPEvt(0, 0, maGeometry.nWidth, maGeometry.nHeight); in PostPaint() 201 void SvpSalFrame::SetMinClientSize( long nWidth, long nHeight ) in SetMinClientSize() argument 203 m_nMinWidth = nWidth; in SetMinClientSize() 207 void SvpSalFrame::SetMaxClientSize( long nWidth, long nHeight ) in SetMaxClientSize() argument 209 m_nMaxWidth = nWidth; in SetMaxClientSize() 213 void SvpSalFrame::SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags ) in SetPosSize() argument 221 maGeometry.nWidth = nWidth; in SetPosSize() 222 if( m_nMaxWidth > 0 && maGeometry.nWidth > (unsigned int)m_nMaxWidth ) in SetPosSize() 223 maGeometry.nWidth = m_nMaxWidth; in SetPosSize() 224 if( m_nMinWidth > 0 && maGeometry.nWidth < (unsigned int)m_nMinWidth ) in SetPosSize() [all …]
|
| /AOO41X/main/svx/source/tbxctrls/ |
| H A D | layctrl.cxx | 64 long nWidth; member in TableWindow 123 nWidth = 5; in TableWindow() 129 SetOutputSizePixel( Size( nMX*nWidth-1, nMY*nHeight-1+nTextHeight ) ); in TableWindow() 185 if ( (nWidth <= nNewCol) || (nHeight < nNewLine) ) in UpdateSize_Impl() 189 if ( nWidth <= nNewCol ) in UpdateSize_Impl() 191 nWidth = nNewCol; in UpdateSize_Impl() 192 nWidth++; in UpdateSize_Impl() 199 while ( nWidth > 0 && in UpdateSize_Impl() 200 (short)(aWinPos.X()+(nMX*nWidth-1)) >= aMaxPos.X()-3 ) in UpdateSize_Impl() 201 nWidth--; in UpdateSize_Impl() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/ipcd/ |
| H A D | ipcd.cxx | 67 sal_uLong nWidth; // Breite des PCD-Bildes member in PCDReader 125 nWidth = 192; in ReadPCD() 131 nWidth = 384; in ReadPCD() 137 nWidth = 768; in ReadPCD() 149 nBMPWidth = nWidth; in ReadPCD() 155 nBMPHeight = nWidth; in ReadPCD() 227 nW2=nWidth>>1; in ReadImage() 230 pL0 =(sal_uInt8*)rtl_allocateMemory( nWidth ); in ReadImage() 231 pL1 =(sal_uInt8*)rtl_allocateMemory( nWidth ); in ReadImage() 234 pL0N=(sal_uInt8*)rtl_allocateMemory( nWidth ); in ReadImage() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/icgm/ |
| H A D | class5.cxx | 51 double nWidth; in ImplDoClass5() local 55 nWidth = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 57 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5() 59 ImplMapDouble( nWidth ); in ImplDoClass5() 62 …nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; // scalin… in ImplDoClass5() 65 ? pElement->aLineBundle.nLineWidth = nWidth in ImplDoClass5() 66 : pElement->aLineBundle.nLineWidth = nWidth; in ImplDoClass5() 90 double nWidth; in ImplDoClass5() local 94 nWidth = ImplGetFloat( pElement->eVDCRealPrecision, pElement->nVDCRealSize ); in ImplDoClass5() 96 nWidth = (double)ImplGetI( pElement->nVDCIntegerPrecision ); in ImplDoClass5() [all …]
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | wrtww8gr.cxx | 521 const sal_uInt16 nWidth = static_cast< sal_uInt16 >(aSize.Width()); in Insert() local 523 maDetails.push_back(GraphicDetails(rFly, nWidth, nHeight)); in Insert() 527 sal_uInt16 mm, sal_uInt16 nWidth, sal_uInt16 nHeight, const SwAttrSet* pAttrSet) in WritePICFHeader() argument 596 nWidth -= bShadow ? nThick*2 : nThick; in WritePICFHeader() 597 nWidth = nWidth - nSpacing; in WritePICFHeader() 627 aGrTwipSz.Width() = nWidth; in WritePICFHeader() 644 const double fVal = nWidth * 1000.0 / (aGrTwipSz.Width() + nXSizeAdd ); in WritePICFHeader() 690 const sw::Frame &rFly, sal_uInt16 nWidth, sal_uInt16 nHeight) in WriteGrfFromGrfNode() argument 714 WritePICFHeader(rStrm, rFly, mm, nWidth, nHeight, in WriteGrfFromGrfNode() 724 WritePICFHeader(rStrm, rFly, 0x64, nWidth, nHeight, in WriteGrfFromGrfNode() [all …]
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | salbmp.cxx | 73 int nX, int nY, int nWidth, int nHeight, bool /*bMirrorVert*/ ) in Create() argument 79 nWidth += nX, nX = 0; in Create() 83 if( nWidth >= (int)aLayerSize.width - nX ) in Create() 84 nWidth = (int)aLayerSize.width - nX; in Create() 87 if( (nWidth < 0) || (nHeight < 0) ) in Create() 88 nWidth = nHeight = 0; in Create() 91 mnWidth = nWidth; in Create() 485 void AquaSalBitmap::ConvertBitmapData( sal_uInt32 nWidth, sal_uInt32 nHeight, in ConvertBitmapData() argument 514 aSrcBuf.mnWidth = aDstBuf.mnWidth = nWidth; in ConvertBitmapData() 540 sal_uInt32 nX = nWidth; in ConvertBitmapData() [all …]
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | bordrhdl.cxx | 171 sal_uInt16 nWidth, sal_Bool bDouble ) in lcl_frmitems_setXMLBorderWidth() argument 189 nWidth <= ((aWidths[i] + aWidths[i-4]) / 2) ) in lcl_frmitems_setXMLBorderWidth() 204 nWidth <= ((aWidths[i] + aWidths[i-4]) / 2) ) in lcl_frmitems_setXMLBorderWidth() 215 rBorderLine.OuterLineWidth = 0 == nWidth ? DEF_LINE_WIDTH_0 : nWidth; in lcl_frmitems_setXMLBorderWidth() 269 sal_uInt16 nWidth = i < nSize ? 0 : nOutWidth + nInWidth + nDistance; in importXML() local 325 sal_uInt16 nWidth = 0; in importXML() local 352 nWidth = (sal_uInt16)nTemp; in importXML() 379 (bHasWidth && USHRT_MAX == nNamedWidth && 0 == nWidth) ) in importXML() 398 lcl_frmitems_setXMLBorderWidth( aBorderLine, nWidth, bDouble ); in importXML() 422 sal_Int32 nWidth = aBorderLine.OuterLineWidth; in exportXML() local [all …]
|
| /AOO41X/main/vcl/aqua/source/window/ |
| H A D | salframe.cxx | 156 maGeometry.nWidth = static_cast<unsigned int>(aVisibleRect.size.width * 0.8); in initWindowAndView() 172 maGeometry.nWidth = static_cast<int>(aVisibleRect.size.width); in initWindowAndView() 212 const NSRect aRect = { NSZeroPoint, NSMakeSize( maGeometry.nWidth, maGeometry.nHeight )}; in initWindowAndView() 376 … nNewX = mpParent->maGeometry.nX + ((long)mpParent->maGeometry.nWidth - (long)maGeometry.nWidth)/2; in initShow() 379 if( long(nNewX + maGeometry.nWidth) > aScreenRect.Right() ) in initShow() 380 nNewX = aScreenRect.Right() - maGeometry.nWidth-1; in initShow() 393 long nNewX = (aScreenRect.GetWidth() - maGeometry.nWidth)/2; in initShow() 405 SalPaintEvent aPaintEvt( 0, 0, maGeometry.nWidth, maGeometry.nHeight, true ); in SendPaintEvent() 488 void AquaSalFrame::SetMinClientSize( long nWidth, long nHeight ) in SetMinClientSize() argument 493 mnMinWidth = nWidth; in SetMinClientSize() [all …]
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | possiz.hxx | 33 KSHORT nWidth; member in SwPosSize 37 : nWidth(nW), nHeight(nH) { } in SwPosSize() 39 : nWidth(KSHORT(rSize.Width())), nHeight(KSHORT(rSize.Height())){ } in SwPosSize() 42 inline KSHORT Width() const { return nWidth; } in Width() 43 inline void Width( const KSHORT nNew ) { nWidth = nNew; } in Width() 45 inline Size SvLSize() const { return Size( nWidth, nHeight ); } in SvLSize() 54 nWidth = rSize.Width(); in operator =() 61 nWidth = KSHORT(rSize.Width()); in SvLSize() 68 nWidth = KSHORT(rSize.Height()); in SvXSize() 73 nWidth = KSHORT(rSize.Width()); in operator =()
|
| /AOO41X/main/svtools/source/brwbox/ |
| H A D | brwbox1.cxx | 277 void BrowseBox::InsertHandleColumn( sal_uLong nWidth ) in InsertHandleColumn() argument 281 pCols->Insert( new BrowserColumn( 0, Image(), String(), nWidth, GetZoom(), 0 ), (sal_uLong) 0 ); in InsertHandleColumn() 288 Point(nWidth, 0), in InsertHandleColumn() 289 Size( GetOutputSizePixel().Width() - nWidth, GetTitleHeight() ) in InsertHandleColumn() 301 long nWidth, HeaderBarItemBits nBits, sal_uInt16 nPos ) in InsertDataColumn() argument 305 pCols->Insert( new BrowserColumn( nItemId, rImage, String(), nWidth, GetZoom(), nBits ), in InsertDataColumn() 316 nItemId, rImage, nWidth, nBits, nHeaderPos ); in InsertDataColumn() 324 long nWidth, HeaderBarItemBits nBits, sal_uInt16 nPos ) in InsertDataColumn() argument 328 pCols->Insert( new BrowserColumn( nItemId, Image(), rText, nWidth, GetZoom(), nBits ), in InsertDataColumn() 340 nItemId, rText, nWidth, nBits, nHeaderPos ); in InsertDataColumn() [all …]
|
| /AOO41X/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 158 void AddBoxWidth( const SwTableBox& rBox, sal_uInt16 nWidth ) in AddBoxWidth() 163 aLinesWidth.Insert( nWidth, nFndPos ); in AddBoxWidth() 165 aLinesWidth[ nFndPos ] = aLinesWidth[ nFndPos ] + nWidth; in AddBoxWidth() 1467 long nWidth = 0; in lcl_CalcWidth() local 1469 nWidth += pLine->GetTabBoxes()[n]->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_CalcWidth() 1471 pFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, nWidth, 0 )); in lcl_CalcWidth() 2547 SwTwips nWidth = rSz.GetWidth(); in lcl_SetSelBoxWidth() local 2558 …terBox = TBLFIX_CHGABS != rParam.nMode && ( nDist + ( rParam.bLeft ? 0 : nWidth ) ) >= rParam.nSid… in lcl_SetSelBoxWidth() 2559 …( !rParam.bBigger && ( Abs( nDist + (( rParam.nMode && rParam.bLeft ) ? 0 : nWidth ) - rParam.nSid… in lcl_SetSelBoxWidth() 2567 nLowerDiff = (nDist + ( rParam.bLeft ? 0 : nWidth ) ) - rParam.nSide; in lcl_SetSelBoxWidth() [all …]
|
| /AOO41X/main/sw/source/core/objectpositioning/ |
| H A D | anchoredobjectposition.cxx | 580 SwTwips nWidth = 0; in _GetHoriAlignmentValues() local 587 nWidth = (_rHoriOrientFrm.Prt().*fnRect->fnGetWidth)(); in _GetHoriAlignmentValues() 604 nWidth -= pPrtFrm->Frm().Height(); in _GetHoriAlignmentValues() 609 nWidth -= pPrtFrm->Frm().Height(); in _GetHoriAlignmentValues() 619 nWidth = (_rPageAlignLayFrm.*fnRect->fnGetLeftMargin)(); in _GetHoriAlignmentValues() 629 nWidth = (_rPageAlignLayFrm.*fnRect->fnGetRightMargin)(); in _GetHoriAlignmentValues() 639 nWidth = (_rHoriOrientFrm.*fnRect->fnGetLeftMargin)(); in _GetHoriAlignmentValues() 647 nWidth = (_rHoriOrientFrm.*fnRect->fnGetRightMargin)(); in _GetHoriAlignmentValues() 659 nWidth = 0; in _GetHoriAlignmentValues() 669 nWidth = (_rPageAlignLayFrm.Prt().*fnRect->fnGetWidth)(); in _GetHoriAlignmentValues() [all …]
|
| /AOO41X/main/sw/inc/ |
| H A D | htmltbl.hxx | 155 inline void MergeCellWidthOption( sal_uInt16 nWidth, sal_Bool bPrc ); 156 inline void SetWidthOption( sal_uInt16 nWidth, sal_Bool bRelWidth, sal_Bool bTest ); 174 void SetAbsColWidth( sal_uInt16 nWidth ) { nAbsColWidth = nWidth; } in SetAbsColWidth() argument 177 void SetRelColWidth( sal_uInt16 nWidth ) { nRelColWidth = nWidth; } in SetRelColWidth() argument 271 sal_uInt16 nWidth, sal_Bool bPrcWidth, sal_uInt16 nBorderOpt, 411 sal_uInt16 nWidth, sal_Bool bRel ) in MergeCellWidthOption() argument 414 (bRel==bRelWidthOption && nWidthOption < nWidth) ) in MergeCellWidthOption() 416 nWidthOption = nWidth; in MergeCellWidthOption() 447 sal_uInt16 nWidth, sal_Bool bRelWidth, sal_Bool bTest ) in SetWidthOption() argument 451 if( nWidth > nWidthOption ) in SetWidthOption() [all …]
|