Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx301 PaperInfo aLetter(PAPER_LETTER); in SectionPropertyMap() local
303 Insert( PROP_HEIGHT, false, uno::makeAny( (sal_Int32) aLetter.getHeight() ) ); in SectionPropertyMap()
305 Insert( PROP_WIDTH, false, uno::makeAny( (sal_Int32) aLetter.getWidth() ) ); in SectionPropertyMap()
H A DDomainMapper.cxx3937 PaperInfo aLetter(PAPER_LETTER); in sprmWithProps() local
3938 CT_PageSz.w = aLetter.getWidth(); in sprmWithProps()
3939 CT_PageSz.h = aLetter.getHeight(); in sprmWithProps()

Completed in 54 milliseconds