Home
last modified time | relevance | path

Searched refs:m_line (Results 1 – 5 of 5) sorted by relevance

/trunk/main/stoc/source/security/
H A Dfile_policy.cxx194 ByteSequence m_line; member in stoc_sec::PolicyReader
369 else if (m_pos == m_line.getLength()) // provide newline as whitespace in get()
374 else if (m_pos > m_line.getLength()) // read new line in get()
383 rc = ::osl_readLine( m_file, reinterpret_cast< sal_Sequence ** >( &m_line ) ); in get()
387 if (! m_line.getLength()) // empty line read in get()
394 return (m_line.getConstArray()[ m_pos++ ]); in get()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updateinstalldialog.hxx129 FixedLine m_line; member in dp_gui::UpdateInstallDialog
H A Ddp_gui_updatedialog.hxx193 FixedLine m_line; member in dp_gui::UpdateDialog
H A Ddp_gui_updateinstalldialog.cxx250 m_line(this, DpGuiResId(RID_DLG_UPDATE_INSTALL_LINE)), in UpdateInstallDialog()
H A Ddp_gui_updatedialog.cxx581 m_line(this, DpGuiResId(RID_DLG_UPDATE_LINE)), in UpdateDialog()

Completed in 25 milliseconds