Home
last modified time | relevance | path

Searched refs:nHor (Results 1 – 9 of 9) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx339 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 Dmetafileprimitive2d.cxx1814 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 Dqprostyle.cxx72 sal_uInt8 nHor = ( nTmp & 0x07 ); in SetFormat() local
78 switch( nHor ) in SetFormat()
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx545 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 Ddlgctl3d.cxx1263 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 Dsvicnvw.hxx229 void SetSpaceBetweenEntries( long nHor, long Ver );
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx226 void SetSpaceBetweenEntries( long nHor, long Ver );
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx112 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 Dsvimpicn.cxx2305 void SvImpIconView::SetSpaceBetweenEntries( long nHor, long nVer ) in SetSpaceBetweenEntries() argument
2307 nHorDist = nHor; in SetSpaceBetweenEntries()

Completed in 87 milliseconds