Searched refs:pNewAttr (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 633 aInsDelHints.push_back( pNewAttr ); in BuildPortions() 650 aInsDelHints.push_back( pNewAttr ); in BuildPortions() 733 SwTxtAttr* pNewAttr = 0; in BuildPortions() local 800 pNewAttr = MakeTxtAttr( *rNode.GetDoc(), in BuildPortions() 802 SwpHintsArray::Insert( pNewAttr ); in BuildPortions() 803 NoteInHistory( pNewAttr, true ); in BuildPortions() 815 pNewAttr = &rNewHint; in BuildPortions() 932 pNewAttr = &rNewHint; in BuildPortions() 943 if ( pNewAttr ) in BuildPortions() 945 SwpHintsArray::Insert( pNewAttr ); in BuildPortions() [all …]
|
/trunk/main/sd/source/ui/func/ |
H A D | fuline.cxx | 90 SfxItemSet* pNewAttr = new SfxItemSet( mpDoc->GetPool() ); in DoExecute() local 91 mpView->GetAttributes( *pNewAttr ); in DoExecute() 94 …SfxAbstractTabDialog * pDlg = pFact ? pFact->CreateSvxLineTabDialog(NULL,pNewAttr,mpDoc,pObj,bHasM… in DoExecute() 116 delete pNewAttr; in DoExecute()
|
/trunk/main/editeng/source/editeng/ |
H A D | editobj.cxx | 1485 … XEditAttribute* pNewAttr = CreateAttrib( aNewFontItem, pAttr->GetStart(), pAttr->GetEnd() ); in CreateData() local 1486 pC->GetAttribs().Insert( pNewAttr, nAttr ); in CreateData() 1489 … for ( sal_uInt16 nChar = pNewAttr->GetStart(); nChar < pNewAttr->GetEnd(); nChar++ ) in CreateData()
|
H A D | impedit2.cxx | 382 SfxPoolItem* pNewAttr = NULL; in Command() local 439 pNewAttr = new SvxWeightItem( WEIGHT_BOLD, EE_CHAR_WEIGHT ); in Command() 444 pNewAttr = new SvxWeightItem( WEIGHT_NORMAL, EE_CHAR_WEIGHT ); in Command() 449 pNewAttr = new SvxPostureItem( ITALIC_NORMAL, EE_CHAR_ITALIC ); in Command() 454 pNewAttr = new SvxPostureItem( ITALIC_NORMAL, EE_CHAR_ITALIC ); in Command() 459 pNewAttr = new SvxUnderlineItem( UNDERLINE_SINGLE, EE_CHAR_UNDERLINE ); in Command() 464 pNewAttr = new SvxUnderlineItem( UNDERLINE_NONE, EE_CHAR_UNDERLINE ); in Command() 469 if ( pNewAttr ) in Command() 472 aSet.Put( *pNewAttr ); in Command() 474 delete pNewAttr; in Command()
|
Completed in 554 milliseconds