Searched refs:mnOrient (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 285 mnOrient( EXC_OBJ_ORIENT_NONE ), in XclObjTextData() 298 rStrm >> mnFlags >> mnOrient; in ReadObj3() 308 rStrm >> mnFlags >> mnOrient; in ReadObj5() 317 …rStrm >> mnFlags >> mnOrient >> mnButtonFlags >> mnShortcut >> mnShortcutEA >> mnTextLen >> mnForm… in ReadTxo8()
|
H A D | xistyle.cxx | 678 mnOrient = ::extract_value< sal_uInt8 >( nAlign, 6, 2 ); // new in BIFF4 in FillFromXF4() 686 mnOrient = ::extract_value< sal_uInt8 >( nAlign, 8, 2 ); in FillFromXF5() 720 …sal_uInt8 nXclRot = (mnOrient == EXC_ORIENT_NONE) ? mnRotation : XclTools::GetXclRotFromOrient( mn… in FillToItemSet()
|
H A D | xlstyle.cxx | 1580 mnOrient( EXC_ORIENT_NONE ), in XclCellAlign() 1679 (rLeft.mnTextDir == rRight.mnTextDir) && (rLeft.mnOrient == rRight.mnOrient) && in operator ==()
|
H A D | xestyle.cxx | 1421 mnOrient = XclTools::GetXclOrientFromRot( mnRotation ); in FillFromItemSet() 1461 ::insert_value( rnAlign, mnOrient, 6, 2 ); 1470 ::insert_value( rnAlign, mnOrient, 8, 2 ); in FillToXF5()
|
H A D | xiescher.cxx | 1493 switch( maTextData.maData.mnOrient ) in DoPreProcessSdrObj() 2484 mnOrient( 0 ), in XclImpTbxObjScrollableBase() 2493 …rStrm >> mnValue >> mnMin >> mnMax >> mnStep >> mnPageStep >> mnOrient >> mnThumbWidth >> mnScroll… in ReadSbs() 2578 …sal_Int32 nApiOrient = ::get_flagvalue( mnOrient, EXC_OBJ_SCROLLBAR_HOR, AwtScrollOrient::HORIZONT… in DoProcessControl()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 5477 mnOrient( -1 ), in OCX_SpinButton() 5524 if( mnBlockFlags & 0x00002000 ) rStrm >> mnOrient; in Read() 5590 switch( mnOrient ) in Import() 5689 … UpdateInt32Property( mnOrient, (nApiOrient == AwtScrollOrient::VERTICAL) ? 0 : 1, 0x00002000 ); in WriteContents() 5755 if( mnBlockFlags & 0x00002000 ) rStrm << mnOrient; in WriteData() 5827 switch( mnOrient ) in Import() 5922 … UpdateInt32Property( mnOrient, (nApiOrient == AwtScrollOrient::VERTICAL) ? 0 : 1, 0x00002000 ); in WriteContents()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xlescher.hxx | 392 sal_uInt16 mnOrient; member
|
H A D | xlstyle.hxx | 509 sal_uInt8 mnOrient; /// Text orientation. member
|
H A D | xiescher.hxx | 726 sal_uInt16 mnOrient; member in XclImpTbxObjScrollableBase
|
/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | msocximex.hxx | 1385 sal_Int32 mnOrient; member in OCX_SpinButton
|
Completed in 126 milliseconds