Lines Matching refs:HeaderFooterParser

478 class HeaderFooterParser : public WorkbookHelper  class
481 explicit HeaderFooterParser( const WorkbookHelper& rHelper );
577 HeaderFooterParser::HeaderFooterParser( const WorkbookHelper& rHelper ) : in HeaderFooterParser() function in oox::xls::HeaderFooterParser
591 double HeaderFooterParser::parse( const Reference< XHeaderFooterContent >& rxContext, const OUStrin… in parse()
841 double HeaderFooterParser::getCurrHeight( HFPortionId ePortion ) const in getCurrHeight()
847 double HeaderFooterParser::getCurrHeight() const in getCurrHeight()
852 void HeaderFooterParser::updateCurrHeight( HFPortionId ePortion ) in updateCurrHeight()
858 void HeaderFooterParser::updateCurrHeight() in updateCurrHeight()
863 void HeaderFooterParser::setAttributes() in setAttributes()
879 void HeaderFooterParser::appendText() in appendText()
889 void HeaderFooterParser::appendLineBreak() in appendLineBreak()
897 Reference< XTextContent > HeaderFooterParser::createField( const OUString& rServiceName ) const in createField()
914 void HeaderFooterParser::appendField( const Reference< XTextContent >& rxContent ) in appendField()
928 void HeaderFooterParser::convertFontName( const OUString& rName ) in convertFontName()
940 void HeaderFooterParser::convertFontStyle( const OUString& rStyle ) in convertFontStyle()
958 void HeaderFooterParser::convertFontColor( const OUString& rColor ) in convertFontColor()
971 void HeaderFooterParser::finalizePortion() in finalizePortion()
977 void HeaderFooterParser::setNewPortion( HFPortionId ePortion ) in setNewPortion()
1093 mxHFParser( new HeaderFooterParser( rHelper ) ), in PageSettingsConverter()