Searched refs:nHor (Results 1 – 9 of 9) sorted by relevance
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 339 const sal_Int32 nHor(aRectangle.getWidth() / 4); in create2DDecompositionOfGraphic() local 342 aRectangle.Left() + nHor, aRectangle.Top() + nVer, in create2DDecompositionOfGraphic() 343 aRectangle.Right() - nHor, aRectangle.Bottom() - nVer); in create2DDecompositionOfGraphic() 364 const sal_Int32 nHor(aRectangle.getWidth() / 10); in create2DDecompositionOfGraphic() local 366 aOut.MoveClipRegion(nHor, nVer); in create2DDecompositionOfGraphic() 497 const sal_uInt32 nHor(aRectangle.getWidth() / 10); in create2DDecompositionOfGraphic() local 499 aOut.DrawRect(aRectangle, nHor, nVer); in create2DDecompositionOfGraphic()
|
H A D | metafileprimitive2d.cxx | 1814 const sal_uInt32 nHor(pA->GetHorzRound()); in interpretMetafile() local 1818 if(nHor || nVer) in interpretMetafile() 1820 double fRadiusX((nHor * 2.0) / (aRange.getWidth() > 0.0 ? aRange.getWidth() : 1.0)); in interpretMetafile() 2581 const sal_Int32 nHor(pA->GetHorzMove()); in interpretMetafile() local 2584 if(0 != nHor || 0 != nVer) in interpretMetafile()
|
/trunk/main/sc/source/filter/qpro/ |
H A D | qprostyle.cxx | 72 sal_uInt8 nHor = ( nTmp & 0x07 ); in SetFormat() local 78 switch( nHor ) in SetFormat()
|
/trunk/main/vcl/source/gdi/ |
H A D | gdimetafiletools.cxx | 545 const sal_uInt32 nHor(pA->GetHorzRound()); in clipMetafileContentAgainstOwnRegions() local 550 if(nHor || nVer) in clipMetafileContentAgainstOwnRegions() 552 … double fRadiusX((nHor * 2.0) / (aRange.getWidth() > 0.0 ? aRange.getWidth() : 1.0)); in clipMetafileContentAgainstOwnRegions()
|
/trunk/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 1263 const sal_Int32 nHor(maHorScroller.GetThumbPos()); in IMPL_LINK() local 1267 ((double)nHor) / 100.0, in IMPL_LINK()
|
/trunk/main/svtools/inc/svtools/ |
H A D | svicnvw.hxx | 229 void SetSpaceBetweenEntries( long nHor, long Ver );
|
/trunk/main/svtools/source/inc/ |
H A D | svimpicn.hxx | 226 void SetSpaceBetweenEntries( long nHor, long Ver );
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin4.cxx | 112 long nHor = (long) ( SC_SCENARIO_HSPACE * nPPTX ); in lcl_DrawOneFrame() local 114 aOuter.Left() -= nHor; in lcl_DrawOneFrame() 115 aOuter.Right() += nHor; in lcl_DrawOneFrame()
|
/trunk/main/svtools/source/contnr/ |
H A D | svimpicn.cxx | 2305 void SvImpIconView::SetSpaceBetweenEntries( long nHor, long nVer ) in SetSpaceBetweenEntries() argument 2307 nHorDist = nHor; in SetSpaceBetweenEntries()
|
Completed in 116 milliseconds