Home
last modified time | relevance | path

Searched refs:maLayoutName (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sd/source/core/
H A Dsdpage2.cxx93 String aOldLayoutName(maLayoutName); // merken in SetPresentationLayout()
94 maLayoutName = rLayoutName; in SetPresentationLayout()
95 maLayoutName.AppendAscii( RTL_CONSTASCII_STRINGPARAM( SD_LT_SEPARATOR )); in SetPresentationLayout()
96 maLayoutName += String(SdResId(STR_LAYOUT_OUTLINE)); in SetPresentationLayout()
113 if (pMaster->GetPageKind() == mePageKind && pMaster->GetLayoutName() == maLayoutName) in SetPresentationLayout()
125 if (pMaster->GetPageKind() == mePageKind && pMaster->GetLayoutName() == maLayoutName) in SetPresentationLayout()
172 aFullName = maLayoutName; in SetPresentationLayout()
277 String aTrueLayoutName(maLayoutName); in EndListenOutlineText()
391 maLayoutName = rSrcPage.maLayoutName; in SdPage()
H A Dstlfamily.cxx63 String maLayoutName; member
74 if( mxMasterPage.is() && (mxMasterPage->GetLayoutName() != maLayoutName) ) in getStyleSheets()
76 maLayoutName = mxMasterPage->GetLayoutName(); in getStyleSheets()
78 String aLayoutName( maLayoutName ); in getStyleSheets()
H A Dsdpage.cxx124 maLayoutName = String(SdResId(STR_LAYOUT_DEFAULT_NAME)); in SdPage()
125 maLayoutName.AppendAscii( RTL_CONSTASCII_STRINGPARAM( SD_LT_SEPARATOR )); in SdPage()
126 maLayoutName += String(SdResId(STR_LAYOUT_OUTLINE)); in SdPage()
523 String aName(maLayoutName); in CreatePresObj()
2533 maLayoutName = aName; in SetLayoutName()
2538 sal_uInt16 nPos = maLayoutName.Search( aSep ); in SetLayoutName()
2541 FmFormPage::SetName(maLayoutName.Copy(0, nPos)); in SetLayoutName()
/trunk/main/sc/source/core/data/
H A Dpivot2.cxx67 if (maLayoutName.getLength()) in getDisplayName()
68 return maLayoutName; in getDisplayName()
86 if (maLayoutName.getLength()) in getDisplayName()
87 return maLayoutName; in getDisplayName()
H A Ddpobject.cxx692 aMem.maLayoutName = ScUnoHelpFunctions::GetStringProperty( in GetMembers()
1998 aNewLabel.maLayoutName = aLayoutName; in FillLabelData()
/trunk/main/sc/inc/
H A Dpivot.hxx73 ::rtl::OUString maLayoutName; /// Layout name (display name)
84 ::rtl::OUString maLayoutName;
/trunk/main/sd/inc/
H A Dsdpage.hxx134 String maLayoutName; // Name des Layouts member in SdPage
282 virtual String GetLayoutName() const { return maLayoutName; } in GetLayoutName()
/trunk/main/sc/source/ui/view/
H A Dgridwin2.cxx589 aMemNameMap.insert(MemNameMapType::value_type(itr->maLayoutName, itr->maName)); in UpdateDPFromFieldPopupMenu()

Completed in 62 milliseconds