Lines Matching refs:aSet

314 		SfxItemSet aSet( pModel->GetItemPool() );  in CreateObj()  local
316 aSet.Put( XFillStyleItem( XFILL_SOLID ) ); in CreateObj()
317 aSet.Put( XFillColorItem( String(), TRANSCOL ) ); in CreateObj()
321 aSet.Put( XFillTransparenceItem( 100 ) ); in CreateObj()
322 aSet.Put( XLineColorItem( String(), Color( COL_RED ) ) ); in CreateObj()
326 aSet.Put( XFillTransparenceItem( 50 ) ); in CreateObj()
327 aSet.Put( XLineColorItem( String(), Color( COL_BLACK ) ) ); in CreateObj()
331 pSdrObj->SetMergedItemSetAndBroadcast(aSet); in CreateObj()
350 SfxItemSet aSet( pModel->GetItemPool() ); in InitSdrModel() local
352 aSet.Put( XFillColorItem( String(), TRANSCOL ) ); in InitSdrModel()
353 aSet.Put( XFillTransparenceItem( 50 ) ); in InitSdrModel()
354 pView->SetAttributes( aSet ); in InitSdrModel()
747 SfxItemSet aSet( pModel->GetItemPool() ); in SetCurrentObjState() local
751 aSet.Put( XFillColorItem( String(), TRANSCOL ) ); in SetCurrentObjState()
755 aSet.Put( XFillTransparenceItem( 100 ) ); in SetCurrentObjState()
756 aSet.Put( XLineColorItem( String(), Color( COL_RED ) ) ); in SetCurrentObjState()
760 aSet.Put( XFillTransparenceItem( 50 ) ); in SetCurrentObjState()
761 aSet.Put( XLineColorItem( String(), Color( COL_BLACK ) ) ); in SetCurrentObjState()
764 pView->SetAttributes( aSet, sal_False ); in SetCurrentObjState()
815 …SfxItemSet aSet( *pIMapPool, SID_ATTR_MACROITEM, SID_ATTR_MACROITEM, SID_EVENTCONFIG, SID_EVENTCO… in DoMacroAssign() local
820 aSet.Put( aNamesItem ); in DoMacroAssign()
825 aSet.Put( aMacroItem, SID_ATTR_MACROITEM ); in DoMacroAssign()
828 …SfxAbstractDialog* pMacroDlg = pFact->CreateSfxDialog( this, aSet, mxDocumentFrame, SID_EVENTCONFI… in DoMacroAssign()