Home
last modified time | relevance | path

Searched refs:bResult (Results 276 – 291 of 291) sorted by relevance

1...<<1112

/aoo41x/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx783 bool bResult(true); in dockAllToolbars() local
789bResult &= dockToolbar( aToolBarNameVector[i], ui::DockingArea_DOCKINGAREA_DEFAULT, aPoint ); in dockAllToolbars()
792 return bResult; in dockAllToolbars()
1873 bool bResult( false ); in implts_insertToolbar() local
1883 bResult = true; in implts_insertToolbar()
1886 return bResult; in implts_insertToolbar()
/aoo41x/main/sc/source/core/tool/
H A Dtoken.cxx1398 bool bResult = (bPrevWasSep == bNewVal); in checkArraySep() local
1400 return bResult; in checkArraySep()
/aoo41x/main/cui/source/tabpages/
H A Dbackgrnd.cxx1180 sal_Bool bResult = ( aBgdGraphicPath.Len() > 0 ) && in LoadLinkedGraphic_Impl() local
1184 return bResult; in LoadLinkedGraphic_Impl()
/aoo41x/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx3454 gboolean bResult = gtk_im_context_filter_keypress( m_pIMContext, pEvent ); in handleKeyEvent() local
3462 if( bResult ) in handleKeyEvent()
3485 gboolean bResult = gtk_im_context_filter_keypress( m_pIMContext, pEvent ); in handleKeyEvent() local
3508 if( bResult ) in handleKeyEvent()
/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx279 sal_Bool bResult = sal_True; in Commit() local
283 bResult = m_pCell->Commit(); in Commit()
287 if (bResult && pDataCell) in Commit()
291 bResult = xComp->commit(); in Commit()
295 return bResult; in Commit()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par2.cxx3638 bool bResult = false; in lcl_PamContainsFly() local
3645 while (!bResult && n < nCount) in lcl_PamContainsFly()
3661 bResult = true; in lcl_PamContainsFly()
3672 return bResult; in lcl_PamContainsFly()
H A Dwrtww8.cxx2775 bool bResult = false; in IsInTable() local
2787 bResult = true; in IsInTable()
2792 return bResult; in IsInTable()
H A Dww8par.cxx2778 bool bResult = false; in LangUsesHindiNumbers() local
2798 bResult = true; in LangUsesHindiNumbers()
2804 return bResult; in LangUsesHindiNumbers()
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl.cxx1977 sal_Bool bResult = DeleteRowCol( aBoxes ); in DeleteRow() local
1980 return bResult; in DeleteRow()
2003 sal_Bool bResult = DeleteRowCol( aBoxes, true ); in DeleteCol() local
2006 return bResult; in DeleteCol()
/aoo41x/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1353 sal_Bool bResult = m_pData->m_pObjectShell->IsEnableSetModified(); in disableSetModified() local
1356 return bResult; in disableSetModified()
1366 sal_Bool bResult = m_pData->m_pObjectShell->IsEnableSetModified(); in enableSetModified() local
1369 return bResult; in enableSetModified()
/aoo41x/main/svx/source/form/
H A Dfmshimp.cxx1969 sal_Bool bResult = m_aActiveControllerFeatures->commitCurrentRecord(); in setActiveController() local
1970 if ( !bResult && m_bSetFocus ) in setActiveController()
1980 else if ( bResult && bIsNew ) in setActiveController()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx6385 sal_Bool bResult = FALSE; local
6390 bResult = (bDef != 0);
6397 bResult = (pSys != NULL);
6399 return bResult;
/aoo41x/main/xmloff/source/chart/
H A DSchXMLExport.cxx482 bool bResult=true; in lcl_isSeriesAttachedToFirstAxis() local
490 bResult = (0==nAxisIndex); in lcl_isSeriesAttachedToFirstAxis()
502 return bResult; in lcl_isSeriesAttachedToFirstAxis()
/aoo41x/main/cui/source/customize/
H A Dcfg.cxx5431 bool bResult( false ); in ReplaceGraphicItem() local
5461 bResult = true; in ReplaceGraphicItem()
5471 return bResult; in ReplaceGraphicItem()
/aoo41x/main/sfx2/source/appl/
H A Dnewhelp.cxx1503 sal_Bool bResult = xParser->parseStrict(aURL); in splitHelpURL() local
1509 return bResult; in splitHelpURL()
/aoo41x/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1478 if ( aRefPoint.bResult ) in FillToolbar()

Completed in 343 milliseconds

1...<<1112