Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx299 PaperInfo aLetter(PAPER_LETTER); in SectionPropertyMap() local
301 Insert( PROP_HEIGHT, false, uno::makeAny( (sal_Int32) aLetter.getHeight() ) ); in SectionPropertyMap()
303 Insert( PROP_WIDTH, false, uno::makeAny( (sal_Int32) aLetter.getWidth() ) ); in SectionPropertyMap()
H A DDomainMapper.cxx3928 PaperInfo aLetter(PAPER_LETTER); in sprmWithProps() local
3929 CT_PageSz.w = aLetter.getWidth(); in sprmWithProps()
3930 CT_PageSz.h = aLetter.getHeight(); in sprmWithProps()

Completed in 41 milliseconds