Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx605 SfxStyleSheetBase* pTestSheet = pMyPool->First(); in Insert() local
606 while (pTestSheet) in Insert()
608 if (pTestSheet->GetFamily() == eOldFamily && in Insert()
609 pTestSheet->HasParentSupport() && in Insert()
610 pTestSheet->GetParent() == aOldName) in Insert()
612 pTestSheet->SetParent(aOldName); in Insert()
616 if (pTestSheet->GetFamily() == eOldFamily && in Insert()
617 pTestSheet->HasFollowSupport() && in Insert()
618 pTestSheet->GetFollow() == aOldName) in Insert()
620 pTestSheet->SetFollow(aOldName); in Insert()
[all …]
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx485 SfxStyleSheetBase* pTestSheet = pMyPool->First(); in Insert() local
486 while (pTestSheet) in Insert()
488 if (pTestSheet->GetFamily() == eOldFamily && in Insert()
489 pTestSheet->HasParentSupport() && in Insert()
490 pTestSheet->GetParent() == rOldName) in Insert()
492 pTestSheet->SetParent(rOldName); // Verknuepfung neu aufbauen in Insert()
495 if (pTestSheet->GetFamily() == eOldFamily && in Insert()
496 pTestSheet->HasFollowSupport() && in Insert()
497 pTestSheet->GetFollow() == rOldName) in Insert()
499 pTestSheet->SetFollow(rOldName); // Verknuepfung neu aufbauen in Insert()
[all …]