Home
last modified time | relevance | path

Searched refs:bException (Results 1 – 10 of 10) sorted by path

/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1065 boolean bException= false; in map_to_uno() local
1208 bException= true; in map_to_uno()
1223 bException= true; in map_to_uno()
1238 bException= true; in map_to_uno()
1243 if (bException && !assign) // if assign then caller cleans up in map_to_uno()
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx653 BOOL bException = TRUE; in testExceptions() local
656 bException = FALSE; in testExceptions()
661 ERROR_ASSERT( bException , "expected exception not thrown !" ); in testExceptions()
670 BOOL bException = TRUE; in testExceptions() local
673 bException = FALSE; in testExceptions()
678 ERROR_ASSERT( bException , "expected exception not thrown !" ); in testExceptions()
/trunk/main/framework/inc/classes/
H A Dfiltercache.hxx305 …sal_Bool bException ) throw(css::container::ElementExistE…
309 …sal_Bool bException ) throw(css::container::NoSuchElement…
312 …sal_Bool bException ) throw(css::container::NoSuchElement…
317 …sal_Bool bException ) throw(css::container::ElementExistE…
321 …sal_Bool bException ) throw(css::container::NoSuchElement…
324 …sal_Bool bException ) throw(css::container::NoSuchElement…
329 …sal_Bool bException ) throw(css::container::ElementExistE…
333 …sal_Bool bException ) throw(css::container::NoSuchElement…
336 …sal_Bool bException ) throw(css::container::NoSuchElement…
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx557 sal_Bool bException = sal_True; in testExceptions() local
561 bException = sal_False; in testExceptions()
567 ERROR_ASSERT( bException , "expected exception not thrown !" ); in testExceptions()
576 sal_Bool bException = sal_True; in testExceptions() local
579 bException = sal_False; in testExceptions()
584 ERROR_ASSERT( bException , "expected exception not thrown !" ); in testExceptions()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx660 ( const Locale& locale, sal_Bool bException ) in getItemForLocale() argument
682 if( pRetItem == NULL && bException ) in getItemForLocale()
H A Dstringresource.hxx159 LocaleItem* getItemForLocale( const ::com::sun::star::lang::Locale& locale, sal_Bool bException )
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1109 sal_uInt32 lcl_Any_To_ULONG(const Any& rValue, sal_Bool& bException) in lcl_Any_To_ULONG() argument
1111 bException = sal_False; in lcl_Any_To_ULONG()
1120 bException = !(rValue >>= nVal); in lcl_Any_To_ULONG()
1121 if( !bException ) in lcl_Any_To_ULONG()
1171 sal_Bool bException; in setPagePrintSettings() local
1172 sal_uInt32 nVal = lcl_Any_To_ULONG(rVal, bException); in setPagePrintSettings()
1211 bException = (::getBooleanCppuType() != rVal.getValueType()); in setPagePrintSettings()
1215 bException = sal_True; in setPagePrintSettings()
1216 if(bException) in setPagePrintSettings()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx680 sal_Bool bException = sal_True; in ImplCreateWindow() local
690 bException = sal_False; in ImplCreateWindow()
696 bException = sal_False; in ImplCreateWindow()
699 if ( bException ) in ImplCreateWindow()
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx686 bool bException = false; in executeCommand() local
698 bException = true; in executeCommand()
703 if ( bException ) in executeCommand()
709 if ( !bException && !bAborted ) in executeCommand()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx979 bool bException(false); in UCBOpenContentSync() local
1121 bException = true; in UCBOpenContentSync()
1135 bException = true; in UCBOpenContentSync()
1141 bException = true; in UCBOpenContentSync()
1147 bResultAchieved |= bException; in UCBOpenContentSync()
1154 if ( bAborted || bException ) in UCBOpenContentSync()
1207 bool bException = false; in _UCBOpenContentSync() local
1226 bException = true; in _UCBOpenContentSync()
1238 bException = true; in _UCBOpenContentSync()
1243 bException = true; in _UCBOpenContentSync()
[all …]

Completed in 95 milliseconds