Home
last modified time | relevance | path

Searched refs:bRes (Results 76 – 100 of 100) sorted by relevance

1234

/trunk/main/basic/source/classes/
H A Dsb.cxx1381 sal_Bool bRes = SbxObject::Call( rName, pParam ); in Call() local
1382 if( !bRes ) in Call()
1389 return bRes; in Call()
1981 bool bRes = false; in GetUNOConstant() local
1987 bRes = true; in GetUNOConstant()
1989 return bRes; in GetUNOConstant()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx287 sal_Bool bRes = sal_False; in hasLocale() local
296 bRes = sal_True; in hasLocale()
300 return bRes; in hasLocale()
/trunk/main/starmath/source/
H A Dnode.cxx1172 sal_Bool bRes = sal_False; in IsPointInLine() local
1179 bRes = fabs(rPoint1.Y() - (rPoint2.Y() + fLambda * rHeading2.Y())) < eps; in IsPointInLine()
1184 bRes = fabs(rPoint1.X() - (rPoint2.X() + fLambda * rHeading2.X())) < eps; in IsPointInLine()
1187 return bRes; in IsPointInLine()
2923 bool bRes = false; in lcl_IsFromGreekSymbolSet() local
2931 bRes = true; in lcl_IsFromGreekSymbolSet()
2934 return bRes; in lcl_IsFromGreekSymbolSet()
/trunk/main/tools/source/memtools/
H A Dmultisel.cxx1144 bool bRes = aEnum.setRange( i_rPageRange ); in getRangesFromString() local
1145 if( bRes ) in getRangesFromString()
1156 return bRes; in getRangesFromString()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx500 sal_Bool bRes = sal_True; in GetSubranges() local
510 for ( xub_StrLen i = 0; i < nLen && bRes; ++i) in GetSubranges()
518 bRes &= GetTableAndCellsFromRangeRep( aRange, in GetSubranges()
532 bRes &= aFirstTable == aTableName; in GetSubranges()
541 return bRes; in GetSubranges()
1641 sal_Bool bRes = sal_False; in DeleteBox() local
1697 return bRes; in DeleteBox()
H A Dunoobj2.cxx607 bool bRes = true; in lcl_CursorIsInSection() local
611 bRes = pOwnStartNode->GetIndex() <= pUnoCrsr->Start()->nNode.GetIndex() && in lcl_CursorIsInSection()
614 return bRes; in lcl_CursorIsInSection()
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx505 sal_Bool bRes=sal_False; in FindEntry() local
516 bRes=sal_True; in FindEntry()
521 bRes=!IsRemoved_Impl( nFound ); in FindEntry()
527 return bRes; in FindEntry()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1119 bool bRes = false; in GetGrammarCorrection() local
1122 return bRes; in GetGrammarCorrection()
1174 bRes = true; in GetGrammarCorrection()
1250 return bRes; in GetGrammarCorrection()
/trunk/main/basic/source/uno/
H A Dscriptcont.cxx1289 sal_Bool bRes = sal_False; in hasModuleInfo() local
1293 bRes = sal_True; in hasModuleInfo()
1295 return bRes; in hasModuleInfo()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx335 sal_Bool bRes = sal_False; in NeedsPasswd() local
336 return bRes; in NeedsPasswd()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx549 sal_Bool bRes; in PutandConvertEntry() local
554 bRes = PutEntry(rString, nCheckPos, nType, nKey, eLnge); in PutandConvertEntry()
556 return bRes; in PutandConvertEntry()
567 sal_Bool bRes; in PutandConvertEntrySystem() local
572 bRes = PutEntry(rString, nCheckPos, nType, nKey, eLnge); in PutandConvertEntrySystem()
574 return bRes; in PutandConvertEntrySystem()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx1081 sal_Bool bRes = sal_False; in getDisplayFormulaBar() local
1092 bRes = ((SfxBoolItem*)pItem)->GetValue(); in getDisplayFormulaBar()
1094 return bRes; in getDisplayFormulaBar()
H A Dvbarange.cxx5241 sal_Bool bRes = sal_True; in GoalSeek() local
5260 bRes = sal_False; in GoalSeek()
5263 bRes = sal_False; in GoalSeek()
5264 return bRes; in GoalSeek()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1763 bool bRes = true; in SetTxtFmtCollAndListLevel() local
1766 bRes = rDoc.SetTxtFmtColl(rRg, (SwTxtFmtColl*)rStyleInfo.pFmt) ? true : false; in SetTxtFmtCollAndListLevel()
1772 return bRes; in SetTxtFmtCollAndListLevel()
1790 return bRes; in SetTxtFmtCollAndListLevel()
H A Dww8atr.cxx2062 bool bRes = false; in lcl_IsHyperlinked() local
2082 bRes = true; in lcl_IsHyperlinked()
2090 return bRes; in lcl_IsHyperlinked()
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1601 sal_Bool bRes = GetNavModel()->Rename( pEntryData, rNewText); in EditedEntry() local
1602 if( !bRes ) in EditedEntry()
1609 return bRes; in EditedEntry()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx2547 sal_Bool bRes = m_pSeekCursor->last(); in MoveToLast() local
2549 if (bRes) in MoveToLast()
2662 sal_Bool bRes = m_pSeekCursor->last(); in AppendNew() local
2664 if (bRes) in AppendNew()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1187 sal_Bool bRes = sal_False; in IsTextSelection() local
1194 bRes = ( (nsSelectionType::SEL_TXT & eSelType) || in IsTextSelection()
1198 return bRes; in IsTextSelection()
H A Dunotxdoc.cxx2535 bool bRes = false; in lcl_SeqHasProperty() local
2538 for (sal_Int32 i = 0; i < nLen && !bRes; ++i) in lcl_SeqHasProperty()
2541 bRes = true; in lcl_SeqHasProperty()
2543 return bRes; in lcl_SeqHasProperty()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1554 sal_Bool bRes = sal_False; in ExpandToSentenceBorders() local
1590 bRes = sal_True; in ExpandToSentenceBorders()
1592 return bRes; in ExpandToSentenceBorders()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1788 bool bRes = false; in GetGlobalUNOConstant() local
1792 bRes = pStandardLib->GetUNOConstant( _pAsciiName, aOut ); in GetGlobalUNOConstant()
1793 return bRes; in GetGlobalUNOConstant()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx539 sal_Bool bRes = sal_True; in InsertCol() local
541 bRes = NewInsertCol( pDoc, rBoxes, nCnt, bBehind ); in InsertCol()
576 bRes = sal_True; in InsertCol() local
584 return bRes; in InsertCol()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1819 bool bRes = pExtNames->SearchNameUpper(aUpperName, n); in getRangeNameTokens() local
1820 if (!bRes) in getRangeNameTokens()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1814 sal_Bool bRes = m_pData->m_pObjectShell->DoInitNew( NULL ); in initNew() local
1819 if ( !bRes ) in initNew()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_OStringBuffer.cxx11307 sal_Bool bRes = expVal.equals( aStrBuf.getStr() ); in TEST_F() local
11308 …ASSERT_TRUE(bRes && aStrBuf.getLength() == expVal.getLength()) << "input Int64 -922337203685477580… in TEST_F()

Completed in 530 milliseconds

1234