Home
last modified time | relevance | path

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

/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx944 bool bAborted(false); in UCBOpenContentSync() local
1051 bAborted = true; in UCBOpenContentSync()
1073 bAborted = true; in UCBOpenContentSync()
1079 bAborted = true; in UCBOpenContentSync()
1112 bResultAchieved |= bAborted; in UCBOpenContentSync()
1118 if ( bAborted || bException ) in UCBOpenContentSync()
1141 return ( bAborted || bException ); in UCBOpenContentSync()
1172 bool bAborted = false; in _UCBOpenContentSync() local
1180 bAborted = true; in _UCBOpenContentSync()
1185 bAborted = true; in _UCBOpenContentSync()
[all …]
/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()
/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/oox/source/core/
H A Dfilterdetect.cxx434 bool bAborted = aMediaDesc.getUnpackedValueOrDefault( MediaDescriptor::PROP_ABORTED(), false ); in detect() local
435 if( !bAborted ) try in detect()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx673 bool bAborted = false; in executeCommand() local
680 bAborted = true; in executeCommand()
692 if ( bAborted ) in executeCommand()
695 if ( !bException && !bAborted ) in executeCommand()