Home
last modified time | relevance | path

Searched refs:mnRotation (Results 1 – 14 of 14) sorted by relevance

/trunk/main/oox/source/drawingml/ !
H A Dshape.cxx78 , mnRotation( 0 ) in Shape()
199 mnRotation = rReferencedShape.mnRotation; in applyShapeReference()
288 if( mbFlipH || mbFlipV || mnRotation != 0) in createAndInsert()
303 if( mnRotation != 0 ) in createAndInsert()
306 aTransformation.rotate( F_PI180 * ( (double)mnRotation / 60000.0 ) ); in createAndInsert()
457 aFillProperties.pushToPropMap( aShapeProps, rGraphicHelper, mnRotation, nFillPhClr ); in createAndInsert()
/trunk/main/sc/source/filter/xcl97/ !
H A Dxcl97rec.cxx458 mnRotation( EXC_OBJ_ORIENT_NONE ), in XclTxo()
472 mnRotation( EXC_OBJ_ORIENT_NONE ), in XclTxo()
488 mnRotation = EXC_OBJ_ORIENT_90CCW; in XclTxo()
490 mnRotation = EXC_OBJ_ORIENT_90CW; in XclTxo()
492 mnRotation = EXC_OBJ_ORIENT_NONE; in XclTxo()
497 mnRotation( EXC_OBJ_ORIENT_NONE ), in XclTxo()
528 mnRotation = EXC_OBJ_ORIENT_90CW; in XclTxo()
543 rStrm << nFlags << mnRotation; in SaveCont()
/trunk/main/oox/source/xls/ !
H A Dstylesbuffer.cxx1224 mnRotation( OOX_XF_ROTATION_NONE ), in AlignmentModel()
1252 mnRotation = STATIC_ARRAY_SELECT( spnRotations, nTextOrient, OOX_XF_ROTATION_NONE ); in setBiffTextOrient()
1261 mnRotation( 0 ), in ApiAlignmentData()
1275 (rLeft.mnRotation == rRight.mnRotation) && in operator ==()
1294 maModel.mnRotation = rAttribs.getInteger( XML_textRotation, OOX_XF_ROTATION_NONE ); in importAlignment()
1306 maModel.mnRotation = extractValue< sal_Int32 >( nFlags, 0, 8 ); in setBiff12Data()
1345 maModel.mnRotation = extractValue< sal_Int32 >( nAlign, 8, 8 ); // new in BIFF8 in setBiff8Data()
1401 sal_Int32 nOoxRot = maModel.mnRotation; in finalizeImport()
1402 maApiData.mnRotation = ((0 <= nOoxRot) && (nOoxRot <= 90)) ? in finalizeImport()
1421 rPropMap[ PROP_RotateAngle ] <<= maApiData.mnRotation; in writeToPropertyMap()
[all …]
/trunk/main/sc/source/filter/excel/ !
H A Dxichart.cxx960 rStrm >> maData.mnFlags2 >> maData.mnRotation; in ReadHeaderRecord()
966 maData.mnRotation = XclTools::GetXclRotFromOrient( nOrient ); in ReadHeaderRecord()
1019 return maData.mnRotation; in GetRotation()
2153 rStrm >> maData.mnRotation >> maData.mnPieHole; in ReadChType()
2161 maData.mnRotation = 0; in ReadChType()
2329 XclImpChRoot::ConvertPieRotation( aDiaProp, maData.mnRotation ); in CreateChartType()
2343 rStrm >> maData.mnRotation in ReadChChart3d()
2369 nRotationY = maData.mnRotation % 360; in Convert()
2389 XclImpChRoot::ConvertPieRotation( rPropSet, maData.mnRotation ); in Convert()
3115 rStrm >> maData.mnRotation; in ReadChTick()
[all …]
H A Dxlchart.cxx192 mnRotation( EXC_ROT_NONE ) in XclChText()
268 mnRotation( 0 ), in XclChType()
279 mnRotation( 20 ), in XclChChart3d()
366 mnRotation( EXC_ROT_NONE ) in XclChTick()
H A Dxechart.cxx1201 maData.mnRotation = nRotation; in SetRotation()
1426 << maData.mnRotation; in WriteBody()
2163 maData.mnRotation = XclExpChRoot::ConvertPieRotation( aDiaProp ); in Convert()
2209 rStrm << maData.mnRotation << maData.mnPieHole; in WriteBody()
2244 maData.mnRotation = static_cast< sal_uInt16 >( nRotationY ); in Convert()
2258 maData.mnRotation = XclExpChRoot::ConvertPieRotation( rPropSet ); in Convert()
2270 rStrm << maData.mnRotation in WriteBody()
2876 maData.mnRotation = nRotation; in SetRotation()
2891 rStrm << GetPalette().GetColorIndex( mnTextColorId ) << maData.mnRotation; in WriteBody()
H A Dxistyle.cxx694 mnRotation = ::extract_value< sal_uInt8 >( nAlign, 8, 8 ); // new in BIFF8 in FillFromXF8()
720 …sal_uInt8 nXclRot = (mnOrient == EXC_ORIENT_NONE) ? mnRotation : XclTools::GetXclRotFromOrient( mn… in FillToItemSet()
1196 …if( pAlign && pBorder && (0 < pAlign->mnRotation) && (pAlign->mnRotation <= 180) && pBorder->HasAn… in CreatePattern()
H A Dxlstyle.cxx1582 mnRotation( EXC_ROT_NONE ), in XclCellAlign()
1680 (rLeft.mnRotation == rRight.mnRotation) && (rLeft.mnIndent == rRight.mnIndent) && in operator ==()
H A Dxestyle.cxx1412 mnRotation = EXC_ROT_STACKED; in FillFromItemSet()
1418 mnRotation = XclTools::GetXclRotation( nScRot ); in FillFromItemSet()
1421 mnOrient = XclTools::GetXclOrientFromRot( mnRotation ); in FillFromItemSet()
1478 ::insert_value( rnAlign, mnRotation, 8, 8 ); in FillToXF8()
1518 XML_textRotation, OString::valueOf( (sal_Int32) mnRotation ).getStr(), in SaveXml()
/trunk/main/sc/source/filter/inc/ !
H A Dxlchart.hxx910 sal_uInt16 mnRotation; /// Text object rotation (BIFF8+). member
997 sal_uInt16 mnRotation; /// Rotation angle of first pie (CHPIE). member
1010 sal_uInt16 mnRotation; /// Rotation (0...359deg). member
1106 sal_uInt16 mnRotation; /// Tick labels angle (BIFF8+). member
H A Dxcl97rec.hxx190 sal_uInt16 mnRotation; /// Text rotation. member in XclTxo
H A Dxlstyle.hxx511 sal_uInt8 mnRotation; /// Text rotation angle. member
/trunk/main/oox/inc/oox/drawingml/ !
H A Dshape.hxx99 void setRotation( sal_Int32 nRotation ) { mnRotation = nRotation; } in setRotation()
213 sal_Int32 mnRotation; member in oox::drawingml::Shape
/trunk/main/oox/inc/oox/xls/ !
H A Dstylesbuffer.hxx340 sal_Int32 mnRotation; /// Text rotation angle. member
368 sal_Int32 mnRotation; /// Text rotation angle. member

Completed in 168 milliseconds