Lines Matching refs:aNextPostIt
1037 SwSidebarWin_iterator aNextPostIt = i; in LayoutByPage() local
1038 ++aNextPostIt; in LayoutByPage()
1040 if (aNextPostIt !=aVisiblePostItList.end()) in LayoutByPage()
1042 …lTranslatePos = ( (*i)->VirtualPos().Y() + (*i)->VirtualSize().Height()) - (*aNextPostIt)->Virtual… in LayoutByPage()
1055 if ((*aNextPostIt)->IsFollow()) in LayoutByPage()
1064 if ((*aNextPostIt)->IsFollow()) in LayoutByPage()
1065 … (*aNextPostIt)->TranslateTopPosition( (lTranslatePos+ANCHORLINE_WIDTH) - lMoveUp); in LayoutByPage()
1067 (*aNextPostIt)->TranslateTopPosition( (lTranslatePos+GetSpaceBetween()) - lMoveUp); in LayoutByPage()
1073 if ((*aNextPostIt)->IsFollow()) in LayoutByPage()
1074 … (*aNextPostIt)->TranslateTopPosition(lTranslatePos+ANCHORLINE_WIDTH); in LayoutByPage()
1076 (*aNextPostIt)->TranslateTopPosition(lTranslatePos+GetSpaceBetween()); in LayoutByPage()
1092 if (aNextPostIt !=aVisiblePostItList.end() && (*aNextPostIt)->IsFollow()) in LayoutByPage()