Searched refs:nApiOrient (Results 1 – 2 of 2) sorted by relevance
5687 sal_Int16 nApiOrient = sal_Int16(); in WriteContents() local5688 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() local5921 if( rPropSet->getPropertyValue( WW8_ASCII2STR( "Orientation" ) ) >>= nApiOrient ) in WriteContents()5922 … UpdateInt32Property( mnOrient, (nApiOrient == AwtScrollOrient::VERTICAL) ? 0 : 1, 0x00002000 ); in WriteContents()
2578 …sal_Int32 nApiOrient = ::get_flagvalue( mnOrient, EXC_OBJ_SCROLLBAR_HOR, AwtScrollOrient::HORIZONT… in DoProcessControl() local2579 rPropSet.SetProperty( CREATE_OUSTRING( "Orientation" ), nApiOrient ); in DoProcessControl()
Completed in 58 milliseconds