Home
last modified time | relevance | path

Searched refs:nRot (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx324 short nRot; in SetPattern() local
328 nRot = 0; in SetPattern()
333 nRot = 0; in SetPattern()
337 nRot = 2700; in SetPattern()
341 nRot = 900; in SetPattern()
346 nRot = 0; in SetPattern()
350 aFont.SetOrientation( nRot ); in SetPattern()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx252 const sal_GlyphId nRot = pGlyphIds[i] & GF_ROTMASK; in DrawGlyphs() local
253 if( nRot == GF_NONE ) in DrawGlyphs()
276 switch( nRot ) in DrawGlyphs()
298 if( nRot != 2 ) // switch font aspect in DrawGlyphs()
/trunk/main/vcl/unx/generic/app/
H A Drandrwrapper.cxx326 Rotation nRot = 0; in processRandREvent() local
330 nId = pWrapper->XRRConfigCurrentConfiguration( pConfig, &nRot ); in processRandREvent()
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx2042 … sal_Int32 nRot = ((const SfxInt32Item&)pItemSet->Get(ATTR_ROTATE_VALUE)).GetValue(); in getPropertyValue() local
2044 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aAny ); in getPropertyValue()
H A Dcellsuno.cxx2420 … sal_Int32 nRot = ((const SfxInt32Item&)pDataSet->Get(ATTR_ROTATE_VALUE)).GetValue(); in GetOnePropertyValue() local
2422 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( rAny ); in GetOnePropertyValue()
H A Dafmtuno.cxx838 sal_Int32 nRot = pRotItem ? pRotItem->GetValue() : 0; in getPropertyValue() local
840 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aVal ); in getPropertyValue()
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx104 size_t nRot = static_cast< size_t >( (nIndex + 1) % 15 ); in lclGetHash() local
105 lclRotateLeft( cChar, nRot, 15 ); in lclGetHash()
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx114 sal_uInt8 nRot = static_cast< sal_uInt8 >( (nIndex + 1) % 15 ); in lclGetHash() local
115 lclRotateLeft( cChar, nRot, 15 ); in lclGetHash()

Completed in 152 milliseconds