Searched refs:m_pCustomCSSDoc (Results 1 – 2 of 2) sorted by relevance
151 m_pCustomCSSDoc( 0 ), in Databases()190 delete[] m_pCustomCSSDoc; in ~Databases()1162 delete[] m_pCustomCSSDoc, m_pCustomCSSDoc = 0,m_nCustomCSSDocLength = 0; in changeCSS()1171 if( ! m_pCustomCSSDoc ) in cascadingStylesheet()1229 m_pCustomCSSDoc = new char[ 1 + m_nCustomCSSDocLength ]; in cascadingStylesheet()1230 m_pCustomCSSDoc[ m_nCustomCSSDocLength ] = 0; in cascadingStylesheet()1232 aFile.read( m_pCustomCSSDoc,a,b ); in cascadingStylesheet()1250 m_pCustomCSSDoc = new char[ 1 ]; // Initialize with 1 to avoid gcc compiler warning in cascadingStylesheet()1257 rtl_copyMemory( *buffer,m_pCustomCSSDoc,m_nCustomCSSDocLength ); in cascadingStylesheet()
306 char* m_pCustomCSSDoc; member in chelp::Databases
Completed in 23 milliseconds