/aoo4110/main/tools/source/stream/ |
H A D | strmwnt.cxx | 348 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 D | strmos2.cxx | 353 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 D | stream.cxx | 2776 sal_Bool bRetVal = sal_False; in ReAllocateMemory() local 2787 bRetVal = sal_True; // Success! in ReAllocateMemory() 2809 bRetVal = sal_True; in ReAllocateMemory() 2817 return bRetVal; in ReAllocateMemory()
|
/aoo4110/main/basic/source/runtime/ |
H A D | iosys.cxx | 222 static sal_Bool bRetVal = sal_True; in needSecurityRestrictions() local 231 bRetVal = sal_False; in needSecurityRestrictions() 232 return bRetVal; in needSecurityRestrictions() 264 bRetVal = sal_False; in needSecurityRestrictions() 265 return bRetVal; in needSecurityRestrictions() 288 bRetVal = sal_True; in needSecurityRestrictions() 296 return bRetVal; in needSecurityRestrictions() 309 static sal_Bool bRetVal = sal_True; in hasUno() local 318 bRetVal = sal_False; in hasUno() 328 bRetVal = sal_False; in hasUno() [all …]
|
/aoo4110/main/sw/source/core/objectpositioning/ |
H A D | anchoredobjectposition.cxx | 1080 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()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | findfrm.cxx | 1320 bool bRetVal = false; in IsMoveable() local 1331 bRetVal = true; in IsMoveable() 1340 bRetVal = false; in IsMoveable() 1350 bRetVal = true; in IsMoveable() 1365 bRetVal = true; in IsMoveable() 1371 bRetVal = true; in IsMoveable() 1377 return bRetVal; in IsMoveable()
|
H A D | flylay.cxx | 296 bool bRetVal = false; in HasEnvironmentAutoSize() local 307 bRetVal = ATT_FIX_SIZE != in HasEnvironmentAutoSize() 317 return bRetVal; in HasEnvironmentAutoSize()
|
H A D | frmtool.cxx | 1152 bool bRetVal = false; in lcl_InHeaderOrFooter() local 1158 bRetVal = _rFmt.GetDoc()->IsInHeaderFooter( rAnch.GetCntntAnchor()->nNode ); in lcl_InHeaderOrFooter() 1161 return bRetVal; in lcl_InHeaderOrFooter()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docdraw.cxx | 738 bool bRetVal; in IsVisibleLayerId() local 744 bRetVal = true; in IsVisibleLayerId() 750 bRetVal = false; in IsVisibleLayerId() 755 bRetVal = false; in IsVisibleLayerId() 758 return bRetVal; in IsVisibleLayerId()
|
/aoo4110/main/basebmp/inc/basebmp/ |
H A D | clippedlinerenderer.hxx | 136 bool bRetVal = false; in prepareClip() local 151 bRetVal = true; in prepareClip() 157 return bRetVal; in prepareClip()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svicnvw.cxx | 442 sal_Bool bRetVal = SvListView::Select( pEntry, bSelect ); in Select() local 443 if( bRetVal ) in Select() 449 return bRetVal; in Select()
|
H A D | treelist.cxx | 224 sal_Bool bRetVal=sal_False; in IsEntryVisible() local 229 bRetVal=sal_True; in IsEntryVisible() 234 return bRetVal; in IsEntryVisible()
|
H A D | svtreebx.cxx | 1159 sal_Bool bRetVal = SvListView::Select( pEntry, bSelect ); in Select() local 1161 if( bRetVal ) in Select() 1174 return bRetVal; in Select()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | pview.cxx | 786 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()
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salnativewidgets.cxx | 141 bool bRetVal = true; in AquaGetScrollRect() local 230 bRetVal = false; in AquaGetScrollRect() 233 return bRetVal; in AquaGetScrollRect()
|
/aoo4110/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 2505 bool bRetVal = GetAnchorFrm() && in IsConnected() local 2508 return bRetVal; in IsConnected()
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 2224 sal_Bool bRetVal = (FIELD_PROP_IS_FIELD_USED == pEntry->nWID) ? in getPropertyValue() local 2226 aRet.setValue( &bRetVal, ::getCppuBooleanType() ); in getPropertyValue()
|