Searched refs:pFormatDescriptor (Results 1 – 1 of 1) sorted by relevance
1151 SfxItemSet* pFormatDescriptor = new SfxItemSet(*pPool, aAttrMap); in callColumnFormatDialog() local1153 pFormatDescriptor->Put(SvxHorJustifyItem(_eJustify, SBA_ATTR_ALIGN_HOR_JUSTIFY)); in callColumnFormatDialog()1161 pFormatDescriptor->Put(SfxBoolItem(SID_ATTR_NUMBERFORMAT_ONE_AREA, sal_True)); in callColumnFormatDialog()1167 pFormatDescriptor->Put(SfxUInt32Item(SBA_DEF_FMTVALUE, _nFormatKey)); in callColumnFormatDialog()1174 pFormatDescriptor->Put(aFormatter); in callColumnFormatDialog()1178 SbaSbAttrDlg aDlg(_pParent, pFormatDescriptor, _pFormatter, _nFlags); in callColumnFormatDialog()1217 delete pFormatDescriptor; in callColumnFormatDialog()
Completed in 23 milliseconds