Searched refs:aNewDescriptor (Results 1 – 1 of 1) sorted by relevance
173 Sequence< PropertyValue > aNewDescriptor(rDescriptor); in filter() local181 … aNewDescriptor.realloc(nOldLength + (bSinglePage ? 1 : 0) + (bGotSelection ? 1 : 0)); in filter()185 … aNewDescriptor[nInsert].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PagePos")); in filter()186 … aNewDescriptor[nInsert].Value <<= static_cast<sal_Int16>(nCurrentPageNumber - 1); in filter()194 … aNewDescriptor[nInsert].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ShapeSelection")); in filter()195 aNewDescriptor[nInsert].Value <<= xShapes; in filter()201 bRet = implExport(aNewDescriptor); in filter()
Completed in 16 milliseconds