Home
last modified time | relevance | path

Searched refs:nBWidth (Results 1 – 8 of 8) sorted by relevance

/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx474 … 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 …]
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx98 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()
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx150 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 Dgridwin.cxx5150 long nBWidth = aButSize.Width(); in HasScenarioButton() local
5151 if (!nBWidth) in HasScenarioButton()
5190 aButtonPos.X() -= nBWidth - nHSpace; // same for top or bottom in HasScenarioButton()
5192 Rectangle aButRect( aButtonPos, Size(nBWidth,nBHeight) ); in HasScenarioButton()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx767 …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()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx316 SwWriteTable( const SwTableLines& rLines, long nWidth, sal_uInt32 nBWidth,
/trunk/main/sw/inc/
H A Dhtmltbl.hxx273 sal_uInt16 nLMargin, sal_uInt16 nRMargin, sal_uInt16 nBWidth,
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx202 sal_uInt16 nBWidth, sal_uInt16 nLeftBWidth, in SwHTMLTableLayout() argument
218 nBorderWidth( nBWidth ), in SwHTMLTableLayout()

Completed in 85 milliseconds