Home
last modified time | relevance | path

Searched refs:PageSettings (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/oox/source/xls/
H A Dpagesettings.cxx157 PageSettings::PageSettings( const WorksheetHelper& rHelper ) : in PageSettings() function in oox::xls::PageSettings
162 void PageSettings::importPrintOptions( const AttributeList& rAttribs ) in importPrintOptions()
170 void PageSettings::importPageMargins( const AttributeList& rAttribs ) in importPageMargins()
180 void PageSettings::importPageSetup( const Relations& rRelations, const AttributeList& rAttribs ) in importPageSetup()
201 void PageSettings::importChartPageSetup( const Relations& rRelations, const AttributeList& rAttribs… in importChartPageSetup()
216 void PageSettings::importHeaderFooter( const AttributeList& rAttribs ) in importHeaderFooter()
222 void PageSettings::importHeaderFooterCharacters( const OUString& rChars, sal_Int32 nElement ) in importHeaderFooterCharacters()
235 void PageSettings::importPicture( const Relations& rRelations, const AttributeList& rAttribs ) in importPicture()
240 void PageSettings::importPageMargins( SequenceInputStream& rStrm ) in importPageMargins()
247 void PageSettings::importPrintOptions( SequenceInputStream& rStrm ) in importPrintOptions()
[all …]
H A Dworksheethelper.cxx285 inline PageSettings& getPageSettings() { return maPageSett; } in getPageSettings()
398 PageSettings maPageSett; /// Page/print settings for this sheet.
1516 PageSettings& WorksheetHelper::getPageSettings() const in getPageSettings()
H A Dchartsheetfragment.cxx189 PageSettings& rPageSett = getPageSettings(); in importFragment()
H A Dworksheetfragment.cxx757 PageSettings& rPageSett = getPageSettings(); in importFragment()
/AOO41X/main/oox/inc/oox/xls/
H A Dpagesettings.hxx88 class PageSettings : public WorksheetHelper class
91 explicit PageSettings( const WorksheetHelper& rHelper );
H A Dworksheethelper.hxx57 class PageSettings;
264 PageSettings& getPageSettings() const;