Home
last modified time | relevance | path

Searched refs:pTargetFmt (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/core/unocore/
H A Dunostyle.cxx3182 SwFmt *pTargetFmt = 0; in setPropertiesToDefault() local
3240 if(pTargetFmt) in setPropertiesToDefault()
3273 SwDoc* pDoc = pTargetFmt->GetDoc(); in setPropertiesToDefault()
3280 pTargetFmt->SetFmtAttr(aSet); in setPropertiesToDefault()
3307 SwFmt *pTargetFmt = 0; in setAllPropertiesToDefault() local
3329 pTargetFmt = xStyle->GetFrmFmt(); in setAllPropertiesToDefault()
3350 if(pTargetFmt) in setAllPropertiesToDefault()
3364 pTargetFmt->SetFmtAttr(aLR); in setAllPropertiesToDefault()
3365 pTargetFmt->SetFmtAttr(aUL); in setAllPropertiesToDefault()
3399 pTargetFmt->SetFmtAttr(aFrmSz); in setAllPropertiesToDefault()
[all …]
/aoo42x/main/sw/source/ui/app/
H A Ddocstyle.cxx2246 SwFmt *pTargetFmt = 0; in Replace() local
2253 pTargetFmt = ((SwDocStyleSheet&)rTarget).GetCharFmt(); in Replace()
2258 pTargetFmt = ((SwDocStyleSheet&)rTarget).GetCollection(); in Replace()
2263 pTargetFmt = ((SwDocStyleSheet&)rTarget).GetFrmFmt(); in Replace()
2275 pTargetFmt = &pDesc->GetMaster(); in Replace()
2284 if( pTargetFmt ) in Replace()
2287 pTargetFmt->DelDiffs( *pSourceFmt ); in Replace()
2289 pTargetFmt->ResetFmtAttr( RES_PAGEDESC, RES_FRMATR_END-1 ); in Replace()
2293 pTargetFmt->ResetAllFmtAttr(); in Replace()

Completed in 51 milliseconds