Lines Matching refs:pOldFmt
1302 SwFrmFmt *pOldFmt = rDoc.GetNodes()[nNdIdx]->GetFlyFmt(); in lcl_InsertLabel() local
1303 ASSERT( pOldFmt, "Format des Fly nicht gefunden." ); in lcl_InsertLabel()
1307 const bool bIsSwFlyFrmFmtInstance( dynamic_cast<SwFlyFrmFmt*>(pOldFmt) != 0 ); in lcl_InsertLabel()
1309 ? static_cast<SwFlyFrmFmt*>(pOldFmt)->GetObjTitle() in lcl_InsertLabel()
1312 ? static_cast<SwFlyFrmFmt*>(pOldFmt)->GetObjDescription() in lcl_InsertLabel()
1315 pOldFmt->DelFrms(); in lcl_InsertLabel()
1327 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_PRINT ); in lcl_InsertLabel()
1328 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_OPAQUE ); in lcl_InsertLabel()
1329 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_PROTECT ); in lcl_InsertLabel()
1330 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_SURROUND ); in lcl_InsertLabel()
1331 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_VERT_ORIENT ); in lcl_InsertLabel()
1332 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_HORI_ORIENT ); in lcl_InsertLabel()
1333 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_LR_SPACE ); in lcl_InsertLabel()
1334 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_UL_SPACE ); in lcl_InsertLabel()
1335 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_BACKGROUND ); in lcl_InsertLabel()
1344 if( SFX_ITEM_SET == pOldFmt->GetAttrSet(). in lcl_InsertLabel()
1351 if( SFX_ITEM_SET == pOldFmt->GetAttrSet(). in lcl_InsertLabel()
1369 pNewSet->Put( pOldFmt->GetAnchor() ); in lcl_InsertLabel()
1372 SwFmtFrmSize aFrmSize( pOldFmt->GetFrmSize() ); in lcl_InsertLabel()
1400 ASSERT( pHnt && pHnt->GetFlyCnt().GetFrmFmt() == pOldFmt, in lcl_InsertLabel()
1419 aFrmSize = pOldFmt->GetFrmSize(); in lcl_InsertLabel()
1443 pUndo->SetFlys( *pOldFmt, *pNewSet, *pNewFmt ); in lcl_InsertLabel()
1445 pOldFmt->SetFmtAttr( *pNewSet ); in lcl_InsertLabel()
1455 static_cast<SwFlyFrmFmt*>(pOldFmt)->SetObjTitle( sTitle ); in lcl_InsertLabel()
1456 static_cast<SwFlyFrmFmt*>(pOldFmt)->SetObjDescription( sDescription ); in lcl_InsertLabel()
1588 SwUndoInsertLabel *const pUndo, SwDrawFrmFmt *const pOldFmt, in lcl_InsertDrawLabel() argument
1639 pOldFmt->DelFrms(); in lcl_InsertDrawLabel()
1645 SfxItemSet* pNewSet = pOldFmt->GetAttrSet().Clone( sal_False ); in lcl_InsertDrawLabel()
1658 lcl_CpyAttr( *pNewSet, pOldFmt->GetAttrSet(), RES_SURROUND ); in lcl_InsertDrawLabel()
1673 pNewSet->Put( pOldFmt->GetHoriOrient() ); in lcl_InsertDrawLabel()
1674 pNewSet->Put( pOldFmt->GetVertOrient() ); in lcl_InsertDrawLabel()
1676 pNewSet->Put( pOldFmt->GetAnchor() ); in lcl_InsertDrawLabel()
1688 pNewSet->Put( pOldFmt->GetLRSpace() ); in lcl_InsertDrawLabel()
1689 pNewSet->Put( pOldFmt->GetULSpace() ); in lcl_InsertDrawLabel()
1724 GetFrmFmt() == (SwFrmFmt*)pOldFmt, in lcl_InsertDrawLabel()
1762 pUndo->SetFlys( *pOldFmt, *pNewSet, *pNewFmt ); in lcl_InsertDrawLabel()
1767 pOldFmt->SetFmtAttr( *pNewSet ); in lcl_InsertDrawLabel()
1847 SwDrawFrmFmt* pOldFmt = (SwDrawFrmFmt *)pContact->GetFmt(); in InsertDrawLabel() local
1848 if (!pOldFmt) in InsertDrawLabel()
1861 *this, pTxtFmtCollTbl, pUndo, pOldFmt, in InsertDrawLabel()