Lines Matching refs:appendFixedInt

827 static void appendFixedInt( sal_Int32 nValue, OStringBuffer& rBuffer, sal_Int32 nPrecision = nLog10…  in appendFixedInt()  function
1408 appendFixedInt( nValue, rBuffer ); in appendPoint()
1416 appendFixedInt( nValue, rBuffer ); in appendPoint()
1610 appendFixedInt( nValue, rBuffer, 1 ); in appendMappedLength()
2691 appendFixedInt( i_rVal.nValue, o_rLine ); in appendStructureAttributeLine()
2760 appendFixedInt( i_rEle.m_aBBox.Left(), aLayout ); in emitStructureAttributes()
2762 appendFixedInt( i_rEle.m_aBBox.Top(), aLayout ); in emitStructureAttributes()
2764 appendFixedInt( i_rEle.m_aBBox.Right(), aLayout ); in emitStructureAttributes()
2766 appendFixedInt( i_rEle.m_aBBox.Bottom(), aLayout ); in emitStructureAttributes()
3027 appendFixedInt( nX, aTilingObj ); in emitTilings()
3029 appendFixedInt( nY, aTilingObj ); in emitTilings()
3031 appendFixedInt( nX+nW, aTilingObj ); in emitTilings()
3033 appendFixedInt( nY+nH, aTilingObj ); in emitTilings()
3036 appendFixedInt( it->m_aCellSize.Width(), aTilingObj ); in emitTilings()
3039 appendFixedInt( it->m_aCellSize.Height(), aTilingObj ); in emitTilings()
4508 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4510 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4518 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4520 appendFixedInt( rDest.m_aRect.Top(), rBuffer ); in appendDest()
4522 appendFixedInt( rDest.m_aRect.Right(), rBuffer ); in appendDest()
4524 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4528 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4532 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4539 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4543 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4570appendFixedInt( rLink.m_aRect.Left()-7, aLine );//the +7 to have a better shape of the border rect… in emitLinkAnnotations()
4572 appendFixedInt( rLink.m_aRect.Top(), aLine ); in emitLinkAnnotations()
4574appendFixedInt( rLink.m_aRect.Right()+7, aLine );//the +7 to have a better shape of the border rec… in emitLinkAnnotations()
4576 appendFixedInt( rLink.m_aRect.Bottom(), aLine ); in emitLinkAnnotations()
4791 appendFixedInt( rNote.m_aRect.Left(), aLine ); in emitNoteAnnotations()
4793 appendFixedInt( rNote.m_aRect.Top(), aLine ); in emitNoteAnnotations()
4795 appendFixedInt( rNote.m_aRect.Right(), aLine ); in emitNoteAnnotations()
4797 appendFixedInt( rNote.m_aRect.Bottom(), aLine ); in emitNoteAnnotations()
5066 appendFixedInt( nLW > 0 ? nLW : 1, aAppearance ); in createDefaultListBoxAppearance()
5419 appendFixedInt( rWidget.m_aRect.GetWidth()-1, aLine ); in emitAppearances()
5421 appendFixedInt( rWidget.m_aRect.GetHeight()-1, aLine ); in emitAppearances()
5485 appendFixedInt( rWidget.m_aRect.Left()-1, aLine ); in emitWidgetAnnotations()
5487 appendFixedInt( rWidget.m_aRect.Top()+1, aLine ); in emitWidgetAnnotations()
5489 appendFixedInt( rWidget.m_aRect.Right()+1, aLine ); in emitWidgetAnnotations()
5491 appendFixedInt( rWidget.m_aRect.Bottom()-1, aLine ); in emitWidgetAnnotations()
6169 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
6171 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6179 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
6181 appendFixedInt( rDest.m_aRect.Top(), aLine ); in emitNamedDestinations()
6183 appendFixedInt( rDest.m_aRect.Right(), aLine ); in emitNamedDestinations()
6185 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6189 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6193 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
6200 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6204 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
9360 appendFixedInt( rObject.m_aBoundRect.Left(), aLine ); in writeTransparentObject()
9362 appendFixedInt( rObject.m_aBoundRect.Top(), aLine ); in writeTransparentObject()
9364 appendFixedInt( rObject.m_aBoundRect.Right(), aLine ); in writeTransparentObject()
9366 appendFixedInt( rObject.m_aBoundRect.Bottom()+1, aLine ); in writeTransparentObject()
9451 appendFixedInt( rObject.m_aBoundRect.Left(), aMask ); in writeTransparentObject()
9453 appendFixedInt( rObject.m_aBoundRect.Top(), aMask ); in writeTransparentObject()
9455 appendFixedInt( rObject.m_aBoundRect.Right(), aMask ); in writeTransparentObject()
9457 appendFixedInt( rObject.m_aBoundRect.Bottom()+1, aMask ); in writeTransparentObject()
10397 appendFixedInt( aConvertRect.GetWidth(), aTilingStream ); in drawWallpaper()
10399 appendFixedInt( aConvertRect.GetHeight(), aTilingStream ); in drawWallpaper()
10575 appendFixedInt( aConvObjRect.GetWidth(), aLine ); in drawPolyPolygon()
10577 appendFixedInt( aConvObjRect.GetHeight(), aLine ); in drawPolyPolygon()