Home
last modified time | relevance | path

Searched refs:bOK (Results 76 – 100 of 193) sorted by relevance

12345678

/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx377 sal_Bool bOK = sal_False; in PutBlock() local
397 bOK = bTmpOK; in PutBlock()
407 if( !bOK ) in PutBlock()
/trunk/main/vcl/source/control/
H A Dfield.cxx723 sal_Bool bOK = ImplNumericReformat( GetField()->GetText(), nTemp, aStr ); in Reformat() local
725 if ( !bOK ) in Reformat()
1710 sal_Bool bOK = ImplMetricReformat( aText, nTemp, aStr ); in Reformat() local
1713 if ( !bOK ) in Reformat()
2225 sal_Bool bOK = ImplCurrencyReformat( GetField()->GetText(), aStr ); in Reformat() local
2226 if ( !bOK ) in Reformat()
H A Dlongcurr.cxx462 sal_Bool bOK = ImplLongCurrencyReformat( GetField()->GetText(), mnMin, mnMax, in Reformat() local
464 if ( !bOK ) in Reformat()
/trunk/main/svtools/source/edit/
H A Dtextdoc.cxx227 sal_Bool bOK = sal_True; in DbgCheckAttribs() local
233 bOK = sal_False; in DbgCheckAttribs()
237 return bOK; in DbgCheckAttribs()
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dexcept.cxx199 bool bOK = m_generatedRttis.insert( t_rtti_map::value_type( unoName, rtti )).second; in getRTTI() local
200 OSL_ENSURE( bOK, "### inserting new generated rtti failed?!" ); in getRTTI()
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx1013 sal_Bool bOK = sal_True; in KeyInput() local
1017 bOK = !EditEngine::DoesKeyChangeText(aKEvt); in KeyInput()
1021 bOK = sal_False; // default handling in base class in KeyInput()
1024 if (bOK && mpView->KeyInput(aKEvt, mpWindow) ) in KeyInput()
/trunk/main/svl/source/items/
H A Ditempool.cxx445 sal_Bool bOK = bHasSetItems; in SetSecondaryPool() local
447 bOK && n <= pSecondary->nEnd - pSecondary->nStart; in SetSecondaryPool()
459 bOK = sal_False; in SetSecondaryPool()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java1171 boolean bOK = false; in hack()
1178 bOK = true; in hack()
1183 if (!bOK) { throw new IOException("Invalid XML"); } in hack()
/trunk/main/sal/qa/osl/module/
H A Dosl_Module.cxx314 sal_Bool bOK = aMod1.load( aDLLURL ); in TEST_F() local
323 …ASSERT_TRUE(sal_True == bRes && bOK == sal_True) << "#test comment#: load lib which is under a CJK… in TEST_F()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx450 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline() local
451 return bOK; in GetGlyphOutline()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx1010 sal_Bool bOK = sal_False; in UpdateFromTemplate_Impl() local
1027 bOK = sal_True; in UpdateFromTemplate_Impl()
1035 if ( bOK ) in UpdateFromTemplate_Impl()
/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx650 sal_Bool bOK = sal_True; in ExpandingHdl() local
675 bOK = QueryPassword( xModLibContainer, aLibName, aPassword ); in ExpandingHdl()
681 return bOK; in ExpandingHdl()
H A Dbasides1.cxx524 sal_Bool bOK = sal_True; in ExecuteGlobal() local
532 bOK = QueryPassword( xModLibContainer, aLibName, aPassword ); in ExecuteGlobal()
536 if ( bOK ) in ExecuteGlobal()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx320 sal_Bool bOK=sal_True; in ImpPeekGraphicFormat() local
323 if (nFieldSize<6) { bOK=sal_False; break; } in ImpPeekGraphicFormat()
324 if (nStreamLen < rStream.Tell() + nFieldSize ) { bOK=sal_False; break; } in ImpPeekGraphicFormat()
327 if (nMagic!=0xd3) { bOK=sal_False; break; } in ImpPeekGraphicFormat()
330 if (bOK && !rStream.GetError()) { in ImpPeekGraphicFormat()
/trunk/main/sc/source/filter/xcl97/
H A DXclImpChangeTrack.cxx206 …sal_Bool bOK = (aFmlConv.Convert( pArray, aFmlaStrm, nFmlSize, false, FT_CellFormula) == ConvOK); … in ReadFormula() local
207 rpTokenArray = (bOK && pArray) ? new ScTokenArray( *pArray ) : NULL; in ReadFormula()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx309 sal_Bool bOK = sal_True; in MiscExec_Impl() local
322 bOK = sal_False; in MiscExec_Impl()
326 rReq.SetReturnValue( SfxBoolItem( 0, bOK ) ); in MiscExec_Impl()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi3.cxx1193 bool bOK = rPFM.getFontOptions( aInfo, nSize, cairosubcallback, rFontOptions); in GetFCFontOptions() local
1194 return bOK; in GetFCFontOptions()
1264 bool bOK = pSF->GetGlyphOutline( aGlyphId, rPolyPoly ); in GetGlyphOutline() local
1265 return bOK; in GetGlyphOutline()
/trunk/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx313 sal_Bool bOK = url.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "sdbc:mysql:odbc:" ) ) in acceptsURL() local
318 return bOK; in acceptsURL()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx753 sal_Bool bOK = sal_False; in CreateMissingNotesAndHandoutPages() local
787 bOK = sal_True; in CreateMissingNotesAndHandoutPages()
792 return(bOK); in CreateMissingNotesAndHandoutPages()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePicker.cxx376 …const ::sal_Bool bOK = rRequest->getArgumentOrDefault(PROP_DIALOG_SHOW_RESULT, (::sal_Boo… in execute() local
380 if (bOK) in execute()
/trunk/main/tools/source/fsys/
H A Dwntmsc.cxx1051 bool bOK = GetDiskFreeSpace( aVol.GetBuffer(), in QueryDiskSpace() local
1054 if ( !bOK ) in QueryDiskSpace()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx884 sal_Bool bOK = sal_True; in EndSaveFocus() local
893 bOK = !bRestore; in EndSaveFocus()
895 return bOK; in EndSaveFocus()
/trunk/main/editeng/source/editeng/
H A Deditdoc.cxx2190 sal_Bool bOK = sal_True; in DbgCheckAttribs() local
2196 bOK = sal_False; in DbgCheckAttribs()
2201 bOK = sal_False; in DbgCheckAttribs()
2205 return bOK; in DbgCheckAttribs()
/trunk/main/sc/source/ui/view/
H A Dcellsh2.cxx837 sal_Bool bOK = sal_True; in ExecuteDB() local
846 bOK = sal_False; in ExecuteDB()
848 if (bOK) in ExecuteDB()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2647 bool bOK = false; in GetPaMDescr() local
2665 bOK = true; in GetPaMDescr()
2673 bOK = true; in GetPaMDescr()
2676 if (! bOK) in GetPaMDescr()

Completed in 198 milliseconds

12345678