Lines Matching refs:rc
77 bool rc = false; in isECOfBeforeModifyIncluded() local
88 rc = true; in isECOfBeforeModifyIncluded()
93 return rc; in isECOfBeforeModifyIncluded()
273 rtl::OUString rc; in printChildren() local
278 rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BufID=" )); in printChildren()
279 rc += rtl::OUString::valueOf((*ii)->getBufferId()); in printChildren()
283 rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "[M]" )); in printChildren()
286 rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ",Pri=" )); in printChildren()
291 rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "BEFOREMODIFY" )); in printChildren()
294 rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "AFTERMODIFY" )); in printChildren()
297 rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "UNKNOWN" )); in printChildren()
301 rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "(" )); in printChildren()
308 rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "SecID=" )); in printChildren()
309 rc += rtl::OUString::valueOf(((ElementCollector*)(*ii))->getSecurityId()); in printChildren()
310 rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ")" )); in printChildren()
311 rc += rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( " " )); in printChildren()
314 return rc; in printChildren()
409 BufferNode* rc = NULL; in getFirstChild() local
413 rc = (BufferNode*)m_vChildren.front(); in getFirstChild()
416 return (const BufferNode*)rc; in getFirstChild()
609 BufferNode* rc = NULL; in childAt() local
613 rc = (BufferNode*)m_vChildren[nIndex]; in childAt()
616 return (const BufferNode*)rc; in childAt()
655 BufferNode* rc = NULL; in getNextSibling() local
659 rc = (BufferNode*)m_pParent->getNextChild(this); in getNextSibling()
662 return (const BufferNode*)rc; in getNextSibling()
693 BufferNode* rc = NULL; in isAncestor() local
705 rc = pChild; in isAncestor()
711 rc = pChild; in isAncestor()
717 return (const BufferNode*)rc; in isAncestor()
748 bool rc = false; in isPrevious() local
755 rc = true; in isPrevious()
762 return rc; in isPrevious()
1049 bool rc = false; in isECInSubTreeIncluded() local
1059 rc = true; in isECInSubTreeIncluded()
1064 if ( !rc ) in isECInSubTreeIncluded()
1074 rc = true; in isECInSubTreeIncluded()
1080 return rc; in isECInSubTreeIncluded()
1116 bool rc = false; in isECOfBeforeModifyInAncestorIncluded() local
1123 rc = true; in isECOfBeforeModifyInAncestorIncluded()
1130 return rc; in isECOfBeforeModifyInAncestorIncluded()
1164 bool rc = false; in isBlockerInSubTreeIncluded() local
1177 rc = true; in isBlockerInSubTreeIncluded()
1181 if (rc || pBufferNode->isBlockerInSubTreeIncluded(nIgnoredSecurityId)) in isBlockerInSubTreeIncluded()
1183 rc = true; in isBlockerInSubTreeIncluded()
1188 return rc; in isBlockerInSubTreeIncluded()
1218 BufferNode* rc = NULL; in getNextChild() local
1226 rc = (BufferNode*)*ii; in getNextChild()
1236 return (const BufferNode*)rc; in getNextChild()