Lines Matching refs:rOutput
198 void TitleResources::readFromResources( TitleDialogData& rOutput ) in readFromResources() argument
200 rOutput.aExistenceList[0] = static_cast<sal_Bool>(m_aEd_Main.GetText().Len()!=0); in readFromResources()
201 rOutput.aExistenceList[1] = static_cast<sal_Bool>(m_aEd_Sub.GetText().Len()!=0); in readFromResources()
202 rOutput.aExistenceList[2] = static_cast<sal_Bool>(m_aEd_XAxis.GetText().Len()!=0); in readFromResources()
203 rOutput.aExistenceList[3] = static_cast<sal_Bool>(m_aEd_YAxis.GetText().Len()!=0); in readFromResources()
204 rOutput.aExistenceList[4] = static_cast<sal_Bool>(m_aEd_ZAxis.GetText().Len()!=0); in readFromResources()
205 rOutput.aExistenceList[5] = static_cast<sal_Bool>(m_aEd_SecondaryXAxis.GetText().Len()!=0); in readFromResources()
206 rOutput.aExistenceList[6] = static_cast<sal_Bool>(m_aEd_SecondaryYAxis.GetText().Len()!=0); in readFromResources()
208 rOutput.aTextList[0] = m_aEd_Main.GetText(); in readFromResources()
209 rOutput.aTextList[1] = m_aEd_Sub.GetText(); in readFromResources()
210 rOutput.aTextList[2] = m_aEd_XAxis.GetText(); in readFromResources()
211 rOutput.aTextList[3] = m_aEd_YAxis.GetText(); in readFromResources()
212 rOutput.aTextList[4] = m_aEd_ZAxis.GetText(); in readFromResources()
213 rOutput.aTextList[5] = m_aEd_SecondaryXAxis.GetText(); in readFromResources()
214 rOutput.aTextList[6] = m_aEd_SecondaryYAxis.GetText(); in readFromResources()