Searched refs:i_bIgnoreWhitespace (Results 1 – 3 of 3) sorted by relevance
220 … StartElement( enum ::xmloff::token::XMLTokenEnum i_eName, const sal_Bool i_bIgnoreWhitespace );221 virtual void EndElement ( const sal_Bool i_bIgnoreWhitespace );255 …ext::StartElement( enum ::xmloff::token::XMLTokenEnum i_eName, const sal_Bool i_bIgnoreWhitespace ) in StartElement() argument257 if ( i_bIgnoreWhitespace ) in StartElement()264 void SettingsExportContext::EndElement( const sal_Bool i_bIgnoreWhitespace ) in EndElement() argument266 if ( i_bIgnoreWhitespace ) in EndElement()
50 const sal_Bool i_bIgnoreWhitespace ) = 0;51 virtual void EndElement( const sal_Bool i_bIgnoreWhitespace ) = 0;
175 const sal_Bool i_bIgnoreWhitespace );176 virtual void EndElement( const sal_Bool i_bIgnoreWhitespace );197 …ade::StartElement( enum ::xmloff::token::XMLTokenEnum i_eName, const sal_Bool i_bIgnoreWhitespace ) in StartElement() argument200 m_rExport.StartElement( sElementName, i_bIgnoreWhitespace ); in StartElement()204 void SettingsExportFacade::EndElement( const sal_Bool i_bIgnoreWhitespace ) in EndElement() argument207 m_rExport.EndElement( sElementName, i_bIgnoreWhitespace ); in EndElement()
Completed in 22 milliseconds