Searched refs:aSets (Results 1 – 3 of 3) sorted by relevance
318 ::std::vector< uno::Reference< uno::XInterface> > aSets; in CreateCompPropSet()319 aSets.reserve(nMarkCount); in CreateCompPropSet()336 aSets.push_back(CreateComponentPair(pObj)); in CreateCompPropSet()342 Reference<uno::XInterface> *pSets = aSets.empty() ? NULL : &aSets[0]; in CreateCompPropSet()343 return uno::Sequence< Reference<uno::XInterface> >(pSets, aSets.size()); in CreateCompPropSet()
453 sal_uInt16 aSets[2] = {0,0}; in SV_IMPL_OP_PTRARR_SORT() local458 aSets[0] = 1; in SV_IMPL_OP_PTRARR_SORT()459 aSets[1] = 2; in SV_IMPL_OP_PTRARR_SORT()463 aSets[0] = 0; in SV_IMPL_OP_PTRARR_SORT()464 aSets[1] = 2; in SV_IMPL_OP_PTRARR_SORT()468 aSets[0] = 0; in SV_IMPL_OP_PTRARR_SORT()469 aSets[1] = 1; in SV_IMPL_OP_PTRARR_SORT()477 const SfxPoolItem& rSet = pFmt->GetFmtAttr( aWhichIds[aSets[j]][i] ); in SV_IMPL_OP_PTRARR_SORT()
126 SfxItemSets aSets; member in _SaveTable964 aSets.Insert( pSet, (nRet = aSets.Count() ) ); in AddFmt()1000 for( n = aSets.Count(); n; --n ) in RestoreAttr()1057 for( n = aSets.Count(); n; --n ) in CreateNew()1139 pFmt->SetFmtAttr( *aSets[ nFmtPos ] ); in NewFrmFmt()1235 pFmt->SetFmtAttr( *rSTbl.aSets[ nItemSet ] ); in CreateNew()1394 pFmt->SetFmtAttr( *rSTbl.aSets[ nItemSet ] ); in CreateNew()
Completed in 97 milliseconds