Home
last modified time | relevance | path

Searched refs:bLastBlock (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dadjitem.hxx57 sal_Bool bLastBlock : 1; member in SvxAdjustItem
92 bLastBlock = eType == SVX_ADJUST_BLOCK; in SetLastBlock()
108 if ( bLastBlock ) in GetLastBlock()
/trunk/main/editeng/source/items/
H A Dparaitem.cxx368 bOneBlock( sal_False ), bLastCenter( sal_False ), bLastBlock( sal_False ) in SvxAdjustItem()
382 bLastBlock == ((SvxAdjustItem&)rAttr).bLastBlock ) in operator ==()
528 pRet->bLastBlock = 0 != (nFlags & 0x0004); in Create()
545 if ( bLastBlock ) in Store()
/trunk/main/sw/source/core/text/
H A Ditrtxt.hxx56 sal_Bool bLastBlock : 1; // Blocksatz: Auch die letzte Zeile member in SwTxtIter
166 inline sal_Bool IsLastBlock() const { return bLastBlock; } in IsLastBlock()
H A Ditrcrsr.cxx365 bLastBlock = rAdjust.GetLastBlock() == SVX_ADJUST_BLOCK; in CtorInitTxtMargin()
377 bLastBlock |= bLast; in CtorInitTxtMargin()

Completed in 43 milliseconds