Lines Matching refs:nNumArgs
581 sal_Int32 nNumArgs(0); in SaveDocumentAsFormat() local
583 css::uno::Sequence< css::beans::PropertyValue > aArgs( ++nNumArgs ); in SaveDocumentAsFormat()
584 aArgs[nNumArgs-1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "FilterName" )); in SaveDocumentAsFormat()
585 aArgs[nNumArgs-1].Value = css::uno::makeAny( aFilterName ); in SaveDocumentAsFormat()
593 aArgs.realloc( ++nNumArgs ); in SaveDocumentAsFormat()
594 aArgs[nNumArgs-1].Name = aPasswordPropName; in SaveDocumentAsFormat()
595 aArgs[nNumArgs-1].Value = css::uno::makeAny( aPassword ); in SaveDocumentAsFormat()
668 … xSMGR, xModel, aFilterName, rType, bModified, nNumArgs, aArgs ); in SaveDocumentAsFormat()
732 aArgs.realloc( ++nNumArgs ); in SaveDocumentAsFormat()
733 … aArgs[nNumArgs-1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CopyStreamIfPossible" ) ); in SaveDocumentAsFormat()
734 aArgs[nNumArgs-1].Value = css::uno::makeAny( (sal_Bool)sal_True ); in SaveDocumentAsFormat()