Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx577 CCIDecompressor::CCIDecompressor( sal_uLong nOpts, sal_uInt32 nImageWidth ) : in CCIDecompressor() argument
582 nOptions ( nOpts ), in CCIDecompressor()
585 if ( nOpts & CCI_OPTION_INVERSEBITORDER ) in CCIDecompressor()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx1329 const sal_Int32 nOpts = aOptions.getLength(); in MergeMailFiles() local
1330 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()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1434 void DbGridControl::setDataSource(const Reference< XRowSet >& _xCursor, sal_uInt16 nOpts) in setDataSource() argument
1550 … & 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()
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx403 sal_uInt16 nOpts = OPT_INSERT | OPT_UPDATE | OPT_DELETE);

Completed in 56 milliseconds