Home
last modified time | relevance | path

Searched refs:bOdd (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx1113 sal_Bool bOdd = pPage->WannaRightPage(); in CheckPageDescs() local
1114 SwFrmFmt *pFmtWish = bOdd ? pDesc->GetRightFmt() in CheckPageDescs()
1117 if ( bActOdd != bOdd || in CheckPageDescs()
1153 ( !bOdd && !pPage->GetPrev() ) ) ) in CheckPageDescs()
1169 bActOdd != bOdd && in CheckPageDescs()
1170 ( ( !pPage->GetPrev() && !bOdd ) || in CheckPageDescs()
1614 if ( !(bOdd ? pDesc->GetRightFmt() : pDesc->GetLeftFmt()) ) in AssertFlyPages()
1621 bOdd = bOdd ? sal_False : sal_True; in AssertFlyPages()
1625 SwPageFrm( (bOdd ? pDesc->GetRightFmt() : in AssertFlyPages()
1629 bOdd = bOdd ? sal_False : sal_True; in AssertFlyPages()
[all …]
H A Dtrvlfrm.cxx1763 sal_Bool bOdd; in WannaRightPage() local
1765 bOdd = nPgNum % 2 ? sal_True : sal_False; in WannaRightPage()
1768 bOdd = pPage->OnRightPage(); in WannaRightPage()
1770 bOdd = !bOdd; in WannaRightPage()
1775 bOdd = sal_False; in WannaRightPage()
1777 bOdd = sal_True; in WannaRightPage()
1779 return bOdd; in WannaRightPage()
H A Dnewfrm.cxx565 const sal_Bool bOdd = !nPgNum || 0 != ( nPgNum % 2 ); in Init() local
568 SwPageFrm *pPage = ::InsertNewPage( *pDesc, this, bOdd, sal_False, sal_False, 0 ); in Init()
H A Dfrmtool.cxx2744 sal_Bool bOdd, sal_Bool bInsertEmpty, sal_Bool bFtn, in InsertNewPage() argument
2749 SwFrmFmt *pFmt = bOdd ? rDesc.GetRightFmt() : rDesc.GetLeftFmt(); in InsertNewPage()
2754 pFmt = bOdd ? rDesc.GetLeftFmt() : rDesc.GetRightFmt(); in InsertNewPage()
H A Dflowfrm.cxx931 const sal_Bool bOdd = nTmp ? ( nTmp % 2 ? sal_True : sal_False ) in WrongPageDesc() local
945 pNew->GetFmt() != (bOdd ? pDesc->GetRightFmt() : pDesc->GetLeftFmt()) || in WrongPageDesc()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.hxx299 void ImportGrupx(short nLen, bool bPara, bool bOdd);
300 short ImportUPX(short nLen, bool bPAP, bool bOdd);
H A Dww8par2.cxx3901 short WW8RStyle::ImportUPX(short nLen, bool bPAP, bool bOdd) in ImportUPX() argument
3907 if (bOdd) in ImportUPX()
3946 void WW8RStyle::ImportGrupx(short nLen, bool bPara, bool bOdd) in ImportGrupx() argument
3950 if (bOdd) in ImportGrupx()
3956 nLen = ImportUPX(nLen, true, bOdd); in ImportGrupx()
3957 ImportUPX(nLen, false, bOdd); // Grupx.Chpx in ImportGrupx()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx294 sal_Bool bOdd = nIdx % 2 ? sal_True : sal_False; in NoteRange() local
296 if( nIdx == nCount || ( !bOdd && nMax < (*pLongArr)[ nIdx ] ) ) in NoteRange()
307 if( bOdd ) in NoteRange()
/trunk/main/scaddins/source/analysis/
H A Danalysis.cxx243 sal_Bool bOdd = sal_True; in FactDouble() local
247 if( bOdd ) in FactDouble()
258 bOdd = !bOdd; in FactDouble()
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx119 sal_Bool bOdd, sal_Bool bInsertEmpty, sal_Bool bFtn,
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx1855 sal_Bool bOdd = nIdx % 2 ? sal_True : sal_False; in ContourRect() local
1857 if( bOdd ) in ContourRect()

Completed in 538 milliseconds