| /aoo4110/main/sfx2/inc/sfx2/ | 
| H A D | request.hxx | 128 #define SFX_REQUEST_ARG(rReq, pItem, ItemType, nSlotId, bDeep) \  argument129 		const ItemType *pItem = (const ItemType*) \
 130 				rReq.GetArg( nSlotId, bDeep, TYPE(ItemType) )
 131 #define SFX_ITEMSET_ARG(pArgs, pItem, ItemType, nSlotId, bDeep) \  argument
 132 	const ItemType *pItem = (const ItemType*) \
 133 		SfxRequest::GetItem( pArgs, nSlotId, bDeep, TYPE(ItemType) )
 
 | 
| H A D | itemconnect.hxx | 250     typedef typename ItemWrpT::ItemType                     ItemType;  typedef in sfx::ItemControlConnection513     const ItemType* pItem = maItemWrp.GetUniqueItem( rItemSet );  in Reset()
 523     const ItemType* pOldItem = maItemWrp.GetUniqueItem( rOldSet );  in FillItemSet()
 535             std::auto_ptr< ItemType > xItem(  in FillItemSet()
 536                 static_cast< ItemType* >( maItemWrp.GetDefaultItem( rDestSet ).Clone() ) );  in FillItemSet()
 
 | 
| H A D | itemwrapper.hxx | 97     typedef ItemT                               ItemType;  typedef in sfx::SingleItemWrapper
 | 
| /aoo4110/main/framework/source/fwe/xml/ | 
| H A D | toolboxdocumenthandler.cxx | 465                     aToolbarItemProp[3].Value = makeAny( ::com::sun::star::ui::ItemType::DEFAULT );  in startElement()494                 aToolbarItemProp[1].Value <<= ::com::sun::star::ui::ItemType::SEPARATOR_SPACE;  in startElement()
 519                 aToolbarItemProp[1].Value <<= ::com::sun::star::ui::ItemType::SEPARATOR_LINEBREAK;  in startElement()
 544                 aToolbarItemProp[1].Value <<= ::com::sun::star::ui::ItemType::SEPARATOR_LINE;  in startElement()
 761             sal_Int16   nType( ::com::sun::star::ui::ItemType::DEFAULT );  in WriteToolBoxDocument()
 766             if ( nType == ::com::sun::star::ui::ItemType::DEFAULT )  in WriteToolBoxDocument()
 768             else if ( nType == ::com::sun::star::ui::ItemType::SEPARATOR_SPACE )  in WriteToolBoxDocument()
 770             else if ( nType == ::com::sun::star::ui::ItemType::SEPARATOR_LINE )  in WriteToolBoxDocument()
 772             else if ( nType == ::com::sun::star::ui::ItemType::SEPARATOR_LINEBREAK )  in WriteToolBoxDocument()
 
 | 
| H A D | menudocumenthandler.cxx | 247     rProps[5].Value <<= ::com::sun::star::ui::ItemType::DEFAULT;  in initPropertyCommon()756         aMenuSeparator[0].Value <<= ::com::sun::star::ui::ItemType::SEPARATOR_LINE;  in startElement()
 896             sal_Int16   nType( ::com::sun::star::ui::ItemType::DEFAULT );  in WriteMenu()
 941                 if ( nType == ::com::sun::star::ui::ItemType::DEFAULT )  in WriteMenu()
 
 | 
| H A D | statusbardocumenthandler.cxx | 416 …                  aStatusbarItemProp[5].Value = makeAny( ::com::sun::star::ui::ItemType::DEFAULT );  in startElement()
 | 
| /aoo4110/main/svl/inc/svl/ | 
| H A D | itemset.hxx | 61 #define SFX_ITEMSET_GET( rSet, pItem, ItemType, nSlotId, bDeep ) \  argument62 	const ItemType *pItem = (const ItemType*) \
 63 							(rSet).GetItem( nSlotId, bDeep, TYPE(ItemType) )
 
 | 
| /aoo4110/main/twain/inc/ | 
| H A D | twain.h | 265    TW_UINT16  ItemType;  member342    TW_UINT16  ItemType;  member
 357     TW_UINT16   ItemType;  member
 475    TW_UINT16  ItemType;  member
 507    TW_UINT16  ItemType;  member
 
 | 
| /aoo4110/main/scp2/source/writer/ | 
| H A D | registryitem_writer.scp | 543 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…595 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 663 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 785 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 946 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 1070 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 1236 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 
 | 
| /aoo4110/main/scp2/source/draw/ | 
| H A D | registryitem_draw.scp | 474 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…542 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 657 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 801 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 
 | 
| /aoo4110/main/scp2/source/impress/ | 
| H A D | registryitem_impress.scp | 488 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…556 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 672 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 830 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 
 | 
| /aoo4110/main/scp2/source/calc/ | 
| H A D | registryitem_calc.scp | 500 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…541 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 657 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 801 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 
 | 
| /aoo4110/main/framework/source/uielement/ | 
| H A D | toolbarmanager.cxx | 1301         sal_uInt16                  nType( ::com::sun::star::ui::ItemType::DEFAULT );  in FillToolbar()1367 …       if (( nType == ::com::sun::star::ui::ItemType::DEFAULT ) && ( aCommandURL.getLength() > 0 ))  in FillToolbar()
 1428                 else if ( nType == ::com::sun::star::ui::ItemType::SEPARATOR_LINE )  in FillToolbar()
 1432                 else if ( nType == ::com::sun::star::ui::ItemType::SEPARATOR_SPACE )  in FillToolbar()
 1436                 else if ( nType == ::com::sun::star::ui::ItemType::SEPARATOR_LINEBREAK )  in FillToolbar()
 
 | 
| H A D | statusbarmanager.cxx | 512         sal_uInt16                              nType( css_ui::ItemType::DEFAULT );  in FillStatusBar()546 …       if (( nType == ::com::sun::star::ui::ItemType::DEFAULT ) && ( aCommandURL.getLength() > 0 ))  in FillStatusBar()
 
 | 
| /aoo4110/main/offapi/com/sun/star/ui/ | 
| H A D | makefile.mk | 52     ItemType.idl                                \
 | 
| H A D | ItemType.idl | 32 constants ItemType
 | 
| H A D | UIElementSettings.idl | 63         @see com::sun::star::ui::ItemType
 | 
| H A D | ItemDescriptor.idl | 53         <type>ItemType</type>.</p>
 | 
| /aoo4110/main/cui/source/customize/ | 
| H A D | cfg.cxx | 634     aPropSeq[1].Value <<= css::ui::ItemType::DEFAULT;  in ConvertSvxConfigEntry()715     aPropSeq[1].Value <<= css::ui::ItemType::DEFAULT;  in ConvertToolbarEntry()
 929     m_aSeparatorSeq[0].Value <<= css::ui::ItemType::SEPARATOR_LINE;  in SaveInData()
 1164         sal_uInt16 nType( css::ui::ItemType::DEFAULT );  in LoadSubMenus()
 1171             if ( nType == css::ui::ItemType::DEFAULT )  in LoadSubMenus()
 4489         sal_uInt16 nType( css::ui::ItemType::DEFAULT );  in LoadToolbar()
 4496             if ( nType == css::ui::ItemType::DEFAULT )  in LoadToolbar()
 
 | 
| /aoo4110/main/scp2/source/math/ | 
| H A D | registryitem_math.scp | 434 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…541 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 
 | 
| /aoo4110/main/scp2/source/base/ | 
| H A D | registryitem_base.scp | 98 …ystem.Comment;System.PropGroup.FileSystem;System.ItemNameDisplay;System.ItemType;System.ItemFolder…
 | 
| /aoo4110/main/extensions/source/scanner/ | 
| H A D | twain.cxx | 276 			pVal->ItemType = TWTY_INT16, pVal->Item = 1;  in ImplOpenSource()
 | 
| H A D | scanwin.cxx | 320 			pVal->ItemType = TWTY_INT16, pVal->Item = 1;  in ImplOpenSource()
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdibrow.cxx | 75 enum ItemType {  enum93 	ItemType					eItemType;
 
 | 
| /aoo4110/main/sc/source/core/tool/ | 
| H A D | autoform.cxx | 306 #define READ( aItem, ItemType, nVers )      \  argument308     aItem = *(ItemType*)pNew;               \
 
 |