Searched refs:pCondItem (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | column2.cxx | 226 const SfxPoolItem* pCondItem; in GetNeededSize() local 229 pCondSet->GetItemState(ATTR_HOR_JUSTIFY, sal_True, &pCondItem) == SFX_ITEM_SET) in GetNeededSize() 230 eHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem*)pCondItem)->GetValue(); in GetNeededSize() 238 pCondSet->GetItemState(ATTR_LINEBREAK, sal_True, &pCondItem) == SFX_ITEM_SET) in GetNeededSize() 239 bBreak = ((const SfxBoolItem*)pCondItem)->GetValue(); in GetNeededSize() 271 nRotate = ((const SfxInt32Item*)pCondItem)->GetValue(); in GetNeededSize() 278 eRotMode = (SvxRotateMode)((const SvxRotateModeItem*)pCondItem)->GetValue(); in GetNeededSize() 298 pCondSet->GetItemState(ATTR_MARGIN, sal_True, &pCondItem) == SFX_ITEM_SET) in GetNeededSize() 299 pMargin = (const SvxMarginItem*) pCondItem; in GetNeededSize() 306 pCondSet->GetItemState(ATTR_INDENT, sal_True, &pCondItem) == SFX_ITEM_SET) in GetNeededSize() [all …]
|
H A D | patattr.cxx | 1287 const SfxPoolItem* pCondItem; in GetItem() local 1288 if ( pCondSet && pCondSet->GetItemState( nWhich, sal_True, &pCondItem ) == SFX_ITEM_SET ) in GetItem() 1289 return *pCondItem; in GetItem()
|
H A D | table2.cxx | 1550 const SfxPoolItem* pCondItem; in FindMaxRotCol() local 1551 if ( pPattern->GetItemSet().GetItemState( ATTR_CONDITIONAL, sal_True, &pCondItem ) in FindMaxRotCol() 1557 sal_uLong nIndex = ((const SfxUInt32Item*)pCondItem)->GetValue(); in FindMaxRotCol()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 1169 const SwCondCollItem* pCondItem; in SetItemSet() local 1171 (const SfxPoolItem**)&pCondItem )) in SetItemSet() 1172 pCondItem = 0; in SetItemSet() 1174 if( RES_CONDTXTFMTCOLL == pColl->Which() && pCondItem ) in SetItemSet() 1182 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet() 1195 else if( pCondItem && !pColl->GetDepends() ) in SetItemSet() 1215 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet()
|
Completed in 72 milliseconds