Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/view/
H A Dprintdata.cxx206 m_aUIProperties.realloc( 0 ); in SwPrintUIOptions()
218 m_aUIProperties.realloc( nNumProps ); in SwPrintUIOptions()
233 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 2 ), in SwPrintUIOptions()
240 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 3 ), in SwPrintUIOptions()
263 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 6 ), in SwPrintUIOptions()
273 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 8 ), in SwPrintUIOptions()
295 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 11 ), in SwPrintUIOptions()
325 m_aUIProperties[nIdx++].Value = getChoiceControlOpt( rtl::OUString(), in SwPrintUIOptions()
335 m_aUIProperties[nIdx++].Value = getEditControlOpt( rtl::OUString(), in SwPrintUIOptions()
409 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 23 ), in SwPrintUIOptions()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx235 m_aUIProperties.realloc( 8 ); in ScPrintUIOptions()
245m_aUIProperties[1].Value = getSubgroupControlOpt( rtl::OUString( aStrings.GetString( 0 ) ), rtl::O… in ScPrintUIOptions()
248 m_aUIProperties[2].Value = getBoolControlOpt( rtl::OUString( aStrings.GetString( 1 ) ), in ScPrintUIOptions()
256 m_aUIProperties[3].Value = getSubgroupControlOpt( rtl::OUString( aStrings.GetString( 2 ) ), in ScPrintUIOptions()
269 m_aUIProperties[4].Value = getChoiceControlOpt( rtl::OUString(), in ScPrintUIOptions()
277 m_aUIProperties[5].Value = getSubgroupControlOpt( rtl::OUString( aStrings.GetString( 6 ) ), in ScPrintUIOptions()
290 m_aUIProperties[6].Value = getChoiceControlOpt( rtl::OUString(), in ScPrintUIOptions()
298 m_aUIProperties[7].Value = getEditControlOpt( rtl::OUString(), in ScPrintUIOptions()
314 for (sal_Int32 nUIPos=0; nUIPos<m_aUIProperties.getLength(); ++nUIPos) in SetDefaults()
317 if ( m_aUIProperties[nUIPos].Value >>= aUIProp ) in SetDefaults()
[all …]
/trunk/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()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1229 m_aUIProperties = aCreator.GetDialogControls(); in Implementation()
1324 aProperties[0].Value <<= m_aUIProperties; in GetProperties()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1781 if( m_aUIProperties.getLength() > 0 ) in appendPrintUIOptions()
1787 aVal.Value = makeAny( m_aUIProperties ); in appendPrintUIOptions()

Completed in 105 milliseconds