Searched refs:bAny (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/writerfilter/source/doctok/ |
H A D | Dff.cxx | 137 Records_t DffRecord::findRecords(sal_uInt32 nType, bool bRecursive, bool bAny) in findRecords() argument 141 findRecords(nType, aResult, bRecursive, bAny); in findRecords() 147 (sal_uInt32 nType, Records_t & rRecords, bool bRecursive, bool bAny) in findRecords() argument 154 if (bAny || pPointer->getRecordType() == nType) in findRecords() 159 bAny); in findRecords() 405 Records_t DffBlock::findRecords(sal_uInt32 nType, bool bRecursive, bool bAny) in findRecords() argument 409 findRecords(nType, aResult, bRecursive, bAny); in findRecords() 415 (sal_uInt32 nType, Records_t & rRecords, bool bRecursive, bool bAny) in findRecords() argument 423 if (bAny || pPointer->getRecordType() == nType) in findRecords() 428 bAny); in findRecords()
|
H A D | Dff.hxx | 70 bool bAny = false); 74 bool bRecursive = true, bool bAny = false); 124 bool bAny = false); 127 bool bRecursive = true, bool bAny = false);
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen2.cxx | 655 sal_Bool bAny = pTab[nTab]->GetPrintArea( rEndCol, rEndRow, bNotes ); in GetPrintArea() local 663 bAny = sal_True; in GetPrintArea() 666 return bAny; in GetPrintArea() 679 sal_Bool bAny = pTab[nTab]->GetPrintAreaHor( nStartRow, nEndRow, rEndCol, bNotes ); in GetPrintAreaHor() local 686 bAny = sal_True; in GetPrintAreaHor() 689 return bAny; in GetPrintAreaHor() 708 bAny = sal_True; in GetPrintAreaVer() 711 return bAny; in GetPrintAreaVer() 722 sal_Bool bAny = pTab[nTab]->GetDataStart( rStartCol, rStartRow ); in GetDataStart() local 730 bAny = sal_True; in GetDataStart() [all …]
|
H A D | documen8.cxx | 1032 bool bAny = false; in UpdateExternalRefLinks() local 1040 bAny = true; in UpdateExternalRefLinks() 1043 if (bAny) in UpdateExternalRefLinks() 1073 sal_Bool bAny = sal_False; in UpdateDdeLinks() local 1080 bAny = sal_True; in UpdateDdeLinks() 1083 if (bAny) in UpdateDdeLinks()
|
H A D | olinetab.cxx | 414 sal_Bool bAny = sal_False; in Remove() local 430 bAny = sal_True; in Remove() 434 if (bAny) // Depth anpassen in Remove() 438 return bAny; in Remove()
|
H A D | drwlayer.cxx | 726 sal_Bool bAny = sal_False; in GetPrintArea() local 793 bAny = sal_True; in GetPrintArea() 807 if (bAny) in GetPrintArea() 853 return bAny; in GetPrintArea()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 436 sal_Bool bAny = sal_False; in ReloadTabLinks() local 451 bAny = sal_True; in ReloadTabLinks() 455 if ( bAny ) in ReloadTabLinks()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | gridwin4.cxx | 788 sal_Bool bAny = sal_True; in Draw() local 790 bAny = aOutputData.SetChangedClip(); in Draw() 791 if (bAny) in Draw()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 589 SvxAdjust GetTableAdjust( sal_Bool bAny ) const in GetTableAdjust() 591 return (bTableAdjustOfTag || bAny) ? eTableAdjust : SVX_ADJUST_END; in GetTableAdjust()
|
Completed in 101 milliseconds