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.cxx175 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() argument
200 m_rExport.StartElement( sElementName, i_bIgnoreWhitespace ); in StartElement()
204 void SettingsExportFacade::EndElement( const sal_Bool i_bIgnoreWhitespace ) in EndElement() argument
207 m_rExport.EndElement( sElementName, i_bIgnoreWhitespace ); in EndElement()

Completed in 32 milliseconds