Home
last modified time | relevance | path

Searched refs:bSuccess (Results 226 – 250 of 296) sorted by relevance

12345678910>>...12

/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx757 sal_Bool bSuccess = aFormatter.IsNumberFormat( aStr, nIndex, nNumber ); in Format() local
760 if( bSuccess ) in Format()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1230 bool bSuccess = false; in matchFont() local
1247 bSuccess = getFontFastInfo( aFont, rInfo ); in matchFont()
1258 return bSuccess; in matchFont()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx470 sal_Bool bSuccess = in getByName() local
477 if ( !bSuccess ) in getByName()
/trunk/main/chart2/source/controller/main/
H A DChartController_Properties.cxx721 …bool bSuccess = ChartController::executeDlg_ObjectProperties_withoutUndoGuard( aObjectCID, false ); in executeDlg_ObjectProperties() local
722 if( bSuccess ) in executeDlg_ObjectProperties()
H A DChartController_Insert.cxx295 … bool bSuccess = ChartController::executeDlg_ObjectProperties_withoutUndoGuard( aObjectCID, true ); in executeDispatch_InsertMenu_DataLabels() local
296 if( bSuccess ) in executeDispatch_InsertMenu_DataLabels()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2007 sal_Bool bSuccess = pFormatter->IsNumberFormat( aStr, nIndex, fResult ); in RTLFUNC() local
2015 if( !bSuccess && ( eLangType != LANGUAGE_ENGLISH_US ) ) in RTLFUNC()
2021 bSuccess = aFormatter.IsNumberFormat( aStr, nIndex, fResult ); in RTLFUNC()
2025 if(bSuccess && (nType==NUMBERFORMAT_DATE || nType==NUMBERFORMAT_DATETIME)) in RTLFUNC()
2068 sal_Bool bSuccess = pFormatter->IsNumberFormat( rPar.Get(1)->GetString(), in RTLFUNC() local
2071 if(bSuccess && (nType==NUMBERFORMAT_TIME||nType==NUMBERFORMAT_DATETIME)) in RTLFUNC()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1678 bool bSuccess = Move( fnMove, fnGo ); in LeftRight() local
1679 if ( !bSuccess ) in LeftRight()
1718 bSuccess = Move( fnMove, fnGo ); in LeftRight()
1719 if ( !bSuccess ) in LeftRight()
/trunk/main/offapi/com/sun/star/setup/
H A DInstallResponse.idl34 boolean bSuccess;
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1627 bool const bSuccess( DeleteRangeImpl( rPam ) ); in DeleteAndJoinImpl() local
1628 if (!bSuccess) in DeleteAndJoinImpl()
1648 bool const bSuccess( DeleteRangeImplImpl( aDelPam ) ); in DeleteRangeImpl() local
1649 if (bSuccess) in DeleteRangeImpl()
1654 return bSuccess; in DeleteRangeImpl()
/trunk/main/vcl/source/gdi/
H A Dimage.cxx544 bool bSuccess = in Load() local
548 if ( !bSuccess ) in Load()
H A Dregion.cxx1149 const bool bSuccess(pNew->Exclude(*pSource)); in Exclude() local
1152 if(!bSuccess) in Exclude()
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.hxx157 sal_Bool bSuccess; member in SwSaveLabelDlg
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx2213 sal_Bool bSuccess = sal_False; in CheckOwnerShip_Impl() local
2224 bSuccess = sal_True; in CheckOwnerShip_Impl()
2232 if (!bSuccess && pImp->m_bGotFrameOwnership) in CheckOwnerShip_Impl()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3285 sal_Bool bSuccess = sal_False; in getDocumentSubStoragesNames() local
3302 bSuccess = sal_True; in getDocumentSubStoragesNames()
3306 if ( !bSuccess ) in getDocumentSubStoragesNames()
3701 sal_Bool bSuccess = sal_False; in storeToStorage() local
3705 bSuccess = m_pData->m_pObjectShell->DoSave(); in storeToStorage()
3719 bSuccess = m_pData->m_pObjectShell->DoSaveObjectAs( aMedium, sal_True ); in storeToStorage()
3728 if ( !bSuccess ) in storeToStorage()
H A Ddocvor.cxx1073 sal_Bool bSuccess = sal_False; in ExecuteDrop() local
1082 bSuccess |= pMgr->InsertFile( this, aObj.GetMainURL(INetURLObject::DECODE_TO_IURI) ); in ExecuteDrop()
1087 if ( !bSuccess ) in ExecuteDrop()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx1553 sal_Bool bSuccess = sal_False; in loadHelpContent() local
1561 bSuccess = sal_True; in loadHelpContent()
1574 openDone(sHelpURL, bSuccess); in loadHelpContent()
3150 sal_Bool bSuccess) in openDone() argument
3164 if ( bSuccess ) in openDone()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx1161 sal_Bool bSuccess = ::ucb::ContentBroker::initialize( xMSF, aArgs ); in SAL_IMPLEMENT_MAIN() local
1162 if ( !bSuccess ) in SAL_IMPLEMENT_MAIN()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx1729 const bool bSuccess( SwUnoCursorHelper::DocInsertStringSplitCR( in SetString() local
1731 DBG_ASSERT( bSuccess, "DocInsertStringSplitCR" ); in SetString()
1732 (void) bSuccess; in SetString()
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx412 … bool bSuccess = ( xProp->getPropertyValue( C2U("StackingDirection") ) >>= eCurrentDirection ); in getStackModeFromChartType() local
413 OSL_ASSERT( bSuccess ); in getStackModeFromChartType()
414 (void)(bSuccess); // avoid warning in non-debug builds in getStackModeFromChartType()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx848 sal_Bool bSuccess = CSS1Parser::ParseStyleSheet( rIn ); in ParseStyleSheet() local
866 return bSuccess; in ParseStyleSheet()
876 sal_Bool bSuccess = CSS1Parser::ParseStyleOption( rIn ); in ParseStyleOption() local
883 return bSuccess; in ParseStyleOption()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx1959 const bool bSuccess = GoPrevious( &pStt->nNode ); in MoveRange() local
1960 ASSERT( bSuccess, "Move() - no ContentNode here" ); in MoveRange()
1961 (void) bSuccess; in MoveRange()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1627 …const bool bSuccess = m_nCurrentFetchState == SQL_SUCCESS || m_nCurrentFetchState == SQL_SUCCESS_W… in move() local
1628 if ( bSuccess ) in move()
1672 return bSuccess; in move()
/trunk/main/svx/source/unodraw/
H A Dunoshap4.cxx358 const sal_Bool bSuccess(pObj->AddOwnLightClient()); in getPropertyValueImpl() local
359 OSL_ENSURE( bSuccess, "An object without client is provided!" ); in getPropertyValueImpl()
/trunk/main/forms/source/xforms/
H A Dbinding.cxx1106 bool bSuccess = getModelImpl()->setSimpleContent( xNode, sValue ); in setValue() local
1107 if( ! bSuccess ) in setValue()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx1016 sal_Bool bSuccess = xSolver->getSuccess(); in CallSolver() local
1021 if ( bSuccess ) in CallSolver()

Completed in 293 milliseconds

12345678910>>...12