Home
last modified time | relevance | path

Searched refs:m_aOption (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/printer/
H A Dppdparser.cxx620 OUString aValueName = pValue -> m_aOption; in PPDParser()
794 << "option: \"" << pValue->m_aOption in PPDParser()
1226 pKey->eraseValue( pValue->m_aOption ); in parse()
1398 return m_pDefaultPaperDimension->m_aOption; in getDefaultPaperDimension()
1624 aValue.m_aOption = rOption; in insertValue()
1787 if( pNewValue->m_aOption == "None" || pNewValue->m_aOption == "False" || in checkConstraints()
1849 if( pOtherValue->m_aOption != "None" && in checkConstraints()
1850 pOtherValue->m_aOption != "False" && in checkConstraints()
1851 pNewValue->m_aOption != "None" && in checkConstraints()
1852 pNewValue->m_aOption != "False" ) in checkConstraints()
[all …]
H A Dprinterinfomanager.cxx365 … const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in initialize()
507 …const PPDValue* pMergeValue = pMergeKey ? pMergeKey->getValue( pDefValue->m_aOption ) : nullpt… in initialize()
621 << rContext.getValue( pPageSizeKey )->m_aOption); in setDefaultPaper()
632 if( pVal->m_aOption.equalsIgnoreAsciiCase( m_aSystemDefaultPaper ) ) in setDefaultPaper()
639 << pPaperVal->m_aOption); in setDefaultPaper()
644 << rContext.getValue( pPageSizeKey )->m_aOption); in setDefaultPaper()
H A Dcpdmgr.cxx623 sPayLoad = pValue->m_bCustomOption ? pValue->m_aCustomOption : pValue->m_aOption; in getOptionsFromDocumentSetup()
H A Dcupsmgr.cxx639 sPayLoad = pValue->m_bCustomOption ? pValue->m_aCustomOption : pValue->m_aOption; in getOptionsFromDocumentSetup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/printer/
H A Dppdparser.cxx615 OUString aValueName = pValue -> m_aOption; in PPDParser()
792 << "option: \"" << pValue->m_aOption in PPDParser()
1223 pKey->eraseValue( pValue->m_aOption ); in parse()
1395 return m_pDefaultPaperDimension->m_aOption; in getDefaultPaperDimension()
1621 aValue.m_aOption = rOption; in insertValue()
1784 if( pNewValue->m_aOption == "None" || pNewValue->m_aOption == "False" || in checkConstraints()
1846 if( pOtherValue->m_aOption != "None" && in checkConstraints()
1847 pOtherValue->m_aOption != "False" && in checkConstraints()
1848 pNewValue->m_aOption != "None" && in checkConstraints()
1849 pNewValue->m_aOption != "False" ) in checkConstraints()
[all …]
H A Dprinterinfomanager.cxx359 … const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in initialize()
501 …const PPDValue* pMergeValue = pMergeKey ? pMergeKey->getValue( pDefValue->m_aOption ) : nullpt… in initialize()
611 …OUStringToOString( rContext.getValue( pPageSizeKey )->m_aOption, RTL_TEXTENCODING_ISO_8859_1 ).get… in setDefaultPaper()
622 if( pVal->m_aOption.equalsIgnoreAsciiCase( m_aSystemDefaultPaper ) ) in setDefaultPaper()
628 …fprintf( stderr, "setting default paper %s\n", OUStringToOString( pPaperVal->m_aOption, RTL_TEXTEN… in setDefaultPaper()
633 …fprintf( stderr, "-> got paper %s\n", OUStringToOString( pPaperVal->m_aOption, RTL_TEXTENCODING_IS… in setDefaultPaper()
H A Dcpdmgr.cxx617 sPayLoad = pValue->m_bCustomOption ? pValue->m_aCustomOption : pValue->m_aOption; in getOptionsFromDocumentSetup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dswxml.cxx660 if( m_aOption.IsFormatsOnly() ) in Read()
663 (m_aOption.IsFrameFormats() ? 1 : 0) + in Read()
664 (m_aOption.IsPageDescs() ? 1 : 0) + in Read()
665 (m_aOption.IsTextFormats() ? 2 : 0) + in Read()
666 (m_aOption.IsNumRules() ? 1 : 0); in Read()
670 if( m_aOption.IsFrameFormats() ) in Read()
673 if( m_aOption.IsPageDescs() ) in Read()
676 if( m_aOption.IsTextFormats() ) in Read()
682 if( m_aOption.IsNumRules() ) in Read()
846 !m_aOption.IsFormatsOnly() && in Read()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dswxml.cxx679 if( m_aOption.IsFormatsOnly() ) in Read()
682 (m_aOption.IsFrameFormats() ? 1 : 0) + in Read()
683 (m_aOption.IsPageDescs() ? 1 : 0) + in Read()
684 (m_aOption.IsTextFormats() ? 2 : 0) + in Read()
685 (m_aOption.IsNumRules() ? 1 : 0); in Read()
689 if( m_aOption.IsFrameFormats() ) in Read()
692 if( m_aOption.IsPageDescs() ) in Read()
695 if( m_aOption.IsTextFormats() ) in Read()
701 if( m_aOption.IsNumRules() ) in Read()
865 m_aOption.IsFormatsOnly() || in Read()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/headless/
H A Dsvpprn.cxx132 if( pValue->m_aOption.equalsIgnoreAsciiCase( "None" ) || in copyJobDataToJobSetup()
133 pValue->m_aOption.startsWithIgnoreAsciiCase( "Simplex" ) in copyJobDataToJobSetup()
138 else if( pValue->m_aOption.equalsIgnoreAsciiCase( "DuplexNoTumble" ) ) in copyJobDataToJobSetup()
142 else if( pValue->m_aOption.equalsIgnoreAsciiCase( "DuplexTumble" ) ) in copyJobDataToJobSetup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/headless/
H A Dsvpprn.cxx124 if( pValue->m_aOption.equalsIgnoreAsciiCase( "None" ) || in copyJobDataToJobSetup()
125 pValue->m_aOption.startsWithIgnoreAsciiCase( "Simplex" ) in copyJobDataToJobSetup()
130 else if( pValue->m_aOption.equalsIgnoreAsciiCase( "DuplexNoTumble" ) ) in copyJobDataToJobSetup()
134 else if( pValue->m_aOption.equalsIgnoreAsciiCase( "DuplexTumble" ) ) in copyJobDataToJobSetup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/print/
H A Dgenprnpsp.cxx211 if( pValue->m_aOption.equalsIgnoreAsciiCase( "None" ) || in copyJobDataToJobSetup()
212 pValue->m_aOption.startsWithIgnoreAsciiCase( "Simplex" ) in copyJobDataToJobSetup()
217 else if( pValue->m_aOption.equalsIgnoreAsciiCase( "DuplexNoTumble" ) ) in copyJobDataToJobSetup()
221 else if( pValue->m_aOption.equalsIgnoreAsciiCase( "DuplexTumble" ) ) in copyJobDataToJobSetup()
469 m_aJobData.m_pParser->getPaperDimension( pValue->m_aOption, nWidth, nHeight ); in InitPaperFormats()
732 return aData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption ); in GetPaperBinName()
767 if (pValue && !pValue->m_aOption.equalsIgnoreAsciiCase("Manually")) in GetCapabilities()
H A Dprinterjob.cxx660 aFeature.append( OUStringToOString( pValue->m_aOption, RTL_TEXTENCODING_ASCII_US ) ); in writeFeature()
802 patch_order.push_back( pVal->m_aOption.toInt32() ); in writeJobPatch()
803 if( patch_order.back() == 0 && pVal->m_aOption != "0" ) in writeJobPatch()
806 OString aOption = OUStringToOString( pVal->m_aOption, RTL_TEXTENCODING_ASCII_US ); in writeJobPatch()
H A Dprtsetup.cxx41 aOptionText = pParser->translateOption( pKey->getKey(), pValue->m_aOption) ; in insertAllPPDValues()
468 … aEntry = m_pParent->m_aJobData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption); in FillValueBox()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/print/
H A Dgenprnpsp.cxx204 if( pValue->m_aOption.equalsIgnoreAsciiCase( "None" ) || in copyJobDataToJobSetup()
205 pValue->m_aOption.startsWithIgnoreAsciiCase( "Simplex" ) in copyJobDataToJobSetup()
210 else if( pValue->m_aOption.equalsIgnoreAsciiCase( "DuplexNoTumble" ) ) in copyJobDataToJobSetup()
214 else if( pValue->m_aOption.equalsIgnoreAsciiCase( "DuplexTumble" ) ) in copyJobDataToJobSetup()
459 m_aJobData.m_pParser->getPaperDimension( pValue->m_aOption, nWidth, nHeight ); in InitPaperFormats()
723 return aData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption ); in GetPaperBinName()
758 if (pValue && !pValue->m_aOption.equalsIgnoreAsciiCase("Manually")) in GetCapabilities()
H A Dprinterjob.cxx655 aFeature.append( OUStringToOString( pValue->m_aOption, RTL_TEXTENCODING_ASCII_US ) ); in writeFeature()
797 patch_order.push_back( pVal->m_aOption.toInt32() ); in writeJobPatch()
798 if( patch_order.back() == 0 && pVal->m_aOption != "0" ) in writeJobPatch()
801 OString aOption = OUStringToOString( pVal->m_aOption, RTL_TEXTENCODING_ASCII_US ); in writeJobPatch()
H A Dprtsetup.cxx41 aOptionText = pParser->translateOption( pKey->getKey(), pValue->m_aOption) ; in insertAllPPDValues()
459 … aEntry = m_pParent->m_aJobData.m_pParser->translateOption( pKey->getKey(), pValue->m_aOption); in FillValueBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ascii/
H A Dparasc.cxx90 !m_bInsertMode, m_aOption.GetASCIIOpts() )); in Read()
101 m_aOption.ResetASCIIOpts(); in Read()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ascii/
H A Dparasc.cxx87 !m_bInsertMode, m_aOption.GetASCIIOpts() )); in Read()
92 m_aOption.ResetASCIIOpts(); in Read()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dshellio.hxx223 SwgReaderOption m_aOption; member in Reader
240 SwgReaderOption& GetReaderOpt() { return m_aOption; } in GetReaderOpt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dshellio.hxx217 SwgReaderOption m_aOption; member in Reader
234 SwgReaderOption& GetReaderOpt() { return m_aOption; } in GetReaderOpt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dppdparser.hxx52 OUString m_aOption; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dppdparser.hxx48 OUString m_aOption; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/basflt/
H A Dshellio.cxx138 bReadPageDescs = po->m_aOption.IsPageDescs(); in Read()
158 bool bFormatsOnly = po->m_aOption.IsFormatsOnly(); in Read()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/basflt/
H A Dshellio.cxx138 bReadPageDescs = po->m_aOption.IsPageDescs(); in Read()
160 bool bFormatsOnly = po->m_aOption.IsFormatsOnly(); in Read()

12