Searched refs:rParentName (Results 1 – 7 of 7) sorted by relevance
205 sal_Bool SdStyleSheet::SetParent(const String& rParentName) in SetParent() argument209 if (SfxStyleSheet::SetParent(rParentName)) in SetParent()214 if( rParentName.Len() ) in SetParent()216 SfxStyleSheetBase* pStyle = rPool.Find(rParentName, nFamily); in SetParent()1054 void SAL_CALL SdStyleSheet::setParentStyle( const OUString& rParentName ) throw(NoSuchElementExcep… in setParentStyle() argument1059 if( rParentName.getLength() ) in setParentStyle()1066 if( pStyle && (pStyle->nFamily == nFamily) && (pStyle->msApiName == rParentName) ) in setParentStyle()1077 SetParent( rParentName ); in setParentStyle()
633 const String& rParentName = pHisSheet->GetParent(); in Insert() local634 if (0 != rParentName.Len()) in Insert()637 pMyPool->Find(rParentName, eOldFamily); in Insert()639 rNewSheet.SetParent(rParentName); in Insert()
115 sal_Bool __EXPORT ScStyleSheet::SetParent( const String& rParentName ) in SetParent() argument118 String aEffName = rParentName; in SetParent()
509 const String& rParentName = pHisSheet->GetParent(); in Insert() local510 if (0 != rParentName.Len()) in Insert()512 SfxStyleSheetBase* pParentOfNew = pMyPool->Find(rParentName, in Insert()516 xNewSheet->SetParent(rParentName); in Insert()
2212 const String& rParentName = rSource.GetParent(); in Replace() local2213 if( 0 != rParentName.Len() ) in Replace()2215 SfxStyleSheetBase* pParentOfNew = Find( rParentName, eFamily ); in Replace()2217 rTarget.SetParent( rParentName ); in Replace()
58 virtual sal_Bool SetParent ( const String& rParentName );
61 virtual sal_Bool SetParent (const String& rParentName);
Completed in 47 milliseconds