Home
last modified time | relevance | path

Searched refs:pCondItem (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sc/source/core/data/
H A Dcolumn2.cxx226 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 Dpatattr.cxx1287 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 Dtable2.cxx1550 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()
/aoo42x/main/sw/source/ui/app/
H A Ddocstyle.cxx1235 const SwCondCollItem* pCondItem; in SetItemSet() local
1237 (const SfxPoolItem**)&pCondItem )) in SetItemSet()
1238 pCondItem = 0; in SetItemSet()
1240 if( RES_CONDTXTFMTCOLL == pColl->Which() && pCondItem ) in SetItemSet()
1248 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet()
1261 else if( pCondItem && !pColl->GetDepends() ) in SetItemSet()
1281 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet()

Completed in 56 milliseconds