Home
last modified time | relevance | path

Searched refs:bAborted (Results 1 – 5 of 5) sorted by path

/trunk/main/oox/source/core/
H A Dfilterdetect.cxx445 bool bAborted = aMediaDesc.getUnpackedValueOrDefault( MediaDescriptor::PROP_ABORTED(), false ); in detect() local
446 if( !bAborted ) try in detect()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx687 bool bAborted = false; in executeCommand() local
694 bAborted = true; in executeCommand()
706 if ( bAborted ) in executeCommand()
709 if ( !bException && !bAborted ) in executeCommand()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx980 bool bAborted(false); in UCBOpenContentSync() local
1087 bAborted = true; in UCBOpenContentSync()
1109 bAborted = true; in UCBOpenContentSync()
1115 bAborted = true; in UCBOpenContentSync()
1148 bResultAchieved |= bAborted; in UCBOpenContentSync()
1154 if ( bAborted || bException ) in UCBOpenContentSync()
1177 return ( bAborted || bException ); in UCBOpenContentSync()
1208 bool bAborted = false; in _UCBOpenContentSync() local
1216 bAborted = true; in _UCBOpenContentSync()
1221 bAborted = true; in _UCBOpenContentSync()
[all …]
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx648 bool bError = false, bAborted = false; in StartJob() local
664 bAborted = true; in StartJob()
666 …for( int nOuterIteration = 0; nOuterIteration < nOuterRepeatCount && ! bAborted; nOuterIteration++… in StartJob()
668 for( int nPage = 0; nPage < nPages && ! bAborted; nPage++ ) in StartJob()
670 …for( int nInnerIteration = 0; nInnerIteration < nInnerRepeatCount && ! bAborted; nInnerIteration++… in StartJob()
683 bAborted = true; in StartJob()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx1203 bool bAborted = false; in StartJob() local
1208 for( int nPage = 0; nPage < nAllPages && ! bAborted; nPage++ ) in StartJob()
1218 bAborted = true; in StartJob()
1317 if( ! i_pFileName && ! bAborted ) in StartJob()
1364 …i_rController.setJobState( bAborted ? view::PrintableState_JOB_ABORTED : view::PrintableState_JOB_… in StartJob()
1367 if( ! i_pFileName || bAborted ) in StartJob()

Completed in 46 milliseconds