Home
last modified time | relevance | path

Searched refs:rParentName (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx509 const String& rParentName = pHisSheet->GetParent(); in Insert() local
510 if (0 != rParentName.Len()) in Insert()
512 SfxStyleSheetBase* pParentOfNew = pMyPool->Find(rParentName, in Insert()
516 xNewSheet->SetParent(rParentName); in Insert()
H A Ddocstyle.cxx2212 const String& rParentName = rSource.GetParent(); in Replace() local
2213 if( 0 != rParentName.Len() ) in Replace()
2215 SfxStyleSheetBase* pParentOfNew = Find( rParentName, eFamily ); in Replace()
2217 rTarget.SetParent( rParentName ); in Replace()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx633 const String& rParentName = pHisSheet->GetParent(); in Insert() local
634 if (0 != rParentName.Len()) in Insert()
637 pMyPool->Find(rParentName, eOldFamily); in Insert()
639 rNewSheet.SetParent(rParentName); in Insert()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx205 sal_Bool SdStyleSheet::SetParent(const String& rParentName) in SetParent() argument
209 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() argument
1059 if( rParentName.getLength() ) in setParentStyle()
1066 if( pStyle && (pStyle->nFamily == nFamily) && (pStyle->msApiName == rParentName) ) in setParentStyle()
1077 SetParent( rParentName ); in setParentStyle()
/trunk/main/sd/inc/
H A Dstlsheet.hxx61 virtual sal_Bool SetParent (const String& rParentName);
/trunk/main/sc/source/core/data/
H A Dstlsheet.cxx115 sal_Bool __EXPORT ScStyleSheet::SetParent( const String& rParentName ) in SetParent() argument
118 String aEffName = rParentName; in SetParent()
/trunk/main/sc/inc/
H A Dstlsheet.hxx58 virtual sal_Bool SetParent ( const String& rParentName );

Completed in 56 milliseconds