Home
last modified time | relevance | path

Searched refs:bRet (Results 726 – 750 of 989) sorted by relevance

1...<<21222324252627282930>>...40

/trunk/main/sfx2/source/doc/
H A Dfrmdescr.cxx129 sal_Bool bRet = !( aURL == aActualURL ); in CheckContent() local
130 return bRet; in CheckContent()
/trunk/main/shell/source/backends/wininetbe/
H A Dwininetbackend.cxx127 BOOL bRet = lpfnInternetQueryOption( in WinInetBackend() local
144 bRet = lpfnInternetQueryOption( in WinInetBackend()
/trunk/main/svx/source/items/
H A Dhlnkitem.cxx275 sal_Bool bRet = ( sName == rItem.sName && in operator ==() local
281 if (!bRet) in operator ==()
/trunk/main/sal/osl/os2/
H A Dpipe.cxx535 sal_Bool bRet = sal_False; in osl_sendResourcePipe() local
537 return bRet; in osl_sendResourcePipe()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java197 boolean bRet = (aMethodName.equals( aSearchMethodName ) ); in hasMethod()
198 return bRet; in hasMethod()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx558 bool bRet = false; in checkDocChecksum() local
616 bRet = (0 == rtl_compareMemory( nActualChecksum, nTestChecksum, sizeof( nActualChecksum ) )); in checkDocChecksum()
627 return bRet; in checkDocChecksum()
/trunk/main/svtools/source/misc/
H A Dimagemgr.cxx343 sal_Bool bRet = sal_False; in GetVolumeProperties_Impl() local
347bRet = ( ( rContent.getPropertyValue( ASCII_STRING("IsVolume") ) >>= rVolumeInfo.m_bIsVolume ) && in GetVolumeProperties_Impl()
362 return bRet; in GetVolumeProperties_Impl()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx391 bool bRet = true; in DoExecute() local
395 bRet = mpView->InsertObjectAtView(pOleObj, *pPV, SDRINSERT_SETDEFLAYER); in DoExecute()
397 if( bRet ) in DoExecute()
/trunk/main/vcl/source/window/
H A Ddialog.cxx570 sal_Bool bRet = sal_True; in Close() local
581 bRet = sal_False; in Close()
586 return bRet; in Close()
/trunk/main/sw/source/core/draw/
H A Ddview.cxx757 sal_Bool bRet = sal_False; in TakeDragLimit() local
765 bRet = sal_True; in TakeDragLimit()
768 return bRet; in TakeDragLimit()
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx693 sal_Bool bRet = GetDim32( n, rlb32, rub32 ); in GetDim() local
694 if( bRet ) in GetDim()
704 return bRet; in GetDim()
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx714 sal_Bool bRet = sal_False; in doAccessibleAction() local
723 bRet = sal_True; in doAccessibleAction()
726 return bRet; in doAccessibleAction()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx166 sal_Bool bRet = sal_False; in KeyInput() local
236 bRet = ViewShell::KeyInput(rKEvt, pWin); in KeyInput()
246 return bRet; in KeyInput()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx184 sal_Bool bRet = sal_False; in GetHelpAnchor_Impl() local
201 bRet = sal_True; in GetHelpAnchor_Impl()
216 return bRet; in GetHelpAnchor_Impl()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx171 sal_Bool bRet = false; in getEnabled() local
172 aValue >>= bRet; in getEnabled()
173 return bRet; in getEnabled()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx642 bRet=sal_True; in ReadString()
649 return bRet; in ReadString()
2368 return bRet; in ReadFontCollection()
2540 sal_Bool bRet; in SeekToDocument() local
2546 if ( bRet ) in SeekToDocument()
2553 if ( !bRet ) in SeekToDocument()
2555 return bRet; in SeekToDocument()
2637 return bRet; in SeekToAktPage()
2773 if ( !bRet ) in SeekToShape()
2823 if ( !bRet ) in SeekToShape()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlithlp.cxx226 sal_Bool bRet = 0 != rpLine; in lcl_frmitems_setXMLBorder() local
233 return bRet; in lcl_frmitems_setXMLBorder()
/trunk/main/tools/source/communi/
H A Dparser.cxx415 sal_Bool bRet = Save( (SvStream &)rSourceStream, pSaveList, 0, sal_True ); in Save() local
418 return bRet; in Save()
/trunk/main/extensions/source/scanner/
H A Dscanunx.cxx302 sal_Bool bRet = (sal_Bool)aDlg.Execute(); in configureScanner() local
305 return bRet; in configureScanner()
/trunk/main/connectivity/source/drivers/jdbc/
H A Dtools.cxx196 sal_Bool bRet = pThrowable != NULL; in isExceptionOccured() local
215 return bRet; in isExceptionOccured()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1364 sal_Bool bRet( sal_False ); in lcl_HasListStyle() local
1383 bRet = sal_True; in lcl_HasListStyle()
1393 bRet = sal_False; in lcl_HasListStyle()
1437 bRet = sal_True; in lcl_HasListStyle()
1448 bRet = sal_False; in lcl_HasListStyle()
1461 bRet = sal_False; in lcl_HasListStyle()
1477 return bRet; in lcl_HasListStyle()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx929 sal_Bool bRet = sal_False; in HasProtectedCells() local
933 bRet = sal_True; in HasProtectedCells()
936 return bRet; in HasProtectedCells()
970 sal_Bool bRet = *rPam.GetMark() == *rPam.GetPoint() in IsEmptyBox() local
973 if( bRet ) in IsEmptyBox()
991 bRet = sal_False; in IsEmptyBox()
996 return bRet; in IsEmptyBox()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2216 FASTBOOL bRet=AdjustTextFrameWidthAndHeight(aNeuRect,bHgt,bWdt); in AdjustTextFrameWidthAndHeight() local
2217 if (bRet) in AdjustTextFrameWidthAndHeight()
2228 return bRet; in AdjustTextFrameWidthAndHeight()
2515 bool bRet(true); in applySpecialDrag() local
2566 bRet = false; in applySpecialDrag()
2570 return bRet; in applySpecialDrag()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7529 sal_Bool bRet = sal_False; in GetTextBoundRect() local
7558 if( bRet ) in GetTextBoundRect()
7587 return bRet; in GetTextBoundRect()
7712 sal_Bool bRet = sal_False; in GetTextOutlines() local
7750 if( bRet ) in GetTextOutlines()
7788 return bRet; in GetTextOutlines()
7852 bRet = true; in GetTextOutlines()
7921 bRet = bRet && bSuccess; in GetTextOutlines()
7924 return bRet; in GetTextOutlines()
8050 sal_Bool bRet = GetFontCharMap( aFontCharMap ); in HasGlyphs() local
[all …]
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx165 sal_Bool bRet = sal_False; in ReplaceActualIMapInfo() local
175 bRet = sal_True; in ReplaceActualIMapInfo()
178 return bRet; in ReplaceActualIMapInfo()

Completed in 244 milliseconds

1...<<21222324252627282930>>...40