Lines Matching refs:aToken
282 OUString aToken( m_pParent->m_aJobData.m_aFeatures.getToken( 0, ',', nIndex ) ); in RTSCommandPage() local
283 if( ! aToken.compareToAscii( "fax", 3 ) ) in RTSCommandPage()
288 …m_aFaxSwallowBox.Check( ! aToken.getToken( 1, '=', nPos ).compareToAscii( "swallow", 7 ) ? sal_Tru… in RTSCommandPage()
291 else if( ! aToken.compareToAscii( "pdf=", 4 ) ) in RTSCommandPage()
295 m_aPdfDirectoryEdit.SetText( aToken.getToken( 1, '=', nPos ) ); in RTSCommandPage()
301 else if( ! aToken.compareToAscii( "external_dialog" ) ) in RTSCommandPage()
337 OUString aToken( m_pParent->m_aJobData.m_aFeatures.getToken( 0, ',', nIndex ) ); in save() local
338 if( aToken.compareToAscii( "fax", 3 ) && in save()
339 aToken.compareToAscii( "pdf", 3 ) && in save()
340 aToken.compareToAscii( "external_dialog" ) in save()
343 if( aToken.getLength() ) in save()
347 aFeatures += String( aToken ); in save()
350 else if( ! aToken.compareToAscii( "pdf=", 4 ) ) in save()
353 aOldPdfPath = aToken.getToken( 1, '=', nPos ); in save()
355 else if( ! aToken.compareToAscii( "fax=", 4 ) ) in save()
358 bOldFaxSwallow = aToken.getToken( 1, '=', nPos ).compareToAscii( "swallow", 7 ) ? false : true; in save()
360 else if( ! aToken.compareToAscii( "external_dialog" ) ) in save()