Lines Matching refs:xTmp
624 rtl::Reference< SwDocStyleSheet > xTmp( new SwDocStyleSheet( *(SwDocStyleSheet*)pStyle ) ); in Edit() local
627 SfxItemSet& rSet = xTmp->GetItemSet(); in Edit()
633 xTmp->MergeIndentAttrsOfListStyle( rSet ); in Edit()
650 SfxItemSet& rSet = xTmp->GetItemSet(); in Edit()
665 SfxItemSet& rSet = xTmp->GetItemSet(); in Edit()
693 0, *(xTmp.get()), nFamily, nSlot, in Edit()
704 ? xTmp->GetMask() in Edit()
707 else if( pStyle->GetMask() != xTmp->GetMask() ) in Edit()
708 nRet = xTmp->GetMask(); in Edit()
717 xTmp->SetItemSet( aSet, true ); in Edit()
744 xTmp->SetItemSet( aTmpSet ); in Edit()
763 xTmp->SetItemSet(aTmpSet); in Edit()
771 mxBasePool->Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CREATED, *xTmp.get() ) ); in Edit()
813 ? xTmp->GetMask() in Edit()
816 else if( pStyle->GetMask() != xTmp->GetMask() ) in Edit()
817 nRet = xTmp->GetMask(); in Edit()
820 ::SfxToSwPageDescAttr( *GetWrtShell(), xTmp->GetItemSet() ); in Edit()
823 SfxItemSet aTmpSet( xTmp->GetItemSet() ); in Edit()
836 xTmp->SetItemSet( aTmpSet ); in Edit()
842 mxBasePool->Broadcast( SfxStyleSheetHint( SFX_STYLESHEET_CREATED, *xTmp.get() ) ); in Edit()