Home
last modified time | relevance | path

Searched refs:bRet (Results 851 – 875 of 989) sorted by relevance

1...<<31323334353637383940

/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1811 sal_Bool bRet = SwCrsrShell::Pop( bOldCrsr ); in Pop() local
1812 if( bRet && IsSelection() ) in Pop()
1817 return bRet; in Pop()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx822 sal_Bool bRet = sal_False; in doAccessibleAction() local
846 bRet = sal_True; in doAccessibleAction()
849 return bRet; in doAccessibleAction()
/trunk/main/linguistic/source/
H A Dconvdic.cxx322 sal_Bool bRet = pExport->Export(); // write entries to file in Save() local
324 if (bRet) in Save()
/trunk/main/cui/source/options/
H A Doptgenrl.cxx356 sal_Bool bRet = in GetAddress_Impl() local
406 return bRet; in GetAddress_Impl()
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx1393 sal_Bool bRet=sal_True; in ExecuteEdit() local
1400bRet = pTabViewShell->PasteFromSystem(nFormat, sal_True); // TRUE: keine Fehlermeldungen in ExecuteEdit()
1403 if ( bRet ) in ExecuteEdit()
1405 rReq.SetReturnValue(SfxInt16Item(nSlot, bRet)); // 1 = Erfolg, 0 = Fehler in ExecuteEdit()
/trunk/main/basic/source/classes/
H A Dsb.cxx1763 sal_Bool bRet; in CError() local
1765 bRet = (sal_Bool) GetSbData()->aErrHdl.Call( this ); in CError()
1767 bRet = ErrorHdl(); in CError()
1769 return bRet; in CError()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx266 void SetRetainSelection( sal_Bool bRet ) { mbRetainSelection = bRet; } in SetRetainSelection() argument
/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx1211 sal_Bool bRet = sal_True; in operator ++() local
1216 bRet = sal_False; in operator ++()
1218 return bRet; in operator ++()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1355 sal_Bool bRet = sal_False; in setInputStream_Impl() local
1385 bRet = m_xInputStream.is(); in setInputStream_Impl()
1394 return bRet; in setInputStream_Impl()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedStatisticProperties.cxx353 sal_Bool bRet = sal_False; in getValueFromSeries() local
356 bRet = RegressionCurveHelper::hasMeanValueLine( xRegCnt ); in getValueFromSeries()
357 return bRet; in getValueFromSeries()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx1114 sal_Bool bRet = SvTreeListBox::Expand( pParent ); in Expand() local
1115 if ( bRet ) in Expand()
1146 return bRet; in Expand()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx226 bool bRet = false; in createDataSource() local
234 bRet = true; in createDataSource()
240 if ( !bRet ) // no command set or an error occurred, use Internal data handler in createDataSource()
/trunk/main/unotools/source/config/
H A Dmoduleoptions.cxx808 sal_Bool bRet = sal_False; in IsDefaultFilterReadonly() local
811 bRet = m_lFactories[eFactory].isDefaultFilterReadonly(); in IsDefaultFilterReadonly()
813 return bRet; in IsDefaultFilterReadonly()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx819 sal_Bool bRet = sal_False; in ImpUpdateGraphicLink() local
829 bRet = sal_True; in ImpUpdateGraphicLink()
831 return bRet; in ImpUpdateGraphicLink()
H A Dsvdocapt.cxx369 const bool bRet(SdrRectObj::applySpecialDrag(rDrag)); in applySpecialDrag() local
373 return bRet; in applySpecialDrag()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm330 BOOL bRet = YES;
338 bRet = NO; // application will close the window or not, AppKit shouldn't
342 return bRet;
1494 …BOOL bRet = [self sendKeyToFrameDirect: nKeyCode character: keyChar modifiers: mpFrame->mnLastModi…
1497 return bRet;
/trunk/main/xmloff/source/text/
H A Dtxtflde.cxx457 sal_Bool bRet = GetExport().GetMM100UnitConverter().convertEnum( in MapFieldName() local
461 DBG_ASSERT(bRet, "Unknown field service name encountered!"); in MapFieldName()
462 if (! bRet) in MapFieldName()
663 sal_Bool bRet = GetBoolProperty(sPropertyIsExpression, in IsStringField() local
665 return !bRet; in IsStringField()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx5583 sal_Bool bRet = sal_True; in ImplActivateItem() local
5628 return bRet; in ImplActivateItem()
5637 bRet = sal_False; in ImplActivateItem()
5638 return bRet; in ImplActivateItem()
5666 sal_Bool bRet = sal_True; in ImplOpenItem() local
5676 return bRet; in ImplOpenItem()
5685 return bRet; in ImplOpenItem()
5703 bRet = sal_False; in ImplOpenItem()
5705 return bRet; in ImplOpenItem()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx72 bool bRet = false; in TestBeltAndBraces() local
89 bRet = true; in TestBeltAndBraces()
93 return bRet; in TestBeltAndBraces()
2777 bool bRet = pPLCF->SeekPos(nFcPos); in SeekPos() local
2791 return bRet; in SeekPos()
3548 bool bRet = false; in EndPosIsFieldEnd() local
3561 bRet = true; in EndPosIsFieldEnd()
3567 return bRet; in EndPosIsFieldEnd()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx481 bool bRet = X11SalGraphics::setClipRegion( m_aClipRegion ); in setClipRegion() local
484 return bRet; in setClipRegion()
2919 sal_Bool bRet = NWRenderPixmapToScreen( pixmap, aRect ); in NWPaintGTKListNode() local
2922 return bRet; in NWPaintGTKListNode()
2983 sal_Bool bRet = NWRenderPixmapToScreen( pixmap, rControlRectangle ); in NWPaintGTKProgress() local
2986 return bRet; in NWPaintGTKProgress()
3109 sal_Bool bRet = NWRenderPixmapToScreen( pixmap, rControlRectangle ); in NWPaintGTKSlider() local
3112 return bRet; in NWPaintGTKSlider()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1630 sal_Bool bRet = sal_False; in storeSelf() local
1642 bRet = m_pData->m_pObjectShell->DoSave() in storeSelf()
1647 bRet = m_pData->m_pObjectShell->Save_Impl( pParams ); in storeSelf()
1651 bRet = m_pData->m_pObjectShell->Save_Impl( pParams ); in storeSelf()
1659 if ( bRet ) in storeSelf()
2957 sal_Bool bRet = m_pData->m_pObjectShell->APISaveAs_Impl( sURL, aParams ); in impl_store() local
2974 if ( !bRet && !nErrCode ) in impl_store()
2981 if ( bRet ) in impl_store()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx1621 sal_Bool bRet = sal_False; in supportsResultSetConcurrency() local
1625 bRet = (nValue & SQL_CA2_READ_ONLY_CONCURRENCY) == SQL_CA2_READ_ONLY_CONCURRENCY; in supportsResultSetConcurrency()
1628 bRet = (nValue & SQL_CA2_OPT_VALUES_CONCURRENCY) == SQL_CA2_OPT_VALUES_CONCURRENCY; in supportsResultSetConcurrency()
1631 return bRet; in supportsResultSetConcurrency()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1491 bool bRet = false; in InsertRow() local
1503 bRet = true; in InsertRow()
1544 bRet = _InsertRow( pDoc, rBoxes, nCnt, bBehind ); in InsertRow()
1545 return bRet; in InsertRow()
/trunk/main/forms/source/component/
H A Dimgprod.cxx366 sal_Bool bRet = GraphicConverter::Import( *mpStm, rGraphic ) == ERRCODE_NONE; in ImplImportGraphic() local
371 return bRet; in ImplImportGraphic()
/trunk/main/basic/source/runtime/
H A Diosys.cxx240 sal_Bool bRet = osl_getUserName( aSecurity, &aSystemUser.pData ); in needSecurityRestrictions() local
242 if( !bRet ) in needSecurityRestrictions()

Completed in 278 milliseconds

1...<<31323334353637383940