Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/layout/
H A Dcolfrm.cxx142 SwLayoutFrm *pNeighbourCol = 0; in lcl_AddColumns() local
153 if ( 0 != (pNeighbourCol = lcl_FindColumns( pNeighbour, nCount+nAdd )) && in lcl_AddColumns()
154 pNeighbourCol != pCont ) in lcl_AddColumns()
156 pNeighbourCol = 0; in lcl_AddColumns()
163 if ( pNeighbourCol ) in lcl_AddColumns()
170 pNeighbourCol = (SwLayoutFrm*)pNeighbourCol->GetNext(); in lcl_AddColumns()
174 SwColumnFrm *pTmpCol = new SwColumnFrm( pNeighbourCol->GetFmt(), pCont ); in lcl_AddColumns()
177 pNeighbourCol = (SwLayoutFrm*)pNeighbourCol->GetNext(); in lcl_AddColumns()

Completed in 12 milliseconds