Searched refs:nBWidth (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 474 … const sal_Int32 nBWidth(std::max(sal_Int32(1), basegfx::fround(aGraphicRange.getWidth()))); in RenderFillGraphicPrimitive2D() local 478 if(nBWidth > 0 && nBHeight > 0) in RenderFillGraphicPrimitive2D() 482 const Size aNeededBitmapSizePixel(nBWidth, nBHeight); in RenderFillGraphicPrimitive2D() 485 … const bool bPreScaled(bEnablePreScaling && nBWidth * nBHeight < (250 * 250)); in RenderFillGraphicPrimitive2D() 536 const sal_Int32 nDiff((nBLeft / nBWidth) + 1); in RenderFillGraphicPrimitive2D() 539 nBLeft -= nDiff * nBWidth; in RenderFillGraphicPrimitive2D() 542 if(nBLeft + nBWidth <= nOLeft) in RenderFillGraphicPrimitive2D() 544 const sal_Int32 nDiff(-nBLeft / nBWidth); in RenderFillGraphicPrimitive2D() 547 nBLeft += nDiff * nBWidth; in RenderFillGraphicPrimitive2D() 580 … for(sal_Int32 nXPos(nPosY % 2 ? nBLeft - nBWidth + nOffsetX : nBLeft); in RenderFillGraphicPrimitive2D() [all …]
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 98 SwHTMLWrtTable( const SwTableLines& rLines, long nWidth, sal_uInt32 nBWidth, 111 sal_uInt32 nBWidth, sal_Bool bRel, sal_uInt16 nNumOfRowsToRepeat, in SwHTMLWrtTable() argument 113 : SwWriteTable( rLines, nWidth, nBWidth, bRel, MAX_DEPTH, nLSub, nRSub, nNumOfRowsToRepeat ) in SwHTMLWrtTable() 472 sal_uInt32 nBWidth; in OutTableCell() local 477 nBWidth = GetRawWidth( nCol, nColSpan ); in OutTableCell() 484 nBWidth = nTWidth; in OutTableCell() 490 nBWidth, HasRelWidths(), nLSub, nRSub ); in OutTableCell()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | gridwin4.cxx | 150 long nBWidth = ( aComboButton.GetSizePixel().Width() * rZoomY.GetNumerator() ) in lcl_DrawOneFrame() local 153 Size aButSize( nBWidth, nBHeight ); in lcl_DrawOneFrame() 154 long nButtonPos = bLayoutRTL ? aOuter.Left() : aOuter.Right()-nBWidth+1; in lcl_DrawOneFrame() 163 sal_Bool bClip = ( aTextSize.Width() > aOuter.Right() - nBWidth - aInner.Left() ); in lcl_DrawOneFrame() 171 long nClipStartX = bLayoutRTL ? aOuter.Left() + nBWidth : aInner.Left(); in lcl_DrawOneFrame() 172 long nClipEndX = bLayoutRTL ? aInner.Right() : aOuter.Right() - nBWidth; in lcl_DrawOneFrame()
|
H A D | gridwin.cxx | 5135 long nBWidth = aButSize.Width(); in HasScenarioButton() local 5136 if (!nBWidth) in HasScenarioButton() 5175 aButtonPos.X() -= nBWidth - nHSpace; // same for top or bottom in HasScenarioButton() 5177 Rectangle aButRect( aButtonPos, Size(nBWidth,nBHeight) ); in HasScenarioButton()
|
/aoo4110/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 767 …sal_uInt32 nBWidth, sal_Bool bRel, sal_uInt16 nMaxDepth, sal_uInt16 nLSub, sal_uInt16 nRSub, sal_u… in SwWriteTable() argument 769 nInnerBorder(0), nBaseWidth(nBWidth), nHeadEndRow(USHRT_MAX), in SwWriteTable()
|
/aoo4110/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 316 SwWriteTable( const SwTableLines& rLines, long nWidth, sal_uInt32 nBWidth,
|
/aoo4110/main/sw/inc/ |
H A D | htmltbl.hxx | 273 sal_uInt16 nLMargin, sal_uInt16 nRMargin, sal_uInt16 nBWidth,
|
/aoo4110/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 198 sal_uInt16 nBWidth, sal_uInt16 nLeftBWidth, in SwHTMLTableLayout() argument 214 nBorderWidth( nBWidth ), in SwHTMLTableLayout()
|
Completed in 116 milliseconds