Home
last modified time | relevance | path

Searched refs:aLocalizedStrings (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/view/
H A Dprintdata.cxx199 if( aLocalizedStrings.Count() < 30 ) // bad resource ? in SwPrintUIOptions()
316 aChoices[0] = aLocalizedStrings.GetString( 27 ); in SwPrintUIOptions()
319 aChoices[1] = aLocalizedStrings.GetString( 28 ); in SwPrintUIOptions()
322 aChoices[2] = aLocalizedStrings.GetString( 29 ); in SwPrintUIOptions()
351 aChoices[0] = aLocalizedStrings.GetString( 13 ); in SwPrintUIOptions()
352 aChoices[1] = aLocalizedStrings.GetString( 14 ); in SwPrintUIOptions()
353 aChoices[2] = aLocalizedStrings.GetString( 15 ); in SwPrintUIOptions()
354 aChoices[3] = aLocalizedStrings.GetString( 16 ); in SwPrintUIOptions()
381 aRLChoices[0] = aLocalizedStrings.GetString( 19 ); in SwPrintUIOptions()
382 aRLChoices[1] = aLocalizedStrings.GetString( 20 ); in SwPrintUIOptions()
[all …]
/trunk/main/starmath/source/
H A Dunomodel.cxx79 ResStringArray aLocalizedStrings( SmResId( RID_PRINTUIOPTIONS ) ); in SmPrintUIOptions() local
80 DBG_ASSERT( aLocalizedStrings.Count() >= 9, "resource incomplete" ); in SmPrintUIOptions()
81 if( aLocalizedStrings.Count() < 9 ) // bad resource ? in SmPrintUIOptions()
96 String aAppGroupname( aLocalizedStrings.GetString( 0 ) ); in SmPrintUIOptions()
102 …m_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()
125 aChoices[0] = aLocalizedStrings.GetString( 6 ); in SmPrintUIOptions()
126 aChoices[1] = aLocalizedStrings.GetString( 7 ); in SmPrintUIOptions()
[all …]

Completed in 22 milliseconds