/aoo42x/main/vcl/source/window/ |
H A D | cursor.cxx | 47 short mnOrientation; // Pixel-Orientation member 68 if ( pData->mnDirection || pData->mnOrientation || pData->mnPixSlant ) in ImplCursorInvert() 120 if ( pData->mnOrientation ) in ImplCursorInvert() 121 aPoly.Rotate( pData->maPixRotOff, pData->mnOrientation ); in ImplCursorInvert() 140 mpData->mnOrientation = mnOrientation; in ImplDraw() 274 mnOrientation = 0; in Cursor() 289 mnOrientation = rCursor.mnOrientation; in Cursor() 422 if ( mnOrientation != nNewOrientation ) in SetOrientation() 424 mnOrientation = nNewOrientation; in SetOrientation() 447 mnOrientation = rCursor.mnOrientation; in operator =() [all …]
|
/aoo42x/main/vcl/source/gdi/ |
H A D | font.cxx | 69 mnOrientation = 0; in DBG_NAME() 103 mnOrientation = rImplFont.mnOrientation; in Impl_Font() 131 || (mnOrientation != rOther.mnOrientation) in operator ==() 477 if( mpImplFont->mnOrientation != nOrientation ) in SetOrientation() 480 mpImplFont->mnOrientation = nOrientation; in SetOrientation() 793 rIStm >> rImpl_Font.mnOrientation; in operator >>() 836 rOStm << rImpl_Font.mnOrientation; in operator <<() 1095 short Font::GetOrientation() const { return mpImplFont->mnOrientation; } in GetOrientation()
|
H A D | outdev3.cxx | 916 if( rFSD.mnOrientation != 0 ) in IsBetterMatch() 985 mnOrientation( 0 ), in ImplFontEntry() 2200 if( mnOrientation >= 0 ) in ImplFontSelectData() 2201 mnOrientation %= 3600; in ImplFontSelectData() 2203 mnOrientation = 3600 - (-mnOrientation % 3600); in ImplFontSelectData() 2221 mnOrientation( nOrientation ), in ImplFontSelectData() 2250 nHash += 37 * rFSD.mnOrientation; in operator ()() 2268 || (rA.mnOrientation != rB.mnOrientation) ) in operator ()() 3069 pFontEntry->mnOrientation = pFontEntry->maMetric.mnOrientation; in ImplNewFont() 3301 mnOrientation = sal::static_int_cast<short>(rFontSelData.mnOrientation); in ImplFontMetricData() [all …]
|
H A D | sallayout.cxx | 590 mnOrientation( 0 ) in ImplLayoutArgs() 748 mnOrientation( 0 ), in SalLayout() 765 mnOrientation = rArgs.mnOrientation; in AdjustLayout() 794 if( mnOrientation == 0 ) in GetDrawPosition() 801 if( nOldOrientation != mnOrientation ) in GetDrawPosition() 803 nOldOrientation = mnOrientation; in GetDrawPosition() 804 double fRad = mnOrientation * (M_PI / 1800.0); in GetDrawPosition()
|
/aoo42x/main/vcl/inc/ |
H A D | sallayout.hxx | 105 int mnOrientation; // in 0-3600 system member in ImplLayoutArgs 117 void SetOrientation( int nOrientation ) { mnOrientation = nOrientation; } in SetOrientation() 169 int GetOrientation() const { return mnOrientation; } in GetOrientation() 206 { mnOrientation = nOrientation; } in SetOrientation() 221 int mnOrientation; member in SalLayout
|
H A D | outfont.hxx | 169 int mnOrientation; // text orientation in 3600 system member in ImplFontSelectData 273 short mnOrientation; // Rotation in 1/10 degrees member in ImplFontMetricData 337 short mnOrientation; // text angle in 3600 system member in ImplFontEntry
|
H A D | impfont.hxx | 79 short mnOrientation; member in Impl_Font
|
/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | bitmap.cxx | 176 rDesc.mnOrientation = acos( nX / sqrt( nX * nX + nY * nY ) ) * 57.29577951308; in ImplGetBitmap() 178 rDesc.mnOrientation = 360 - rDesc.mnOrientation; in ImplGetBitmap() 183 double fAngle = 0.01745329251994 * ( 360 - rDesc.mnOrientation ); in ImplGetBitmap() 376 … ( (long)pCGMTempBitmap->pCGMBitmapDescriptor->mnOrientation == (long)pCGMBitmapDescriptor->mnOrie… in GetNext()
|
H A D | bitmap.hxx | 47 double mnOrientation; member in CGMBitmapDescriptor
|
H A D | actimpr.cxx | 660 if ( pBmpDesc->mnOrientation != 0 ) in DrawBitmap() 662 ImplSetOrientation( aOrigin, pBmpDesc->mnOrientation ); in DrawBitmap()
|
/aoo42x/main/oox/source/xls/ |
H A D | pagesettings.cxx | 131 mnOrientation( XML_default ), in PageSettingsModel() 191 maModel.mnOrientation = rAttribs.getToken( XML_orientation, XML_default ); in importPageSetup() 209 maModel.mnOrientation = rAttribs.getToken( XML_orientation, XML_default ); in importChartPageSetup() 268 …maModel.mnOrientation = getFlagValue( nFlags, BIFF12_PAGESETUP_DEFAULTORIENT, XML_default, getFl… in importPageSetup() 285 …maModel.mnOrientation = getFlagValue( nFlags, BIFF12_CHARTPAGESETUP_DEFAULTORIENT, XML_default, … in importChartPageSetup() 338 …maModel.mnOrientation = getFlagValue( nFlags, BIFF_PAGESETUP_PORTRAIT, XML_portrait, XML_landsc… in importPageSetup() 350 …maModel.mnOrientation = getFlagValue( nFlags, BIFF_PAGESETUP_DEFAULTORIENT, XML_default, maModel.… in importPageSetup() 1129 bool bLandscape = rModel.mnOrientation == XML_landscape; in writePageSettingsProperties() 1131 if( !rModel.mbValidSettings || (rModel.mnOrientation == XML_default) ) in writePageSettingsProperties()
|
H A D | drawingmanager.cxx | 233 mnOrientation( BIFF_OBJ_ORIENT_NONE ), in BiffObjTextModel() 246 rStrm >> mnFlags >> mnOrientation; in readObj3() 256 rStrm >> mnFlags >> mnOrientation; in readObj5() 265 …rStrm >> mnFlags >> mnOrientation >> mnButtonFlags >> mnShortcut >> mnShortcutEA >> mnTextLen >> m… in readTxo8()
|
/aoo42x/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 110 nHash += rFontSelData.mnOrientation; in operator ()() 132 || (rA.mnOrientation != rB.mnOrientation) in operator ()() 416 if( rFSD.mnOrientation != 0 ) in ServerFont() 418 const double dRad = rFSD.mnOrientation * ( F_2PI / 3600.0 ); in ServerFont()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxprinter.cxx | 85 mnOrientation = 0; in IMPLEMENT_FORWARD_XINTERFACE2() 138 if( ( rValue >>= n ) && ( n != mnOrientation ) ) in convertFastPropertyValue() 141 rOldValue <<= mnOrientation; in convertFastPropertyValue() 173 rValue >>= mnOrientation; in setFastPropertyValue_NoBroadcast() 195 rValue <<= mnOrientation; in getFastPropertyValue()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | cursor.hxx | 58 short mnOrientation; // Rotation member in Cursor 102 short GetOrientation() const { return mnOrientation; } in GetOrientation()
|
/aoo42x/main/oox/source/ole/ |
H A D | axcontrol.cxx | 1343 mnOrientation( AX_ORIENTATION_AUTO ), in AxSpinButtonModel() 1364 …case XML_Orientation: mnOrientation = AttributeConversion::decodeInteger( rValue ); br… in importProperty() 1388 aReader.readIntProperty< sal_Int32 >( mnOrientation ); in importBinaryModel() 1409 rConv.convertAxOrientation( rPropMap, maSize, mnOrientation ); in convertProperties() 1419 mnOrientation( AX_ORIENTATION_AUTO ), in AxScrollBarModel() 1442 …case XML_Orientation: mnOrientation = AttributeConversion::decodeInteger( rValue ); br… in importProperty() 1470 aReader.readIntProperty< sal_Int32 >( mnOrientation ); in importBinaryModel() 1491 rConv.convertAxOrientation( rPropMap, maSize, mnOrientation ); in convertProperties()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 661 if ( i_pFont->mnOrientation ) in ImplDoSetFont() 773 if ( i_pFont->mnOrientation ) in ImplDoSetFont() 778 double alpha = (double)(i_pFont->mnOrientation); in ImplDoSetFont() 939 pMetric->mnOrientation = 0; in GetFontMetric() 952 pMetric->mnOrientation = 0; in GetFontMetric()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 715 mnOrientation, mbVertical, mbArtItalic, mbArtBold ); in InitFont() 788 mnOrientation, mbVertical, mbArtItalic, mbArtBold ); in InitFont() 867 pEntry->mnOrientation, in SetFont() 928 pMetric->mnOrientation = m_pPrinterGfx->GetFontAngle(); in GetFontMetric()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 656 mnOrientation, mbVertical, mbArtItalic, mbArtBold ); in InitFont() 703 mnOrientation, mbVertical, mbArtItalic, mbArtBold ); in InitFont() 782 pEntry->mnOrientation, in SetFont() 837 pMetric->mnOrientation = m_pPrinterGfx->GetFontAngle(); in GetFontMetric()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 1425 rLogFont.lfEscapement = pFont->mnOrientation; in ImplGetLogFontFromFontSelect() 1430 if ( pFont->mnOrientation ) in ImplGetLogFontFromFontSelect() 1499 rLogFont.lfEscapement = pFont->mnOrientation; in ImplGetLogFontFromFontSelect() 1504 if( pFont->mnOrientation ) in ImplGetLogFontFromFontSelect() 1554 || i_pFont->mnOrientation != 0 in ImplDoSetFont() 1724 pMetric->mnOrientation = 0; in GetFontMetric()
|
/aoo42x/main/oox/inc/oox/ole/ |
H A D | axcontrol.hxx | 688 sal_Int32 mnOrientation; /// Orientation of the buttons. member in oox::ole::AxSpinButtonModel 714 sal_Int32 mnOrientation; /// Orientation of the buttons. member in oox::ole::AxScrollBarModel
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | axismodel.cxx | 56 mnOrientation( XML_minMax ), in AxisModel()
|
/aoo42x/main/oox/inc/oox/drawingml/chart/ |
H A D | axismodel.hxx | 88 …sal_Int32 mnOrientation; /// Axis orientation (value order min to max, or max to mi… member
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | pagesettings.hxx | 64 sal_Int32 mnOrientation; /// Landscape or portrait. member
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 528 short mnOrientation; member 532 …tartPos( rStartPos ), mnBaseLineY( nBaseLineY ), mrOrigin( rOrigin ), mnOrientation( nOrientation … in PaintFirstLineInfo()
|