Searched refs:nItemType (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbacommandbarcontrols.cxx | 208 sal_uInt16 nItemType = 0; in Add() local 211 … aProps = CreateMenuItemData( sCommandUrl, sHelpUrl, sLabel, nItemType, aSubMenu, true, true ); in Add() 217 …aProps = CreateToolbarItemData( sCommandUrl, sHelpUrl, sLabel, nItemType, aSubMenu, isVisible, nSt… in Add()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xepivot.hxx | 263 explicit XclExpPTItem( sal_uInt16 nItemType, sal_uInt16 nCacheIdx, bool bUseCache ); 329 void AppendSubtotalItem( sal_uInt16 nItemType );
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xepivot.cxx | 959 XclExpPTItem::XclExpPTItem( sal_uInt16 nItemType, sal_uInt16 nCacheIdx, bool bUseCache ) : in XclExpPTItem() argument 963 maItemInfo.mnType = nItemType; in XclExpPTItem() 1228 void XclExpPTField::AppendSubtotalItem( sal_uInt16 nItemType ) in AppendSubtotalItem() argument 1230 maItemList.AppendNewRecord( new XclExpPTItem( nItemType, EXC_SXVI_DEFAULT_CACHE, true ) ); in AppendSubtotalItem()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | scripttypeitem.hxx | 42 short GetI18NScriptType( sal_uInt16 nItemType );
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 1764 sal_uInt16 nItemType = pItem->IsA(); in PaintEntry1() local 1769 if ( !bInUse || nItemType != SV_ITEM_ID_LBOXCONTEXTBMP ) in PaintEntry1() 1788 if( bInUse && nItemType == SV_ITEM_ID_LBOXCONTEXTBMP ) in PaintEntry1()
|
/aoo42x/main/editeng/source/items/ |
H A D | textitem.cxx | 3855 short GetI18NScriptType( sal_uInt16 nItemType ) in GetI18NScriptType() argument 3857 switch ( nItemType ) in GetI18NScriptType()
|
Completed in 69 milliseconds