Searched refs:aLetter (Results 1 – 2 of 2) sorted by relevance
301 PaperInfo aLetter(PAPER_LETTER); in SectionPropertyMap() local303 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()
3937 PaperInfo aLetter(PAPER_LETTER); in sprmWithProps() local3938 CT_PageSz.w = aLetter.getWidth(); in sprmWithProps()3939 CT_PageSz.h = aLetter.getHeight(); in sprmWithProps()
Completed in 83 milliseconds