Searched refs:nOpts (Results 1 – 4 of 4) sorted by relevance
577 CCIDecompressor::CCIDecompressor( sal_uLong nOpts, sal_uInt32 nImageWidth ) : in CCIDecompressor() argument582 nOptions ( nOpts ), in CCIDecompressor()585 if ( nOpts & CCI_OPTION_INVERSEBITORDER ) in CCIDecompressor()
1329 const sal_Int32 nOpts = aOptions.getLength(); in MergeMailFiles() local1330 aOptions.realloc( nOpts + 1 ); in MergeMailFiles()1331 aOptions[ nOpts ].Name = rtl::OUString::createFromAscii( "Wait" ); in MergeMailFiles()1332 aOptions[ nOpts ].Value <<= sal_True ; in MergeMailFiles()1347 aOptions.realloc( nOpts + 1 ); in MergeMailFiles()1348 aOptions[ nOpts ].Name = pPrintOptions[nOption].Name; in MergeMailFiles()1349 aOptions[ nOpts ].Value = pPrintOptions[nOption].Value ; in MergeMailFiles()
1434 void DbGridControl::setDataSource(const Reference< XRowSet >& _xCursor, sal_uInt16 nOpts) in setDataSource() argument1550 … & OPT_INSERT) && ((nPrivileges & Privilege::INSERT) == Privilege::INSERT) && (nOpts & OPT_INSERT)) in setDataSource()1552 … & OPT_UPDATE) && ((nPrivileges & Privilege::UPDATE) == Privilege::UPDATE) && (nOpts & OPT_UPDATE)) in setDataSource()1554 … & OPT_DELETE) && ((nPrivileges & Privilege::DELETE) == Privilege::DELETE) && (nOpts & OPT_DELETE)) in setDataSource()
403 sal_uInt16 nOpts = OPT_INSERT | OPT_UPDATE | OPT_DELETE);
Completed in 72 milliseconds