Home
last modified time | relevance | path

Searched refs:m_nCustomCSSDocLength (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx150 m_nCustomCSSDocLength( 0 ), in Databases()
1162 delete[] m_pCustomCSSDoc, m_pCustomCSSDoc = 0,m_nCustomCSSDocLength = 0; in changeCSS()
1228 m_nCustomCSSDocLength = int( aStatus.getFileSize() ); in cascadingStylesheet()
1229 m_pCustomCSSDoc = new char[ 1 + m_nCustomCSSDocLength ]; in cascadingStylesheet()
1230 m_pCustomCSSDoc[ m_nCustomCSSDocLength ] = 0; in cascadingStylesheet()
1231 sal_uInt64 a = m_nCustomCSSDocLength,b = m_nCustomCSSDocLength; in cascadingStylesheet()
1249 m_nCustomCSSDocLength = 0; in cascadingStylesheet()
1254 *byteCount = m_nCustomCSSDocLength; in cascadingStylesheet()
1257 rtl_copyMemory( *buffer,m_pCustomCSSDoc,m_nCustomCSSDocLength ); in cascadingStylesheet()
H A Ddatabases.hxx305 int m_nCustomCSSDocLength; member in chelp::Databases

Completed in 85 milliseconds