Home
last modified time | relevance | path

Searched refs:bResult (Results 1 – 25 of 292) sorted by last modified time

12345678910>>...12

/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx245 sal_Bool bResult = sal_False; in EndControlExecution_WasModified() local
248 bResult = m_bChangedOnVerbExecution; in EndControlExecution_WasModified()
252 return bResult; in EndControlExecution_WasModified()
889 sal_Bool bResult = sal_False; in SaveObject_Impl() local
896 bResult = sal_True; in SaveObject_Impl()
903 return bResult; in SaveObject_Impl()
911 sal_Bool bResult = sal_False; in OnShowWindow_Impl() local
940 bResult = sal_True; in OnShowWindow_Impl()
947 return bResult; in OnShowWindow_Impl()
/trunk/main/tools/source/fsys/
H A Ddirent.cxx2689 sal_Bool bResult = (0 == _mkdir( (char*) bDirName.GetBuffer() )); in MakeDir() local
2690 if ( !bResult ) in MakeDir()
2700 return bResult; in MakeDir()
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx311 bool bResult = encryptionInfo->verifyEncryptionData( rEncryptionData ); in verifyEncryptionData() local
312 if( bResult ) in verifyEncryptionData()
H A Dencryption.cxx251 bool bResult = false; in checkEncryptionData() local
287 bResult = ( memcmp( pnSha1Hash, pnTmpVerifierHash, RTL_DIGEST_LENGTH_SHA1 ) == 0 ); in checkEncryptionData()
290 return bResult; in checkEncryptionData()
/trunk/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()
H A Dobjmisc.cxx570 sal_Bool bResult = sal_True; in SwitchToShared() local
590 if ( bResult ) in SwitchToShared()
599 if ( bResult && bShared ) in SwitchToShared()
613 if ( bResult && bSave ) in SwitchToShared()
627 if ( bResult ) in SwitchToShared()
675 if ( bResult ) in SwitchToShared()
678 return bResult; in SwitchToShared()
2143 return bResult; in UseInteractionToHandleError()
2149 sal_Bool bResult = sal_True; in NeedsOfficeUpdateDialog() local
2170 return bResult; in NeedsOfficeUpdateDialog()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2778 bool bResult = false; in LangUsesHindiNumbers() local
2798 bResult = true; in LangUsesHindiNumbers()
2804 return bResult; in LangUsesHindiNumbers()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/
H A D_DataAwareControlModel.java74 boolean bResult = true; in _BoundField()
87 bResult &= gValue != null; in _BoundField()
90 bResult = false; in _BoundField()
93 bResult = false; in _BoundField()
95 tRes.tested("BoundField", bResult); in _BoundField()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx892 sal_Bool bResult = sal_False; in ObjectIsModified() local
901 bResult = xModifiable->isModified(); in ObjectIsModified()
904 return bResult; in ObjectIsModified()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx387 sal_Bool bResult = sal_False; in SetFrameLMVisibility() local
405 bResult = sal_True; in SetFrameLMVisibility()
411 return bResult; in SetFrameLMVisibility()
729 sal_Bool bResult = sal_False; in ShowUI() local
776 bResult = sal_True; in ShowUI()
818 return bResult; in ShowUI()
824 sal_Bool bResult = sal_False; in HideUI() local
857 bResult = sal_True; in HideUI()
866 return bResult; in HideUI()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx2134 sal_Bool bResult = sal_False; in IsStopPrt() local
2137 bResult = pImp->IsStopPrt(); in IsStopPrt()
2139 return bResult; in IsStopPrt()
/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2264 bool bResult(0 != pWriteAcc); in ImplScaleConvolutionHor() local
2266 if(bResult) in ImplScaleConvolutionHor()
2317 if(bResult) in ImplScaleConvolutionHor()
2415 if(bResult) in ImplScaleConvolutionVer()
2450 bool bResult(true); in ImplScaleConvolution() local
2479 if(bResult) in ImplScaleConvolution()
2492 if(bResult && bScaleVer) in ImplScaleConvolution()
2510 if(bResult && bScaleHor) in ImplScaleConvolution()
2523 if(bResult && bMirrorAfter) in ImplScaleConvolution()
2528 if(bResult) in ImplScaleConvolution()
[all …]
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx498 bool bResult = nRet == RET_EDIT_RESULT_DOC && m_pMMConfig->GetTargetView(); in IMPL_LINK() local
499 … SwView* pTempView = bResult ? m_pMMConfig->GetTargetView() : m_pMMConfig->GetSourceView(); in IMPL_LINK()
500 pTempView->SetMailMergeConfigItem(m_pMMConfig, m_pWizard->GetRestartPage(), !bResult); in IMPL_LINK()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx6388 sal_Bool bResult = FALSE; local
6393 bResult = (bDef != 0);
6400 bResult = (pSys != NULL);
6402 return bResult;
/trunk/main/svx/source/svdraw/
H A Dsvdoole2.cxx968 sal_Bool bResult = sal_False; in UpdateLinkURL_Impl() local
997 bResult = sal_True; in UpdateLinkURL_Impl()
1014 if ( !bResult ) in UpdateLinkURL_Impl()
1022 return bResult; in UpdateLinkURL_Impl()
2017 sal_Bool bResult = sal_False; in CanUnloadRunningObj() local
2023 bResult = sal_True; in CanUnloadRunningObj()
2029 bResult = sal_True; in CanUnloadRunningObj()
2044 return bResult; in CanUnloadRunningObj()
2051 sal_Bool bResult = sal_False; in Unload() local
2058 bResult = sal_True; in Unload()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocument.cxx5214 sal_Bool bResult = sal_False; in HasPrintRange() local
5216 for ( SCTAB i=0; !bResult && i<nMaxTableNumber; i++ ) in HasPrintRange()
5218 bResult = pTab[i]->IsPrintEntireSheet() || (pTab[i]->GetPrintRangeCount() > 0); in HasPrintRange()
5220 return bResult; in HasPrintRange()
5380 bool bResult = false; in IsInVBAMode() local
5384 bResult = xVBA.is() && xVBA->getVBACompatibilityMode(); in IsInVBAMode()
5386 return bResult; in IsInVBAMode()
H A Ddocumen8.cxx837 sal_Bool bResult = OnlineSpellInRange( aVisSpellRange, aVisSpellPos, SPELL_MAXTEST_VIS ); in ContinueOnlineSpelling() local
841 bResult = sal_True; in ContinueOnlineSpelling()
843 if (bResult) in ContinueOnlineSpelling()
852 bResult = OnlineSpellInRange( aTotalRange, aOnlineSpellPos, SPELL_MAXTEST_ALL ); in ContinueOnlineSpelling()
857 return bResult; in ContinueOnlineSpelling()
/trunk/main/sd/source/ui/view/
H A Ddrawview.cxx458 sal_Bool bResult = sal_True; in SetStyleSheet() local
468 bResult = sal_False; in SetStyleSheet()
472 bResult = ::sd::View::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
477 bResult = ::sd::View::SetStyleSheet(pStyleSheet, bDontRemoveHardAttr); in SetStyleSheet()
479 return bResult; in SetStyleSheet()
/trunk/main/framework/source/uielement/
H A Dtoolbarmanager.cxx1478 if ( aRefPoint.bResult ) in FillToolbar()
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx805 bool bResult = false; in IsValid() local
815 return bResult; in IsValid()
839 bResult = true; in HasOnlyPhantoms()
841 return bResult; in HasOnlyPhantoms()
889 bool bResult = true; in IsFirst() local
924 return bResult; in IsFirst()
1044 bResult = (*aIt)->IsSane(bRecursive, rParents) && bResult; in IsSane()
1049 return bResult; in IsSane()
1106 bool bResult = false; in SwNumberTreeNodeLessThan() local
1109 bResult = true; in SwNumberTreeNodeLessThan()
[all …]
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1219 sal_Bool bResult = sal_False; in authorizateWithMasterPassword() local
1231 bResult = sal_True; in authorizateWithMasterPassword()
1251 } while( !bResult && aPass.getLength() ); in authorizateWithMasterPassword()
1258 bResult = ( GetMasterPassword( xTmpHandler ).getLength() > 0 ); in authorizateWithMasterPassword()
1266 return bResult; in authorizateWithMasterPassword()
1273 sal_Bool bResult = sal_False; in changeMasterPassword() local
1300 bResult = sal_True; in changeMasterPassword()
1305 return bResult; in changeMasterPassword()
1374 sal_Bool bResult = sal_False; in useDefaultMasterPassword() local
1416 bResult = sal_True; in useDefaultMasterPassword()
[all …]
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx702 sal_Bool bResult = sal_False; in TryToCopyGraphReplacement() local
712 return bResult; in TryToCopyGraphReplacement()
1383 sal_Bool bResult = sal_False; in StoreAsChildren() local
1477 bResult = sal_False; in StoreAsChildren()
1493 bResult = sal_False; in StoreAsChildren()
1496 return bResult; in StoreAsChildren()
1501 sal_Bool bResult = sal_True; in StoreChildren() local
1572 bResult = sal_False; in StoreChildren()
1598 if ( bResult && _bOasisFormat ) in StoreChildren()
1613 bResult = sal_False; in StoreChildren()
[all …]
/trunk/main/framework/source/inc/loadenv/
H A Dloadenv.hxx464 void impl_setResult(sal_Bool bResult);
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java238 boolean bResult = false; in supportsService()
240 for( i = 0; !bResult && i < nLength; ++i ) in supportsService()
241 bResult = aServiceName.equals( aServices[ i ] ); in supportsService()
243 return bResult; in supportsService()
H A DSampleHyphenator.java458 boolean bResult = false; in supportsService()
460 for( i = 0; !bResult && i < nLength; ++i ) in supportsService()
461 bResult = aServiceName.equals( aServices[ i ] ); in supportsService()
463 return bResult; in supportsService()

Completed in 285 milliseconds

12345678910>>...12