Home
last modified time | relevance | path

Searched refs:sParentStyleName (Results 1 – 5 of 5) sorted by path

/trunk/main/sdext/source/presenter/
H A DPresenterTheme.cxx1046 OUString sParentStyleName; in ProcessPaneStyle() local
1047 if (rValues[1] >>= sParentStyleName) in ProcessPaneStyle()
1052 if ((*iStyle)->msStyleName.equals(sParentStyleName)) in ProcessPaneStyle()
1211 OUString sParentStyleName; in ProcessViewStyle() local
1213 >>= sParentStyleName) in ProcessViewStyle()
1218 if ((*iStyle)->msStyleName.equals(sParentStyleName)) in ProcessViewStyle()
/trunk/main/sw/inc/
H A Dunostyle.hxx192 String sParentStyleName; member in SwXStyle
278 const String& GetParentStyleName() const { return sParentStyleName;} in GetParentStyleName()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1104 String sParentStyleName; in BeginBlockStructureElements() local
1109 …SwStyleNameMapper::FillProgName( pParentTxtFmt->GetName(), sParentStyleName, nsSwGetPoolIdFromName… in BeginBlockStructureElements()
1138 else if ( sParentStyleName == aCaption) in BeginBlockStructureElements()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx929 String sParentStyleName(pNewStyle->GetParentStyleName()); in insertByName() local
930 if(sParentStyleName.Len()) in insertByName()
933 SfxStyleSheetBase* pParentBase = pBasePool->Find(sParentStyleName); in insertByName()
936 pBasePool->SetParent( eFamily, sStyleName, sParentStyleName ); in insertByName()
1548 aString = sParentStyleName; in getParentStyle()
1585 sParentStyleName = String(sParentStyle); in setParentStyle()
/trunk/main/xmloff/source/table/
H A DXMLTableExport.cxx275 OUString sParentStyleName; in collectTableAutoStyles() local
281 sParentStyleName = xStyle->getName(); in collectTableAutoStyles()
290 sStyleName = sParentStyleName; in collectTableAutoStyles()

Completed in 63 milliseconds