Lines Matching refs:i

191 	for (sal_uInt16 i = 0; i < nSize; i++)  in SetPhantom()  local
192 if (NULL != (pNode = GetSubNode(i))) in SetPhantom()
204 for (sal_uInt16 i = 0; i < nSize; i++) in SetColor() local
205 if (NULL != (pNode = GetSubNode(i))) in SetColor()
222 for (sal_uInt16 i = 0; i < nSize; i++) in SetAttribut() local
223 if (NULL != (pNode = GetSubNode(i))) in SetAttribut()
240 for (sal_uInt16 i = 0; i < nSize; i++) in ClearAttribut() local
241 if (NULL != (pNode = GetSubNode(i))) in ClearAttribut()
253 for (sal_uInt16 i = 0; i < nSize; i++) in SetFont() local
254 if (NULL != (pNode = GetSubNode(i))) in SetFont()
309 for (sal_uInt16 i = 0; i < nSize; i++) in SetFontSize() local
310 if (NULL != (pNode = GetSubNode(i))) in SetFontSize()
321 for (sal_uInt16 i = 0; i < nSize; i++) in SetSize() local
322 if (NULL != (pNode = GetSubNode(i))) in SetSize()
336 for (sal_uInt16 i = 0; i < nSize; i++) in SetRectHorAlign() local
337 if (NULL != (pNode = GetSubNode(i))) in SetRectHorAlign()
376 for (sal_uInt16 i = 0; i < nSize; i++) in Prepare() local
377 if (NULL != (pNode = GetSubNode(i))) in Prepare()
392 for (sal_uInt16 i = 0; i < nSize; i++) in ToggleDebug() local
393 if (NULL != (pNode = pThis->GetSubNode(i))) in ToggleDebug()
408 for (sal_uInt16 i = 0; i < nSize; i++) in Move() local
409 if (NULL != (pNode = GetSubNode(i))) in Move()
418 for (sal_uInt16 i = 0; i < nSize; i++) in Arrange() local
419 if (NULL != (pNode = GetSubNode(i))) in Arrange()
429 for (sal_uInt16 i = 0; i < nSize; i++) in CreateTextFromNode() local
430 if (NULL != (pNode = GetSubNode(i))) in CreateTextFromNode()
457 for (sal_uInt16 i = 0; i < nSize; i++) in Draw() local
458 if (NULL != (pNode = GetSubNode(i))) in Draw()
484 for (sal_uInt16 i = 0; i < nNumSubNodes; i++) in FindTokenAt() local
485 { const SmNode *pNode = GetSubNode(i); in FindTokenAt()
510 for (sal_uInt16 i = 0; i < nNumSubNodes; i++) in FindRectClosestTo() local
511 { const SmNode *pNode = GetSubNode(i); in FindRectClosestTo()
557 for (sal_uInt16 i = 0; i < nNumSubNodes; i++) in FindNodeWithAccessibleIndex() local
559 const SmNode *pNode = GetSubNode(i); in FindNodeWithAccessibleIndex()
584 sal_uLong i; in SmStructureNode() local
585 for (i = 0; i < aSubNodes.size(); i++) in SmStructureNode()
586 delete aSubNodes[i]; in SmStructureNode()
591 for (i = 0; i < nSize; ++i) in SmStructureNode()
593 SmNode *pNode = rNode.aSubNodes[i]; in SmStructureNode()
594 aSubNodes[i] = pNode ? new SmNode( *pNode ) : 0; in SmStructureNode()
603 for (sal_uInt16 i = 0; i < GetNumSubNodes(); i++) in ~SmStructureNode() local
604 if (NULL != (pNode = GetSubNode(i))) in ~SmStructureNode()
613 sal_uLong i; in operator =() local
614 for (i = 0; i < aSubNodes.size(); i++) in operator =()
615 delete aSubNodes[i]; in operator =()
620 for (i = 0; i < nSize; ++i) in operator =()
622 SmNode *pNode = rNode.aSubNodes[i]; in operator =()
623 aSubNodes[i] = pNode ? new SmNode( *pNode ) : 0; in operator =()
670 for (sal_uInt16 i = 0; i < nNodes; ++i) in GetAccessibleText() local
672 const SmNode *pNode = ((SmStructureNode *) this)->GetSubNode(i); in GetAccessibleText()
721 for (sal_uInt16 i = 0; i < nSize; i++) in CreateTextFromNode() local
722 if (NULL != (pNode = GetSubNode(i))) in CreateTextFromNode()
760 sal_uInt16 i; in Arrange() local
761 for (i = 0; i < nSize; i++) in Arrange()
762 if (NULL != (pNode = GetSubNode(i))) in Arrange()
770 for (i = 0; i < nSize; i++) in Arrange()
771 { if (NULL != (pNode = GetSubNode(i))) in Arrange()
779 if (i) in Arrange()
838 sal_uInt16 i; in Arrange() local
839 for (i = 0; i < nSize; i++) in Arrange()
840 if (NULL != (pNode = GetSubNode(i))) in Arrange()
872 for (i = 1; i < nSize; i++) in Arrange()
873 if (NULL != (pNode = GetSubNode(i))) in Arrange()
1450 for (int i = 0; i < SUBSUP_NUM_ENTRIES; i++) in Arrange() local
1451 { SmSubSup eSubSup = (SmSubSup) i; // cast in Arrange()
1731 sal_uInt16 i; in Arrange() local
1732 for (i = 0; i < nNumSubNodes; i += 2) in Arrange()
1733 GetSubNode(i)->Arrange(rDev, rFormat); in Arrange()
1737 for (i = 0; i < nNumSubNodes; i += 2) in Arrange()
1739 SmRect aTmpRect (*GetSubNode(i)); in Arrange()
1755 for (i = 1; i < nNumSubNodes; i += 2) in Arrange()
1757 SmNode *pNode = GetSubNode(i); in Arrange()
1768 for (i = 1; i < nNumSubNodes; i++) in Arrange()
1770 sal_Bool bIsSeparator = i % 2 != 0; in Arrange()
1773 SmNode *pRight = GetSubNode(i); in Arrange()
2575 for (sal_uInt16 i = 0; i < nNumRows; i++) in CreateTextFromNode() local
2579 SmNode *pNode = GetSubNode(i * nNumCols + j); in CreateTextFromNode()
2584 if (i != nNumRows-1) in CreateTextFromNode()
2597 sal_uInt16 i, j; in Arrange() local
2607 for (i = 0; i < nNodes; i++) in Arrange()
2609 sal_uInt16 nIdx = nNodes - 1 - i; in Arrange()
2637 for (i = 0; i < nNumRows; i++) in Arrange()
2640 { SmNode *pTmpNode = GetSubNode(i * nNumCols + j); in Arrange()
2682 if (NULL != (pNode = GetSubNode(i * nNumCols + j))) in Arrange()