Searched refs:pOldDiagBorderWidths (Results 1 – 1 of 1) sorted by relevance
104 XMLPropertyState* pOldDiagBorderWidths[2] = { 0 }; // old attribute names without "s" in finished() local134 … case CTF_SC_DIAGONALTLBRWIDTH : pOldDiagBorderWidths[XML_LINE_TLBR] = &*property; break; in finished()136 … case CTF_SC_DIAGONALBLTRWIDTH : pOldDiagBorderWidths[XML_LINE_BLTR] = &*property; break; in finished()181 if( pDiagBorders[i] && ( pDiagBorderWidths[i] || pOldDiagBorderWidths[i] ) ) in finished()189 pOldDiagBorderWidths[i]->maValue >>= aBorderLineWidth; in finished()196 if (pOldDiagBorderWidths[i]) in finished()197 …pOldDiagBorderWidths[i]->mnIndex = -1; // reset mnIndex for old and new attribute if both are… in finished()
Completed in 20 milliseconds