Lines Matching refs:m_aOption
772 BSTRING( pValue->m_aOption ).GetBuffer(), in PPDParser()
784 cit->m_pOption1 ? BSTRING( cit->m_pOption1->m_aOption ).GetBuffer() : "<nil>", in PPDParser()
786 cit->m_pOption2 ? BSTRING( cit->m_pOption2->m_aOption ).GetBuffer() : "<nil>" in PPDParser()
1113 pKey->eraseValue( pValue->m_aOption ); in parse()
1287 return m_pDefaultPaperDimension->m_aOption; in getDefaultPaperDimension()
1302 if( rPaperName == m_pImageableAreas->getValue( i )->m_aOption ) in getMargins()
1305 if( rPaperName == m_pPaperDimensions->getValue( i )->m_aOption ) in getMargins()
1341 if( rPaperName == m_pPaperDimensions->getValue( i )->m_aOption ) in getPaperDimension()
1378 return m_pPaperDimensions->getValue( i )->m_aOption; in matchPaper()
1398 return nPDim != -1 ? m_pPaperDimensions->getValue( nPDim )->m_aOption : String(); in matchPaper()
1414 return m_pInputSlots->getValue( nSlot )->m_aOption; in getSlot()
1416 return m_pInputSlots->getValue( (sal_uLong)0 )->m_aOption; in getSlot()
1442 if( pValue->m_aOption == rSlot ) in getSlotCommand()
1454 return m_pPaperDimensions->getValue( nPaperDimension )->m_aOption; in getPaperDimension()
1456 return m_pPaperDimensions->getValue( (sal_uLong)0 )->m_aOption; in getPaperDimension()
1482 if( pValue->m_aOption == rPaperDimension ) in getPaperDimensionCommand()
1539 getResolutionFromString( m_pResolutions->getValue( nNr )->m_aOption, in getResolution()
1554 getResolutionFromString( m_pResolutions->getValue( i )->m_aOption, in getResolutionCommand()
1575 return m_pDuplexTypes->getValue( nDuplex )->m_aOption; in getDuplex()
1577 return m_pDuplexTypes->getValue( (sal_uLong)0 )->m_aOption; in getDuplex()
1603 if( pValue->m_aOption == rDuplex ) in getDuplexCommand()
1631 if( m_pFontList->getValue( i )->m_aOption == rFont ) in getFontAttributes()
1642 return m_pFontList->getValue( nFont )->m_aOption; in getFont()
1720 if( m_aOrderedValues[n]->m_aOption.EqualsIgnoreCaseAscii( rOption ) ) in getValueCaseInsensitive()
1754 aValue.m_aOption = rOption; in insertValue()
1863 it->second->m_aOption.GetStr(), in setValue()
1865 pValue->m_aOption.GetStr() ); in setValue()
1934 if( pKey->getValue( pNewValue->m_aOption ) != pNewValue ) in checkConstraints()
1939 if( pNewValue->m_aOption.EqualsAscii( "None" ) || pNewValue->m_aOption.EqualsAscii( "False" ) || in checkConstraints()
1974 ! pOtherKeyOption->m_aOption.EqualsAscii( "None" ) && in checkConstraints()
1975 ! pOtherKeyOption->m_aOption.EqualsAscii( "False" ) ) in checkConstraints()
1988 ! pNewValue->m_aOption.EqualsAscii( "None" ) && in checkConstraints()
1989 ! pNewValue->m_aOption.EqualsAscii( "False" ) ) in checkConstraints()
2001 if( ! pOtherValue->m_aOption.EqualsAscii( "None" ) && in checkConstraints()
2002 ! pOtherValue->m_aOption.EqualsAscii( "False" ) && in checkConstraints()
2003 ! pNewValue->m_aOption.EqualsAscii( "None" ) && in checkConstraints()
2004 ! pNewValue->m_aOption.EqualsAscii( "False" ) ) in checkConstraints()
2045 aCopy = ByteString( it->second->m_aOption, RTL_TEXTENCODING_MS_1252 ); in getStreamableBuffer()
2064 aCopy = ByteString( it->second->m_aOption, RTL_TEXTENCODING_MS_1252 ); in getStreamableBuffer()
2101 …m_pKey->getKey().GetStr(), pKV->m_pCurrentValue ? pKV->m_pCurrentValue->m_aOption.GetStr() : "<nil… in rebuildFromStreamBuffer()
2124 m_pParser->getResolutionFromString( pValue->m_aOption, nDPIx, nDPIy ); in getRenderResolution()
2152 rPaper = pValue->m_aOption; in getPageSize()