Home
last modified time | relevance | path

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

/aoo42x/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx110 } CT_PageSz; variable
1805 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 51 milliseconds