Searched refs:aLW (Results 1 – 1 of 1) sorted by relevance
5188 OStringBuffer aLW( 32 ); in createDefaultCheckBoxAppearance() local5189 aLW.append( "q " ); in createDefaultCheckBoxAppearance()5190 m_aPages[m_nCurrentPage].appendMappedLength( nDelta, aLW ); in createDefaultCheckBoxAppearance()5191 aLW.append( " w " ); in createDefaultCheckBoxAppearance()5192 writeBuffer( aLW.getStr(), aLW.getLength() ); in createDefaultCheckBoxAppearance()5313 OStringBuffer aLW( 32 ); in createDefaultRadioButtonAppearance() local5314 aLW.append( "q " ); in createDefaultRadioButtonAppearance()5315 m_aPages[ m_nCurrentPage ].appendMappedLength( nDelta, aLW ); in createDefaultRadioButtonAppearance()5316 aLW.append( " w " ); in createDefaultRadioButtonAppearance()5317 writeBuffer( aLW.getStr(), aLW.getLength() ); in createDefaultRadioButtonAppearance()
Completed in 53 milliseconds