Lines Matching refs:Name
823 if( i_rProps[ nProperty ].Name.equalsAscii( "PreferredPageSize" ) ) in modifyJobSetup()
827 else if( i_rProps[ nProperty ].Name.equalsAscii( "PageSize" ) ) in modifyJobSetup()
831 else if( i_rProps[ nProperty ].Name.equalsAscii( "PageIncludesNonprintableArea" ) ) in modifyJobSetup()
837 else if( i_rProps[ nProperty ].Name.equalsAscii( "PrinterPaperTray" ) ) in modifyJobSetup()
1293 aMergeSet.insert( i_rMergeList[i].Name ); in getJobProperties()
1301 if( aMergeSet.find( mpImplData->maUIProperties[i].Name ) == aMergeSet.end() ) in getJobProperties()
1308 aVal.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFirstPage" ) ); in getJobProperties()
1316 aVal.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsLastPage" ) ); in getJobProperties()
1324 aVal.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsPrinter" ) ); in getJobProperties()
1368 aVal.Name = i_rName; in setValue()
1377 mpImplData->maPropertyToIndex.find( i_rValue.Name ); in setValue()
1383 mpImplData->maPropertyToIndex[ i_rValue.Name ] = mpImplData->maUIProperties.size(); in setValue()
1407 if( rEntry.Name.equalsAscii( "Property" ) ) in setUIOptions()
1411 DBG_ASSERT( mpImplData->maPropertyToIndex.find( aVal.Name ) in setUIOptions()
1414 aPropName = aVal.Name; in setUIOptions()
1417 else if( rEntry.Name.equalsAscii( "Enabled" ) ) in setUIOptions()
1423 else if( rEntry.Name.equalsAscii( "DependsOnName" ) ) in setUIOptions()
1427 else if( rEntry.Name.equalsAscii( "DependsOnEntry" ) ) in setUIOptions()
1431 else if( rEntry.Name.equalsAscii( "ChoicesDisabled" ) ) in setUIOptions()
1759 m_aPropertyMap.find( pVals[ i ].Name ); in processProperties()
1771 o_pChangeProp->insert( pVals[ i ].Name ); in processProperties()
1772 m_aPropertyMap[ pVals[i].Name ] = pVals[i].Value; in processProperties()
1786 aVal.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ExtraPrintUIOptions" ) ); in appendPrintUIOptions()
1822 aCtrl[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" ) ); in getUIControlOpt()
1827 aCtrl[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "HelpId" ) ); in getUIControlOpt()
1830 aCtrl[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ControlType" ) ); in getUIControlOpt()
1834 aCtrl[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Property" ) ); in getUIControlOpt()
1839 aCtrl[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DependsOnName" ) ); in getUIControlOpt()
1843 aCtrl[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DependsOnEntry" ) ); in getUIControlOpt()
1848 … aCtrl[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AttachToDependency" ) ); in getUIControlOpt()
1854 aCtrl[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "GroupingHint" ) ); in getUIControlOpt()
1859 aCtrl[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "InternalUIOnly" ) ); in getUIControlOpt()
1864 aCtrl[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Enabled" ) ); in getUIControlOpt()
1917 aVal.Name = i_rProperty; in getBoolControlOpt()
1935 aOpt.maAddProps[nUsed].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Choices" ) ); in getChoiceControlOpt()
1939 … aOpt.maAddProps[nUsed+1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ChoicesDisabled" ) ); in getChoiceControlOpt()
1944 aVal.Name = i_rProperty; in getChoiceControlOpt()
1963 aOpt.maAddProps[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MinValue" ) ); in getRangeControlOpt()
1965 aOpt.maAddProps[nUsed ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MaxValue" ) ); in getRangeControlOpt()
1976 aVal.Name = i_rProperty; in getRangeControlOpt()
2000 aVal.Name = i_rProperty; in getEditControlOpt()