Searched refs:nRealLevel (Results 1 – 1 of 1) sorted by relevance
1159 int nRealLevel = pTxtNd->GetAttrOutlineLevel()-1; //<-end,zhaojianwei in BeginBlockStructureElements() local1160 nRealLevel = nRealLevel > 5 ? 5 : nRealLevel; in BeginBlockStructureElements()1162 nPDFType = static_cast<sal_uInt16>(vcl::PDFWriter::H1 + nRealLevel); in BeginBlockStructureElements()1163 switch(nRealLevel) in BeginBlockStructureElements()
Completed in 18 milliseconds