Lines Matching refs:aName

523 				String aName(maLayoutName);  in CreatePresObj()  local
524 aName += sal_Unicode( ' ' ); in CreatePresObj()
525 aName += String::CreateFromInt32( nLevel ); in CreatePresObj()
526 …SfxStyleSheet* pSheet = (SfxStyleSheet*)pModel->GetStyleSheetPool()->Find(aName, SD_STYLE_FAMILY_M… in CreatePresObj()
573 String aName(GetLayoutName()); in GetStyleSheetForMasterPageBackground() local
575 sal_uInt16 nPos = aName.Search(aSep); in GetStyleSheetForMasterPageBackground()
580 aName.Erase(nPos); in GetStyleSheetForMasterPageBackground()
583 aName += String(SdResId(STR_LAYOUT_BACKGROUND)); in GetStyleSheetForMasterPageBackground()
586 SfxStyleSheetBase* pResult = pStShPool->Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in GetStyleSheetForMasterPageBackground()
592 String aName(GetLayoutName()); in GetStyleSheetForPresObj() local
594 sal_uInt16 nPos = aName.Search(aSep); in GetStyleSheetForPresObj()
598 aName.Erase(nPos); in GetStyleSheetForPresObj()
605 aName = GetLayoutName(); in GetStyleSheetForPresObj()
606 aName += sal_Unicode( ' ' ); in GetStyleSheetForPresObj()
607 aName += String::CreateFromInt32( 1 ); in GetStyleSheetForPresObj()
612 aName += String(SdResId(STR_LAYOUT_TITLE)); in GetStyleSheetForPresObj()
616 aName += String(SdResId(STR_LAYOUT_NOTES)); in GetStyleSheetForPresObj()
620 aName += String(SdResId(STR_LAYOUT_SUBTITLE)); in GetStyleSheetForPresObj()
627 aName += String(SdResId(STR_LAYOUT_BACKGROUNDOBJECTS)); in GetStyleSheetForPresObj()
635 SfxStyleSheetBase* pResult = pStShPool->Find(aName, SD_STYLE_FAMILY_MASTERPAGE); in GetStyleSheetForPresObj()
1949 String aName(GetLayoutName()); in ScaleObjects() local
1950 aName += sal_Unicode( ' ' ); in ScaleObjects()
1954 String sLayoutName(aName); in ScaleObjects()
2106 String aName(rPage.GetLayoutName()); in convertPresentationObjectImpl() local
2107 aName += sal_Unicode( ' ' ); in convertPresentationObjectImpl()
2108 aName += String::CreateFromInt32( nLevel ); in convertPresentationObjectImpl()
2109 …SfxStyleSheet* pSheet = static_cast<SfxStyleSheet*>( pModel->GetStyleSheetPool()->Find(aName, SD_S… in convertPresentationObjectImpl()
2531 void SdPage::SetLayoutName(String aName) in SetLayoutName() argument
2533 maLayoutName = aName; in SetLayoutName()