Searched refs:sPageStyle (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlStyleImport.cxx | 133 if ( sPageStyle.getLength() ) in FillPropertySet() 136 aAny <<= sPageStyle; in FillPropertySet() 192 sPageStyle = rValue; in SetAttribute()
|
H A D | xmlStyleImport.hxx | 66 ::rtl::OUString sPageStyle;
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | unotools.cxx | 293 OUString sPageStyle; in IMPL_LINK() local 294 aPageStyle >>= sPageStyle; in IMPL_LINK() 302 && (aPFamily >>= xPFamily) && sPageStyle.getLength() ) in IMPL_LINK() 304 uno::Any aPStyle = xPFamily->getByName( sPageStyle ); in IMPL_LINK()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLFootnoteConfigurationImportContext.cxx | 259 sPageStyle = sValue; in StartElement() 393 if (sPageStyle.getLength() > 0) in ProcessSettings() 396 XML_STYLE_FAMILY_MASTER_PAGE, sPageStyle ); in ProcessSettings()
|
/aoo41x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxDocument.java | 78 public void switchFooter(String sPageStyle, boolean bState, boolean bPageNumber, String sText) in switchFooter() argument 93 …e xPageStyle = UnoRuntime.queryInterface(XStyle.class, xPageStyleCollection.getByName(sPageStyle)); in switchFooter()
|
/aoo41x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterDocument.java | 83 public void switchFooter(String sPageStyle, boolean bState, boolean bPageNumber, String sText) in switchFooter() argument 98 …e xPageStyle = UnoRuntime.queryInterface(XStyle.class, xPageStyleCollection.getByName(sPageStyle)); in switchFooter()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlstyli.cxx | 448 sPageStyle = rValue; in SetAttribute() 538 if (sPageStyle.getLength()) in FillPropertySet() 539 …GENAME, uno::makeAny(GetImport().GetStyleDisplayName( XML_STYLE_FAMILY_MASTER_PAGE, sPageStyle ))); in FillPropertySet()
|
H A D | xmlstyli.hxx | 94 rtl::OUString sPageStyle; member in XMLTableStyleContext
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unotbl.cxx | 202 String sPageStyle = uTemp; in lcl_SetSpecialProperty() local 204 if(sPageStyle.Len()) in lcl_SetSpecialProperty() 206 …SwStyleNameMapper::FillUIName(sPageStyle, sPageStyle, nsSwGetPoolIdFromName::GET_POOLID_PAGEDESC, … in lcl_SetSpecialProperty() 207 pDesc = ::GetPageDescByName_Impl(*pFmt->GetDoc(), sPageStyle); in lcl_SetSpecialProperty() 1955 String sPageStyle = uTmp; in ApplyTblAttr() local 1956 if(sPageStyle.Len()) in ApplyTblAttr() 1958 …SwStyleNameMapper::FillUIName(sPageStyle, sPageStyle, nsSwGetPoolIdFromName::GET_POOLID_PAGEDESC, … in ApplyTblAttr() 1959 const SwPageDesc* pDesc = ::GetPageDescByName_Impl(rDoc, sPageStyle); in ApplyTblAttr()
|
/aoo41x/main/xmloff/inc/ |
H A D | XMLFootnoteConfigurationImportContext.hxx | 56 ::rtl::OUString sPageStyle;
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlStyleImport.hxx | 50 ::rtl::OUString sPageStyle;
|
H A D | xmlStyleImport.cxx | 162 sPageStyle = rValue; in SetAttribute()
|
Completed in 71 milliseconds