Home
last modified time | relevance | path

Searched refs:aMergeInfo (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx578 PrinterInfo aMergeInfo( m_aGlobalDefaults ); in initialize() local
579 aMergeInfo.m_aDriverName = String( RTL_CONSTASCII_USTRINGPARAM( "SGENPRT" ) ); in initialize()
580 aMergeInfo.m_aFeatures = String( RTL_CONSTASCII_USTRINGPARAM( "autoqueue" ) ); in initialize()
585 aMergeInfo.m_bPerformFontSubstitution = aDefaultInfo.m_bPerformFontSubstitution; in initialize()
586 fillFontSubstitutions( aMergeInfo ); in initialize()
589 …const PPDKey* pMergeKey = aMergeInfo.m_pParser->getKey( String( RTL_CONSTASCII_USTRINGPARA… in initialize()
593 aMergeInfo.m_aContext.setValue( pMergeKey, pMergeValue ); in initialize()
613 aPrinter.m_aInfo = aMergeInfo; in initialize()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx3038 SwDocMergeInfo aMergeInfo; in MergeDocuments() local
3039 aMergeInfo.nStartPageInTarget = nPageCountBefore; in MergeDocuments()
3042 aMergeInfo.nEndPageInTarget = pTargetShell->GetPageCnt(); in MergeDocuments()
3043 aMergeInfo.nDBRow = nStartRow; in MergeDocuments()
3044 rMMConfig.AddMergedDocument( aMergeInfo ); in MergeDocuments()

Completed in 61 milliseconds