Searched refs:CT_PageSz (Results 1 – 1 of 1) sorted by relevance
110 } CT_PageSz; variable1805 CT_PageSz.code = nIntValue; in lcl_attribute()1811 CT_PageSz.h = PaperInfo::sloppyFitPageDimension(nHeight); in lcl_attribute()1816 CT_PageSz.orient = (nIntValue != 0); in lcl_attribute()1822 CT_PageSz.w = PaperInfo::sloppyFitPageDimension(nWidth); in lcl_attribute()3935 CT_PageSz.code = 0; in sprmWithProps()3938 CT_PageSz.w = aLetter.getWidth(); in sprmWithProps()3939 CT_PageSz.h = aLetter.getHeight(); in sprmWithProps()3941 CT_PageSz.orient = false; in sprmWithProps()3948 pSectionContext->Insert( PROP_WIDTH, false, uno::makeAny( CT_PageSz.w ) ); in sprmWithProps()[all …]
Completed in 41 milliseconds