Searched refs:nRot (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 252 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()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | randrwrapper.cxx | 326 Rotation nRot = 0; in processRandREvent() local 330 nId = pWrapper->XRRConfigCurrentConfiguration( pConfig, &nRot ); in processRandREvent()
|
/aoo42x/main/oox/source/core/ |
H A D | binarycodec.cxx | 104 size_t nRot = static_cast< size_t >( (nIndex + 1) % 15 ); in lclGetHash() local 105 lclRotateLeft( cChar, nRot, 15 ); in lclGetHash()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 114 sal_uInt8 nRot = static_cast< sal_uInt8 >( (nIndex + 1) % 15 ); in lclGetHash() local 115 lclRotateLeft( cChar, nRot, 15 ); in lclGetHash()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | output2.cxx | 324 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()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 838 sal_Int32 nRot = pRotItem ? pRotItem->GetValue() : 0; in getPropertyValue() local 840 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aVal ); in getPropertyValue()
|
H A D | styleuno.cxx | 2042 … 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 D | cellsuno.cxx | 2420 … sal_Int32 nRot = ((const SfxInt32Item&)pDataSet->Get(ATTR_ROTATE_VALUE)).GetValue(); in GetOnePropertyValue() local 2422 SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( rAny ); in GetOnePropertyValue()
|
Completed in 129 milliseconds