Home
last modified time | relevance | path

Searched refs:nItemType (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.cxx208 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()
/aoo41x/main/sc/source/filter/inc/
H A Dxepivot.hxx263 explicit XclExpPTItem( sal_uInt16 nItemType, sal_uInt16 nCacheIdx, bool bUseCache );
329 void AppendSubtotalItem( sal_uInt16 nItemType );
/aoo41x/main/sw/source/core/unocore/
H A Dunostyle.cxx3248 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()
/aoo41x/main/sc/source/filter/excel/
H A Dxepivot.cxx959 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()
/aoo41x/main/editeng/inc/editeng/
H A Dscripttypeitem.hxx42 short GetI18NScriptType( sal_uInt16 nItemType );
/aoo41x/main/svtools/source/contnr/
H A Dsvtreebx.cxx1764 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()
/aoo41x/main/editeng/source/items/
H A Dtextitem.cxx3855 short GetI18NScriptType( sal_uInt16 nItemType ) in GetI18NScriptType() argument
3857 switch ( nItemType ) in GetI18NScriptType()

Completed in 90 milliseconds