/aoo4110/main/sw/source/filter/html/ |
H A D | htmlcss1.cxx | 216 if( SFX_ITEM_SET == rItemSet.GetItemState( aWhichIds[i], sal_False, in SetCharFmtAttrs() 221 rItemSet.ClearItem( aWhichIds[i] ); in SetCharFmtAttrs() 342 if( SFX_ITEM_SET == rItemSet.GetItemState( aWhichIds[i], sal_False, in SetTxtCollAttrs() 347 rItemSet.ClearItem( aWhichIds[i] ); in SetTxtCollAttrs() 678 static sal_uInt16 aWhichIds[3][5] = in RemoveScriptItems() local 711 sal_uInt16 nWhich = aWhichIds[j][i]; in RemoveScriptItems() 2419 static sal_uInt16 aWhichIds[3] = { RES_CHRATR_FONT, RES_CHRATR_CJK_FONT, in lcl_swcss1_setEncoding() local 2431 eEnc, aWhichIds[i]); in lcl_swcss1_setEncoding() 2445 static sal_uInt16 aWhichIds[3] = { RES_CHRATR_FONT, RES_CHRATR_CJK_FONT, in SetDfltEncoding() local 2451 (const SvxFontItem&)pDoc->GetDefault( aWhichIds[i]); in SetDfltEncoding() [all …]
|
H A D | htmlatr.cxx | 442 static sal_uInt16 aWhichIds[3][4] = in SV_IMPL_OP_PTRARR_SORT() local 474 const SfxPoolItem& rRef = pFmt->GetFmtAttr( aWhichIds[nRef][i] ); in SV_IMPL_OP_PTRARR_SORT() 477 const SfxPoolItem& rSet = pFmt->GetFmtAttr( aWhichIds[aSets[j]][i] ); in SV_IMPL_OP_PTRARR_SORT() 544 static sal_uInt16 aWhichIds[3] = in SV_IMPL_OP_PTRARR_SORT() local 549 if( aWhichIds[i] != nWhichId ) in SV_IMPL_OP_PTRARR_SORT() 552 (const SvxLanguageItem&)pFmt->GetFmtAttr(aWhichIds[i]); in SV_IMPL_OP_PTRARR_SORT() 985 …static sal_uInt16 aWhichIds[3] = { RES_CHRATR_LANGUAGE, RES_CHRATR_CJK_LANGUAGE, RES_CHRATR_CTL_LA… in OutHTML_SwFmt() local 991 if( SFX_ITEM_SET == rInfo.pItemSet->GetItemState( aWhichIds[i], in OutHTML_SwFmt() 994 rInfo.pItemSet->ClearItem( aWhichIds[i] ); in OutHTML_SwFmt()
|
H A D | htmlgrin.cxx | 973 static sal_uInt16 aWhichIds[3] = { RES_CHRATR_FONTSIZE, in InsertBodyOptions() local 978 if( SFX_ITEM_SET == aItemSet.GetItemState( aWhichIds[i], sal_False, in InsertBodyOptions() 985 SvxFontHeightItem aNewItem( nHeight, 100, aWhichIds[i] ); in InsertBodyOptions()
|
H A D | css1atr.cxx | 1307 static sal_uInt16 aWhichIds[] = in HasScriptDependentItems() local 1317 for( sal_uInt16 i=0; aWhichIds[i]; i += 3 ) in HasScriptDependentItems() 1321 if( SFX_ITEM_SET == rItemSet.GetItemState( aWhichIds[i], sal_False, in HasScriptDependentItems() 1327 if( SFX_ITEM_SET == rItemSet.GetItemState( aWhichIds[i+1], sal_False, in HasScriptDependentItems() 1333 if( SFX_ITEM_SET == rItemSet.GetItemState( aWhichIds[i+2], sal_False, in HasScriptDependentItems() 1350 if( RES_CHRATR_FONT == aWhichIds[i] ) in HasScriptDependentItems()
|
H A D | htmltab.cxx | 3582 static sal_uInt16 aWhichIds[] = in BuildTableCell() local 3594 SfxItemSet aItemSet( pDoc->GetAttrPool(), aWhichIds ); in BuildTableCell()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoobj.cxx | 2269 SvUShortsSort aWhichIds; in SetPropertyToDefault() local 2270 aWhichIds.Insert(pEntry->nWID); in SetPropertyToDefault() 2273 rDoc.ResetAttrs(rPaM, sal_True, &aWhichIds); in SetPropertyToDefault() 2277 lcl_SelectParaAndReset ( rPaM, rDoc, &aWhichIds ); in SetPropertyToDefault() 2570 SvUShortsSort aWhichIds; in setAllPropertiesToDefault() local 2572 lcl_EnumerateIds(g_ResetableSetRange, aWhichIds); in setAllPropertiesToDefault() 2578 if (aWhichIds.Count()) in setAllPropertiesToDefault() 2598 SvUShortsSort aWhichIds; in setPropertiesToDefault() local 2631 aWhichIds.Insert(pEntry->nWID); in setPropertiesToDefault() 2648 if (aWhichIds.Count()) in setPropertiesToDefault() [all …]
|
H A D | unoparagraph.cxx | 1107 SvUShortsSort aWhichIds; in setPropertyToDefault() local 1108 aWhichIds.Insert(pEntry->nWID); in setPropertyToDefault() 1111 aCursor.GetDoc()->ResetAttrs(aCursor, sal_True, &aWhichIds); in setPropertyToDefault() 1133 pTemp->GetDoc()->ResetAttrs(*pTemp, sal_True, &aWhichIds); in setPropertyToDefault()
|
H A D | unocrsrhelper.cxx | 807 SvUShortsSort aWhichIds; in resetCrsrPropertyValue() local 808 aWhichIds.Insert(RES_TXTATR_CHARFMT); in resetCrsrPropertyValue() 809 pDoc->ResetAttrs(rPam, sal_True, &aWhichIds); in resetCrsrPropertyValue()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmlfonte.cxx | 52 sal_uInt16 aWhichIds[3] = { RES_CHRATR_FONT, RES_CHRATR_CJK_FONT, in SwXMLFontAutoStylePool_Impl() local 72 sal_uInt16 nWhichId = aWhichIds[i]; in SwXMLFontAutoStylePool_Impl()
|
H A D | xmlexp.cxx | 231 sal_uInt16 aWhichIds[5] = { RES_UNKNOWNATR_CONTAINER, in exportDoc() local 240 sal_uInt16 nWhichId = aWhichIds[j]; in exportDoc()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docredln.cxx | 2951 aWhichIds.Insert( pItem->Which(), aWhichIds.Count() ); in SwRedlineExtraData_Format() 2960 : SwRedlineExtraData(), aWhichIds( (sal_uInt8)rCpy.aWhichIds.Count() ) in SwRedlineExtraData_Format() 2962 aWhichIds.Insert( &rCpy.aWhichIds, 0 ); in SwRedlineExtraData_Format() 2982 for( sal_uInt16 n = 0, nEnd = aWhichIds.Count(); n < nEnd; ++n ) in Reject() 2985 rPam, *GetDfltAttr( aWhichIds[ n ] ), nsSetAttrMode::SETATTR_DONTEXPAND ); in Reject() 2994 sal_uInt16 n = 0, nEnd = aWhichIds.Count(); in operator ==() 2995 if( nEnd != ((SwRedlineExtraData_Format&)rCmp).aWhichIds.Count() ) in operator ==() 2999 if( ((SwRedlineExtraData_Format&)rCmp).aWhichIds[n] != aWhichIds[n]) in operator ==()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlfonte.cxx | 92 sal_uInt16 aWhichIds[3] = { ATTR_FONT, ATTR_CJK_FONT, in ScXMLFontAutoStylePool_Impl() local 100 AddFontItems(aWhichIds, 3, pItemPool, sal_True); in ScXMLFontAutoStylePool_Impl()
|
/aoo4110/main/sw/source/filter/ascii/ |
H A D | parasc.cxx | 218 sal_uInt16 aWhichIds[4] = in CallParser() local 223 sal_uInt16 *pWhichIds = aWhichIds; in CallParser()
|
/aoo4110/main/sw/inc/ |
H A D | redline.hxx | 75 SvUShorts aWhichIds; member in SwRedlineExtraData_Format
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1000 …static sal_uInt16 aWhichIds[] = { SDRATTR_XMLATTRIBUTES, EE_CHAR_XMLATTRIBS, EE_PARA_XMLATTRIBS, 0… in createInstance() local 1002 return svx::NamespaceMap_createInstance( aWhichIds, &mpDoc->GetItemPool() ); in createInstance()
|