Home
last modified time | relevance | path

Searched refs:i_bIgnoreWhitespace (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx220 … 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() argument
257 if ( i_bIgnoreWhitespace ) in StartElement()
264 void SettingsExportContext::EndElement( const sal_Bool i_bIgnoreWhitespace ) in EndElement() argument
266 if ( i_bIgnoreWhitespace ) in EndElement()
/AOO42X/main/xmloff/inc/xmloff/
H A DXMLSettingsExportContext.hxx50 const sal_Bool i_bIgnoreWhitespace ) = 0;
51 virtual void EndElement( const sal_Bool i_bIgnoreWhitespace ) = 0;
/AOO42X/main/xmloff/source/core/
H A Dxmlexp.cxx173 const sal_Bool i_bIgnoreWhitespace );
174 virtual void EndElement( const sal_Bool i_bIgnoreWhitespace );
195 …ade::StartElement( enum ::xmloff::token::XMLTokenEnum i_eName, const sal_Bool i_bIgnoreWhitespace ) in StartElement() argument
198 m_rExport.StartElement( sElementName, i_bIgnoreWhitespace ); in StartElement()
202 void SettingsExportFacade::EndElement( const sal_Bool i_bIgnoreWhitespace ) in EndElement() argument
205 m_rExport.EndElement( sElementName, i_bIgnoreWhitespace ); in EndElement()