Home
last modified time | relevance | path

Searched refs:m_aUIProperties (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sw/source/core/view/
H A Dprintdata.cxx206 m_aUIProperties.realloc( 0 ); in SwPrintUIOptions()
218 m_aUIProperties.realloc( nNumProps ); in SwPrintUIOptions()
226m_aUIProperties[ nIdx++ ].Value = getGroupControlOpt( aAppGroupname, rtl::OUString( RTL_CONSTASCII… in SwPrintUIOptions()
229m_aUIProperties[ nIdx++ ].Value = getSubgroupControlOpt( aLocalizedStrings.GetString( 1 ), rtl::OU… in SwPrintUIOptions()
233 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 2 ), in SwPrintUIOptions()
240 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 3 ), in SwPrintUIOptions()
248 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 4 ), in SwPrintUIOptions()
255 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 5 ), in SwPrintUIOptions()
263 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 6 ), in SwPrintUIOptions()
269m_aUIProperties[ nIdx++ ].Value = getSubgroupControlOpt( aLocalizedStrings.GetString( 7 ), rtl::OU… in SwPrintUIOptions()
[all …]
/AOO41X/main/starmath/source/
H A Dunomodel.cxx92 m_aUIProperties.realloc( 9 ); in SmPrintUIOptions()
99m_aUIProperties[0].Value = getGroupControlOpt( aAppGroupname, rtl::OUString( RTL_CONSTASCII_USTRIN… in SmPrintUIOptions()
102m_aUIProperties[1].Value = getSubgroupControlOpt( aLocalizedStrings.GetString( 1 ), rtl::OUString(… in SmPrintUIOptions()
105 m_aUIProperties[2].Value = getBoolControlOpt( aLocalizedStrings.GetString( 2 ), in SmPrintUIOptions()
110 m_aUIProperties[3].Value = getBoolControlOpt( aLocalizedStrings.GetString( 3 ), in SmPrintUIOptions()
115 m_aUIProperties[4].Value = getBoolControlOpt( aLocalizedStrings.GetString( 4 ), in SmPrintUIOptions()
121m_aUIProperties[5].Value = getSubgroupControlOpt( aLocalizedStrings.GetString( 5 ), rtl::OUString(… in SmPrintUIOptions()
133 m_aUIProperties[6].Value = getChoiceControlOpt( rtl::OUString(), in SmPrintUIOptions()
141 m_aUIProperties[ 7 ].Value = getRangeControlOpt( rtl::OUString(), in SmPrintUIOptions()
152 m_aUIProperties[8].Value <<= aHintNoLayoutPage; in SmPrintUIOptions()
/AOO41X/main/basctl/source/basicide/
H A Dbasicrenderable.cxx48 m_aUIProperties.realloc( 3 ); in BasicRenderable()
54 m_aUIProperties[0].Value = getSubgroupControlOpt( rtl::OUString( aStrings.GetString( 0 ) ), in BasicRenderable()
67 m_aUIProperties[1].Value = getChoiceControlOpt( rtl::OUString(), in BasicRenderable()
75 m_aUIProperties[2].Value = getEditControlOpt( rtl::OUString(), in BasicRenderable()
/AOO41X/main/sc/source/ui/unoobj/
H A Ddocuno.cxx237 m_aUIProperties.realloc( 8 ); in ScPrintUIOptions()
244m_aUIProperties[0].Value = getGroupControlOpt( aAppGroupname, rtl::OUString( RTL_CONSTASCII_USTRIN… in ScPrintUIOptions()
247m_aUIProperties[1].Value = getSubgroupControlOpt( rtl::OUString( aStrings.GetString( 0 ) ), rtl::O… in ScPrintUIOptions()
250 m_aUIProperties[2].Value = getBoolControlOpt( rtl::OUString( aStrings.GetString( 1 ) ), in ScPrintUIOptions()
258 m_aUIProperties[3].Value = getSubgroupControlOpt( rtl::OUString( aStrings.GetString( 2 ) ), in ScPrintUIOptions()
271 m_aUIProperties[4].Value = getChoiceControlOpt( rtl::OUString(), in ScPrintUIOptions()
279 m_aUIProperties[5].Value = getSubgroupControlOpt( rtl::OUString( aStrings.GetString( 6 ) ), in ScPrintUIOptions()
292 m_aUIProperties[6].Value = getChoiceControlOpt( rtl::OUString(), in ScPrintUIOptions()
300 m_aUIProperties[7].Value = getEditControlOpt( rtl::OUString(), in ScPrintUIOptions()
316 for (sal_Int32 nUIPos=0; nUIPos<m_aUIProperties.getLength(); ++nUIPos) in SetDefaults()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dprint.hxx556 …com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > m_aUIProperties; member in vcl::PrinterOptionsHelper
561 : m_aUIProperties( i_rUIProperties ) in PrinterOptionsHelper()
/AOO41X/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1229 m_aUIProperties = aCreator.GetDialogControls(); in Implementation()
1324 aProperties[0].Value <<= m_aUIProperties; in GetProperties()
/AOO41X/main/vcl/source/gdi/
H A Dprint3.cxx1781 if( m_aUIProperties.getLength() > 0 ) in appendPrintUIOptions()
1787 aVal.Value = makeAny( m_aUIProperties ); in appendPrintUIOptions()