Searched refs:rFollowName (Results 1 – 3 of 3) sorted by relevance
647 const String& rFollowName = pHisSheet->GetFollow(); in Insert() local648 if (0 != rFollowName.Len()) in Insert()651 pMyPool->Find(rFollowName, eOldFamily); in Insert()653 rNewSheet.SetFollow(rFollowName); in Insert()
525 const String& rFollowName = pHisSheet->GetFollow(); in Insert() local526 if (0 != rFollowName.Len()) in Insert()528 SfxStyleSheetBase* pFollowOfNew = pMyPool->Find(rFollowName, in Insert()532 xNewSheet->SetFollow(rFollowName); in Insert()
2222 const String& rFollowName = rSource.GetFollow(); in Replace() local2223 if( 0 != rFollowName.Len() ) in Replace()2225 SfxStyleSheetBase* pFollowOfNew = Find( rFollowName, eFamily ); in Replace()2227 rTarget.SetFollow( rFollowName ); in Replace()
Completed in 120 milliseconds