Lines Matching refs:aTempSet
1860 SfxItemSet aTempSet(*this); in CreateSubPath() local
1861 aTempSet.Put(SdrShadowItem(sal_False)); in CreateSubPath()
1862 aTempSet.Put(XLineStyleItem(XLINE_NONE)); in CreateSubPath()
1863 pFill->SetMergedItemSet(aTempSet); in CreateSubPath()
1876 SfxItemSet aTempSet(*this); in CreateSubPath() local
1877 aTempSet.Put(SdrShadowItem(sal_False)); in CreateSubPath()
1878 aTempSet.Put(XFillStyleItem(XFILL_NONE)); in CreateSubPath()
1879 pStroke->SetMergedItemSet(aTempSet); in CreateSubPath()
1886 SfxItemSet aTempSet(*this); in CreateSubPath() local
1887 aTempSet.Put(SdrShadowItem(sal_False)); in CreateSubPath()
1895 aTempSet.Put(XFillStyleItem(XFILL_NONE)); in CreateSubPath()
1905 aTempSet.Put(XLineStyleItem(XLINE_NONE)); in CreateSubPath()
1910 pObj->SetMergedItemSet(aTempSet); in CreateSubPath()