Lines Matching refs:nWID

507     switch(rEntry.nWID)  in GetSinglePropertyValue_Impl()
565 if(XATTR_FILLBMP_SIZEX == rEntry.nWID || XATTR_FILLBMP_SIZEY == rEntry.nWID) in GetSinglePropertyValue_Impl()
579 const SfxMapUnit eMapUnit(rSet.GetPool()->GetMetric(rEntry.nWID)); in GetSinglePropertyValue_Impl()
616 pValues[nProp], pPropertyNames[nProp], pEntry->nWID)) in GetPropertyValues_Impl()
892 aValue, pProp[i], pEntry->nWID ) ) in GetPropertyValuesTolerant_Impl()
952 uno::Any& rAny, const OUString& rPropertyName, sal_uInt16 nWID) in GetDefaultTextContentValue() argument
954 if(!nWID) in GetDefaultTextContentValue()
957 nWID = FN_UNO_ANCHOR_TYPE; in GetDefaultTextContentValue()
959 nWID = FN_UNO_ANCHOR_TYPES; in GetDefaultTextContentValue()
961 nWID = FN_UNO_TEXT_WRAP; in GetDefaultTextContentValue()
966 switch(nWID) in GetDefaultTextContentValue()
1059 switch(rEntry.nWID) in lcl_SwXParagraph_getPropertyState()
1086 …SwFmtColl* pFmt = SwUnoCursorHelper::GetCurTxtFmtColl(aPam,rEntry.nWID == FN_UNO_PARA_CONDITIONAL_… in lcl_SwXParagraph_getPropertyState()
1135 if((*ppSet) && SFX_ITEM_SET == (*ppSet)->GetItemState(rEntry.nWID,sal_False)) in lcl_SwXParagraph_getPropertyState()
1203 if (bAttrSetFetched && !pSet && isATR(pEntry->nWID)) in getPropertyStates()
1257 const bool bBelowFrmAtrEnd(pEntry->nWID < RES_FRMATR_END); in setPropertyToDefault()
1258 …const bool bDrawingLayerRange(XATTR_FILL_FIRST <= pEntry->nWID && XATTR_FILL_LAST >= pEntry->nWID); in setPropertyToDefault()
1265 if(OWN_ATTR_FILLBMP_MODE == pEntry->nWID) in setPropertyToDefault()
1272 aWhichIds.Insert(pEntry->nWID); in setPropertyToDefault()
1275 if (pEntry->nWID < RES_PARATR_BEGIN) in setPropertyToDefault()
1340 const bool bBelowFrmAtrEnd(pEntry->nWID < RES_FRMATR_END); in getPropertyDefault()
1341 …const bool bDrawingLayerRange(XATTR_FILL_FIRST <= pEntry->nWID && XATTR_FILL_LAST >= pEntry->nWID); in getPropertyDefault()
1345 const SfxPoolItem& rDefItem = rTxtNode.GetDoc()->GetAttrPool().GetDefaultItem(pEntry->nWID); in getPropertyDefault()