Home
last modified time | relevance | path

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

/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx110 } CT_PageSz; variable
1806 CT_PageSz.code = nIntValue; in lcl_attribute()
1812 CT_PageSz.h = PaperInfo::sloppyFitPageDimension(nHeight); in lcl_attribute()
1817 CT_PageSz.orient = (nIntValue != 0); in lcl_attribute()
1823 CT_PageSz.w = PaperInfo::sloppyFitPageDimension(nWidth); in lcl_attribute()
3926 CT_PageSz.code = 0; in sprmWithProps()
3929 CT_PageSz.w = aLetter.getWidth(); in sprmWithProps()
3930 CT_PageSz.h = aLetter.getHeight(); in sprmWithProps()
3932 CT_PageSz.orient = false; in sprmWithProps()
3939 pSectionContext->Insert( PROP_WIDTH, false, uno::makeAny( CT_PageSz.w ) ); in sprmWithProps()
[all …]

Completed in 46 milliseconds