Lines Matching refs:nItemBits
326 sal_uInt16 nItemBits( 0 ); in startElement() local
359 nItemBits = (sal_uInt16)(xAttribs->getValueByIndex( n ).toInt32()); in startElement()
415 … nItemBits |= ::com::sun::star::ui::ItemStyle::RADIO_CHECK; in startElement()
417 … nItemBits |= ::com::sun::star::ui::ItemStyle::ALIGN_LEFT; in startElement()
419 nItemBits |= ::com::sun::star::ui::ItemStyle::AUTO_SIZE; in startElement()
421 nItemBits |= ::com::sun::star::ui::ItemStyle::DROP_DOWN; in startElement()
423 nItemBits |= ::com::sun::star::ui::ItemStyle::REPEAT; in startElement()
425 … nItemBits |= ::com::sun::star::ui::ItemStyle::DROPDOWN_ONLY; in startElement()
427 nItemBits |= ::com::sun::star::ui::ItemStyle::DROP_DOWN; in startElement()
429 nItemBits |= ::com::sun::star::ui::ItemStyle::TEXT; in startElement()
431 nItemBits |= ::com::sun::star::ui::ItemStyle::ICON; in startElement()
466 aToolbarItemProp[4].Value <<= nItemBits; in startElement()