Lines Matching refs:m_aJobData

54 		if( m_aJobData.m_aContext.checkConstraints( pKey, pValue ) )  in insertAllPPDValues()
68 pValue = m_aJobData.m_aContext.getValue( pKey ); in insertAllPPDValues()
86 m_aJobData( rJobData ), in RTSDialog()
102 …aTitle.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "%s" ) ), m_aJobData.m_aPrinterName … in RTSDialog()
111 …else if( m_aJobData.m_aDriverName.compareToAscii( "CUPS:", 5 ) == 0 && ! PrinterInfoManager::get()… in RTSDialog()
190m_aJobData.m_eOrientation = m_pPaperPage->getOrientation().Equals( LSCAPE_STRING ) ? orientation::… in IMPL_LINK()
194 m_aJobData.m_nColorDepth = m_pDevicePage->getDepth(); in IMPL_LINK()
195 m_aJobData.m_nColorDevice = m_pDevicePage->getColorDevice(); in IMPL_LINK()
196 m_aJobData.m_nPSLevel = m_pDevicePage->getLevel(); in IMPL_LINK()
197 m_aJobData.m_nPDFDevice = m_pDevicePage->getPDFDevice(); in IMPL_LINK()
272 m_pParent->m_aJobData.m_eOrientation == orientation::Landscape in update()
276 if( m_pParent->m_aJobData.m_pParser && in update()
277 …(pKey = m_pParent->m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Duplex" ) )… in update()
279 m_pParent->insertAllPPDValues( m_aDuplexBox, m_pParent->m_aJobData.m_pParser, pKey ); in update()
288 if( m_pParent->m_aJobData.m_pParser && in update()
289 …(pKey = m_pParent->m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" )… in update()
291 m_pParent->insertAllPPDValues( m_aPaperBox, m_pParent->m_aJobData.m_pParser, pKey ); in update()
300 if( m_pParent->m_aJobData.m_pParser && in update()
301 (pKey = m_pParent->m_aJobData.m_pParser->getKey( String::CreateFromAscii( "InputSlot" ) )) ) in update()
303 m_pParent->insertAllPPDValues( m_aSlotBox, m_pParent->m_aJobData.m_pParser, pKey ); in update()
319 if( m_pParent->m_aJobData.m_pParser ) in IMPL_LINK()
320 …pKey = m_pParent->m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "PageSize" ) … in IMPL_LINK()
324 if( m_pParent->m_aJobData.m_pParser ) in IMPL_LINK()
325 …pKey = m_pParent->m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "Duplex" ) ) … in IMPL_LINK()
329 if( m_pParent->m_aJobData.m_pParser ) in IMPL_LINK()
330 …pKey = m_pParent->m_aJobData.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARAM( "InputSlot" )… in IMPL_LINK()
334 …m_pParent->m_aJobData.m_eOrientation = m_aOrientBox.GetSelectEntry().Equals( LSCAPE_STRING ) ? ori… in IMPL_LINK()
340 m_pParent->m_aJobData.m_aContext.setValue( pKey, pValue ); in IMPL_LINK()
378 switch( m_pParent->m_aJobData.m_nColorDevice ) in RTSDevicePage()
386 if( m_pParent->m_aJobData.m_nPDFDevice > 0 ) in RTSDevicePage()
389 nLevelEntryData = m_pParent->m_aJobData.m_nPSLevel+1; in RTSDevicePage()
399 …m_aDepthBox.SelectEntry( String::CreateFromInt32( m_pParent->m_aJobData.m_nColorDepth ).AppendAsci… in RTSDevicePage()
402 if( m_pParent->m_aJobData.m_pParser ) in RTSDevicePage()
404 for( int i = 0; i < m_pParent->m_aJobData.m_pParser->getKeys(); i++ ) in RTSDevicePage()
406 const PPDKey* pKey = m_pParent->m_aJobData.m_pParser->getKey( i ); in RTSDevicePage()
414 String aEntry( m_pParent->m_aJobData.m_pParser->translateKey( pKey->getKey() ) ); in RTSDevicePage()
465 m_pParent->m_aJobData.m_aContext.setValue( pKey, pValue ); in IMPL_LINK()
485 if( m_pParent->m_aJobData.m_aContext.checkConstraints( pKey, pValue ) && in FillValueBox()
486 m_pParent->m_aJobData.m_pParser ) in FillValueBox()
488 …String aEntry( m_pParent->m_aJobData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption… in FillValueBox()
493 pValue = m_pParent->m_aJobData.m_aContext.getValue( pKey ); in FillValueBox()
545 if( m_pParent->m_aJobData.m_pParser ) in initValues()
547 m_pParent->m_aJobData.m_pParser-> in initValues()
548 getMargins( m_pParent->m_aJobData.m_pParser->getDefaultPaperDimension(), in initValues()
555 nMarginLeft += m_pParent->m_aJobData.m_nLeftMarginAdjust; in initValues()
556 nMarginRight += m_pParent->m_aJobData.m_nRightMarginAdjust; in initValues()
557 nMarginTop += m_pParent->m_aJobData.m_nTopMarginAdjust; in initValues()
558 nMarginBottom += m_pParent->m_aJobData.m_nBottomMarginAdjust; in initValues()
564 m_aCommentEdt.SetText( m_pParent->m_aJobData.m_aComment ); in initValues()
576 if( m_pParent->m_aJobData.m_pParser ) in save()
578 m_pParent->m_aJobData.m_pParser-> in save()
579 getMargins( m_pParent->m_aJobData.m_pParser->getDefaultPaperDimension(), in save()
586 m_pParent->m_aJobData.m_nLeftMarginAdjust = m_aLeftLB.GetValue( FUNIT_POINT ) - nMarginLeft; in save()
587 m_pParent->m_aJobData.m_nRightMarginAdjust = m_aRightLB.GetValue( FUNIT_POINT ) - nMarginRight; in save()
588 m_pParent->m_aJobData.m_nTopMarginAdjust = m_aTopLB.GetValue( FUNIT_POINT ) - nMarginTop; in save()
589 m_pParent->m_aJobData.m_nBottomMarginAdjust = m_aBottomLB.GetValue( FUNIT_POINT ) - nMarginBottom; in save()
590 m_pParent->m_aJobData.m_aComment = m_aCommentEdt.GetText(); in save()
599 m_pParent->m_aJobData.m_nLeftMarginAdjust = in IMPL_LINK()
600 m_pParent->m_aJobData.m_nRightMarginAdjust = in IMPL_LINK()
601 m_pParent->m_aJobData.m_nTopMarginAdjust = in IMPL_LINK()
602 m_pParent->m_aJobData.m_nBottomMarginAdjust = 0; in IMPL_LINK()
633 rFontManager.getFontListWithFastInfo( aFonts, m_pParent->m_aJobData.m_pParser, false ); in RTSFontSubstPage()
656 m_aEnableBox.Check( m_pParent->m_aJobData.m_bPerformFontSubstitution ); in RTSFontSubstPage()
658 if( ! m_pParent->m_aJobData.m_bPerformFontSubstitution ) in RTSFontSubstPage()
688 for( it = m_pParent->m_aJobData.m_aFontSubstitutes.begin(); in update()
689 it != m_pParent->m_aJobData.m_aFontSubstitutes.end(); ++it ) in update()
710 …m_aRemoveButton.Enable( m_aSubstitutionsBox.GetSelectEntryCount() && m_pParent->m_aJobData.m_bPerf… in IMPL_LINK()
719 …m_pParent->m_aJobData.m_aFontSubstitutes[ m_aFromFontBox.GetText() ] = m_aToFontBox.GetSelectEntry… in IMPL_LINK()
729 m_pParent->m_aJobData.m_aFontSubstitutes.erase( aEntry ); in IMPL_LINK()
735 m_pParent->m_aJobData.m_bPerformFontSubstitution = m_aEnableBox.IsChecked() ? true : false; in IMPL_LINK()
736 m_aSubstitutionsBox.Enable( m_pParent->m_aJobData.m_bPerformFontSubstitution ); in IMPL_LINK()
737 m_aSubstitutionsText.Enable( m_pParent->m_aJobData.m_bPerformFontSubstitution ); in IMPL_LINK()
738 m_aAddButton.Enable( m_pParent->m_aJobData.m_bPerformFontSubstitution ); in IMPL_LINK()
739 …m_aRemoveButton.Enable( m_aSubstitutionsBox.GetSelectEntryCount() && m_pParent->m_aJobData.m_bPerf… in IMPL_LINK()
740 m_aToFontBox.Enable( m_pParent->m_aJobData.m_bPerformFontSubstitution ); in IMPL_LINK()
741 m_aToFontText.Enable( m_pParent->m_aJobData.m_bPerformFontSubstitution ); in IMPL_LINK()
742 m_aFromFontBox.Enable( m_pParent->m_aJobData.m_bPerformFontSubstitution ); in IMPL_LINK()
743 m_aFromFontText.Enable( m_pParent->m_aJobData.m_bPerformFontSubstitution ); in IMPL_LINK()