Home
last modified time | relevance | path

Searched refs:bAny (Results 1 – 9 of 9) sorted by relevance

/trunk/main/writerfilter/source/doctok/
H A DDff.cxx137 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 DDff.hxx70 bool bAny = false);
74 bool bRecursive = true, bool bAny = false);
124 bool bAny = false);
127 bool bRecursive = true, bool bAny = false);
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx655 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 Ddocumen8.cxx1032 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 Dolinetab.cxx414 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 Ddrwlayer.cxx726 sal_Bool bAny = sal_False; in GetPrintArea() local
793 bAny = sal_True; in GetPrintArea()
807 if (bAny) in GetPrintArea()
853 return bAny; in GetPrintArea()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh6.cxx436 sal_Bool bAny = sal_False; in ReloadTabLinks() local
451 bAny = sal_True; in ReloadTabLinks()
455 if ( bAny ) in ReloadTabLinks()
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx788 sal_Bool bAny = sal_True; in Draw() local
790 bAny = aOutputData.SetChangedClip(); in Draw()
791 if (bAny) in Draw()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx582 SvxAdjust GetTableAdjust( sal_Bool bAny ) const in GetTableAdjust()
584 return (bTableAdjustOfTag || bAny) ? eTableAdjust : SVX_ADJUST_END; in GetTableAdjust()

Completed in 88 milliseconds