Searched refs:bEven (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/l10ntools/source/ |
H A D | tagtest.cxx | 684 bool bEven = true; in GetNextToken() local 695 bEven = !bEven; in GetNextToken() 700 if ( !bEven ) in GetNextToken()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 4336 void WW8AttributeOutput::FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, S… in FormatColumns_Impl() argument 4367 m_rWW8Export.pO->Insert( bEven ? 1 : 0, m_rWW8Export.pO->Count( ) ); in FormatColumns_Impl() 4371 if ( bEven ) in FormatColumns_Impl() 4381 bEven = false; in FormatColumns_Impl() 4388 if ( !bEven ) in FormatColumns_Impl() 4467 bool bEven = true; in FormatColumns() local 4477 bEven = false; in FormatColumns() 4482 FormatColumns_Impl( nCols, rCol, bEven, nPageSize ); in FormatColumns()
|
H A D | ww8attributeoutput.hxx | 390 …virtual void FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, SwTwips nPag…
|
H A D | attributeoutputbase.hxx | 542 …virtual void FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, SwTwips nPag…
|
H A D | rtfattributeoutput.hxx | 432 …virtual void FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, SwTwips nPag…
|
H A D | docxattributeoutput.hxx | 495 …virtual void FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, SwTwips nPag…
|
H A D | docxattributeoutput.cxx | 3170 void DocxAttributeOutput::FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol& rCol, bool bEven, S… in FormatColumns_Impl() argument 3179 if ( bEven ) in FormatColumns_Impl() 3198 if ( !bEven ) in FormatColumns_Impl()
|
H A D | rtfattributeoutput.cxx | 3112 void RtfAttributeOutput::FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol& rCol, bool bEven, Sw… in FormatColumns_Impl() argument 3119 if( bEven ) in FormatColumns_Impl()
|
H A D | ww8par.cxx | 3880 bool bEven = (rSection.maSep.grpfIhdt & (WW8_HEADER_EVEN|WW8_FOOTER_EVEN)) ? in SetUseOn() local 3888 if (!bEven) in SetUseOn()
|
Completed in 83 milliseconds