Home
last modified time | relevance | path

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

12345678910>>...12

/aoo4110/main/sc/source/ui/view/
H A Ddbfunc3.cxx505 sal_Bool bSuccess = sal_True; in DoSubTotals() local
522 bSuccess = pDoc->DoSubTotals( nTab, aNewParam ); in DoSubTotals()
538 if (!bSuccess) in DoSubTotals()
667 bool bSuccess = aFunc.DataPilotUpdate( pDPObj, &aObj, sal_True, sal_False, bAllowMove ); in MakePivotTable() local
677 return bSuccess; in MakePivotTable()
/aoo4110/main/tools/source/fsys/
H A Dwntmsc.cxx798 sal_Bool bSuccess = SUCCEEDED( SHResolvePath(NULL, crPath.GetBuffer(), NULL) ); in Exists_Impl() local
802 return bSuccess; in Exists_Impl()
/aoo4110/main/basic/source/sbx/
H A Dsbxscan.cxx757 sal_Bool bSuccess = aFormatter.IsNumberFormat( aStr, nIndex, nNumber ); in Format() local
760 if( bSuccess ) in Format()
/aoo4110/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx1229 bool bSuccess = false; in matchFont() local
1246 bSuccess = getFontFastInfo( aFont, rInfo ); in matchFont()
1257 return bSuccess; in matchFont()
/aoo4110/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx470 sal_Bool bSuccess = in getByName() local
477 if ( !bSuccess ) in getByName()
/aoo4110/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()
/aoo4110/main/offapi/com/sun/star/setup/
H A DInstallResponse.idl42 boolean bSuccess;
/aoo4110/main/sw/source/ui/envelp/
H A Dlabfmt.hxx153 sal_Bool bSuccess; member in SwSaveLabelDlg
/aoo4110/main/basic/source/runtime/
H A Dmethods.cxx1992 sal_Bool bSuccess = pFormatter->IsNumberFormat( aStr, nIndex, fResult ); in RTLFUNC() local
2000 if( !bSuccess && ( eLangType != LANGUAGE_ENGLISH_US ) ) in RTLFUNC()
2006 bSuccess = aFormatter.IsNumberFormat( aStr, nIndex, fResult ); in RTLFUNC()
2010 if(bSuccess && (nType==NUMBERFORMAT_DATE || nType==NUMBERFORMAT_DATETIME)) in RTLFUNC()
2053 sal_Bool bSuccess = pFormatter->IsNumberFormat( rPar.Get(1)->GetString(), in RTLFUNC() local
2056 if(bSuccess && (nType==NUMBERFORMAT_TIME||nType==NUMBERFORMAT_DATETIME)) in RTLFUNC()
/aoo4110/main/vcl/source/gdi/
H A Dimage.cxx544 bool bSuccess = in Load() local
548 if ( !bSuccess ) in Load()
H A Dregion.cxx1147 const bool bSuccess(pNew->Exclude(*pSource)); in Exclude() local
1150 if(!bSuccess) in Exclude()
/aoo4110/main/sw/source/core/crsr/
H A Dswcrsr.cxx1666 bool bSuccess = Move( fnMove, fnGo ); in LeftRight() local
1667 if ( !bSuccess ) in LeftRight()
1706 bSuccess = Move( fnMove, fnGo ); in LeftRight()
1707 if ( !bSuccess ) in LeftRight()
/aoo4110/main/sw/source/core/doc/
H A Ddocedt.cxx1623 bool const bSuccess( DeleteRangeImpl( rPam ) ); in DeleteAndJoinImpl() local
1624 if (!bSuccess) in DeleteAndJoinImpl()
1644 bool const bSuccess( DeleteRangeImplImpl( aDelPam ) ); in DeleteRangeImpl() local
1645 if (bSuccess) in DeleteRangeImpl()
1650 return bSuccess; in DeleteRangeImpl()
/aoo4110/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()
/aoo4110/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3251 sal_Bool bSuccess = sal_False; in getDocumentSubStoragesNames() local
3268 bSuccess = sal_True; in getDocumentSubStoragesNames()
3272 if ( !bSuccess ) in getDocumentSubStoragesNames()
3667 sal_Bool bSuccess = sal_False; in storeToStorage() local
3671 bSuccess = m_pData->m_pObjectShell->DoSave(); in storeToStorage()
3685 bSuccess = m_pData->m_pObjectShell->DoSaveObjectAs( aMedium, sal_True ); in storeToStorage()
3694 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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()

Completed in 1118 milliseconds

12345678910>>...12