Home
last modified time | relevance | path

Searched refs:bRetVal (Results 1 – 17 of 17) sorted by relevance

/trunk/main/tools/source/stream/
H A Dstrmwnt.cxx348 bool bRetVal = false; in LockRange() local
352 if( !bRetVal ) in LockRange()
355 return bRetVal; in LockRange()
370 bool bRetVal = false; in UnlockRange() local
374 if( !bRetVal ) in UnlockRange()
377 return bRetVal; in UnlockRange()
398 bRetVal = sal_True; in LockFile()
404 bRetVal = sal_True; in LockFile()
406 return bRetVal; in LockFile()
435 bRetVal = sal_True; in UnlockFile()
[all …]
H A Dstrmos2.cxx353 sal_Bool bRetVal = sal_False; in LockRange() local
372 bRetVal = sal_True; in LockRange()
374 return bRetVal; in LockRange()
389 sal_Bool bRetVal = sal_False; in UnlockRange() local
408 bRetVal = sal_True; in UnlockRange()
410 return bRetVal; in UnlockRange()
431 bRetVal = sal_True; in LockFile()
437 bRetVal = sal_True; in LockFile()
439 return bRetVal; in LockFile()
468 bRetVal = sal_True; in UnlockFile()
[all …]
H A Dstream.cxx2814 sal_Bool bRetVal = sal_False; in ReAllocateMemory() local
2825 bRetVal = sal_True; // Success! in ReAllocateMemory()
2847 bRetVal = sal_True; in ReAllocateMemory()
2855 return bRetVal; in ReAllocateMemory()
/trunk/main/basic/source/runtime/
H A Diosys.cxx222 static sal_Bool bRetVal = sal_True; in needSecurityRestrictions() local
231 bRetVal = sal_False; in needSecurityRestrictions()
232 return bRetVal; in needSecurityRestrictions()
265 bRetVal = sal_False; in needSecurityRestrictions()
266 return bRetVal; in needSecurityRestrictions()
289 bRetVal = sal_True; in needSecurityRestrictions()
297 return bRetVal; in needSecurityRestrictions()
310 static sal_Bool bRetVal = sal_True; in hasUno() local
319 bRetVal = sal_False; in hasUno()
329 bRetVal = sal_False; in hasUno()
[all …]
/trunk/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx1080 bool bRetVal = false; in _DrawAsideFly() local
1104 bRetVal = true; in _DrawAsideFly()
1110 return bRetVal; in _DrawAsideFly()
1128 bool bRetVal; in _Minor() local
1141 bRetVal = aLeft[ _eRelOrient1 ] >= aLeft[ _eRelOrient2 ]; in _Minor()
1143 bRetVal = aRight[ _eRelOrient1 ] >= aRight[ _eRelOrient2 ]; in _Minor()
1145 return bRetVal; in _Minor()
/trunk/main/sw/source/core/layout/
H A Dfindfrm.cxx1333 bool bRetVal = false; in IsMoveable() local
1344 bRetVal = true; in IsMoveable()
1353 bRetVal = false; in IsMoveable()
1363 bRetVal = true; in IsMoveable()
1378 bRetVal = true; in IsMoveable()
1384 bRetVal = true; in IsMoveable()
1390 return bRetVal; in IsMoveable()
H A Dflylay.cxx296 bool bRetVal = false; in HasEnvironmentAutoSize() local
307 bRetVal = ATT_FIX_SIZE != in HasEnvironmentAutoSize()
317 return bRetVal; in HasEnvironmentAutoSize()
H A Dfrmtool.cxx1168 bool bRetVal = false; in lcl_InHeaderOrFooter() local
1174 bRetVal = _rFmt.GetDoc()->IsInHeaderFooter( rAnch.GetCntntAnchor()->nNode ); in lcl_InHeaderOrFooter()
1177 return bRetVal; in lcl_InHeaderOrFooter()
/trunk/main/sw/source/core/doc/
H A Ddocdraw.cxx710 bool bRetVal; in IsVisibleLayerId() local
716 bRetVal = true; in IsVisibleLayerId()
722 bRetVal = false; in IsVisibleLayerId()
727 bRetVal = false; in IsVisibleLayerId()
730 return bRetVal; in IsVisibleLayerId()
/trunk/main/basebmp/inc/basebmp/
H A Dclippedlinerenderer.hxx136 bool bRetVal = false; in prepareClip() local
151 bRetVal = true; in prepareClip()
157 return bRetVal; in prepareClip()
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx442 sal_Bool bRetVal = SvListView::Select( pEntry, bSelect ); in Select() local
443 if( bRetVal ) in Select()
449 return bRetVal; in Select()
H A Dtreelist.cxx224 sal_Bool bRetVal=sal_False; in IsEntryVisible() local
229 bRetVal=sal_True; in IsEntryVisible()
234 return bRetVal; in IsEntryVisible()
H A Dsvtreebx.cxx1159 sal_Bool bRetVal = SvListView::Select( pEntry, bSelect ); in Select() local
1161 if( bRetVal ) in Select()
1174 return bRetVal; in Select()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx786 sal_Bool bRetVal = sal_False; in Execute() local
977 eMvMode = SwPagePreViewWin::MV_DOC_STT; bRetVal = sal_True; goto MOVEPAGE; in Execute()
981 eMvMode = SwPagePreViewWin::MV_DOC_END; bRetVal = sal_True; goto MOVEPAGE; in Execute()
986 if(bRetVal) in Execute()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx141 bool bRetVal = true; in AquaGetScrollRect() local
230 bRetVal = false; in AquaGetScrollRect()
233 return bRetVal; in AquaGetScrollRect()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx2503 bool bRetVal = GetAnchorFrm() && in IsConnected() local
2506 return bRetVal; in IsConnected()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2224 sal_Bool bRetVal = (FIELD_PROP_IS_FIELD_USED == pEntry->nWID) ? in getPropertyValue() local
2226 aRet.setValue( &bRetVal, ::getCppuBooleanType() ); in getPropertyValue()

Completed in 184 milliseconds