Searched refs:nItemType (Results 1 – 7 of 7) sorted by relevance
/aoo4110/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()
|
/aoo4110/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 );
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 3248 sal_uInt16 nItemType = TYPE_BOOL; in SetPropertyValues_Impl() local 3258 … case FN_UNO_HEADER_BACKGROUND: nRes = RES_BACKGROUND; nItemType = TYPE_BRUSH; in SetPropertyValues_Impl() 3262 … case FN_UNO_HEADER_BOX: nRes = RES_BOX; nItemType = TYPE_BOX; in SetPropertyValues_Impl() 3266 … case FN_UNO_HEADER_LR_SPACE: nRes = RES_LR_SPACE;nItemType = TYPE_LRSPACE; in SetPropertyValues_Impl() 3270 … case FN_UNO_HEADER_SHADOW: nRes = RES_SHADOW;nItemType = TYPE_SHADOW; in SetPropertyValues_Impl() 3274 … case FN_UNO_HEADER_BODY_DISTANCE: nRes = RES_UL_SPACE;nItemType = TYPE_ULSPACE; in SetPropertyValues_Impl() 3286 … case FN_UNO_HEADER_HEIGHT: nRes = SID_ATTR_PAGE_SIZE;nItemType = TYPE_SIZE; in SetPropertyValues_Impl() 3290 … case FN_UNO_HEADER_EAT_SPACING: nRes = RES_HEADER_FOOTER_EAT_SPACING;nItemType = TYPE_SIZE; in SetPropertyValues_Impl() 3311 switch(nItemType) in SetPropertyValues_Impl()
|
/aoo4110/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()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | scripttypeitem.hxx | 42 short GetI18NScriptType( sal_uInt16 nItemType );
|
/aoo4110/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()
|
/aoo4110/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 93 milliseconds