Home
last modified time | relevance | path

Searched refs:bError (Results 1 – 25 of 93) sorted by relevance

1234

/trunk/main/basic/source/comp/
H A Dexprtree.cxx231 bError = sal_True; in Term()
240 if( !bError ) in Term()
269 bError = sal_True; in Term()
373 bError = sal_True; in Term()
375 if( !bError ) in Term()
398 bError = sal_True; in ObjTerm()
408 if( bError ) in ObjTerm()
445 bError = sal_True; in ObjTerm()
478 if( !bError ) in ObjTerm()
887 bError = in SbiExprList()
[all …]
H A Dexprnode.cxx118 bError = sal_False; in BaseInit()
244 bError |= pLeft->bError; in CollectBits()
250 bError |= pRight->bError; in CollectBits()
319 bError = sal_True; in FoldConstants()
346 bError = sal_True; in FoldConstants()
369 bError = sal_True; in FoldConstants()
400 bError = sal_True; in FoldConstants()
407 bError = sal_True; in FoldConstants()
461 bError = sal_True; in FoldConstants()
/trunk/main/basic/source/classes/
H A Dimage.cxx46 bError = sal_False; in SbiImage()
72 bError = sal_False; in Clear()
251 bError = sal_True; in Load()
252 return sal_Bool( !bError ); in Load()
378 bError = sal_True; in Save()
379 return sal_Bool( !bError ); in Save()
403 bError = sal_True; in MakeStrings()
413 bError = sal_True; in AddString()
414 if( !bError ) in AddString()
435 bError = sal_True; in AddString()
[all …]
/trunk/main/l10ntools/source/
H A Dgsicheck.cxx523 bError = sal_True; in TestUTF8()
534 bError = sal_True; in TestUTF8()
545 bError = sal_True; in TestUTF8()
552 if ( bError ) in TestUTF8()
554 return !bError; in TestUTF8()
824 bError = sal_True; in main()
866 bError = sal_True; in main()
886 bError = sal_True; in main()
901 bError = sal_True; in main()
922 bError = sal_True; in main()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dexcform8.cxx99 sal_Bool bError = sal_False; in Convert() local
833 default: bError = sal_True; in Convert()
835 bError |= !aIn.IsValid(); in Convert()
840 if( bError ) in Convert()
878 sal_Bool bError = sal_False; in Convert() local
1197 bError = sal_True; in Convert()
1199 bError |= !aIn.IsValid(); in Convert()
1204 if( bError ) in Convert()
1293 bError = true; in ConvertExternName()
1340 bError = true; in ConvertExternName()
[all …]
H A Dexcform.cxx200 sal_Bool bError = sal_False; in Convert() local
230 while( (aIn.GetRecPos() < nEndPos) && !bError ) in Convert()
846 default: bError = sal_True; in Convert()
848 bError |= !aIn.IsValid(); in Convert()
853 if( bError ) in Convert()
900 sal_Bool bError = sal_False; in Convert() local
923 while( (aIn.GetRecPos() < nEndPos) && !bError ) in Convert()
1293 default: bError = sal_True; in Convert()
1295 bError |= !aIn.IsValid(); in Convert()
1302 if( bError ) in Convert()
/trunk/main/tools/bootstrp/
H A Diserver.cxx49 sal_Bool bError = sal_False; in main() local
58 ( !bError )) in main()
67 else bError = sal_True; in main()
76 else bError = sal_True; in main()
89 bError = sal_True; in main()
93 if ( !bError ) { in main()
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx1157 if ( bError ) in AddFormulaToken()
1159 bError = false; in AddFormulaToken()
1179 bError = true; in AddFormulaToken()
1192 bError = true; in AddFormulaToken()
1216 bError = true; in AddFormulaToken()
1234 bError = true; in AddFormulaToken()
1244 bError = true; in AddFormulaToken()
1247 bError = true; in AddFormulaToken()
1266 bError = true; in AddFormulaToken()
1271 bError = true; in AddFormulaToken()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx693 bError = sal_True; in fillColumnRef()
705 return bError; in fillColumnRef()
723 return bError; in saveField()
959 return bError; in saveField()
1035 bError = sal_True; in SaveModified()
1037 if ( bError ) in SaveModified()
1043 bError = sal_True; in SaveModified()
1045 if ( bError ) in SaveModified()
1226 bError = sal_True; in SaveModified()
1235 bError = sal_True; in SaveModified()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappmisc.cxx175 sal_Bool bError = sal_False; in GetDisabledSlotList_Impl() local
217 bError = sal_True; in GetDisabledSlotList_Impl()
223 bError = sal_True; in GetDisabledSlotList_Impl()
230 bError = sal_True; in GetDisabledSlotList_Impl()
243 if ( bError ) in GetDisabledSlotList_Impl()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx488 sal_Bool bError = !aProp.is(); in execute() local
489 if(bError) in execute()
532 bError = odm != ODM_SUCCESS; in execute()
533 if(!bError) in execute()
563 if(bError) in execute()
1150 sal_Bool bError = sal_False; in changePropertyValue() local
1168 bError = sal_True; in changePropertyValue()
1170 if(!bError) in changePropertyValue()
1200 bError = sal_True; in changePropertyValue()
1202 if(bError) in changePropertyValue()
/trunk/main/connectivity/source/drivers/ado/
H A DATable.cxx181 sal_Bool bError = sal_True; in alterColumnByName() local
186 bError = !aColumns.Delete(colName); in alterColumnByName()
187 bError = bError || !aColumns.Append(pColumn->getColumnImpl()); in alterColumnByName()
189 if(bError) in alterColumnByName()
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx323 sal_Bool bError = fillEnvironmentVariable(s_sWork,m_sDbWork); in DBG_NAME() local
324 if ( bError || !m_sDbWork.Len() ) in DBG_NAME()
325 bError = fillEnvironmentVariable(s_sRoot,m_sDbWork); in DBG_NAME()
327 bError = fillEnvironmentVariable(s_sConfig,m_sDbConfig); in DBG_NAME()
328 if ( bError || !m_sDbConfig.Len() ) in DBG_NAME()
329 bError = fillEnvironmentVariable(s_sRoot,m_sDbConfig); in DBG_NAME()
781 sal_Bool bError = sal_False; in fillEnvironmentVariable() local
795 bError = sal_True; in fillEnvironmentVariable()
799 return bError; in fillEnvironmentVariable()
/trunk/main/basic/source/inc/
H A Dexpr.hxx110 sal_Bool bError; // sal_True: Fehlerhaft member in SbiExprNode
134 sal_Bool IsValid() { return sal_Bool( !bError ); } in IsValid()
172 sal_Bool bError; // sal_True: Fehler member in SbiExpression
236 sal_Bool bError; // sal_True: Fehler member in SbiExprList
242 sal_Bool IsValid() { return sal_Bool( !bError ); } in IsValid()
/trunk/main/formula/source/core/api/
H A Dtoken.cxx271 bool bError = false; in AddFormulaToken() local
286 bError = true; in AddFormulaToken()
297 bError = true; in AddFormulaToken()
310 bError = true; // unexpected string: don't know what to do with it in AddFormulaToken()
314 bError = true; in AddFormulaToken()
316 return bError; in AddFormulaToken()
320 bool bError = false; in Fill() local
324 bError |= AddFormulaToken( _aSequence[nPos] ,_pRef); in Fill()
326 return bError; in Fill()
/trunk/main/vcl/source/gdi/
H A Dgfxlink.cxx410 sal_Bool bError = ( ERRCODE_NONE != pOStm->GetError() ); in ImpSwap() local
413 if( bError ) in ImpSwap()
444 sal_Bool bError = ( ERRCODE_NONE != pIStm->GetError() ); in GetData() local
448 bError = sal_True; in GetData()
452 if( bError ) in GetData()
/trunk/main/rsc/source/prj/
H A Dstart.cxx327 sal_Bool bError = sal_False; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
439 bError = sal_True; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
447 if( !bError ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
455 bError = sal_True; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
471 return( bError ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/sc/source/core/data/
H A Ddbdocutl.cxx56 sal_Bool bError = sal_False; in PutData() local
149 bError = sal_True; // unknown type in PutData()
154 bError = sal_True; in PutData()
167 else if (bError) in PutData()
H A Dtable4.cxx1417 sal_Bool bError = sal_False; in FillSeries() local
1424 if (!bError && !bOverflow) in FillSeries()
1436 bError = sal_True; in FillSeries()
1441 bError = sal_True; in FillSeries()
1445 bError = sal_True; in FillSeries()
1473 if (bError) in FillSeries()
1509 sal_Bool bError = sal_False; in FillSeries() local
1518 if (!bError && !bOverflow) in FillSeries()
1530 bError = sal_True; in FillSeries()
1535 bError = sal_True; in FillSeries()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx728 sal_Bool bError = sal_False; in executeWizard() local
739 bError = !m_xTable.is(); in executeWizard()
753 bError = sal_True; // there is no error but I have nothing more to do in executeWizard()
757 bError = sal_True; in executeWizard()
759 if(!bError) in executeWizard()
760 bError = !createRowSet(); in executeWizard()
765 bError = sal_True; in executeWizard()
772 return bError; in executeWizard()
/trunk/main/sd/source/ui/func/
H A Dfuprlout.cxx113 sal_Bool bError = sal_False; in DoExecute() local
195 bError = sal_True; in DoExecute()
200 if (!bError) in DoExecute()
242 if (!bError && nSelectedPage != SDRPAGE_NOTFOUND) in DoExecute()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx517 sal_Bool bError = sal_False; in DbgIsBuggy() local
518 for ( sal_uInt16 _nA = 0; !bError && ( _nA < Count() ); _nA++ ) in DbgIsBuggy()
521 for ( sal_uInt16 nB = _nA+1; !bError && ( nB < Count() ); nB++ ) in DbgIsBuggy()
527 bError = sal_True; in DbgIsBuggy()
531 bError = sal_True; in DbgIsBuggy()
534 return bError; in DbgIsBuggy()
/trunk/main/tools/source/stream/
H A Dstrmwnt.cxx667 int bError = sal_False; in SetSize() local
676 bError = sal_True; in SetSize()
679 bError = sal_True; in SetSize()
681 if( bError ) in SetSize()
/trunk/main/vcl/source/control/
H A Dfield2.cxx695 sal_Bool bError = sal_False; in ImplPatternProcessKeyInput() local
726 bError = sal_True; in ImplPatternProcessKeyInput()
743 if ( bError ) in ImplPatternProcessKeyInput()
1214 sal_Bool bError = sal_False; in ImplDateGetValue() local
1262 nDay = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1264 nMonth = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1273 nMonth = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1275 nDay = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1289 nMonth = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1291 nDay = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
[all …]
/trunk/main/l10ntools/inc/
H A Dxrmmerge.hxx37 sal_Bool bError; member in XRMResParser
73 void SetError( sal_Bool bErr = sal_True ) { bError = bErr; } in SetError()
74 sal_Bool GetError() { return bError; } in GetError()

Completed in 187 milliseconds

1234