Home
last modified time | relevance | path

Searched refs:pFormItem (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/form/
H A Dfiltnav.cxx456 if ( !pFormItem ) in predicateExpressionChanged()
488 m_pModel->EnsureEmptyFilterRows( *pFormItem ); in predicateExpressionChanged()
502 if ( !pFormItem ) in disjunctiveTermRemoved()
537 if ( !pFormItem ) in disjunctiveTermAdded()
826 FmFormItem* pFormItem = (FmFormItem*)pParent; in Remove() local
1027 if (pFormItem) in EnsureEmptyFilterRows()
1029 EnsureEmptyFilterRows( *pFormItem ); in EnsureEmptyFilterRows()
1038 if ( pFormItem ) in EnsureEmptyFilterRows()
1039 AppendFilterItems( *pFormItem ); in EnsureEmptyFilterRows()
1504 FmFormItem* pFormItem = NULL; in Select() local
[all …]
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx1272 const SfxPoolItem* pFormItem; in GetNumberFormat() local
1273 if ( !pCondSet || pCondSet->GetItemState(ATTR_VALUE_FORMAT,sal_True,&pFormItem) != SFX_ITEM_SET ) in GetNumberFormat()
1274 pFormItem = &GetItemSet().Get(ATTR_VALUE_FORMAT); in GetNumberFormat()
1281 ((SfxUInt32Item*)pFormItem)->GetValue(), in GetNumberFormat()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx429 const SfxPoolItem* pFormItem; in SetPatternSimple() local
430 if ( !pCondSet || pCondSet->GetItemState(ATTR_VALUE_FORMAT,sal_True,&pFormItem) != SFX_ITEM_SET ) in SetPatternSimple()
431 pFormItem = &pPattern->GetItem(ATTR_VALUE_FORMAT); in SetPatternSimple()
436 ((SfxUInt32Item*)pFormItem)->GetValue(), in SetPatternSimple()

Completed in 54 milliseconds