Home
last modified time | relevance | path

Searched refs:nApiOrient (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/filter/source/msfilter/
H A Dmsocximex.cxx5687 sal_Int16 nApiOrient = sal_Int16(); in WriteContents() local
5688 if( rPropSet->getPropertyValue( WW8_ASCII2STR( "Orientation" ) ) >>= nApiOrient ) in WriteContents()
5689 … UpdateInt32Property( mnOrient, (nApiOrient == AwtScrollOrient::VERTICAL) ? 0 : 1, 0x00002000 ); in WriteContents()
5920 sal_Int16 nApiOrient = sal_Int16(); in WriteContents() local
5921 if( rPropSet->getPropertyValue( WW8_ASCII2STR( "Orientation" ) ) >>= nApiOrient ) in WriteContents()
5922 … UpdateInt32Property( mnOrient, (nApiOrient == AwtScrollOrient::VERTICAL) ? 0 : 1, 0x00002000 ); in WriteContents()
/aoo4110/main/sc/source/filter/excel/
H A Dxiescher.cxx2578 …sal_Int32 nApiOrient = ::get_flagvalue( mnOrient, EXC_OBJ_SCROLLBAR_HOR, AwtScrollOrient::HORIZONT… in DoProcessControl() local
2579 rPropSet.SetProperty( CREATE_OUSTRING( "Orientation" ), nApiOrient ); in DoProcessControl()

Completed in 75 milliseconds