Home
last modified time | relevance | path

Searched refs:mnOrientation (Results 1 – 25 of 35) sorted by path

12

/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx528 short mnOrientation; member
532 …tartPos( rStartPos ), mnBaseLineY( nBaseLineY ), mrOrigin( rOrigin ), mnOrientation( nOrientation … in PaintFirstLineInfo()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx660 if ( pBmpDesc->mnOrientation != 0 ) in DrawBitmap()
662 ImplSetOrientation( aOrigin, pBmpDesc->mnOrientation ); in DrawBitmap()
H A Dbitmap.cxx176 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 Dbitmap.hxx47 double mnOrientation; member in CGMBitmapDescriptor
/trunk/main/oox/inc/oox/drawingml/chart/
H A Daxismodel.hxx88 …sal_Int32 mnOrientation; /// Axis orientation (value order min to max, or max to mi… member
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx688 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
/trunk/main/oox/inc/oox/xls/
H A Ddrawingmanager.hxx88 sal_uInt16 mnOrientation; /// Text orientation. member
H A Dpagesettings.hxx64 sal_Int32 mnOrientation; /// Landscape or portrait. member
/trunk/main/oox/source/drawingml/chart/
H A Daxiscontext.cxx166 mrModel.mnOrientation = rAttribs.getToken( XML_val, XML_minMax ); in onCreateContext()
H A Daxisconverter.cxx304 bool bReverse = (mrModel.mnOrientation == XML_maxMin) != bMirrorDirection; in convertFromModel()
H A Daxismodel.cxx56 mnOrientation( XML_minMax ), in AxisModel()
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx1343 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()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx233 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()
H A Dpagesettings.cxx131 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()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxprinter.hxx66 sal_Int16 mnOrientation; member in VCLXPrinterPropertySet
/trunk/main/toolkit/source/awt/
H A Dvclxprinter.cxx85 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()
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx159 mfFontRotation = pReqFont->mnOrientation * (M_PI / 1800.0); in AtsTextStyle()
H A Dctfonts.cxx100 mfFontRotation = pReqFont->mnOrientation * (M_PI / 1800.0); in CTTextStyle()
H A Dsalgdi.cxx1836 pReqFont->mnOrientation); in SetFont()
/trunk/main/vcl/inc/
H A Dimpfont.hxx79 short mnOrientation; member in Impl_Font
H A Doutfont.hxx169 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 Dsallayout.hxx105 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
/trunk/main/vcl/inc/vcl/
H A Dcursor.hxx58 short mnOrientation; // Rotation member in Cursor
102 short GetOrientation() const { return mnOrientation; } in GetOrientation()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx661 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()
/trunk/main/vcl/source/gdi/
H A Dfont.cxx69 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()

Completed in 142 milliseconds

12